Skip to main content

("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 init.py, which imports many of the modules below, as well as a bevy of handy stdlib 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: intstr codecs with improvements over standard base64 et al.
  • tmpdir: make temporary directories with a specific basename
  • context: context-manager 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

auto-setup.py

utz/setup.py provides defaults for various setuptools.setup() params:

  • name: use parent directory name
  • version: parse from git tag (otherwise from git describe --tags)
  • author_{name,email}: infer from last commit
  • long_description: parse README.md (and set `long_description_content_type)
  • description: parse first <p> under opening <h1> from README.md
  • license: parse from LICENSE 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.3.16.tar.gz (30.0 kB view details)

Uploaded Source

Built Distribution

utz-0.3.16-py3-none-any.whl (38.1 kB view details)

Uploaded Python 3

File details

Details for the file utz-0.3.16.tar.gz.

File metadata

  • Download URL: utz-0.3.16.tar.gz
  • Upload date:
  • Size: 30.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.6

File hashes

Hashes for utz-0.3.16.tar.gz
Algorithm Hash digest
SHA256 025c2f18843b2af17e01c0cf31fdfed6a23ccfb789d70b819c30a72604211ed0
MD5 5c605e3fa31ef76e4f737e1f4bdae049
BLAKE2b-256 65bb171d505dce54515e3b5a9c8b353e701e61e99a2effa3827401c08c744c59

See more details on using hashes here.

File details

Details for the file utz-0.3.16-py3-none-any.whl.

File metadata

  • Download URL: utz-0.3.16-py3-none-any.whl
  • Upload date:
  • Size: 38.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.6

File hashes

Hashes for utz-0.3.16-py3-none-any.whl
Algorithm Hash digest
SHA256 2f5c0af9e1a4f7f7da824079cbe87190ee3d942e4e6a50958238740cbb2e2cfe
MD5 33851278ff4fb57395cfcb01331c124a
BLAKE2b-256 1e2a1ce51b074da10acfffcdf1c65394b2ebc872818c7dab0008aff3f31c33d2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page