Metadata-Version: 2.1
Name: mkdocs-simple
Version: 0.0.1
Summary: 
Home-page: https://pypi.org/project/mkdocs-simple
License: MIT
Author: Danil Akhtarov
Author-email: daxartio@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Project-URL: Repository, https://github.com/daxartio/mkdocs-simple
Description-Content-Type: text/markdown

# MkDocs Simple

[![PyPI](https://img.shields.io/pypi/v/mkdocs-simple)](https://pypi.org/project/mkdocs-simple/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mkdocs-simple)](https://www.python.org/downloads/)
[![GitHub last commit](https://img.shields.io/github/last-commit/daxartio/mkdocs-simple)](https://github.com/daxartio/mkdocs-simple)
[![GitHub stars](https://img.shields.io/github/stars/daxartio/mkdocs-simple?style=social)](https://github.com/daxartio/mkdocs-simple)

## Installation

### pip

```
pip install mkdocs-simple
```

### poetry

```
poetry add mkdocs-simple
```

## Usage

```python
from mkdocs_simple import __version__
```

## License

* [MIT LICENSE](LICENSE)

## Contribution

[Contribution guidelines for this project](CONTRIBUTING.md)

