Metadata-Version: 1.1
Name: hitchquickstart
Version: 0.1.4
Summary: Quick project generator for Hitch.
Home-page: https://hitchtest.readthedocs.org/
Author: Colm O'Connor
Author-email: colm.oconnor.github@gmail.com
License: AGPL
Description: HitchQuickstart
        ===============
        
        HitchQuickstart is a hitch plugin that generates a base hitch project from scratch,
        including an engine.py, hitchreqs.txt, settings files, system.packages and a stub
        test.
        
        Install and Run
        ---------------
        
        If you want to run hitch quickstart from scratch, simply copy and paste the following 3 command::
        
            ~/yourproject$ mkdir tests
        
            ~/yourproject/tests$ cd tests
        
            ~/yourproject/tests$ curl -sSL https://hitchtest.com/init.sh > init.sh ; chmod +x init.sh ; ./init.sh
        
        Note that the exact name of the tests directory is not important.
        
        If you have an existing hitch environment::
        
            $ hitch install hitchquickstart
        
            $ hitch quickstart
        
Keywords: hitch testing framework bdd tdd declarative tests testing jinja2 yaml
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Libraries
Classifier: Operating System :: Unix
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
