Metadata-Version: 2.1
Name: pyrinth
Version: 0.1.2
Summary: 
Home-page: https://gitlab.com/ENDERZOMBI102/pyrinth
License: MIT
Keywords: Modrinth,Wrapper,Minecraft
Author: ENDERZOMBI102
Author-email: enderzombi102.end@gmail.com
Maintainer: ENDERZOMBI102
Maintainer-email: enderzombi102.end@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: requests (>=2.27.1,<3.0.0)
Project-URL: Documentation, https://enderzombi102.gitlab.io/pyrinth
Project-URL: Repository, https://gitlab.com/ENDERZOMBI102/pyrinth
Project-URL: issues, https://gitlab.com/ENDERZOMBI102/pyrinth/-/issues
Description-Content-Type: text/markdown

PyRinth
-
A library to interact with modrinth's v1 and v2 APIs

Features:
 - Compatible with both v1 and v2 APIs
 - Automatic request caching and refreshing with configurable interval
 - Lazy population of objects to minimize API calls

[Documentation](https://enderzombi102.gitlab.io/pyrinth)

### Installing
From PyPi
```bash
$ pip install pyrinth
```
From source
```bash
$ pip install git+https://gitlab.com/ENDERZOMBI102/pyrinth.git
```

