root/prod/: django-discover-0.0.1a4 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 | clement.denoix@magency.fr |
| classifiers |
|
| license | BSD |
| File | Tox results | History |
|---|---|---|
django_discover-0.0.1a4-py2.py3-none-any.whl
|
|
|
django_discover-0.0.1a4.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 mhr-python-external-modules repository
Install the required packages:
pip install -i https://login:password@pypi.magency.ninja/some/index -r requirements-dev.txt
To run tests, simply launch the runtests.sh script.
And for pylint:
PYTHONPATH="$PYTHONPATH:." pylint django-discover tests
When ready, update the version in django-discover/__init__py 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.4 django>=1.9