mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-23 01:56:58 +03:00
d45d98e300
* Add application * Dockerize the app * Fix 204 content-leength error * Rename database file * Add tests * Add README * Fix a typo in FastAPI example * Add docs on FastAPI + SQLAlchemy example * Update changelog * Add link to the example to README and other docs pages * Add EOF to the config.yml
26 lines
485 B
ReStructuredText
26 lines
485 B
ReStructuredText
Examples
|
|
========
|
|
|
|
.. meta::
|
|
:keywords: Python,DI,Dependency injection,IoC,Inversion of Control,Example
|
|
:description: Python dependency injection examples.
|
|
|
|
Explore the examples to see the ``Dependency Injector`` in action.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
application-single-container
|
|
application-multiple-containers
|
|
decoupled-packages
|
|
django
|
|
flask
|
|
flask-blueprints
|
|
aiohttp
|
|
sanic
|
|
fastapi
|
|
fastapi-redis
|
|
fastapi-sqlalchemy
|
|
|
|
.. disqus::
|