Commit Graph

1527 Commits

Author SHA1 Message Date
Roman Mogylatov
82548b8d98 Update installation docs page 2020-10-05 20:02:56 -04:00
Roman Mogylatov
f6daa092ba Add aiohttp example to the docs 2020-10-05 19:18:08 -04:00
Roman Mogylatov
5f66701241 Add flask example to the docs 2020-10-05 16:46:15 -04:00
Roman Mogylatov
68334008e5 Make a little fix in django example docs page 2020-10-05 16:35:02 -04:00
Roman Mogylatov
ba32075e35 Add sanic example to the docs 2020-10-05 15:59:48 -04:00
Roman Mogylatov
9918c28866 Update Aiohttp example 2020-10-05 15:45:02 -04:00
Roman Mogylatov
a029207eea Update changelog 2020-10-05 15:15:17 -04:00
Roman Mogylatov
71296092a6 Add django example to the docs 2020-10-05 15:14:08 -04:00
Roman Mogylatov
361858950f Update django app naming 2020-10-05 14:53:43 -04:00
Roman Mogylatov
6094186063
Django example (#297)
* Add rough django example

* Remove sqlite db

* Add gitignore

* Fix flake8 and pydocstyle errors

* Add tests

* Refactor settings

* Move web app to to the root of the project

* Add bootstrap 4

* Add doc blocks for web app

* Add coverage

* Fix typo in flask

* Remove not needed newlines

* Add screenshot
2020-10-04 23:36:45 -04:00
Roman Mogylatov
92a0ba4815 Change wording in README 2020-10-03 21:36:55 -04:00
Roman Mogylatov
ac091a4b4d Update readme and docs index 2020-10-03 21:27:53 -04:00
Roman Mogylatov
f4cd072a61 Update README 2020-10-01 18:00:44 -04:00
Roman Mogylatov
09edfd94d6 Update docs index 2020-10-01 17:42:43 -04:00
Roman Mogylatov
3eb59a74ea Add wiring API docs 2020-10-01 14:00:52 -04:00
Roman Mogylatov
199e8b241e Remove API docs for flask and aiohttp ext 2020-10-01 13:58:55 -04:00
Roman Mogylatov
758aa4b15d Update README 2020-09-30 21:41:50 -04:00
Roman Mogylatov
223c567437 Update docs index page 2020-09-30 21:40:28 -04:00
Roman Mogylatov
725c475ef0
Update README.rst 2020-09-30 21:21:26 -04:00
Roman Mogylatov
46359a4d7b
Update README.rst 2020-09-30 21:20:49 -04:00
Roman Mogylatov
d6a531882c
Update README.rst 2020-09-30 21:05:47 -04:00
Roman Mogylatov
b844c4cc23
Add files via upload 2020-09-30 21:05:11 -04:00
Roman Mogylatov
7d911e14dc Update README concep and FAQ 2020-09-30 17:38:01 -04:00
Roman Mogylatov
12eddabdd9 Update key features 2020-09-30 17:16:45 -04:00
Roman Mogylatov
f7d3ada92f Update DI in Python page 2020-09-30 16:47:37 -04:00
Roman Mogylatov
65c883ad57 Add minor improvement to wiring doc 2020-09-30 11:29:35 -04:00
Roman Mogylatov
4c039d012e Add a note on individuals import to wiring docs 2020-09-29 23:54:25 -04:00
Roman Mogylatov
6e53a7c0c6 Remove unused import 2020-09-29 23:49:52 -04:00
Roman Mogylatov
949a91b657 Add wiring of class methods 2020-09-29 23:40:13 -04:00
Roman Mogylatov
c4b5494b6b Add wiring docs 2020-09-29 22:29:24 -04:00
Roman Mogylatov
b4890dcf80 Bump version to 4.0.0a2 2020-09-28 16:33:39 -04:00
Roman Mogylatov
d9334ef1fe Add protection for wiring only declarative container instances 2020-09-28 15:52:21 -04:00
Roman Mogylatov
cc1b6ba3e6 Add __all__ for wiring module 2020-09-28 15:39:41 -04:00
Roman Mogylatov
42b0bde8d2 Deprecate provider.delegate() method 2020-09-28 15:38:34 -04:00
Roman Mogylatov
5d4eeb648a Deprecate ext package modules and remove types module 2020-09-28 14:16:05 -04:00
Roman Mogylatov
26e490bf0a Add container.unwire() typing stub 2020-09-28 13:41:54 -04:00
Roman Mogylatov
6182b8448a
Wiring refactoring (#296)
* Refactor wiring

* Add todos to wiring

* Implement wiring of config invariant

* Implement sub containers wiring + add tests

* Add test for wiring config invariant
2020-09-27 23:10:11 -04:00
Roman Mogylatov
7f854548d6 Make flake8 happy 2020-09-26 01:17:42 -04:00
Roman Mogylatov
95db0eddc9 Implement Provide[foo.provided.bar.baz.call()] 2020-09-26 01:07:32 -04:00
Roman Mogylatov
6d92df32aa Implement wiring for Provide[foo.provider] 2020-09-26 00:31:29 -04:00
Roman Mogylatov
c20c57ae7c Update demo 2020-09-26 00:23:11 -04:00
Roman Mogylatov
7b2baeeb6f Remove not needed images 2020-09-24 20:51:45 -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