("yoots"): common imports and utilities exposed for easy wildcard-importing + boilerplate-reduction
Project description
utz
("yoots"): common imports and utilities exposed for easy wildcard-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.
Features
Some noteworthy modules:
- pnds: common pandas imports and helpers
- 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
- git: git helpers / wrappers around GitPython
- collections: collection/list helpers
- context: contextlib 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.0.30.tar.gz
(21.0 kB
view details)
Built Distribution
utz-0.0.30-py3-none-any.whl
(27.0 kB
view details)
File details
Details for the file utz-0.0.30.tar.gz
.
File metadata
- Download URL: utz-0.0.30.tar.gz
- Upload date:
- Size: 21.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8edf422a7b89369e158a5741bd39555afab8933abc40764295061da12b57563 |
|
MD5 | 64ff55e615bd0a5cc25c4c9e6e18c17f |
|
BLAKE2b-256 | a07e1810572e6d43b89d911da652a615cd234a15241304f02591f9b7d455da32 |
File details
Details for the file utz-0.0.30-py3-none-any.whl
.
File metadata
- Download URL: utz-0.0.30-py3-none-any.whl
- Upload date:
- Size: 27.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 004625a1bb31397d176fd114588def24553e92946fa787b9eb703c15d6d7da67 |
|
MD5 | 43e72095acd29d9ecf4cce1cbf26691f |
|
BLAKE2b-256 | 26876350032cb99a41b6f981fdae01fed07c1c3f3d8e079d73ef936a2ee243cd |