Skip to main content

KTZ Python Tools

Project description

KTZ - Python Tools

Documentation KTZ on PyPI Code Style: black

Kantholtz' personal Python toolbox. Check out the documentation here.

Installation

Python 3.9 is required.

$ conda create -n ktz python=3.9
$ conda activate ktz
$ pip install ktz

For a local installation with all dev dependencies:

$ git clone https://github.com/kantholtz/ktz.git
$ cd ktz
$ conda create -n ktz python=3.9
$ conda activate ktz
$ pip install .[dev]

# run tests
$ pytest

# to continually run tests
$ ptw -c

# to check code coverage
$ coverage run -m pytest
$ coverage report
$ coverage html

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

ktz-0.3.0.tar.gz (18.5 kB view hashes)

Uploaded Source

Built Distribution

ktz-0.3.0-py3-none-any.whl (20.4 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