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.21.tar.gz
(17.4 kB
view details)
Built Distribution
utz-0.0.21-py3-none-any.whl
(22.9 kB
view details)
File details
Details for the file utz-0.0.21.tar.gz
.
File metadata
- Download URL: utz-0.0.21.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 | ccf71e15d972ff5ee050b0a031c934e4c37939e7c9596407eb634e0b0f99cc11 |
|
MD5 | 1cd260d425f09a80b8879bbefdb65d38 |
|
BLAKE2b-256 | 77618ad38107ae12d2e27c9d3314b5820297093afd184a0c021dd6d8e97f623f |
File details
Details for the file utz-0.0.21-py3-none-any.whl
.
File metadata
- Download URL: utz-0.0.21-py3-none-any.whl
- Upload date:
- Size: 22.9 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 | dd38551440c91a94937f86cb4c78e9516244d4940474bf1bc5a6a88fe487410a |
|
MD5 | f0b2af88a005d08e4aef2d779fdf7913 |
|
BLAKE2b-256 | f20d5688fd7663b83a1f079d466f634ed0eeaa2aebda1ef717b5e3e4be15abac |