Metadata-Version: 1.1
Name: expects
Version: 0.1.1
Summary: Expectations library for Python
Home-page: UNKNOWN
Author: Jaime Gil de Sagredo Luna
Author-email: jaimegildesagredo@gmail.com
License: Apache 2.0
Description: Expects
        =======
        
        .. image:: https://secure.travis-ci.org/jaimegildesagredo/expects.png?branch=master
            :target: http://travis-ci.org/jaimegildesagredo/expects
        
        Expectations library for Python.
        
        Installation
        ------------
        
        You can install the last stable release of Expects from PyPI using pip or easy_install.
        
        .. code-block:: bash
        
            $ pip install expects
        
        Also you can install the latest sources from Github.
        
        .. code-block:: bash
        
             $ pip install -e git+git://github.com/jaimegildesagredo/expects.git#egg=expects
        
        Specs
        -----
        
        To run the Expects specs you should install the development requirements and then run `mamba`.
        
        .. code-block:: bash
        
            $ pip install -r requirements-devel.txt
            $ mamba
        
        Changes
        -------
        
        See changes `here <CHANGES.rst>`_.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: Apache Software License
