Metadata-Version: 2.1
Name: uEdition
Version: 0.0.2
Project-URL: Documentation, https://github.com/unknown/uedition#readme
Project-URL: Issues, https://github.com/unknown/uedition/issues
Project-URL: Source, https://github.com/unknown/uedition
Author-email: Mark Hall <mark.hall@work.room3b.eu>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Requires-Dist: jupyter-book<1.0.0,>=0.15.1
Requires-Dist: pydantic[dotenv]<2.0.0,>=1.0.0
Requires-Dist: pyyaml<7.0.0,>=6.0.0
Requires-Dist: typer[all]<1.0.0
Description-Content-Type: text/markdown

# μEdition

The μEdition is a micro framwork for quickly building Editions.

[![PyPI - Version](https://img.shields.io/pypi/v/uedition.svg)](https://pypi.org/project/uedition)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/uedition.svg)](https://pypi.org/project/uedition)
[![Test workflow status](https://github.com/uEdition/uEdition/actions/workflows/tests.yml/badge.svg)](https://github.com/uEdition/uEdition/actions/workflows/tests.yml)
[![Test coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/scmmmh/13b76c3c8e59fa624d03918fafde3f2d/raw/coverage.json)](https://github.com/uEdition/uEdition/actions/workflows/tests.yml)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

The recommended installation for use is via `pipx`:

```console
pipx install uedition
```

## License

`uedition` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
