DevOps CLI tools
Project description
Python DevOps Tools
Description
A collection of DevOps CLI tools written in Python
Available tools
apitester- A simple API tester where the requests are configured in a JSON file (seeconfiguration.sample.jsonsample configuration)encodings- File encoding converter
Setup
Install venv module
pip3.9 install virtualenv
Create environment
# cd project_path
python3.9 -m venv env
Activate environment
Windows
.\env\Scripts\Activate.ps1
Linux
source env/bin/activate
Upgrade pip
python -m pip install --upgrade pip
Deactivate environment
deactivate
Install tool from source
For development
python -m pip install --editable .
For usage only
python -m pip install .
Publish to PyPi.org
Prerequisite
python -m pip install build twine
Build
python -m build
Check
twine check dist/*
Upload
twine upload dist/*
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyopstools-0.4.0.tar.gz
(10.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyopstools-0.4.0.tar.gz.
File metadata
- Download URL: pyopstools-0.4.0.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1f8a2d2c42d55df1f3d96eca29322762307dbeedb79753a0226ea69fdf16796
|
|
| MD5 |
9bd0d6b8569844fa6af84a19fb524da1
|
|
| BLAKE2b-256 |
b3c0165de0c90c642de1b9d9bafb2d92a8e22c69c2c06b69d28c6134fee5c66b
|
File details
Details for the file pyopstools-0.4.0-py3-none-any.whl.
File metadata
- Download URL: pyopstools-0.4.0-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4719a90034dbe38f4885701bf1ce3930d8677d9de0b637c6867c29c15adca2a7
|
|
| MD5 |
aa7d564f5d205cd98de10f8e88758756
|
|
| BLAKE2b-256 |
703431b303e90ba668150bd8500e3e70821921cd9aa15805c0d18499d6d9ea22
|