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 2.7 code or Django projects.

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 using e-i:

easy_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.7.0.tar.gz (34.1 kB view details)

Uploaded Source

Built Distribution

useful-0.7.0-py2-none-any.whl (43.9 kB view details)

Uploaded Python 2

File details

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

File metadata

  • Download URL: useful-0.7.0.tar.gz
  • Upload date:
  • Size: 34.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for useful-0.7.0.tar.gz
Algorithm Hash digest
SHA256 b4c20957a8e656cb086a0592b3d9d250a64da36baeccbee1c14f71a7f28077a7
MD5 46f3a1298761493ecf6f0128122ab9b4
BLAKE2b-256 55ce0604679397073a8b529805bb62435151c2c6d5524ae188bc035929c523d5

See more details on using hashes here.

File details

Details for the file useful-0.7.0-py2-none-any.whl.

File metadata

File hashes

Hashes for useful-0.7.0-py2-none-any.whl
Algorithm Hash digest
SHA256 e22756fa56823454079a3e5c15bad7e0ffff93d879fd377ed7eed1e9df767099
MD5 5be3695d832bd496f2d867e3587bb16d
BLAKE2b-256 61bdafc2d4e1afdd71b65a845ce4dffc477152f52bef89836823d51eb0879116

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