Metadata-Version: 2.1
Name: sybil
Version: 1.4.0
Summary: Automated testing for the examples in your documentation.
Home-page: https://github.com/cjw296/sybil
Author: Chris Withers
Author-email: chris@withers.org
License: MIT
Description: Sybil
        =====
        
        |CircleCI|_ |Docs|_
        
        .. |CircleCI| image:: https://circleci.com/gh/cjw296/sybil/tree/master.svg?style=shield
        .. _CircleCI: https://circleci.com/gh/cjw296/sybil/tree/master
        
        .. |Docs| image:: https://readthedocs.org/projects/sybil/badge/?version=latest
        .. _Docs: http://sybil.readthedocs.org/en/latest/
        
        
        This library provides a way to test examples in your documentation by parsing
        them from the documentation source and evaluating the parsed examples as part of
        your normal test run. Integration is provided for the three main Python test
        runners.
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Provides-Extra: test
Provides-Extra: build
