Metadata-Version: 2.1
Name: django_discover
Version: 1.0.3
Summary: ``django-discover`` provides ``DiscoverItem`` model, that allow displaying an introduction to an existent or a new feature to the user
Home-page: https://gitlab.com/magency/products/mtp-back-modules/-/tree/master/django-discover
Author: Clément "clemfromspace" Denoix
Author-email: dev@sparkup.app
License: BSD
Description: ===============
        django-discover
        ===============
        
        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.
        
        .. code-block:: sh
        
            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
        <https://gitlab.com/magency/products/mtp-back-modules/-/tree/master/django-discover>`_
        
        Install the required packages:
        
        .. code-block:: sh
        
            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:
        
        .. code-block:: sh
        
            PYTHONPATH="$PYTHONPATH:." pylint django-discover tests
        
        
        When ready, update the version in ``setup.cfg`` then create the package:
        
        .. code-block:: sh
        
            ./setup.py sdist bdist_wheel
        
        You can now upload it to ``devpi``:
        
        .. code-block:: sh
        
            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
        
Platform: UNKNOWN
Classifier: "Development Status :: 5 - Production/Stable",
Classifier: "Operating System :: OS Independent",
Classifier: "Intended Audience :: Developers",
Classifier: "License :: OSI Approved :: BSD License",
Classifier: "Programming Language :: Python :: 3",
Classifier: "Programming Language :: Python :: 3.6",
Classifier: "Topic :: Software Development :: Libraries",
Classifier: "Topic :: Software Development :: Libraries :: Python Modules",
Classifier: "Framework :: Django",
Classifier: "Framework :: Django :: 2.2",
Provides-Extra: dev
