-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Roberto Prevato edited this page Sep 21, 2019
·
3 revisions
Welcome to the essentials wiki!
- exception classes to express common scenarios
- function decorator to emit deprecation warnings
- implementation of models annotations, useful to implement validation of business objects
- User friendly JSON dumps
- StopWatch implementation
- a base class to handle classes that can be instantiated from configuration dictionaries
- common decorator to support retries
- common decorator to support logging function calls
- common decorator to control raised exceptions