Skip to main content

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 (see configuration.sample.json sample 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 hashes)

Uploaded Source

Built Distribution

pyopstools-0.4.0-py3-none-any.whl (11.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page