Metadata-Version: 2.4
Name: robotpy-pykit
Version: 1.0.5
Summary: A logging, telemetry, and replay framework for FRC robots running python
Keywords: pykit,frc,robotics,logging,telemetry,replay
Author: Luke Maxwell
Author-email: Luke Maxwell <luke@whsrobotics.org>
License-Expression: BSD-3-Clause
License-File: LICENSE
Requires-Dist: pyntcore>=2026.1.1
Requires-Dist: robotpy-wpimath>=2026.1.1
Requires-Dist: robotpy-wpiutil>=2026.1.1
Requires-Dist: wpilib>=2026.1.1
Requires-Dist: robotpy-hal>=2026.1.1
Requires-Dist: pyfrc>=2026.0.1
Requires-Python: >=3.10
Project-URL: Homepage, https://github.com/1757WestwoodRobotics/PyKit
Description-Content-Type: text/markdown

# PyKit

PyKit is a Pure-Python logging, telementary, and replay framework developed by [Team 1757](https://whsrobotics.org) for
use on Python robots. PyKit enables replaying log files to re-simulate robot code based on real data.

See also

- [AdvantageKit](https://github.com/Mechanical-Advantage/AdvantageKit/) the inspiration project, in Java
- [WPILib Data Logging](https://docs.wpilib.org/en/stable/docs/software/telemetry/datalog.html) a simpler logging system
  included in WPILib

Documentation and example projects coming soon!

Feedback, feature requests, and bug reports are welcome on
the [issues](https://github.com/1757WestwoodRobotics/PyKit/issues) page. For non-public inquiries, please send a message
to contact@whsrobotics.org.

[![Check](https://github.com/1757WestwoodRobotics/PyKit/actions/workflows/check.yml/badge.svg)](https://github.com/1757WestwoodRobotics/PyKit/actions/workflows/check.yml)

[![Package](https://github.com/1757WestwoodRobotics/PyKit/actions/workflows/package.yml/badge.svg)](https://github.com/1757WestwoodRobotics/PyKit/actions/workflows/package.yml)

[![Release](https://github.com/1757WestwoodRobotics/PyKit/actions/workflows/release.yml/badge.svg)](https://github.com/1757WestwoodRobotics/PyKit/actions/workflows/release.yml)

