Metadata-Version: 1.1
Name: django-appcore
Version: 0.0.6
Summary: Reusable useful tools for Django 1.5+ application programming.
Home-page: https://github.com/dlancer/django-appcore
Author: dlancer
Author-email: dmdpost@gmail.com
License: BSD
Description: django-appcore
        ==============
        
        ``django-appcore`` is a reusable useful tools for Django 1.5+ application programming.
        
        
        .. image:: https://travis-ci.org/dlancer/django-appcore.svg?branch=master
            :target: https://travis-ci.org/dlancer/django-appcore/
            :alt: Build status
        
        .. image:: https://img.shields.io/pypi/v/django-appcore.svg
            :target: https://pypi.python.org/pypi/django-appcore/
            :alt: Latest PyPI version
        
        .. image:: https://img.shields.io/pypi/dm/django-appcore.svg
            :target: https://pypi.python.org/pypi/django-appcore/
            :alt: Number of PyPI downloads
        
        .. image:: https://img.shields.io/pypi/format/django-appcore.svg
            :target: https://pypi.python.org/pypi/django-appcore/
            :alt: Download format
        
        .. image:: https://img.shields.io/pypi/l/django-appcore.svg
            :target: https://pypi.python.org/pypi/django-appcore/
            :alt: License
        
        
        Requirements
        ------------
        
        ::
        
            django >= 1.5
            django-appconf>=0.6
        
        Installation
        ============
        
        Download and install ``django-appcore`` using **one** of the following methods:
        
        PIP
        ---
        
        You can install the latest stable package running this command::
        
            $ pip install django-appcore
        
        Also you can install the development version running this command::
        
            $ pip install -e git+http://github.com/dlancer/django-appcore.git#egg=appcore-dev
        
        Setuptools
        ----------
        
        You can install the latest stable package running::
        
            $ easy_install django-appcore
        
        Usage
        =====
        
        You may find detailed documentation in the "docs" directory.
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Development Status :: 2 - Pre-Alpha
