Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix `picobox.singleton`, `picobox.threadlocal` & `picobox.contextvars` scopes so they do not fail with unexpected exception when non-string formattable missing key is passed. * Add `picobox.contrib.flaskscopes` module with *application* and *request* scopes for Flask web framework. * Add `picobox.Stack` class to create stacks with boxes on demand. Might be useful for third-party developers who want to use picobox yet avoid collisions with main application developers.
- Loading branch information