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.19.tar.gz
(17.6 kB
view details)
Built Distribution
utz-0.0.19-py3-none-any.whl
(23.2 kB
view details)
File details
Details for the file utz-0.0.19.tar.gz
.
File metadata
- Download URL: utz-0.0.19.tar.gz
- Upload date:
- Size: 17.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 520775ad68b1f271d1738660bf38fbc11d41d8db7181be2f9146b9f8acc45fac |
|
MD5 | 31ed4f322144e5bf38aac1d740cc4a7e |
|
BLAKE2b-256 | 915aab3dcde5b62561e2279a5cc7aee4bd84d9b03e490f5d00bf62897745713b |
File details
Details for the file utz-0.0.19-py3-none-any.whl
.
File metadata
- Download URL: utz-0.0.19-py3-none-any.whl
- Upload date:
- Size: 23.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e42386f334c3362c1723d48feda919bb53d9ea2163d4bc5c245aa751b393718 |
|
MD5 | e098750de2cd8aa7dbbf06a7da5c4928 |
|
BLAKE2b-256 | b3361bd75ab10bb77fe122d436193672dfe12c69df62883f2454adad6f063edd |