python-dependency-injector/examples/miniapps/decoupled-packages
Roman Mogylatov fe01ad41d9
Update examples to use config __init__ args (#527)
* 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
2021-10-31 20:31:39 -04:00
..
example Update examples to use config __init__ args (#527) 2021-10-31 20:31:39 -04:00
config.ini Update bundles example (#292) 2020-09-06 21:51:38 -04:00
README.rst Update bundles example (#292) 2020-09-06 21:51:38 -04:00
requirements.txt Update bundles example (#292) 2020-09-06 21:51:38 -04:00

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