https://github.com/devopshq/common
Common libs for dohq tools. Documentation: https://devopshq.github.io/common/
https://github.com/devopshq/common
Last synced: 11 months ago
JSON representation
Common libs for dohq tools. Documentation: https://devopshq.github.io/common/
- Host: GitHub
- URL: https://github.com/devopshq/common
- Owner: devopshq
- License: mit
- Created: 2020-12-23T14:33:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-29T12:42:32.000Z (about 5 years ago)
- Last Synced: 2025-07-27T00:45:04.821Z (11 months ago)
- Language: Python
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dohq-common
[](https://travis-ci.org/devopshq/common)
[](https://pypi.python.org/pypi/dohq-common)
[](https://github.com/devopshq/common/blob/master/LICENSE)
**dohq-common** is a common libs package for DevOpsHQ tools
See russian readme here (инструкция на русском здесь): https://github.com/devopshq/common/blob/master/README_RU.md
## Setup
The easiest way is to install via PyPI:
```commandline
pip install dohq-common
```
After that, you can check the installation with the command:
```commandline
pip show dohq-common
```
## Usage examples
***... Will be here soon ...***