Metadata-Version: 2.4
Name: rya
Version: 0.2.31
Summary: rya is a Python application bootstrapper.
Keywords: cli,bootstrap
Author: Alexander Haller, Mahadi Xion
Author-email: Alexander Haller, Mahadi Xion <elabftw@uni-heidelberg.de>
License-File: LICENSE
License-File: src/rya/_vendor/__init__.py
License-File: src/rya/_vendor/haggis/LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: AnyIO
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Dist: rich>=14.1.0,<14.2.0
Requires-Dist: dynaconf>=3.2.0,<4
Requires-Dist: typer>=0.17.4
Requires-Dist: pyyaml==6.0.2
Requires-Dist: click>=8.1.8,<8.2
Requires-Dist: colorama>=0.4.6
Requires-Dist: platformdirs>=4.4.0
Requires-Dist: pydantic>=2.11.10,<2.13
Requires-Dist: properpath>=0.2.9
Requires-Dist: rich-click>=1.9.4
Maintainer: Mahadi Xion
Maintainer-email: Mahadi Xion <mahadi.xion@urz.uni-heidelberg.de>
Requires-Python: >=3.12, <4
Project-URL: Changelog, https://github.com/uhd-urz/rya/blob/main/CHANGELOG.md
Project-URL: Homepage, https://www.urz.uni-heidelberg.de/
Project-URL: Issues, https://github.com/uhd-urz/rya/issues
Project-URL: Repository, https://github.com/uhd-urz/rya.git
Description-Content-Type: text/markdown

# Rya

Rya is a Python bootstrapper. Rya is made out of the internals of [elAPI](https://github.com/uhd-urz/elAPI). Rya has been generalized enough so any Python application can be bootstrapped that shares the same capabilities as elAPI.

> [!NOTE]  
> Rya is currently in beta.
