Metadata-Version: 2.1
Name: django-pathfinder-statcrunch
Version: 0.0.1
Summary: A reusable Django application using the Krypted Gaming template.
Home-page: https://github.com/porowns/django-pathfinder-statcrunch
Author: porowns
Author-email: porowns@gmail.com
License: MIT License
Description: # Django Package Template
        Template for creating packages. 
        
        
        # Instructions
        1. Click `Use this Template` on GitHub
        2. Fill out your project name accordingly
        3. Clone your repository
        4. Run `initalize.py`
        
        # Additional Recommendations
        1. Rewrite this `README.md`
        2. Generate a documentation folder `sphinx quickstart`
        3. Enable Travis on Github and `mv .travis.yml.example .travis.yml` (don't forget to change `django_package_template`)
        4. Travis will test your application, given that you have proper Django tests
        5. Add required packages in `setup.py`
        
        # Clean Up
        1. Delete `initailize.py`
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Description-Content-Type: text/markdown
