Metadata-Version: 2.1
Name: django-surface
Version: 26.0
Summary: An API framework for Django.
Author-email: Carlton Gibson <carlton.gibson@noumenal.es>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: Django
Project-URL: Home, https://noumenal.es/surface/

# django-surface

An API framework for Django.

Surface is the API layer over a [Mantle](https://noumenal.es/mantle/)-shaped
domain model: authorization, schema, transports, and support for multiple API styles
(REST-like, RPC, GraphQL, ...).

```
pip install django-surface
```

```python
import surface
```

Early days. More to follow.

