Metadata-Version: 1.1
Name: django-discover
Version: 0.0.1a4
Summary: ``django-discover`` provides ``DiscoverItem`` model, that allow displaying an introduction to an existent or a new feature to the user.
Home-page: https://github.com/magencydigital/
Author: Clément "clemfromspace" Denoix
Author-email: clement.denoix@magency.fr
License: BSD
Description-Content-Type: UNKNOWN
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 mhr-python-external-modules repository
        <https://github.com/magencydigital/mhr-python-external-modules>`_
        
        Install the required packages:
        
        .. code-block:: sh
        
            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:
        
        .. code-block:: sh
        
            PYTHONPATH="$PYTHONPATH:." pylint django-discover tests
        
        
        When ready, update the version in ``django-discover/__init__py`` 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.4
        django>=1.9
        
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.4
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
