Metadata-Version: 1.1
Name: django-cached-httpbl
Version: 0.0.1
Summary: Cached httpBL service support for Django 1.7+
Home-page: https://github.com/dlancer/django-cached-httpbl
Author: dlancer
Author-email: dmdpost@gmail.com
License: BSD
Description: django-cached-httpbl
        ====================
        
        ``django-cached-httpbl`` is a cached httpBL service support for Django 1.7+.
        
        
        .. image:: https://travis-ci.org/dlancer/django-cached-httpbl.svg?branch=master
            :target: https://travis-ci.org/dlancer/django-cached-httpbl/
            :alt: Build status
        
        .. image:: https://img.shields.io/pypi/v/django-cached-httpbl.svg
            :target: https://pypi.python.org/pypi/django-cached-httpbl/
            :alt: Latest PyPI version
        
        .. image:: https://img.shields.io/pypi/dm/django-cached-httpbl.svg
            :target: https://pypi.python.org/pypi/django-cached-httpbl/
            :alt: Number of PyPI downloads
        
        .. image:: https://img.shields.io/pypi/format/django-cached-httpbl.svg
            :target: https://pypi.python.org/pypi/django-cached-httpbl/
            :alt: Download format
        
        .. image:: https://img.shields.io/pypi/l/django-cached-httpbl.svg
            :target: https://pypi.python.org/pypi/django-cached-httpbl/
            :alt: License
        
        
        Requirements
        ------------
        
        ::
        
            django>=1.7
            django-appconf>=0.6
            django-ipware>=1.1.3
        
        Installation
        ============
        
        Download and install ``django-cached-httpbl`` using **one** of the following methods:
        
        PIP
        ---
        
        You can install the latest stable package running this command::
        
            $ pip install django-cached-httpbl
        
        Also you can install the development version running this command::
        
            $ pip install -e git+http://github.com/dlancer/django-cached-httpbl.git#egg=django-cached-httpbl
        
        Setuptools
        ----------
        
        You can install the latest stable package running::
        
            $ easy_install django-cached-httpbl
        
        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: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Development Status :: 3 - Alpha
