Skip to main content

env toolkit

Project description

Envtk

Description:

env toolkit

Commands:

Install Poetry:

python3 -m pip install poetry

Build Package:

python3 -m poetry build

Publish Package:

python3 -m poetry publish -u -p

Install Package Locally:

python3 -m pip install envtk==1.0.2

Build And Publish Package:

python3 -m poetry build;python3 -m poetry publish -u -p

Build Package; Publish Package; Install Package:

python3 -m poetry build;python3 -m poetry publish -u -p ;python3 -m pip install envtk==1.0.2

Test Envtk:

python3 -m pytest -rpP tests/

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

envtk-1.0.2.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

envtk-1.0.2-py3-none-any.whl (3.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