Permission handler for drf API's.
Project description
Permission handler for drf API’s.
Documentation
The full documentation is at https://api_clients.readthedocs.io.
Quickstart
Install API clients permission.:
pip install api_clients
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'api_clients.apps.ApiClientsConfig',
...
)
Add API clients permission.’s URL patterns:
from api_clients import urls as api_clients_urls
urlpatterns = [
...
url(r'^', include(api_clients_urls)),
...
]
Features
TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Credits
Tools used in rendering this package:
History
0.1.0 (2019-03-10)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
api_clients-0.1.0.tar.gz
(6.6 kB
view details)
Built Distribution
File details
Details for the file api_clients-0.1.0.tar.gz
.
File metadata
- Download URL: api_clients-0.1.0.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b2e72072cc920395b08ffb714ede8bbf738c1230a0eb63e8041628865a11efe |
|
MD5 | d13b32fa3d22743fd80943d1753c64d6 |
|
BLAKE2b-256 | bebf6b3e08dc9e0e76205f1b59db637ab54150c509e9b837da03230bffa0761c |
File details
Details for the file api_clients-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: api_clients-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c687aa307d66b5ace5188e627c8356671e26cdcf87b058a36ed175f4175bc2b |
|
MD5 | 1ca655a7d7b7b35cd73db5feb5bb90fb |
|
BLAKE2b-256 | 1cf838cc2885844307a7902549b63364357f30a878b69bba1bdbdda00c75b794 |