Metadata-Version: 2.4
Name: django-oapif
Version: 1.1.0
Summary: Easily expose your Django models through an OGCAPI-Features endpoint
Author-email: "OPENGIS.ch" <info@opengis.ch>
License-Expression: MIT
Project-URL: homepage, https://github.com/opengisch/django-oapif
Project-URL: repository, https://github.com/opengisch/django-oapif
Project-URL: tracker, https://github.com/opengisch/django-oapif/issues
Keywords: django,ogc,api,wfs3,features,rest,gis,ogcapif,oapif
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: GIS
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: django>=5
Requires-Dist: django-ninja
Requires-Dist: psycopg2-binary
Requires-Dist: inflection
Requires-Dist: pyyaml
Requires-Dist: uritemplate
Provides-Extra: dev
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: debugpy; extra == "dev"
Requires-Dist: django-debug-toolbar; extra == "dev"
Requires-Dist: django-computedfields; extra == "dev"
Requires-Dist: flameprof; extra == "dev"
Requires-Dist: gprof2dot; extra == "dev"
Dynamic: license-file

# Django-OAPIF

*Django-OAPIF* allows to easily expose your Django models through an OGC API Features endpoint.
It is based on Django Ninja.

https://opengisch.github.io/django-oapif
