forked from boblefrag/python-rest-api-framework
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMANIFEST
More file actions
50 lines (50 loc) · 1.68 KB
/
MANIFEST
File metadata and controls
50 lines (50 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# file GENERATED by distutils, do NOT edit
CHANGES.txt
requirements-tests.txt
requirements.txt
setup.cfg
setup.py
docs/source/authentication.rst
docs/source/controller.rst
docs/source/index.rst
docs/source/introduction.rst
docs/source/pagination.rst
docs/source/references.rst
docs/source/tutorial.rst
docs/source/reference/authentication.rst
docs/source/reference/authorization.rst
docs/source/reference/controller.rst
docs/source/reference/datastore.rst
docs/source/reference/pagination.rst
docs/source/reference/partials.rst
docs/source/reference/rate-limit.rst
docs/source/reference/view.rst
docs/source/tutorial/adding_endpoint.rst
docs/source/tutorial/adding_validator_datastore.rst
docs/source/tutorial/first_step.rst
docs/source/tutorial/multiple_endpoint.rst
docs/source/tutorial/partial-response.rst
docs/source/tutorial/protect_api.rst
docs/source/tutorial/rate-limit.rst
docs/source/tutorial/related_ressources.rst
docs/source/tutorial/represent_related.rst
docs/source/tutorial/representing_data.rst
docs/source/tutorial/using_user_endpoint.rst
docs/source/tutorial/whole_application.rst
docs/source/tutorial/work_with_pagination.rst
rest_api_framework/__init__.py
rest_api_framework/authentication.py
rest_api_framework/controllers.py
rest_api_framework/pagination.py
rest_api_framework/partials.py
rest_api_framework/ratelimit.py
rest_api_framework/views.py
rest_api_framework/datastore/__init__.py
rest_api_framework/datastore/base.py
rest_api_framework/datastore/simple.py
rest_api_framework/datastore/sql.py
rest_api_framework/datastore/validators.py
rest_api_framework/models/__init__.py
rest_api_framework/models/fields.py
rest_api_framework/models/models.py
rest_api_framework/models/validators.py