*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.10.tar.gz
(39.4 kB
view hashes)
Built Distribution
pythontk-0.7.10-py3-none-any.whl
(42.7 kB
view hashes)
Close
Hashes for pythontk-0.7.10-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e3bc90ce42770bd3a33581f7fe29e912099a9178cdd307c6e30b6bd0b29ec9b |
|
MD5 | f1b8a1eabc6dddd7217441a5532bfe20 |
|
BLAKE2b-256 | 667bd4c06a00f8227ededc4a540eb73b7bbaa87ff1a2c48245238a32d58803ea |