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

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

Installation

From PyPI

Assuming you already are inside a virtualenv:

pip install utilkit

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

string utils

Project details


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.3.0.zip (10.1 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