Metadata-Version: 2.1
Name: mobel
Version: 0.3.0
Summary: improved decorator support
Home-page: https://github.com/youssef-jbili/mobel
Author: youssefj
Author-email: jbili.jbili.youssef@gmail.com
License: MIT License
Project-URL: Bug Tracker, https://github.com/youssef-jbili/mobel/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Mobel

### Description

Mobel is a library that provides some improvements for the standard Python decorator pattern. It includes the following features:
- A utility function to generate entities that combine decorator and decorator Factory in one easy to use function
- A method to annotate functions similar to Java. This does not affect the function itself but provides a way to mark them as having certain properties
- A method to pipe decorators and create a combined decorator ( or decorator factory )

for details on how to implement these features you can check out the [docs](DOCS.md)


