Metadata-Version: 1.1
Name: testpad
Version: 0.1.3
Summary: Screenshot and Annotate and send to django backend.
Home-page: https://github.com/milin/testpad
Author: Milind Shakya
Author-email: sh.milind@gmail.com
License: BSD
Description: =============================
        testpad
        =============================
        
        .. image:: https://badge.fury.io/py/testpad.png
            :target: https://badge.fury.io/py/testpad
        
        .. image:: https://travis-ci.org/milin/testpad.png?branch=master
            :target: https://travis-ci.org/milin/testpad
        
        Screenshot and Annotate and send to django backend.
        
        Documentation
        -------------
        
        The full documentation is at https://testpad.readthedocs.org.
        
        Quickstart
        ----------
        
        Install testpad::
        
            pip install testpad
        
        Then use it in a project::
        
            import testpad
        
        Features
        --------
        
        * TODO
        
        Cookiecutter Tools Used in Making This Package
        ----------------------------------------------
        
        *  cookiecutter
        *  cookiecutter-djangopackage
        
        
        
        
        History
        -------
        
        0.1.0 (2015-10-02)
        ++++++++++++++++++
        
        * First release on PyPI.
        
Keywords: testpad
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
