Metadata-Version: 1.0
Name: specit
Version: 0.1.2a
Summary: Tool for creating and running executable specifications with BDD style grammar
Home-page: http://example.com
Author: Rudy Lattae
Author-email: rudylattae@gmail.com
License: Simplified BSD
Description: ======
        Specit
        ======
        
        Specit assists in creating and running executable specifications 
        with 'expect(actual).to_be(whatever)' BDD style grammar.
        
        
        Features
        ========
        
        TODO
        
        
        Installation
        ============
        
        You can install upgrade or uninstall specit with these commands:
        
        ::
            > pip install specit
            > pip install -U specit
            > pip uninstall specit
        
        If you do not have pip you may use easy install:
        
        ::
            > easy_install specit
        
        
        Example usage 
        =============
        
        TODO
        
        
        -----
        
        (c) 2010 - Rudy Lattae. Released under the New BSD License.
        
        =========
        Changelog
        =========
        
        0.1.2a (2010-12-08)
        =====================
        
        * First public release
        
        ====
        TODO
        ====
        
        - Provide better documentation and package information
        
        - package url?
        
        - distutils, setuptools or distribute?
Keywords: Specification,BDD,TDD
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
