Everyday use utilities for writing Python code or Django projects.
Project description
Overview
===
`python-useful`: Utilities of everyday use when writing Python 2.7 code
or Django projects.
This package is used in 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 separated 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 using [pip](http://pip.readthedocs.org/en/latest/index.html):
```
$ pip install useful
```
Or install 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',
)
```
===
`python-useful`: Utilities of everyday use when writing Python 2.7 code
or Django projects.
This package is used in 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 separated 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 using [pip](http://pip.readthedocs.org/en/latest/index.html):
```
$ pip install useful
```
Or install 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',
)
```
Project details
Release history Release notifications | RSS feed
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.6.1.tar.gz
(31.6 kB
view details)
File details
Details for the file useful-0.6.1.tar.gz
.
File metadata
- Download URL: useful-0.6.1.tar.gz
- Upload date:
- Size: 31.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3003c59ff3b4f00a1bcb6459e7a298903fe4879d8e4fa77915f98c1531c62297 |
|
MD5 | 2b937ae6b7790caf8a28764b0fed34a1 |
|
BLAKE2b-256 | 8c61fc4588db1ac5540ee2ebf0ee9a0a0b303ae87e64f4f58e1cf1a1a586a871 |