https://github.com/foliant-docs/foliantcontrib.utils
Utils for foliant plugin developers
https://github.com/foliant-docs/foliantcontrib.utils
Last synced: 5 months ago
JSON representation
Utils for foliant plugin developers
- Host: GitHub
- URL: https://github.com/foliant-docs/foliantcontrib.utils
- Owner: foliant-docs
- License: mit
- Created: 2020-11-16T12:27:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-09-29T06:38:25.000Z (9 months ago)
- Last Synced: 2025-10-01T01:22:10.409Z (9 months ago)
- Language: Python
- Size: 82 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://pypi.org/project/foliantcontrib.utils/) [](https://github.com/foliant-docs/foliantcontrib.utils)
# Foliant utils
This package contains various utils for Foliant extensions creators.
## Installation
```bash
pip3 install foliantcontrib.utils
```
# Contents
* [Generic utils](docs/utils.md) — generic little tools to use in Foliant extensions.
* [PreprocessorExt](docs/preprocessor_ext.md) — extended base class for Preprocessors with boilerplate code and useful features.
* [Combined Options](docs/combined_options.md) — wrapper class which simplifies working with extension options.
* [Header Anchors](docs/header_anchors.md) — tools to generate anchors for headings in documents.
* [Chapters](docs/chapters.md) — tools to work with chapters in foliant.yml.