Metadata-Version: 2.4
Name: odata_server
Version: 1.0.0a27
Summary: Python library to create oData v4 APIs
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: abnf<2
Requires-Dist: arrow
Requires-Dist: pymongo
Requires-Dist: flask
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary


# Python OData Server
[![Tests](https://github.com/Ficodes/python-odata-server/actions/workflows/tests.yml/badge.svg)](https://github.com/Ficodes/python-odata-server/actions/workflows/tests.yml)
[![Coverage Status](https://coveralls.io/repos/github/Ficodes/python-odata-server/badge.svg)](https://coveralls.io/github/Ficodes/python-odata-server)


## License

This project follows the Apache-2.0 license. See the [LICENSE](LICENSE.txt) for details.
