polimer
Описание
Automated call stack synthesis framework (annotations based)
Языки
- Python100%
README.md
polimer
polimer is an automated callstack synthesis framework (based on annotations)
Basic idea
- Define annotations based on payload id (not just type id)
- e.g.
insead ofl: 'price_list'l: list
- e.g.
- Automatically invoke argument initializers based on payload id
- e.g. call def get_price_list() -> 'price_list'
- e.g. call
- Simplify end-user code
Quick-demo
- Install polimer
- Annotate your methods with payload ids:
prices.py
prices.py
- Import your entrypoints via polimer
demo.py
demo.py