Metadata-Version: 2.1
Name: pyjas
Version: 0.1.0
Summary: An implementation of the JSON:API Standard in Python.
Home-page: https://kmbhm1.github.io/PyJAS
License: MIT
Keywords: json,jsonapi,api,rest,json:api specification,json:api,pydantic,flask,fastapi,sqlalchemy,django
Author: K Boehm
Author-email: kmbhm1@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Framework :: FastAPI
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: deepdiff (>=7.0.1,<8.0.0)
Requires-Dist: mkdocs (>=1.6.0,<2.0.0)
Requires-Dist: mkdocs-click (>=0.8.1,<0.9.0)
Requires-Dist: mkdocs-material (>=9.5.30,<10.0.0)
Requires-Dist: mkdocs-redirects (>=1.2.1,<2.0.0)
Requires-Dist: mkdocstrings[python] (>=0.25.1,<0.26.0)
Requires-Dist: pydantic (>=2.6.3,<3.0.0)
Requires-Dist: pymdown-extensions (>=10.8.1,<11.0.0)
Project-URL: Repository, https://github.com/kmbhm1/PyJAS
Description-Content-Type: text/markdown

# PyJAS
A Python tool to implement JSON-API Standard Responses.

