Metadata-Version: 2.1
Name: octadocs
Version: 0.0.3
Summary: MkDocs wiki made smart
Home-page: https://github.com/octadocs/octadocs
License: MIT
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: backports.cached_property (>=1.0.0,<2.0.0); python_version < "3.8"
Requires-Dist: boltons (>=20.2.1,<21.0.0)
Requires-Dist: deepmerge (>=0.1.1,<0.2.0)
Requires-Dist: graphviz (>=0.15,<0.16)
Requires-Dist: mkdocs (>=1.1.2,<2.0.0)
Requires-Dist: mkdocs-macros-plugin (>=0.4.20,<0.5.0)
Requires-Dist: owlrl (>=5.2.1,<6.0.0)
Requires-Dist: pydotplus (>=2.0.2,<3.0.0)
Requires-Dist: pyld (>=2.0.3,<3.0.0)
Requires-Dist: python-frontmatter (>=0.5.0,<0.6.0)
Requires-Dist: rdflib (>=5.0.0,<6.0.0)
Requires-Dist: rdflib-jsonld (>=0.5.0,<0.6.0)
Requires-Dist: requests (>=2.25.1,<3.0.0)
Requires-Dist: typing-extensions (>=3.7.4,<4.0.0)
Project-URL: Repository, https://github.com/octadocs/octadocs
Description-Content-Type: text/markdown

# mkdocs meta

[![Build Status](https://travis-ci.com/anatoly-scherbakov/octadocs.svg?branch=master)](https://travis-ci.com/anatoly-scherbakov/octadocs)
[![Coverage](https://coveralls.io/repos/github/anatoly-scherbakov/octadocs/badge.svg?branch=master)](https://coveralls.io/github/anatoly-scherbakov/octadocs?branch=master)
[![Python Version](https://img.shields.io/pypi/pyversions/octadocs.svg)](https://pypi.org/project/octadocs/)
[![wemake-python-styleguide](https://img.shields.io/badge/style-wemake-000000.svg)](https://github.com/wemake-services/wemake-python-styleguide)

## Features

- Fully typed with annotations and checked with mypy, [PEP561 compatible](https://www.python.org/dev/peps/pep-0561/)
- Add yours!


## Installation

```bash
pip install octadocs
```

## License

[MIT](https://github.com/anatoly-scherbakov/octadocs/blob/master/LICENSE)


## Credits

This project was generated with [`wemake-python-package`](https://github.com/wemake-services/wemake-python-package). Current template version is: [868260c2d659e455bafc2ed4fe242413ef39e4dc](https://github.com/wemake-services/wemake-python-package/tree/868260c2d659e455bafc2ed4fe242413ef39e4dc). See what is [updated](https://github.com/wemake-services/wemake-python-package/compare/868260c2d659e455bafc2ed4fe242413ef39e4dc...master) since then.

