Pydecor

Latest version: v2.0.1

Safety actively analyzes 621673 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

2.0.1

-----

* Fix regression in `intercept` decorator due to changes in how generic
decorators pass arguments in 2.0.0

2.0

* ``memoize`` decorator - memoize any callable
* ``LRUCache``, ``FIFOCache``, and ``TimedCace`` - to make the ``memoize``
decorator more useful
* ``Decorated`` class, prep for v 2.0
* ``_use_future_syntax`` option, prepping for version 2.0

2.0.0

-----

* ``export`` - register entities in a module's `__all__` list
(thanks Paebbels!)
* Use of ``Decorator`` class and consistent callable signature for generic
decorators is now required
* Drop support for Python <3.6
* Move to a `src/` layout
* Lots of clarifications, typo fixes, and improvements to the docs
* Lots of development environment improvements:
* Automatic distribution of tagged commits via PyPI (thanks Paebbels!)
* ``Makefile`` for a consistent interface into build operations
* Improvements to ``tox`` configuration
* Addition of consistent and required linting with pylint, mypy, and flake8
* Autoformatting with ``black``

1.1.3

-----

Apparently `pythonhosted.org` has been deprecated, so I set up a
Read the Docs account and moved the documentation there.

* Uploaded README to point to new docs
* Added docs build image for funsies.

1.1.2

-----

* fixed an issue with the README

1.1.1

-----

* fixed setup to pull README once more, even in Python 2

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.