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.6.tar.gz
(17.4 kB
view details)
Built Distribution
utz-0.0.6-py3-none-any.whl
(22.7 kB
view details)
File details
Details for the file utz-0.0.6.tar.gz
.
File metadata
- Download URL: utz-0.0.6.tar.gz
- Upload date:
- Size: 17.4 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 | bce9597ca1403d675265c01d00260948b5f2406067a5e3784b70568c540584f6 |
|
MD5 | 571b89f91888c9c5b2c4e33b061986dc |
|
BLAKE2b-256 | cfc5878b6dcefe79d076f8d5abda8dba7cc8d589b63239c032479da9bc51fd26 |
File details
Details for the file utz-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: utz-0.0.6-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 | 05698d4d67e20fb49a959eca6ea84dc236672dfe91c5bc451292e3bf4ec2303d |
|
MD5 | 6691651b227a5927230ee6eb7a5c45a0 |
|
BLAKE2b-256 | 4e7d7fa89b30c11fb2c44d29f39051f3974d953c33af1569f74b84e04c7509f2 |