Metadata-Version: 2.4
Name: markpub-themes
Version: 1.0.2
Summary: Theme collection for markpub
Project-URL: Homepage, https://github.com/markpub/markpub-themes
Project-URL: Issues, https://github.com/markpub/markpub-themes/issues
Author-email: "William L. Anderson" <band@acm.org>
License-Expression: MIT
License-File: LICENSE
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# markpub_themes

A collection of themes for
[markpub](https://pypi.org/project/markpub), a markdown web publishing package.

## Installation

```shell
pip install markpub-themes
```

## Available Themes

- **dolce** - A sweet and elegant theme

To see the available themes:  

``` shell
python -c "import markpub_themes; print(markpub_themes.list_themes())"
```

## Usage

```python
import markpub_themes

markpub_themes.list_themes()

markpub_themes.get_theme_path('dolce')
```

## License

MIT License - see LICENSE file for details.
