Metadata-Version: 2.3
Name: transdoc
Version: 1.2.0
Summary: Transform your documentation by embedding results from Python function calls
Keywords: documentation,source,transform,parse,pre-processor
Author: Maddy Guthridge
Author-email: Maddy Guthridge <hello@maddyguthridge.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Pre-processors
Classifier: Typing :: Typed
Requires-Dist: click>=8.1.7,<9
Requires-Dist: colored>=2.2.5,<3.0.0
Requires-Dist: typing-extensions>=4.13.2,<5.0.0
Requires-Dist: transdoc-python>=0.1.4 ; extra == 'python'
Requires-Python: >=3.11
Project-URL: homepage, https://maddyguthridge.github.io/transdoc
Project-URL: repository, https://github.com/MaddyGuthridge/transdoc
Project-URL: documentation, https://maddyguthridge.github.io/transdoc
Project-URL: Bug Tracker, https://github.com/MaddyGuthridge/transdoc/issues
Provides-Extra: python
Description-Content-Type: text/markdown

# ![Transdoc](https://raw.githubusercontent.com/MaddyGuthridge/transdoc/refs/heads/main/assets/transdoc.png)

Transform your documentation by embedding results from Python function calls.

## Installation

Use your Python dependency manager of choice:

```sh
uv add transdoc
poetry add transdoc
pip install transdoc
# etc
```

To install handlers for Python, install `transdoc[python]` instead.

## Documentation

View the documentation at <https://maddyguthridge.github.io/transdoc>.

## Contributing

I'd love to have your contributions!
[View the contributor documentation](https://maddyguthridge.github.io/transdoc/development/contributing/).
