Roman Mogylatov
f7d3ada92f
Update DI in Python page
2020-09-30 16:47:37 -04:00
Roman Mogylatov
c4b5494b6b
Add wiring docs
2020-09-29 22:29:24 -04:00
Roman Mogylatov
c20c57ae7c
Update demo
2020-09-26 00:23:11 -04:00
Roman Mogylatov
9653dfc263
Add sanic example
2020-09-23 18:29:13 -04:00
Roman Mogylatov
e37b5181e4
Rename views module to handlers in aiohttp example
2020-09-23 15:58:36 -04:00
Roman Mogylatov
a9970b63b9
Rename aiohttp example directory
2020-09-22 22:03:49 -04:00
Roman Mogylatov
170819c6ed
Update flask example
2020-09-22 22:03:02 -04:00
Roman Mogylatov
4fab71c35b
Update aiohttp example
2020-09-22 21:48:41 -04:00
Roman Mogylatov
170263de4d
Add flake8 ignore for demo
2020-09-21 16:55:42 -04:00
Roman Mogylatov
b7efb1e3e2
Add pydocstyle ignore for demo
2020-09-21 16:51:57 -04:00
Roman Mogylatov
dd8778bf20
Updaet demo example
2020-09-21 16:46:02 -04:00
Roman Mogylatov
5740dd6df5
Remove not relevant "speech" example
2020-09-09 21:34:30 -04:00
Roman Mogylatov
81ab8f807a
Update DI in Python docs page
2020-09-09 17:39:49 -04:00
Roman Mogylatov
039e51d4ba
Delete mail service example mini app
2020-09-07 22:04:50 -04:00
Roman Mogylatov
139e67dd95
Delete api client example mini app
2020-09-07 22:02:33 -04:00
Roman Mogylatov
e1844a3040
Refactor factory of factories pattern example
2020-09-07 21:57:43 -04:00
Roman Mogylatov
8284d1f169
Refactor chained factories pattern example
2020-09-07 21:45:03 -04:00
Roman Mogylatov
36ece67586
Add docs for the use cases example
2020-09-07 12:31:59 -04:00
Roman Mogylatov
af51937004
Refactor main module
2020-09-07 12:03:49 -04:00
Roman Mogylatov
5306b27c48
Refactor password hashing example
2020-09-07 11:51:17 -04:00
Roman Mogylatov
29f209d382
Update bundles example ( #292 )
...
* Fix dependency provider stub issue with required init arg
* Refactor bundles example app
* Rename bundles package
* Rename bundles example container
* Rename bundles mini app to decoupled packages
* Move decoupled packages example to main examples
* Fix a typo
* Add meta
2020-09-06 21:51:38 -04:00
Roman Mogylatov
bf978601ba
Refactor services miniapps ( #291 )
...
* Refactor services mini app with single container
* Make few little fixes to single container app
* Update requirements.txt for single container example
* Refactor multiple containers example
* Add single container docs page
* Create multiple containers page
2020-09-04 23:19:32 -04:00
Roman Mogylatov
0a10f32233
Remove old di demo
2020-09-03 23:21:09 -04:00
Roman Mogylatov
b5b6c1f680
Fix flake8 warning in factory provided type example
2020-09-03 18:05:28 -04:00
Roman Mogylatov
441cc66427
Improve singleton provider docs
2020-09-03 17:57:26 -04:00
Roman Mogylatov
ad260fe709
Add container usage to the custom provider example
2020-09-03 17:56:54 -04:00
Roman Mogylatov
d6e4e8fb08
Add container usage to provided instance examples
2020-09-03 17:48:45 -04:00
Roman Mogylatov
4f111aae9b
Update provider overriding example to use container and fix bug
2020-09-03 17:42:15 -04:00
Roman Mogylatov
d61281a0b9
Add usage of the container to the selector example
2020-09-03 17:38:52 -04:00
Roman Mogylatov
e48746d65f
Add usage of the container to the configuration examples
2020-09-03 17:37:03 -04:00
Roman Mogylatov
2a23f3d2f4
Add container usage for list provider example
2020-09-03 17:03:28 -04:00
Roman Mogylatov
6528411271
Add container usage for object provider example
2020-09-03 17:00:14 -04:00
Roman Mogylatov
b074d2aeb7
Add container usage for coroutine provider example
2020-09-03 16:59:11 -04:00
Roman Mogylatov
a497cb2527
Add container usage for callable provider example
2020-09-03 16:57:35 -04:00
Roman Mogylatov
1eb9020a4e
Add container usage for all singleton provider examples
2020-09-03 16:56:01 -04:00
Roman Mogylatov
a7afa66e40
Add container usage for all factory provider examples
2020-09-03 16:51:12 -04:00
Roman Mogylatov
dd2ded7321
Update documentation and example on creating a custom provider
2020-09-02 21:09:08 -04:00
Roman Mogylatov
aeace8cba5
Update documentation on injecting provided object attributes, items or method calls
2020-09-02 17:59:31 -04:00
Roman Mogylatov
f8648adaf7
Update providers overriding documentation and rework examples
2020-09-02 16:59:25 -04:00
Roman Mogylatov
806bd31735
Bump version to 3.35.1
2020-09-01 21:58:13 -04:00
Roman Mogylatov
c4b33749d2
Providers docs update ( #289 )
...
* Update callable provider docs
* Update coroutine provider docs
* Edit object docs
* Edit list provider docs
* Edit configuration provider docs
* Edit selector provider docs
* Fix mypy stub of the ``DeclarativeContainer`` to specify the ``__init__`` interface
* Edit Dependency provider docs
2020-09-01 21:39:23 -04:00
Roman Mogylatov
0bb30f91ef
Singleton docs update ( #288 )
...
* Update docblocks of factory provider examples
* Edit singleton docs
2020-09-01 16:04:48 -04:00
Roman Mogylatov
1ad852d193
Factory provider docs update ( #287 )
...
* Update index page
* Update providers index page
* Make a little wording fix on containers index page
* Refactor factory provider docs header
* Update factory injection docs
* Update factory init injections example and picture
* Start work on underlying providers
* Finish the docs for factory arguments to the underlying providers
* Edit providers delegation section
* Edit section about specialized factory provider
* Edit abstract factory section
* Edit FactoryAggregate docs
* Add meta keywords and description
2020-08-31 21:26:21 -04:00
Roman Mogylatov
9d85b63c3b
Make a fix in the providers delegation example
2020-08-26 16:22:54 -04:00
Roman Mogylatov
6c7c9eaa47
Update example
2020-08-25 10:27:11 -04:00
Roman Mogylatov
f5b97ca92e
Configuration option typed injections ( #284 )
...
* Add implementation and tests
* Add docs page and examples
* Revert the api_client miniapp accidental changes
2020-08-24 13:34:47 -04:00
Roman Mogylatov
cf862fe8b5
Provided attributes ( #282 )
...
* Add sketch
* Cythonize MethodCaller
* Cythonize ItemGetter, AttributeGetter & ProvidedInstance providers
* Add docblock for .provided attribute
* Refactor repr methods
* Add .provided attribute to the Dependency provider
* Add tests for the .provided attribute to the majority of the providers
* Add docblock for the ProvidedInstance provider
* Add docblocks for the rest of the providers
* Add example of the provided instance usage
* Add tests for provided instance* providers
* Add complex provided instance example
* Update example provided_instance.py
* Add docs
2020-08-20 21:52:12 -04:00
Roman Mogylatov
e15a6dbb1d
Bump version to 3.30.4
2020-08-16 01:16:25 -04:00
Roman Mogylatov
d2828519b4
Update container overriding docs
2020-08-16 01:10:08 -04:00
Roman Mogylatov
75c65f334e
Update container provider type specialization docs
2020-08-16 00:53:37 -04:00