Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Pylons/venusian
A library which allows framework authors to defer decorator actions.
https://github.com/Pylons/venusian
Last synced: 30 days ago
JSON representation
A library which allows framework authors to defer decorator actions.
- Host: GitHub
- URL: https://github.com/Pylons/venusian
- Owner: Pylons
- License: other
- Created: 2011-02-16T03:39:34.000Z (almost 14 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T12:54:25.000Z (7 months ago)
- Last Synced: 2024-05-19T22:00:51.144Z (7 months ago)
- Language: Python
- Homepage: https://docs.pylonsproject.org/projects/venusian/en/latest/
- Size: 351 KB
- Stars: 69
- Watchers: 13
- Forks: 38
- Open Issues: 10
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
venusian
========.. image:: https://github.com/Pylons/venusian/workflows/Build%20and%20test/badge.svg
:target: https://github.com/Pylons/venusian/actions?query=workflow%3A%22Build+and+test%22.. image:: https://readthedocs.org/projects/venusian/badge/?version=latest
:target: https://docs.pylonsproject.org/projects/venusian/en/latest/
:alt: Documentation StatusVenusian is a library which allows framework authors to defer
decorator actions. Instead of taking actions when a function (or
class) decorator is executed at import time, you can defer the action
usually taken by the decorator until a separate "scan" phase.See the "docs" directory of the package or the online documentation at
https://docs.pylonsproject.org/projects/venusian/en/latest/