*pythontk is a collection of backend utilities for Python.*
Project description
PYTHONTK (Python Toolkit)
pythontk is a collection of backend utilities for Python.
Installation:
To install:
Add the pythontk
folder to a directory on your python path, or
install via pip in a command line window using:
python -m pip install pythontk
Example use-case:
import pythontk as ptk
ptk.filter_list([0, 1, 2, 3, 2], [1, 2, 3], 2)
# Returns: [1, 3]
ptk.filter_dict({1:'1', 'two':2, 3:'three'}, exc='t*', keys=True)
# Returns: {1: '1', 3: 'three'}
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
pythontk-0.7.21.tar.gz
(50.5 kB
view details)
Built Distribution
pythontk-0.7.21-py3-none-any.whl
(54.9 kB
view details)
File details
Details for the file pythontk-0.7.21.tar.gz
.
File metadata
- Download URL: pythontk-0.7.21.tar.gz
- Upload date:
- Size: 50.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 307c6d4d831f6ab2139d1037fc2cd7f5bd7925d005eb764b7370188c6e16c9e1 |
|
MD5 | 1a1bfef6d7a5634d10a9c109e4bfcf18 |
|
BLAKE2b-256 | 53f70149906a256a9295db3d23f625abe41aef9c51092ed25421b68512a2e4b3 |
File details
Details for the file pythontk-0.7.21-py3-none-any.whl
.
File metadata
- Download URL: pythontk-0.7.21-py3-none-any.whl
- Upload date:
- Size: 54.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e38035481008b21e6d840ed20f66f13f3677d3cbf8b03f475aad7772cb9b5cc9 |
|
MD5 | c73d8686fbed2b69ed29646e1db8fe94 |
|
BLAKE2b-256 | 676bda7b19029d29ad30c1f60b1d28606a88da227fa2ee5a34a6188a30680f57 |