Metadata-Version: 2.1
Name: ajsonapi
Version: 0.0.0
Summary: An asynchronous JSON API
Home-page: https://gitlab.com/rvdg/ajsonapi
Author: Roel van der Goot
Author-email: roelvandergoot@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# ajsonapi: asynchronous JSON API


## What is it?

**ajsonapi** is a Python package providing the creation of a [JSON
API][json-api] web server backed by a database from a user-provided object
model.


[json-api]: http://jsonapi.org

