mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
fe01ad41d9
* Update application-single-container example * Update application-multiple-containers example * Update decoupled-packages example * Update movie lister example * Update CLI tutorial * Update sanic example * Update sanic example with wiring_config * Update fastapi example * Update fastapi-simple example * Update fastapi-sqlalchemy example * Update flask-blueprints example * Update flask example and tutorial * Update aiohttp example and tutorial * Update asyncio-daemon example and tutorial |
||
---|---|---|
.. | ||
example | ||
config.ini | ||
README.rst | ||
requirements.txt |
Decoupled packages example ========================== Create virtual env: .. code-block:: bash python3 -m venv venv . venv/bin/activate Install requirements: .. code-block:: bash pip install -r requirements.txt Run: .. code-block:: bash python -m example You should see: .. code-block:: bash Retrieve user id=1, photos count=5 Retrieve user id=2, photos count=10 Aggregate analytics from user and photo bundles