Metadata-Version: 1.1
Name: inxpect
Version: 0.1
Summary: Inspect and expect
Home-page: http://www.python.org/pypi/inxpect
Author: Grégory Salvan
Author-email: apieum@gmail.com
License: LGPL
Description: **************
        Inxpect
        **************
        
        .. image:: https://pypip.in/v/inxpect/badge.png
                :target: https://pypi.python.org/pypi/inxpect
        
        Inspect and expect
        
        
        
        ---------------------------------------------------------------------
        
        **Table of Contents**
        
        
        .. contents::
            :local:
            :depth: 1
            :backlinks: none
        
        =============
        Installation
        =============
        
        Simply install it from pypi::
        
          pip install inxpect
        
        or from sources::
        
          git clone git@github.com:apieum/inxpect.git
          cd inxpect
          python setup.py install
        
        =====
        Usage
        =====
        
        
        ===========
        Development
        ===========
        
        Fell free to give feedback or improvment.
        
        Launch test::
        
          git clone git@github.com:apieum/inxpect.git
          cd inxpect
          nosetests --with-spec --spec-color
        
        
        .. image:: https://secure.travis-ci.org/apieum/inxpect.png?branch=master
           :target: https://travis-ci.org/apieum/inxpect
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
