Reusable REST Store
Project description
Reusable REST Store
Documentation
The full documentation is at https://plugs-store.readthedocs.io.
Quickstart
Install plugs store:
pip install plugs-store
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'plugs_store.apps.PlugsStoreConfig',
...
)
Add plugs store’s URL patterns:
from plugs_store import urls as plugs_store_urls
urlpatterns = [
...
url(r'^', include(plugs_store_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 (2018-03-23)
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
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-store-0.3.0.tar.gz.
File metadata
- Download URL: plugs-store-0.3.0.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22c699c28b5925d115e85e464fcb977d7b4df50afd266f8ca9e8ef619bf2d2a8
|
|
| MD5 |
ea37d384aeac5e2d301de781979ad988
|
|
| BLAKE2b-256 |
96ad7f54db6d70c2cdfdef45f541c31c60d8f34d7c1516f38f869173a0cd2b0c
|
File details
Details for the file plugs_store-0.3.0-py2.py3-none-any.whl.
File metadata
- Download URL: plugs_store-0.3.0-py2.py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45c1d9d65755561b4bc289ce83b8dae00290a88b1bfa0fd55aff3cadc39f5a0b
|
|
| MD5 |
bf345afb6b9d5a8a7f501190150aca84
|
|
| BLAKE2b-256 |
d8b0cc2908511f0b4d575b2d5a0f394f824955b4e2d0974cca016f4c0d56ffd4
|