Skip to main content

Kantholtz' Python Toolbox

Project description

KTZ - Python Tools

Documentation KTZ on PyPI Code Style: black

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

Installation

Python 3.11 is required.

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.11
$ conda activate ktz
$ poetry install --with dev

# run tests
$ poetry run pytest

# to continually run tests
$ poetry run ptw -c

# static typing
$ poetry run pyright src

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

# build package
$ poetry build

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.4.0.tar.gz (18.2 kB view hashes)

Uploaded Source

Built Distribution

ktz-0.4.0-py3-none-any.whl (20.6 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