Metadata-Version: 1.1
Name: Specter
Version: 0.1.0
Summary: Specter is a spec-based testing library to help facilitate BDD-testing in Python.
Home-page: https://github.com/jmvrbanac/Specter
Author: John Vrbanac
Author-email: john.vrbanac@linux.com
License: MIT License
Description: ## Specter [![Build Status](https://travis-ci.org/jmvrbanac/Specter.png?branch=master)](https://travis-ci.org/jmvrbanac/Specter) [![Coverage Status](https://coveralls.io/repos/jmvrbanac/Specter/badge.png?branch=master)](https://coveralls.io/r/jmvrbanac/Specter?branch=master)
        #### Keeping the boogy man away from your code!
        
        Specter is a Python testing framework inspired from RSpec and Jasmine. The library was created out of a desire to have a relatively flexible Python testing framework that adopted a more code-centric approach to BDD.
        
        Specter is open-source and is available on [GitHub](https://github.com/jmvrbanac/Specter). We love contributions!
        
        ### Documentation
        Our documentation can be found at [docs.specterframework.com](http://docs.specterframework.com)
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
