root/prod/: django-discover-1.0.1 metadata and description

Homepage | Simple index

``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
  • Development Status :: 5 - Production/Stable
  • Operating System :: OS Independent
  • Intended Audience :: Developers
  • License :: OSI Approved :: BSD License
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.6
  • Topic :: Software Development :: Libraries
  • Topic :: Software Development :: Libraries :: Python Modules
  • Framework :: Django
  • Framework :: Django :: 2.2
license BSD
File Tox results History
django_discover-1.0.1-py2.py3-none-any.whl
Size
13 KB
Type
Python Wheel
Python
2.7
django_discover-1.0.1.tar.gz
Size
9 KB
Type
Source

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