Metadata-Version: 2.3
Name: subete
Version: 0.21.0
Summary: The Sample Programs API in Python
License: LICENSE
Author: Jeremy Grifski
Author-email: jeremy.grifski@therenegadecoder.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Documentation :: Sphinx
Requires-Dist: gitpython (>=3,<4)
Requires-Dist: pyyaml (>=6,<7)
Requires-Dist: requests (>=2.32.4,<3.0.0)
Project-URL: Bug Tracker, https://github.com/TheReneagadeCoder/subete/issues
Project-URL: Changelog, https://github.com/TheRenegadeCoder/subete/blob/main/docs/changelog.rst
Project-URL: Documentation, https://subete.therenegadecoder.com/en/latest/
Project-URL: Homepage, https://github.com/TheReneagadeCoder/subete
Description-Content-Type: text/markdown

# Subete

Subete is a Python library for interacting with the Sample Programs
repository. It works by cloning the repository and analyzing its
contents. It is currently in its alpha form, but you can already
see it being used in various Sample Programs projects. 

If you're interested in exploring the repo programatically,
check out the [official documentation](https://subete.therenegadecoder.com). 

