Welcome to once, the ultimate Python package for streamlining your code! With once, you can define decorators and metaclasses in a single location and

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-07-05 12:00:14

Welcome to once, the ultimate Python package for streamlining your code! With once, you can define decorators and metaclasses in a single location and apply them globally to functions and classes. This powerful tool enhances code maintainability, readability, and efficiency, making your development process smoother and more productive.

You can exclude specific functions and classes from the application of a decorator / metaclass. In addition you can limit the application to a given package.

Leave a Comment