Skip to main content

Misc stdlib, pandas, subprocess, and other utilities, exposed for easy importing + boilerplate-reduction

Project description

utz

Misc stdlib, pandas, subprocess, and other utilities, exposed for easy 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.

Some noteworthy modules:

  • pnds: common pandas imports
  • cd: "change directory" contextmanager
  • o: object (dict) wrapper that exposes keys as attrs (e.g.: o({'a':1}).a == 1)
  • process: subprocess wrappers for more easily shelling out commands
  • git: git helpers / wrappers around GitPython
  • collections: collection/list helpers
  • context: contextlib helpers

Project details


Release history Release notifications | RSS feed

This version

0.0.6

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.6.tar.gz (17.4 kB view hashes)

Uploaded Source

Built Distribution

utz-0.0.6-py3-none-any.whl (22.7 kB view hashes)

Uploaded Python 3

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