Skip to main content

Permission handler for drf API's.

Project description

https://badge.fury.io/py/api_clients.svg https://travis-ci.org/jeromecaisip/api_clients.svg?branch=master https://codecov.io/gh/jeromecaisip/api_clients/branch/master/graph/badge.svg

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


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)

Uploaded Source

Built Distribution

api_clients-0.1.0-py2.py3-none-any.whl (7.1 kB view details)

Uploaded Python 2 Python 3

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

Hashes for api_clients-0.1.0.tar.gz
Algorithm Hash digest
SHA256 9b2e72072cc920395b08ffb714ede8bbf738c1230a0eb63e8041628865a11efe
MD5 d13b32fa3d22743fd80943d1753c64d6
BLAKE2b-256 bebf6b3e08dc9e0e76205f1b59db637ab54150c509e9b837da03230bffa0761c

See more details on using hashes here.

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

Hashes for api_clients-0.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3c687aa307d66b5ace5188e627c8356671e26cdcf87b058a36ed175f4175bc2b
MD5 1ca655a7d7b7b35cd73db5feb5bb90fb
BLAKE2b-256 1cf838cc2885844307a7902549b63364357f30a878b69bba1bdbdda00c75b794

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page