Metadata-Version: 2.1
Name: docci
Version: 0.4.0
Summary: Various document utils
Home-page: https://github.com/potykion/docci
License: MIT
Author: potykion
Author-email: potykion@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Project-URL: Repository, https://github.com/potykion/docci
Description-Content-Type: text/markdown

# docci

Various document management utils

## Publish

Bump version:

```
poetry version major/minor/patch
```

Build and publish package:

```
poetry publish --build
```
