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.16.tar.gz
(19.9 kB
view details)
Built Distribution
utz-0.0.16-py3-none-any.whl
(26.3 kB
view details)
File details
Details for the file utz-0.0.16.tar.gz
.
File metadata
- Download URL: utz-0.0.16.tar.gz
- Upload date:
- Size: 19.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 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 | 720435c427e0ad17c31d6423a199ba6f648d3b9f03ba6abd442562353e876c0c |
|
MD5 | e43880151e6efe5cac035ae123d15f4f |
|
BLAKE2b-256 | 131c68eac17eaa483f6ef477816f4ecd95f3997687d405c6f44d341213824cef |
File details
Details for the file utz-0.0.16-py3-none-any.whl
.
File metadata
- Download URL: utz-0.0.16-py3-none-any.whl
- Upload date:
- Size: 26.3 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/49.2.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8898accc5e543d34b3a050dff468843fe71f0879863d978cc59fc3017ad0a971 |
|
MD5 | cfccb4e68955c0bad1b5ee5ef3853c00 |
|
BLAKE2b-256 | d4fdcabd3222b3f98dc1ff4cfe0cc917c20a87060185e5737b541d83eb87f6e5 |