Metadata-Version: 2.4
Name: hatch-robotpy
Version: 0.1.0
Summary: Hatchling plugins for use with RobotPy projects
Project-URL: Source code, https://github.com/robotpy/hatch-robotpy
Author-email: Dustin Spicuzza <dustin@virtualroadside.com>
License-Expression: BSD-3-Clause
License-File: LICENSE.txt
Keywords: hatch,robotpy
Classifier: Framework :: Hatch
Requires-Python: >=3.8
Requires-Dist: distro; platform_system == 'Linux'
Requires-Dist: hatchling
Requires-Dist: packaging
Requires-Dist: validobj~=1.2
Description-Content-Type: text/markdown

hatch-robotpy
=============

Hatchling plugins intended to be used for building RobotPy projects. Contains
the following functionality:

* Download a zip file from a specified URL
* Download a zip file from a maven repository using maven coordinates

See [config](src/hatch_robotpy/config.py) for `pyproject.toml` configuration.

The downloaded files can be cached and reused in future builds. Set the
`HATCH_ROBOTPY_CACHE` environment variable to a cache directory.
