*("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.8.0.tar.gz
(38.4 kB
view details)
Built Distribution
utz-0.8.0-py3-none-any.whl
(49.3 kB
view details)
File details
Details for the file utz-0.8.0.tar.gz
.
File metadata
- Download URL: utz-0.8.0.tar.gz
- Upload date:
- Size: 38.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f8cf3f8814194f53fb02138b8dc582946b39104df293dedfc172f68a73b8ab4 |
|
MD5 | c57ac58e853a3e9215518d6440f86625 |
|
BLAKE2b-256 | f79c654be0d6370af91862fc72661c380ee195fd1f0f581a9de81c67ca94e978 |
File details
Details for the file utz-0.8.0-py3-none-any.whl
.
File metadata
- Download URL: utz-0.8.0-py3-none-any.whl
- Upload date:
- Size: 49.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f051e7db7073a56bd7090a92be2e4c443bbb9eb4838f0eaef0e1d9748764531 |
|
MD5 | 8095ff91cf44062eafb2d536c81862ce |
|
BLAKE2b-256 | abfbaa20e7f0739285502d5a985ecc0a56fdeaa122d16c2d7fa84cf3641ad6d2 |