Commit Graph

1525 Commits

Author SHA1 Message Date
Roman Mogylatov
b56707deeb Add bootstrap 4 2020-10-04 22:24:11 -04:00
Roman Mogylatov
020fe141dd Move web app to to the root of the project 2020-10-04 14:02:58 -04:00
Roman Mogylatov
f1e4e1ce58 Refactor settings 2020-10-04 14:00:02 -04:00
Roman Mogylatov
417b618bb6 Add tests 2020-10-04 13:44:18 -04:00
Roman Mogylatov
26dc839fdf Fix flake8 and pydocstyle errors 2020-10-03 21:48:22 -04:00
Roman Mogylatov
b184dba33f Add gitignore 2020-10-03 21:37:14 -04:00
Roman Mogylatov
8a6801f4e8 Remove sqlite db 2020-10-03 21:37:14 -04:00
Roman Mogylatov
cce1549993 Add rough django example 2020-10-03 21:37:14 -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
Roman Mogylatov
edd8979bf6 Bump version to 4.0 2020-09-20 21:51:48 -04:00
Roman Mogylatov
af7364e062
Add wiring (#294)
* Add wiring module

* Fix code style

* Fix package test

* Add version fix

* Try spike for 3.6

* Try another fix with metaclass

* Downsample required version to 3.6

* Introduce concept with annotations

* Fix bugs

* Add debug message

* Add extra tests

* Add extra debugging

* Update config resolving

* Remove 3.6 generic meta fix

* Fix Flake8

* Add spike for 3.6

* Add Python 3.6 spike

* Add unwire functionality

* Add support of corouting functions
2020-09-20 21:50:25 -04:00