Metadata-Version: 2.1
Name: octadocs
Version: 0.2.14
Summary: MkDocs wiki made smart
Home-page: https://github.com/octadocs/octadocs
License: MIT
Requires-Python: >=3.7,<3.10
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: PyGithub (>=1.55,<2.0)
Requires-Dist: PyLD (>=2.0.3,<3.0.0)
Requires-Dist: backports.cached-property (>=1.0.0,<2.0.0)
Requires-Dist: boltons (>=21.0.0,<22.0.0)
Requires-Dist: classes (>=0.4.0,<0.5.0)
Requires-Dist: deepmerge (>=0.1.1,<0.2.0)
Requires-Dist: documented (>=0.1.1,<0.2.0)
Requires-Dist: dominate (>=2.6.0,<3.0.0)
Requires-Dist: graphviz (>=0.17,<0.18)
Requires-Dist: mkdocs (>=1.2.3,<2.0.0)
Requires-Dist: mkdocs-macros-plugin (>=0.5.0,<0.6.0)
Requires-Dist: more-itertools (>=8.9.0,<9.0.0)
Requires-Dist: owlrl (>=6.0.2,<7.0.0)
Requires-Dist: pydantic (>=1.8.2,<2.0.0)
Requires-Dist: pydotplus (>=2.0.2,<3.0.0)
Requires-Dist: python-frontmatter (>=0.5.0,<0.6.0)
Requires-Dist: rdflib (>=6.0.1,<7.0.0)
Requires-Dist: rdflib-jsonld (>=0.6.1,<0.7.0)
Requires-Dist: rdflib-sqlalchemy (>=0.4.0,<0.5.0)
Requires-Dist: requests (>=2.25.1,<3.0.0)
Requires-Dist: rich (>=10.3.0,<11.0.0)
Requires-Dist: singledispatchmethod (>=1.0,<2.0)
Requires-Dist: typer (>=0.3.2,<0.4.0)
Requires-Dist: typing-extensions (>=3.7.4,<4.0.0)
Requires-Dist: urlpath (>=1.1.7,<2.0.0)
Project-URL: Repository, https://github.com/octadocs/octadocs
Description-Content-Type: text/markdown

# octadocs

[![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.

