Metadata-Version: 1.1
Name: greencard
Version: 0.2.3
Summary: Cookiecutter template for a Python package.
Home-page: https://github.com/Nekroze/greencard
Author: Taylor "Nekroze" Lawson
Author-email: nekroze@eturnilnetwork.com
License: MIT
Description: =============================
        greencard
        =============================
        
        .. image:: https://badge.fury.io/py/greencard.png
            :target: http://badge.fury.io/py/greencard
            
        .. image:: https://travis-ci.org/Nekroze/greencard.png?branch=master
                :target: https://travis-ci.org/Nekroze/greencard
        
        .. image:: https://pypip.in/d/greencard/badge.png
                :target: https://crate.io/packages/greencard?version=latest
        
        Documentation
        -------------
        
        The full documentation is at http://greencard.rtfd.org.
        
        Quickstart
        ----------
        
        Install greencard::
        
            pip install greencard
        
        Then you can use the ``greencard`` command line test runner to descover and run
        card tests defined as all ``.py`` files in the test directory from where the
        runner is executed. For more information see the usage documentation page.
        
        Features
        --------
        
        * A custom testing framework and test runner designed specifically for cards.
        
        
        
        
        History
        -------
        
        0.1.0
        +++++
        
        * First release on PyPI.
        
Keywords: greencard
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT 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
