Better living through Python with decorators
Project description
- E-mail:
- Requires:
Python 2.6+
- Download page:
- Installation:
pip install decorator
- License:
BSD license
Installation
If you are lazy, just perform
$ pip install decorator
which will install just the module on your system.
If you prefer to install the full distribution from source, including the documentation, download the tarball, unpack it and run
$ python setup.py install
in the main directory, possibly as superuser.
Testing
Run
$ python src/tests/test.py -v
or (if you have setuptools installed)
$ python setup.py test
Notice that you may run into trouble if in your system there is an older version of the decorator module; in such a case remove the old version. It is safe even to copy the module decorator.py over an existing one, since version 4.0 is backward-compatible.
Documentation
There are various versions of the documentation:
Repository
The project is hosted on GitHub. You can look at the source here:
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
Built Distribution
File details
Details for the file decorator-4.1.0.tar.gz
.
File metadata
- Download URL: decorator-4.1.0.tar.gz
- Upload date:
- Size: 73.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 53d6e5864a8f11e38eddf2206ad6de3eb4738114e54c9fb6bbe47a7ddbec523b |
|
MD5 | c1aada8dd540710490a97e6ec243e75b |
|
BLAKE2b-256 | 0c6fe81f4ef13afe85a89bb2e447b7d6635b5687f701f7d64b0a487330972993 |
File details
Details for the file decorator-4.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: decorator-4.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d9de875c80754bedd2536fc7145de5d2a0690deda870c0b30042a07712052b0 |
|
MD5 | 0e730118662530c236b6cdeb38c61c1d |
|
BLAKE2b-256 | c3bc3a76f2d58894583970132914ccf819d396dc168e555792cc8147519e4a7e |