Kantholtz' Python Toolbox
Project description
KTZ - Python Tools
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
Release history Release notifications | RSS feed
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 details)
Built Distribution
ktz-0.4.0-py3-none-any.whl
(20.6 kB
view details)
File details
Details for the file ktz-0.4.0.tar.gz
.
File metadata
- Download URL: ktz-0.4.0.tar.gz
- Upload date:
- Size: 18.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.5.0-1021-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5834c8677e64f8e027ae5edaf58818b371b4ae70e5bd70c782f3ca3a8bc18a83 |
|
MD5 | a2a1ef7164cb8cf9d153a6245edf753e |
|
BLAKE2b-256 | 602b2273fffd0cd1c9c016d03a7d7c8cfa1c5edd38e42f452ebf03c157c33fdc |
File details
Details for the file ktz-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: ktz-0.4.0-py3-none-any.whl
- Upload date:
- Size: 20.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.5.0-1021-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3dc9abc80355cc59e4df390a16c2c3b038f8be036d790d17ff66a14361730dbf |
|
MD5 | 2c28a97659283587264d4fe808dca17c |
|
BLAKE2b-256 | 55d17fdcd5c7ed4018f7288c3832a36bf11cee515484d105b03f4e3a26f00c62 |