Metadata-Version: 1.2
Name: django-cowhite-blog
Version: 0.1.1
Summary: A simple Django blog
Home-page: https://github.com/cowhite/django-cowhite-blog
Author: Cowhite Software Pvt Ltd
Author-email: hello@cowhite.com
License: MIT License
Description: # django-cowhite-blog
        A simple blog. We try to make it simple so we can upgrade to latest Django versions as soon as they come so its easy for developers to implement a blog fast in their project.
        
        
        [![Build Status](https://travis-ci.org/cowhite/django-cowhite-blog.svg?branch=master)](https://travis-ci.org/cowhite/django-cowhite-blog)
        [![Coverage Status](https://coveralls.io/repos/github/cowhite/django-cowhite-blog/badge.svg?branch=master)](https://coveralls.io/github/cowhite/django-cowhite-blog?branch=master)
        
        Installation:
        
        pip install django-cowhite-blog
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >=2.7,<=3.6
