Metadata-Version: 1.1
Name: pytest-rethinkdb
Version: 0.1.2
Summary: A RethinkDB plugin for pytest.
Home-page: https://github.com/bigchaindb/pytest-rethinkdb
Author: Sylvain Bellemare
Author-email: sylvain@bigchaindb.com
License: MIT
Description: **warning**: Scaffolding only. Not Yet Implemented! 
        
        .. image:: https://travis-ci.org/sbellem/pytest-rethinkdb.svg?branch=master
            :target: https://travis-ci.org/sbellem/pytest-rethinkdb
            :alt: See Build Status on Travis CI
        
        
        pytest-rethinkdb
        ================
        
        A RethinkDB plugin for pytest.
        
        
        Features
        --------
        
        * TODO
        
        
        Requirements
        ------------
        
        * TODO
        
        
        Installation
        ------------
        
        You can install "pytest-rethinkdb" via `pip`_ from `PyPI`_::
        
            $ pip install pytest-rethinkdb
        
        
        Usage
        -----
        
        * TODO
        
        
        Contributing
        ------------
        Contributions are very welcome. Tests can be run with `tox`_, please ensure
        the coverage at least stays the same before you submit a pull request.
        
        License
        -------
        
        Distributed under the terms of the `MIT`_ license, "pytest-rethinkdb" is free
        and open source software.
        
        
        Issues
        ------
        
        If you encounter any problems, please `file an issue`_ along with a detailed
        description.
        
        
        Special Thanks
        --------------
        
        This `Pytest`_ plugin was started with `Cookiecutter`_ along with
        `@hackebrot`_'s `Cookiecutter-pytest-plugin`_ template.
        
        
        .. _`Cookiecutter`: https://github.com/audreyr/cookiecutter
        .. _`@hackebrot`: https://github.com/hackebrot
        .. _`MIT`: http://opensource.org/licenses/MIT
        .. _`Apache Software License 2.0`: http://www.apache.org/licenses/LICENSE-2.0
        .. _`cookiecutter-pytest-plugin`: https://github.com/pytest-dev/cookiecutter-pytest-plugin
        .. _`file an issue`: https://github.com/sbellem/pytest-rethinkdb/issues
        .. _`pytest`: https://github.com/pytest-dev/pytest
        .. _`tox`: https://tox.readthedocs.io/en/latest/
        .. _`pip`: https://pypi.python.org/pypi/pip/
        .. _`PyPI`: https://pypi.python.org/pypi
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
