Core for application Nobinobi
Project description
Core for application Nobinobi
Documentation
The full documentation is at https://nobinobi-core.readthedocs.io.
Quickstart
Install Nobinobi Core:
pip install nobinobi-core
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'nobinobi_core.apps.NobinobiCoreConfig',
...
)
Add Nobinobi Core’s URL patterns:
from nobinobi_core import urls as nobinobi_core_urls
urlpatterns = [
...
path('', include(nobinobi_core_urls)),
...
]
Features
TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Development commands
pip install -r requirements_dev.txt invoke -l
Credits
Tools used in rendering this package:
History
0.1.2 (2020-10-07)
Fix test for use
0.1.1 (2020-10-06)
Add organisation & Organisation closure
Restruct package for better comprehension
Add tests
0.1.0 (2020-10-06)
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
nobinobi-core-0.1.2.tar.gz
(113.5 kB
view details)
Built Distribution
File details
Details for the file nobinobi-core-0.1.2.tar.gz
.
File metadata
- Download URL: nobinobi-core-0.1.2.tar.gz
- Upload date:
- Size: 113.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5b1bdd8c99ac332cee58a6336d104195b815a31b26eb2ee985665ad9dc36a96 |
|
MD5 | eac855893a2b1b04f698d178230956f3 |
|
BLAKE2b-256 | 75eb8e89171867dfe7058723d7b9f539b380c0ad8e721aadb98b5eb903699542 |
Provenance
File details
Details for the file nobinobi_core-0.1.2-py2.py3-none-any.whl
.
File metadata
- Download URL: nobinobi_core-0.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 136.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b063b9771049a3398fcfd042bdcd943d01490f87515b0011116c9e1bd30d75c8 |
|
MD5 | be9f5228ac21dad94a6934f525c14578 |
|
BLAKE2b-256 | 6fb9d7f5458d77b4a70f64acb35e5d079bcb498fbd8484ec94fc521036dc0a7f |