Metadata-Version: 1.1
Name: picker
Version: 0.2
Summary: A sports picker app
Home-page: https://github.com/dakrauth/picker
Author: David A Krauth
Author-email: dakrauth@gmail.com
License: MIT License
Description: Picker
        ======
        
        A sports picker app for various leagues.
        
        Templates
        ---------
        
        The default, included templates are all `Bootstrap 3 <http://getbootstrap.com/>`_ based.
        
        Demo
        ----
        
        For Linux/Mac OS X:
        
        .. code-block:: bash
        
            $ git clone https://github.com/dakrauth/picker.git
            $ cd picker/demo
            $ make init
            $ ./manage.py runserver
        
        Browse to: http://127.0.0.1:8000
        
        User ``demo``, password ``demo`` has management rights. Users [``user1``, ``user2``, ..., ``user9``]
        all share password ``password``.
        
        Meta
        ----
        
        Distributed under the MIT License, see ``LICENSE`` file for more information.
        
        https://github.com/dakrauth/picker
Platform: any
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
