Misc stdlib, pandas, subprocess, and other utilities, exposed for easy importing + boilerplate-reduction
Project description
utz
Misc stdlib, pandas, subprocess, and other utilities, exposed for easy importing + boilerplate-reduction
Install
pip install utz
Use
Import the whole kitchen sink:
from utz import *
See imports.py, which imports many of the modules below, as well as a bevy of handy stdlib methods and objects.
Some noteworthy modules:
- pnds: common pandas imports
- cd: "change directory" contextmanager
- o: object (dict) wrapper that exposes keys as attrs (e.g.:
o({'a':1}).a == 1
) - process: subprocess wrappers for more easily shelling out commands
- git: git helpers / wrappers around GitPython
- collections: collection/list helpers
- context: contextlib helpers
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
utz-0.0.5.tar.gz
(17.3 kB
view details)
Built Distribution
utz-0.0.5-py3-none-any.whl
(22.7 kB
view details)
File details
Details for the file utz-0.0.5.tar.gz
.
File metadata
- Download URL: utz-0.0.5.tar.gz
- Upload date:
- Size: 17.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa77730dc7de112b29741bfa6595794a872c0744e143b095049b9d73208f81fb |
|
MD5 | 7dc22cd30f15839582cca8ddb51bf2da |
|
BLAKE2b-256 | 82bf5dfae3d204e33ee7bcf04cd8e1937afe7f00dceb192161399f1e457842bd |
File details
Details for the file utz-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: utz-0.0.5-py3-none-any.whl
- Upload date:
- Size: 22.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f18c65ae216be5b6def35c92e026b1e07e34bfbc8c97616bd1f9685aa459bad5 |
|
MD5 | 68dc5fac22455560ae32f187d8d12437 |
|
BLAKE2b-256 | cb7d8efb9f3d38649ad5d4b0565bc118d192935c4471ac983e2be781ef037939 |