Metadata-Version: 2.4
Name: sybil
Version: 6.1.0
Summary: Automated testing for the examples in your code and documentation.
Home-page: https://github.com/simplistix/sybil
Author: Chris Withers
Author-email: chris@withers.org
License: MIT
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
License-File: LICENSE.txt
Provides-Extra: test
Requires-Dist: mypy; extra == "test"
Requires-Dist: myst_parser; extra == "test"
Requires-Dist: pytest>=7.1.0; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: seedir; extra == "test"
Requires-Dist: testfixtures; extra == "test"
Requires-Dist: types-PyYAML; extra == "test"
Provides-Extra: build
Requires-Dist: furo; extra == "build"
Requires-Dist: sphinx; extra == "build"
Requires-Dist: twine; extra == "build"
Requires-Dist: urllib3<2; extra == "build"
Requires-Dist: wheel; extra == "build"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-python
Dynamic: summary

Sybil
=====

|CircleCI|_ |Docs|_

.. |CircleCI| image:: https://circleci.com/gh/simplistix/sybil/tree/master.svg?style=shield
.. _CircleCI: https://circleci.com/gh/simplistix/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 check examples in your code and documentation by parsing
them from their source and evaluating the parsed examples as part of
your normal test run. Integration is provided for the main Python test
runners.

The `documentation <https://sybil.readthedocs.io/>`__ is the best place to start.
