root/prod/: django-discover-1.0.3 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 dev@sparkup.app
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
requires_dist
  • django (>=2.2)
  • django-extended-choices
  • Pillow
  • requests
  • factory-boy ; extra == 'dev'
  • cov-core ; extra == 'dev'
  • coverage ; extra == 'dev'
  • pylint ; extra == 'dev'
  • pytest ; extra == 'dev'
  • pytest-django ; extra == 'dev'
  • pytest-sugar ; extra == 'dev'
  • pytest-cov ; extra == 'dev'
  • requests-mock ; extra == 'dev'
  • wheel ; extra == 'dev'
File Tox results History
django_discover-1.0.3-py2.py3-none-any.whl
Size
11 KB
Type
Python Wheel
Python
2.7
django_discover-1.0.3.tar.gz
Size
10 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 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