Metadata-Version: 2.3
Name: liblith
Version: 0.2.0
Summary: Lillith's Librarby
Author: Infinidoge
Author-email: Infinidoge <infinidoge@inx.moe>
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# Lillith's Librarby

We write quite a bit of Python, and sometimes we write little things we want to reuse elsewhere.

These are those things!

Most things are dependency-free, and are in the main module.

Those that require dependencies are separate packages in the same workspace, populating the `liblith` namespace package

## Packages

### `liblith` ([src](./src/liblith))

Basic no-dependency reusable modules.

- `liblith.cache`: Caching!
- `liblith.patch`: Monkeypatching utilities

### `liblith-flask` (`liblith.flask`) ([package](./packages/liblith-flask))

Modules centered on extending flask in some way.
Currently centered on a Pandoc-based markdown renderer that handles Jinja2 templates on the markdown side.
