Metadata-Version: 2.1
Name: gitlab-docs
Version: 0.0.38
Summary: A tool that automatically generates gitlab documentation from yaml files
Author: Charlie Smith
Author-email: me@charlieasmith.co.uk
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: jq (>=1.8.0,<2.0.0)
Requires-Dist: markdown-analysis
Requires-Dist: oyaml
Requires-Dist: prettytable
Requires-Dist: pytablewriter (>=1.2.0,<1.3.0)
Requires-Dist: semver (>=3.0.2,<4.0.0)
Requires-Dist: setuptools
Requires-Dist: typer (>=0.12.5,<0.13.0)
Description-Content-Type: text/markdown

# Gitlab Docs
## How to install
Gitlab Docs is portable utility based in python so any system that supports python3 you will be able to install it.
### Python
```bash
pip3 install --user gitlab-docs
```

### Docker
```bash
docker run -v ${PWD}:/gitlab-docs charlieasmith93/gitlab-docs
```
### Precommit Hook
<!-- ```yml

``` -->
