Metadata-Version: 2.0
Name: pebble-view-helpers
Version: 0.1.0
Summary: Set of helpers to make working with, and testing, generic views easier
Home-page: https://github.com/mypebble/view-helpers
Author: SF Software limited t/a Pebble
Author-email: sysadmin@mypebble.co.uk
License: UNKNOWN
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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.5
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: Django
Requires-Dist: python-dateutil (>=1.5)
Requires-Dist: django (>=1.11)


Pebble View Helpers
===================


.. image:: https://circleci.com/gh/mypebble/view-helpers.svg?style=svg
   :target: https://circleci.com/gh/mypebble/view-helpers
   :alt: Circle CI


This project is a collection of helper functions and classes that we use
while developing our Django projects.

Testing
=======

To test this project, create a virtualenv and install the requirements.txt:

.. code-block::

   virtualenv .
   bin/pip install -r requirements.txt
   bin/python setup.py install
   bin/python test_project/manage.py test


