This website requires JavaScript.
Explore
Help
Register
Sign In
ets-labs
/
python-dependency-injector
Watch
1
Star
1
Fork
0
You've already forked python-dependency-injector
mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced
2025-02-11 17:10:57 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
092be74145
python-dependency-injector
/
src
/
dependency_injector
/
__init__.py
8 lines
83 B
Python
Raw
Normal View
History
Unescape
Escape
Update API docs
2020-09-10 05:23:28 +03:00
"""
Top-level package.
"""
minor codestyle fixes
2015-03-10 12:51:13 +03:00
Wiring reengineering (#324) * Bump version to 4.3.9: FastAPI example * Reengineer wiring * Add @inject decorator * Add .workspace dir to gitignore * Add generic typing for @inject * Add type cast for @inject * Update movie lister example * Update cli application tutorial * Update demo example * Update wiring docs and examples * Update aiohttp example and tutorial * Update multiple containers example * Update single container example * Update decoupled packages example * Update django example * Update asyncio daemon example and tutorial * Update FastAPI example * Update flask example and tutorial * Update sanic example * Add wiring registry * Add new line to .gitignore * Add @inject to the test samples * Fix flake8 errors
2020-11-16 00:06:42 +03:00
__version__
=
'
4.3.9
'
Update API docs
2020-09-10 05:23:28 +03:00
"""
Version number.
Add VERSION to API docs and add test for VERSION
2015-11-23 21:56:34 +03:00
:
type
:
str
"""
Reference in New Issue
Copy Permalink