Metadata-Version: 2.4
Name: sybil
Version: 10.0.1
Summary: Automated testing for the examples in your code and documentation.
Project-URL: Homepage, https://github.com/simplistix/sybil
Project-URL: Documentation, https://sybil.readthedocs.org/en/latest/
Project-URL: Repository, https://github.com/simplistix/sybil
Project-URL: Changelog, https://sybil.readthedocs.io/en/latest/changes.html
Author-email: Chris Withers <chris@withers.org>
License: MIT
License-File: LICENSE.txt
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Provides-Extra: myst
Requires-Dist: pyyaml>=6.0.3; extra == 'myst'
Provides-Extra: pytest
Requires-Dist: pytest>=8; extra == 'pytest'
Description-Content-Type: text/x-rst

Sybil
=====

CI_ Docs_

.. _CI: https://github.com/simplistix/sybil/actions/workflows/ci.yml

.. _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.
