https://github.com/amogorkon/aspectize
Decorate EVERYTHING (*callable)! - simple, yet powerful Python 3 functional decorator lib inspired by the AOP paradigm
https://github.com/amogorkon/aspectize
Last synced: 7 months ago
JSON representation
Decorate EVERYTHING (*callable)! - simple, yet powerful Python 3 functional decorator lib inspired by the AOP paradigm
- Host: GitHub
- URL: https://github.com/amogorkon/aspectize
- Owner: amogorkon
- License: mit
- Created: 2021-02-27T10:44:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-04T16:04:26.000Z (about 4 years ago)
- Last Synced: 2025-01-22T20:51:37.936Z (9 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aspectize
Decorate EVERYTHING™ (*callable)! - simple, yet powerful Python 3 functional decorator lib inspired by the AOP paradigm