Metadata-Version: 2.4
Name: raptacon3200
Version: 2025.2.12
Summary: A FRC Raptacon 3200 Robot Common Library
License-File: LICENSE
Author: Nathan Beasley
Author-email: nathan@example.com
Requires-Python: >= 3.12
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.12
Classifier: Development Status :: 3 - Alpha
Requires-Dist: robotpy-rev (>=2025.0.2,<2026.0.0)
Project-URL: Bug Tracker, https://github.com/raptacon/raptacon3200/issues
Project-URL: Homepage, https://github.com/raptacon/raptacon3200
Description-Content-Type: text/markdown

Raptacon3200 - Common Library
==============================================

Documentation
=============

* Raptacon3200 documentation: 
* Installation: 

Contributing
============

This project uses **automatic versioning** - just follow branch naming conventions:

| Branch | Version | Example |
|--------|---------|---------|
| `feature/*` | Alpha | `2025.2.10a1` |
| `fix/*` | Beta | `2025.2.10b1` |
| `main` | Stable | `2025.2.10` |

**Quick start:**
```bash
git checkout -b feature/my-feature   # Create branch
git push -u origin feature/my-feature # Push to get test version
# Create PR and merge for stable release
```

See [CONTRIBUTING.md](CONTRIBUTING.md) for full details.

Authors
=======

Nathan Beasley (nathan@.com)
Chris Hirsch (chris@base2technology.com)
Jordan 

Contributors:

* Others

