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
Credits
Tools used in rendering this package:
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file plugs-status-0.2.0.tar.gz.
File metadata
- Download URL: plugs-status-0.2.0.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35260e78dd560b25aae595bbc5afb32fa7df8740855d0758d71b08f798188f69
|
|
| MD5 |
b10dffb54f33a58757d01d70a9339d07
|
|
| BLAKE2b-256 |
e7b57894eaee410d3d75bc864b2202766ca972ca10fbdec40dd8443e8e9239ec
|
File details
Details for the file plugs_status-0.2.0-py2.py3-none-any.whl.
File metadata
- Download URL: plugs_status-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e4de86c3eb8d03beda70bf251b5cf8ba3a6f49bc5166a05ec8cdf87aa0fd155
|
|
| MD5 |
ad7d5e2f68609580169ca9c2cca2ee3c
|
|
| BLAKE2b-256 |
37a66238d3f9fe6f7a46bed09a43b2aaf298c8837436b1eb1e14ff7a7bc5a36a
|