API Status endpoint
Project description
API Status endpoint
Documentation
The full documentation is at https://plugs-status.readthedocs.io.
Quickstart
Install Plugs Status:
pip install plugs-status
Add it to your INSTALLED_APPS:
INSTALLED_APPS = ( ... 'plugs_status.apps.PlugsStatusConfig', ... )
Add Plugs Status’s URL patterns:
from plugs_status import urls as plugs_status_urls urlpatterns = [ ... url(r'^', include(plugs_status_urls)), ... ]
Features
- TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
History
0.1.0 (2017-07-09)
- 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
plugs-status-0.2.0.tar.gz
(6.2 kB
view hashes)
Built Distribution
Close
Hashes for plugs_status-0.2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e4de86c3eb8d03beda70bf251b5cf8ba3a6f49bc5166a05ec8cdf87aa0fd155 |
|
MD5 | ad7d5e2f68609580169ca9c2cca2ee3c |
|
BLAKE2-256 | 37a66238d3f9fe6f7a46bed09a43b2aaf298c8837436b1eb1e14ff7a7bc5a36a |