*("oots")*: imports and utilities for easy wildcard-importing + boilerplate-reduction
Project description
utz
("oots"): imports and utilities for easy wildcard-importing + boilerplate-reduction
Install
pip install utz
Use
Import everything:
from utz import *
See __init__.py
, which imports many of the modules below, as well as a many standard-library methods and objects.
Features
Some noteworthy modules:
- cd: "change directory" contextmanager
- o:
dict
wrapper exposing keys as attrs (e.g.:o({'a':1}).a == 1
) - process: subprocess wrappers for more easily shelling out to commands and parsing their stdout
- docker: DSL for programmatically creating Dockerfiles (and building images from them)
- ssh: SSH tunnel wrapped in a context manager
- time:
now()
/today()
helpers with convenient / no-nonsense ISO string serialization and UTC bias - bases:
int
⟺str
codecs with improvements over standard base64 et al. - tmpdir: make temporary directories with a specific basename
- context: contextmanager helpers, including
ctxs
for composing multiple context managers - escape: escaping split/join helpers
- backoff: simple exponential-backoff utility
- git: git helpers / wrappers around GitPython
- pnds: common pandas imports and helpers
- collections: collection/list helpers
- plots: plotly helpers
auto-setup.py
utz/setup.py
provides defaults for various setuptools.setup()
params:
name
: use parent directory nameversion
: parse from git tag (otherwise fromgit describe --tags
)author_{name,email}
: infer from last commitlong_description
: parseREADME.md
(and set `long_description_content_type)description
: parse first<p>
under opening<h1>
fromREADME.md
license
: parse fromLICENSE
file (MIT and Apache v2 supported)
For an example, see gsmo==0.0.1
(and corresponding release).
It can be installed via a pip extra:
pip install utz[setup]
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.7.2.tar.gz
(37.6 kB
view details)
Built Distribution
utz-0.7.2-py3-none-any.whl
(48.5 kB
view details)
File details
Details for the file utz-0.7.2.tar.gz
.
File metadata
- Download URL: utz-0.7.2.tar.gz
- Upload date:
- Size: 37.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e2ee50a1c58fd90af772f66ab47e31f42c1ce4b63e2a4ed686c2654be8b97bb |
|
MD5 | 7134dda9c8357d4fe4efae43bf475d0b |
|
BLAKE2b-256 | d780c33f77963bd807cea18993ea1163fed569fba9c616fcbc76651093fc93f3 |
File details
Details for the file utz-0.7.2-py3-none-any.whl
.
File metadata
- Download URL: utz-0.7.2-py3-none-any.whl
- Upload date:
- Size: 48.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 349776215da637bbd8e3fb4fb9fc9452452a2f635a81bccce3db0e22c389a577 |
|
MD5 | e30f2775eb39d38f4dbabe4ba9543a15 |
|
BLAKE2b-256 | a8dd7a438e00ebaf209f7e1dd2c26383a9ad235dce3780fcbc4b22c61906d2a6 |