*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.12.tar.gz
(39.7 kB
view hashes)
Built Distribution
pythontk-0.7.12-py3-none-any.whl
(43.2 kB
view hashes)
Close
Hashes for pythontk-0.7.12-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a50f232a8d7882e7ec45d53cfa0287f3222cd296533452a966ff8e2346019a2f |
|
MD5 | 612e2df3a94190a97673aa62588cacc0 |
|
BLAKE2b-256 | 7b190dbf6ae67c817db1c289820f11ebd042b99f92bc1c3b2a14a09e139b0615 |