Metadata-Version: 2.1
Name: doitintl-docops
Version: 2.1.0
Summary: Python library and CLI tools for doing DocOps at DoiT
Home-page: https://github.com/doitintl/docops/
Keywords: ci-cd,docs,docops,glossaries,nlp,qa-automation
Author: DoiT International
Author-email: engineering@doit-intl.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: Other/Proprietary License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Indexing
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Topic :: Utilities
Requires-Dist: Pillow (>=9.0.0,<10.0.0)
Requires-Dist: api-client (>=1.3.1,<2.0.0)
Requires-Dist: appdirs (>=1.4.4,<2.0.0)
Requires-Dist: charset-normalizer (>=2.0.4,<3.0.0)
Requires-Dist: docopt (>=0.6.2,<0.7.0)
Requires-Dist: inflect (>=5.3.0,<6.0.0)
Requires-Dist: inflection (>=0.5.1,<0.6.0)
Requires-Dist: nltk (>=3.6.2,<4.0.0)
Requires-Dist: pastel (>=0.2.1,<0.3.0)
Requires-Dist: simplejson (>=3.17.5,<4.0.0)
Requires-Dist: tabulate (>=0.8.9,<0.9.0)
Project-URL: Repository, https://github.com/doitintl/docops-utils/
Description-Content-Type: text/markdown

# DoiT DocOps Utilities

_Python library and CLI tools for doing DocOps at DoiT_

[![Tests][action-packaging-img]][action-packaging] [![DocOps][action-docops-img]][action-docops]

**Table of contents:**

- [Install](#install)
- [Documentation](#documentation)
  - [Users](#users)
  - [Developers](#developers)

## Install

The [doitintl-docops][pypi-project] package is published to [PyPI][pypi] and
you can install it using [Pip][pip], like so:

<!-- cspell:disable -->
```console
$ pip install doitintl-docops
Collecting doit-docops
  Downloading doitintl_docops-2.0.1-py3-none-any.whl (175 kB)
[...]
Successfully installed doitintl_docops-2.0.1
```
<!-- cspell:emable -->

The [project releases][releases] page has a complete list of all releases and
each release page has links to multiple release assets.

## Documentation

> 📝&nbsp;&nbsp;**Note**
>
> Documentation is sparse at the moment because this project is still in the
> early stages of development.

### Users

- [Glossary utilities][user-gloss]
- [GitBook client][user-gitbook]

### Developers

- [Python development][dev-python]

[action-docops-img]: https://github.com/doitintl/docops-utils/actions/workflows/docops.yaml/badge.svg
[action-docops]: https://github.com/doitintl/docops-utils/actions/workflows/docops.yaml
[action-packaging-img]: https://github.com/doitintl/docops-utils/actions/workflows/packaging.yaml/badge.svg
[action-packaging]: https://github.com/doitintl/docops-utils/actions/workflows/packaging.yaml
[dev-python]: https://github.com/doitintl/docops-python/blob/main/docs/dev/python.md
[pip]: https://pip.pypa.io/en/stable/
[pypi-project]: https://pypi.org/project/doitintl-docops
[pypi]: https://pypi.org/
[releases]: https://github.com/doitintl/docops-python/releases
[user-gitbook]: https://github.com/doitintl/docops-python/blob/main/docs/user/gitbook.md
[user-gloss]: https://github.com/doitintl/docops-python/blob/main/docs/user/gloss.md

