Metadata-Version: 1.1
Name: django-blogging
Version: 1.2
Summary: Django blogging app. The goal is to keep it simple and configurable
Home-page: http://github.com/jibaku/blogging
Author: Fabien Schwob
Author-email: fabien@x-phuture.com
License: BSD
Description: # Blogging
        
        This app is a django blogging app. The goal is to keep as simple as possible
        while having all the needed features for and blogging app. Other goals are :
        
         * to have as few dependencies as possible
         * to have a configurable app
         * to follow the Django best practices
        
        ## Requirements
        
        * Django >= 1.8
        
        ## Authors
        
        * Fabien Schwob
        
        ## Licence
        
        This code is under BSD licence
        
        ## Code status
        
        [![Build Status](https://travis-ci.org/jibaku/blogging.svg?branch=master)](https://travis-ci.org/jibaku/blogging)
        [![codecov.io](https://codecov.io/github/jibaku/blogging/coverage.svg?branch=master)](https://codecov.io/github/jibaku/blogging?branch=master)
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
