Metadata-Version: 2.4
Name: modrinth-api-wrapper-pakkunbot
Version: 1.0.1
Summary: Python wrapper for Modrinth API with Pydantic models
Project-URL: Homepage, https://github.com/mcmod-info-mirror/modrinth-api-wrapper
Project-URL: Documentation, https://github.com/mcmod-info-mirror/modrinth-api-wrapper
Project-URL: Repository, https://github.com/mcmod-info-mirror/modrinth-api-wrapper
Project-URL: Issues, https://github.com/mcmod-info-mirror/modrinth-api-wrapper/issues
Author-email: z0z0r4 <z0z0r4@outlook.com>
License: MIT
License-File: LICENSE
Keywords: api,mcinecraft,modrinth,python,wrapper
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
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: Programming Language :: Python :: Implementation :: CPython
Classifier: Typing :: Typed
Requires-Python: >=3.8
Requires-Dist: httpx>=0.28.1
Requires-Dist: pydantic<2.11,>=2.10.5; python_version < '3.9'
Requires-Dist: pydantic<3,>=2.10.5; python_version >= '3.9'
Description-Content-Type: text/markdown

A fork of [modrinth-api-wrapper](https://pypi.org/project/modrinth-api-wrapper/) package, published to pypi as modrinth-api-wrapper-pakkunbot.

Contains the following fix:
- Fix support for Python 3.8