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

# 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.
