Skip to main content

Collection of useful helper functions for datetime, print, string formatting, directory and file handling, and more

Project description

Some useful functions and usability that should be shared between your apps.

PyPI version PyPI downloads PyPI license pyversions Code Health

Repo: https://github.com/aquatix/python-utilkit/

Installation

From PyPI

Assuming you already are inside a virtualenv:

pip install utilkit

If you want to use yaml-related functionality (like fileutil.yaml_ordered_load), please also install PyYAML through pip install PyYAML. This is not istalled by default to keep the dependencies limited.

From Git

Create a new virtualenv (if you are not already in one) and install the necessary packages:

git clone https://github.com/aquatix/python-utilkit.git
cd utilkit
mkvirtualenv utilkit # or whatever project you are working on
pip install -r requirements.txt

datetime utils

file utils

string utils

What’s new?

See the Changelog.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

utilkit-0.4.1.zip (11.4 kB view hashes)

Uploaded Source

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