root/prod/: django-discover-1.0.3 metadata and description
``django-discover`` provides ``DiscoverItem`` model, that allow displaying an introduction to an existent or a new feature to the user
| author | Clément "clemfromspace" Denoix |
| author_email | dev@sparkup.app |
| classifiers |
|
| license | BSD |
| requires_dist |
|
| File | Tox results | History |
|---|---|---|
django_discover-1.0.3-py2.py3-none-any.whl
|
|
|
django_discover-1.0.3.tar.gz
|
|
Purpose
This package expose the discover models, made to allow users to discover existent or new features with ease.
Installation
The django-discover package is only available on the Magency private pypi server.
pip install -i https://login:password@pypi.magency.ninja/some/index django-discover
Development
The code can be found on the Magency mtp-back-modules repository
Install the required packages:
pip install -i https://login:password@pypi.magency.ninja/some/index -e .[dev]
To run tests, simply launch the runtests.sh script.
And for pylint:
PYTHONPATH="$PYTHONPATH:." pylint django-discover tests
When ready, update the version in setup.cfg then create the package:
./setup.py sdist bdist_wheel
You can now upload it to devpi:
devpi use https://login:password@pypi.magency.ninja devpi login yourlogin devpi use yourlogin/dev devpi upload dist/django-discover-VERSION*
Support
python>=3.6 django>=2.2