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!
Release files for useful 0.8.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| useful-0.8.0.tar.gz | 34.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| useful-0.8.0-py2-none-any.whl | Python 2 | none | any | Details |
Total release size: 77.5 kB
Release files / useful-0.8.0.tar.gz
| Download URL | useful-0.8.0.tar.gz |
|---|---|
| Size | 34.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
77470761bdbbdb494a177a684c8c69718f70da67062cc329d7fe2386cfd0b76b
|
|
BLAKE2b-256 checksum How to use checksums |
1f1cbb5b73060d9fae7d7906d7d4c769de273e034c5f251a19eb3cfb5bb0fbb5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/2.7
|
Release files / useful-0.8.0-py2-none-any.whl
| Download URL | useful-0.8.0-py2-none-any.whl |
|---|---|
| Size | 43.3 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
c1f150be9933e0299040b22a09d16748e118d7f6ca870a9d6c866a5661ef9446
|
|
BLAKE2b-256 checksum How to use checksums |
4ab949e718369856a4fdbce47909c06b002bd8f6d2560202d8a0e3a8b9a504bb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/2.7
|