Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-wrapt | Distribution: SUSE Linux Enterprise 15 |
Version: 1.10.10 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 2.27 | Build date: Sat May 26 15:25:52 2018 |
Group: Development/Languages/Python | Build host: seattle12 |
Size: 229155 | Source RPM: python-wrapt-1.10.10-2.27.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://github.com/GrahamDumpleton/wrapt | |
Summary: A Python module for decorators, wrappers and monkey patching |
The aim of the **wrapt** module is to provide a transparent object proxy for Python, which can be used as the basis for the construction of function wrappers and decorator functions. The **wrapt** module focuses very much on correctness. It therefore goes way beyond existing mechanisms such as ``functools.wraps()`` to ensure that decorators preserve introspectability, signatures, type checking abilities etc. The decorators that can be constructed using this module will work in far more scenarios than typical decorators and provide more predictable and consistent behaviour. To ensure that the overhead is as minimal as possible, a C extension module is used for performance critical components. An automatic fallback to a pure Python implementation is also provided where a target system does not have a compiler to allow the C extension to be compiled. Documentation ------------- For further information on the **wrapt** module see: * http://wrapt.readthedocs.org/
BSD-2-Clause
* Sun Jul 09 2017 adrian@suse.de - update to version 1.10.10: * Added back missing description and categorisations when releasing to PyPi. * Code for inspect.getargspec() when using Python 2.6 was missing import of sys module. * Mon Feb 27 2017 jmatejek@suse.com - update for singlespec * Thu Sep 01 2016 tbechtold@suse.com update to version 1.10.8 * Increment version to 1.10.8. * Fix modulo operator on ObjectProxy * Increment version to 1.10.7. * Document mod operator bug in Python variant of object proxy. * Update copyright year. * Fix tests for floordiv and mod. * Remove reference to inspect.getargspec() as removed in Python 3.6. #64 - Use pypi.io as Source url * Tue Feb 16 2016 michael@stroeder.com - update to 1.10.6 * Tue Nov 04 2014 hpj@urpla.net - version 1.9: initial build
/usr/lib64/python3.6/site-packages/wrapt /usr/lib64/python3.6/site-packages/wrapt-1.10.10-py3.6.egg-info /usr/lib64/python3.6/site-packages/wrapt/__init__.py /usr/lib64/python3.6/site-packages/wrapt/__pycache__ /usr/lib64/python3.6/site-packages/wrapt/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/wrapt/__pycache__/__init__.cpython-36.pyc /usr/lib64/python3.6/site-packages/wrapt/__pycache__/arguments.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/wrapt/__pycache__/arguments.cpython-36.pyc /usr/lib64/python3.6/site-packages/wrapt/__pycache__/decorators.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/wrapt/__pycache__/decorators.cpython-36.pyc /usr/lib64/python3.6/site-packages/wrapt/__pycache__/importer.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/wrapt/__pycache__/importer.cpython-36.pyc /usr/lib64/python3.6/site-packages/wrapt/__pycache__/wrappers.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/wrapt/__pycache__/wrappers.cpython-36.pyc /usr/lib64/python3.6/site-packages/wrapt/_wrappers.cpython-36m-aarch64-linux-gnu.so /usr/lib64/python3.6/site-packages/wrapt/arguments.py /usr/lib64/python3.6/site-packages/wrapt/decorators.py /usr/lib64/python3.6/site-packages/wrapt/importer.py /usr/lib64/python3.6/site-packages/wrapt/wrappers.py /usr/share/doc/packages/python3-wrapt /usr/share/doc/packages/python3-wrapt/LICENSE /usr/share/doc/packages/python3-wrapt/README.rst
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 13:54:43 2024