Skip to main content

Everyday use utilities for writing Python code or Django projects.

Project description

A collection of utilities of everyday use when writing Python 3.x code or Django 3.2+ projects.

Python 2.x support has been dropped.

Overview

This package is used by several living projects. The individual utilities contained are usually not depending on each other. Their layout and API are considered stable honouring the backward compatibility.

The project is divided into two sections:

  • General Python stuff

  • Django-related utils - located in the django package

The code is documented, please find the description and examples in the docstring of each utility.

Installation

Install either using pip:

pip install useful

or from source:

git clone https://github.com/tuttle/python-useful src/useful
cd src/useful
python setup.py develop

If you are about to use the Django features like the templatetags, you can add to INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'useful.django',
)

Please file an Issue on GitHub if you have bugreport, tip, anything. Thank you!

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

useful-0.9.0.tar.gz (37.7 kB view details)

Uploaded Source

File details

Details for the file useful-0.9.0.tar.gz.

File metadata

  • Download URL: useful-0.9.0.tar.gz
  • Upload date:
  • Size: 37.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.7

File hashes

Hashes for useful-0.9.0.tar.gz
Algorithm Hash digest
SHA256 16ba42367c22d63f95ac7d057c42ac3cb839739a6bf40d81117cd3d3c8ba2a67
MD5 643b31ecd60a9ce7a2f0e8f793713626
BLAKE2b-256 721050c6b146a5ba029bd8828b678698af5a72f69b1d0afa108fc5601d337030

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