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.12.tar.gz
(19.0 kB
view details)
Built Distribution
utz-0.0.12-py3-none-any.whl
(24.6 kB
view details)
File details
Details for the file utz-0.0.12.tar.gz
.
File metadata
- Download URL: utz-0.0.12.tar.gz
- Upload date:
- Size: 19.0 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 | ca86e81869a2873ace603cc91a2c6883eff0ee30d6c8c1502d9544faf3f4cb67 |
|
MD5 | 5b7e1f86759d86662549f7ba6abc1f9f |
|
BLAKE2b-256 | 2670fcdf8836204253c388454ae7ad65aa9ce47ae98f56f8651cb570f5c9b7af |
File details
Details for the file utz-0.0.12-py3-none-any.whl
.
File metadata
- Download URL: utz-0.0.12-py3-none-any.whl
- Upload date:
- Size: 24.6 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 | 493b321902c87c70dc750114382e5a9e3fa63ec54da57ba2c431051f05db1e3e |
|
MD5 | d0908bddc465d6e2188cb2246d6cf500 |
|
BLAKE2b-256 | 613f682a182f6254ea010182bee61389054f0bb0f424924bd4e0390f79604cb7 |