("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.23.tar.gz
(18.3 kB
view details)
Built Distribution
utz-0.0.23-py3-none-any.whl
(23.4 kB
view details)
File details
Details for the file utz-0.0.23.tar.gz
.
File metadata
- Download URL: utz-0.0.23.tar.gz
- Upload date:
- Size: 18.3 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 | 43921db5f14ee84d22fa0393ce152bd9023dc9b227be2a2914c9a13783d60885 |
|
MD5 | e223347bac46cf51a7d3cda9a8558eef |
|
BLAKE2b-256 | 77f02237fc642d56bf8919240494d823b25174bec86359c5de71da3c8bc9290e |
File details
Details for the file utz-0.0.23-py3-none-any.whl
.
File metadata
- Download URL: utz-0.0.23-py3-none-any.whl
- Upload date:
- Size: 23.4 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 | 98349c506e934a3aae5a5ff47098f40b0d1291c7b587db0c9dad5a9735e3b541 |
|
MD5 | 30a2bc317c859a519f2c0ed71468f132 |
|
BLAKE2b-256 | c8b14ec63f4bd556093db2575eb7f9fc5e679c500e798ebc33269f44fd5e0886 |