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.20.tar.gz
(17.4 kB
view details)
Built Distribution
utz-0.0.20-py3-none-any.whl
(22.8 kB
view details)
File details
Details for the file utz-0.0.20.tar.gz
.
File metadata
- Download URL: utz-0.0.20.tar.gz
- Upload date:
- Size: 17.4 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 | bebfcb917540ee89fe23cd5a14ec65cc2a5320af4931877b848d292a49a9c346 |
|
MD5 | d8bddeb9fa5c79667deb0172459cceba |
|
BLAKE2b-256 | 544e960d3edf29936618fa035a308ed575df2a24d0e4e509ce2a40d641fff67c |
File details
Details for the file utz-0.0.20-py3-none-any.whl
.
File metadata
- Download URL: utz-0.0.20-py3-none-any.whl
- Upload date:
- Size: 22.8 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 | 2b2e84aea20a067522b117dd12a0bc9adb06058bd7073db8944a2f6c0b5fcf48 |
|
MD5 | 5f0127026dd0c39b26f894c95111d334 |
|
BLAKE2b-256 | b3ed165c548e9069bdc2456415512ccb21f693b416b7788fb0c0bb09b9601cf6 |