Metadata-Version: 1.1
Name: django-awards
Version: 0.3.0
Summary: A Django Badge Awards application.
Home-page: https://github.com/fgmacedo/django-awards
Author: Fernando Macedo
Author-email: fgmacedo@gmail.com
License: MIT
Description: =============================
        Django Awards
        =============================
        
        .. image:: https://badge.fury.io/py/django-awards.png
            :target: https://badge.fury.io/py/django-awards
        
        .. image:: https://travis-ci.org/fgmacedo/django-awards.png?branch=master
            :target: https://travis-ci.org/fgmacedo/django-awards
        
        A Django Badge Awards application.
        
        Documentation
        -------------
        
        The full documentation is at https://django-awards.readthedocs.org.
        
        Quickstart
        ----------
        
        Install Django Awards::
        
            pip install django-awards
        
        Then use it in a project::
        
            import awards
        
        Add a `badges.py` file into the app that you want to define badges to.
        
        
        
        Features
        --------
        
        * TODO
        
        Running Tests
        --------------
        
        Does the code actually work?
        
        ::
        
            source <YOURVIRTUALENV>/bin/activate
            (myenv) $ pip install -r requirements_test.txt
            (myenv) $ py.test
        
        
        
        
        History
        -------
        
        0.1.0 (2016-11-16)
        ++++++++++++++++++
        
        * First release on PyPI.
        
Keywords: django-awards
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Framework :: Django :: 1.10
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
