decorator: Python library providing decorators¶
Description¶
Better living through Python with decorators
Type¶
standard
Dependencies¶
$(PYTHON)
$(PYTHON_TOOLCHAIN)
Version Information¶
package-version.txt:
5.2.1
version_requirements.txt:
decorator >=4.4.0
Installation commands¶
$ pip install decorator\>=4.4.0
$ sage -i decorator
$ sudo pacman -S python-decorator
$ conda install decorator
$ sudo apt-get install python3-decorator
$ sudo dnf install python3-decorator
$ sudo emerge dev-python/decorator
$ sudo port install py-decorator
$ sudo zypper install python3-decorator
$ sudo xbps-install python3-decorator
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then
./configure
will check if the system package can be used.