Skip to main content

Thabala Command Line Interface

Project description

Thabala CLI

Thabala Command Line Interface to interact with a Thabala account.

Requirements

The thabala-cli package works on Python versions:

  • 3.7.x and greater
  • 3.8.x and greater
  • 3.9.x and greater
  • 3.10.x and greater
  • 3.11.x and greater

Installation

The safest way to install Thabala CLI is to use pip in a virtualenv:

$ python -m pip install thabala-cli

If you have the thabala-cli package installed and want to upgrade to the latest version, you can:

$ python -m pip install --upgrade thabala-cli

This will install the thabala-cli package as well as all dependencies.

Development

On Linux and Mac:

python -m venv venv
. ./venv/bin/activate
python -m pip install --upgrade pip setuptools
pip install -r requirements.txt -r requirements-dev.txt
pip install -e .

On Windows:

python -m venv venv
venv\Scripts\activate
python -m pip install --upgrade pip setuptools
pip install -r requirements.txt -r requirements-dev.txt
pip install -e .

pre-commit

Install pre-commit in the repo:

pre-commit install

Testing

Python tests can be run with:

pytest

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

thabala-cli-1.3.0.tar.gz (28.4 kB view hashes)

Uploaded Source

Built Distribution

thabala_cli-1.3.0-py3-none-any.whl (36.3 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