Metadata-Version: 1.1
Name: hitchsystem
Version: 0.1.2
Summary: System package handler for hitchtest.
Home-page: https://hitchtest.readthedocs.org/
Author: Colm O'Connor
Author-email: colm.oconnor.github@gmail.com
License: AGPL
Description: HitchSystem
        ===========
        
        System handler for hitchtest. This package handles the installation
        of required system packages for hitch projects, either via apt-get, yum,
        pacman or brew.
        
        
        Use
        ===
        
        To use::
        
          $ hitch system install
          [ attempts installation of system packages ]
        
          $ hitch system freeze
          [ prints packages required by the system ]
        
Keywords: hitch testing framework bdd tdd declarative tests testing jinja2 yaml packages unixpackage
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
