Your project description goes here
Documentation
The full documentation is at https://plugs-core.readthedocs.io.
Quickstart
Install Plugs Core:
pip install plugs-core
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'plugs_core.apps.PlugsCoreConfig',
...
)
Add Plugs Core’s URL patterns:
from plugs_core import urls as plugs_core_urls
urlpatterns = [
...
url(r'^', include(plugs_core_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.1 (2016-12-19)
0.1.2 (2016-12-20)
0.1.3 (2016-12-20)
0.1.4 (2016-12-21)
0.1.5 (2016-12-22)
0.1.6 (2016-12-28)
Release files for plugs-core 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| plugs-core-0.2.1.tar.gz | 11.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| plugs_core-0.2.1-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 23.2 kB
Release files / plugs-core-0.2.1.tar.gz
| Download URL | plugs-core-0.2.1.tar.gz |
|---|---|
| Size | 11.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e0c40bad0f6d5d846a55fb938c1e4cd76301b42d7dd433c2079c4acd894b8f57
|
|
BLAKE2b-256 checksum How to use checksums |
86c8dae86f745eca99a82e2b0d440c0242d26b3a6db81879e8a0df43a01476bb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.9
|
Release files / plugs_core-0.2.1-py2.py3-none-any.whl
| Download URL | plugs_core-0.2.1-py2.py3-none-any.whl |
|---|---|
| Size | 11.6 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
a5dd9ff8c7e2e3c1fbca98870944f0b8297e69c65c75d5ae8159643fff98ccda
|
|
BLAKE2b-256 checksum How to use checksums |
6104bb0336a9b17e52c261baa1113948ded45f484ccd4f086ecfc7a8475033e6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.9
|