Commit Graph

211 Commits

Author SHA1 Message Date
Roman Mogilatov e38cecfae0 Updating example 2015-07-11 17:27:28 +03:00
Roman Mogilatov 4620ad7f29 Adding delegate option for injections 2015-07-11 17:21:36 +03:00
Roman Mogilatov a612e42a99 First steps with providers delegation docs 2015-06-19 12:44:46 +03:00
Roman Mogilatov 8b479a1898 Removing old external dependency provider example 2015-06-18 16:37:19 +03:00
Roman Mogilatov e3ea517d72 Minor ExternalDependency provider updates, Adding ExternalDependency provider docs 2015-06-18 16:34:26 +03:00
Roman Mogilatov dbc368d5f6 Minor updates for static provider docs 2015-06-18 14:55:13 +03:00
Roman Mogilatov ef41688e61 Minor fixes in singleton docs 2015-06-18 14:45:26 +03:00
Roman Mogilatov 7f439137d6 Adding callable provider docs and some minor changes to factory docs 2015-06-16 11:05:12 +03:00
Roman Mogilatov 91ea2a54f6 Adding static provider docs 2015-06-16 10:37:57 +03:00
Roman Mogilatov d386969004 Adding Singleton docs & making some changes for Factory docs 2015-06-10 12:00:43 +03:00
Roman Mogilatov bb7cfcc124 Finishing of Factory provider docs 2015-06-08 11:33:27 +03:00
Roman Mogilatov 7c1c32db80 Updating Factory docs and examples 2015-06-05 12:28:12 +03:00
Roman Mogilatov 776bbc7dde small fixes for Factory docs and examples 2015-06-05 11:39:01 +03:00
Roman Mogilatov 2e8f59115f Complete of Factory docs, new Factory examples 2015-06-05 11:29:36 +03:00
Roman Mogilatov d9952d5d85 Factory docs update 2015-06-03 15:50:13 +03:00
Roman Mogilatov 5b76551790 Working copy of docs 2015-05-27 19:00:41 +03:00
Roman Mogilatov 05b65f432c Updating instance providers example 2015-05-15 17:44:20 +03:00
Roman Mogilatov a5337b2fc8 Last modifications on NewInstance to Factory provider renaming 2015-05-14 11:59:47 +03:00
Roman Mogilatov 0dd2884262 Refactoring of examples according to NewInstance provider to Factory provider renaming 2015-05-14 11:38:56 +03:00
Roman Mogilatov 405c579f7e Adding some drafts of @inject decorator docs 2015-05-14 11:21:04 +03:00
Roman Mogilatov 227ddbd378 Finilizing of external dependecy provider documentation 2015-04-24 11:59:10 +03:00
Roman Mogilatov fab6a5c610 Adding external dependency provider description and examples renaming 2015-04-23 13:15:10 +03:00
Roman Mogilatov 219932d9cc Adding docs on callale provider 2015-04-14 23:56:46 +03:00
Roman Mogilatov b0720cfc2c moving @override and @inject decorators to decorators module 2015-04-14 23:17:53 +03:00
Roman Mogilatov 73b8af1cbb Updating readme, adding examples of overriding catalog and providers, adding catalog example 2015-03-31 18:44:27 +03:00
Roman Mogilatov b5870e9a57 Updating examples 2015-03-31 18:00:11 +03:00
Roman Mogilatov 0db7a67ef2 @inject description 2015-03-31 14:44:15 +03:00
Roman Mogilatov e1009373bc Adding injections example 2015-03-31 12:37:16 +03:00
Roman Mogilatov 48ff686ae8 Removing unnecessary nl 2015-03-30 16:25:53 +03:00
Roman Mogilatov f64d155154 Adding Injections desciption 2015-03-30 16:11:33 +03:00
Roman Mogilatov bc9fdd8426 Removing usage example 2015-03-27 00:42:37 +02:00
Roman Mogilatov 1032143f5b Renaming InitArg to KwArg, adding @inject decorator 2015-03-23 01:04:18 +02:00
Roman Mogilatov 6bbf7e3526 Remove providers.Scoped because it being has not yet justified 2015-03-22 00:36:59 +02:00
Roman Mogilatov 27bf9e0a8e Remove ExternalDependency.satisfy() in favor of inherited Provider.override() 2015-03-20 14:53:47 +02:00
Roman bec0a2b80d Create README.md 2015-03-17 01:32:38 +02:00
Roman Mogilatov 7ab731eacc Add support of multiple scopes for providers.Scoped 2015-03-15 01:18:59 +02:00
Roman Mogilatov 7c21f706e5 fixing issue with AttributeError that has been replaced with objects.errors.Error 2015-03-14 00:02:59 +02:00
Roman Mogilatov 0aab7f5628 updating README and spliting concept example 2015-03-12 00:25:12 +02:00
Roman Mogilatov 6cd2319a15 examples codestyle fixes 2015-03-10 00:55:38 +02:00
Roman Mogilatov 4055b42e59 examples codestyle fixes 2015-03-10 00:54:05 +02:00
Roman Mogilatov d48616736b updating examples codestyle 2015-03-10 00:43:23 +02:00
Roman Mogilatov 120ef5d5cb updating delegate code style 2015-03-09 00:04:36 +02:00
Roman Mogilatov 76e14c1c79 codestyle fixes 2015-02-23 10:47:38 +02:00
Roman Mogilatov 039e211a09 0.4.1 adding provider delegate 2015-02-23 00:16:27 +02:00
Roman Mogilatov 333f2db979 0.3.1 release 2015-01-28 15:03:02 +02:00
Roman Mogilatov 158b6fcd9e Adding config provider 2015-01-28 13:08:54 +02:00
Roman Mogilatov 3786b052a9 adding callable provider with examples 2015-01-28 00:48:33 +02:00
Roman Mogilatov 113f770634 updating readme and examples 2015-01-28 00:26:38 +02:00
Roman Mogilatov 1cdf393f56 adding scoped provider with examples 2015-01-28 00:21:31 +02:00
Roman Mogilatov 92254b0276 version 0.2.0, external dependency provider has been added 2015-01-23 01:42:59 +02:00
Roman Mogilatov 5462bb91c4 Renaming Catalog class to AbstractCatalog 2015-01-18 02:28:41 +02:00
Roman Mogilatov 2bfdae8949 updating readme 2015-01-11 18:14:15 +02:00
Roman Mogilatov 143ba92b0a 0.0.4 version 2015-01-11 18:10:11 +02:00
Roman Mogilatov 028e5e9ef7 0.0.3 version 2015-01-11 15:03:45 +02:00
Roman Mogilatov 5b9723c530 updating concept 2015-01-10 11:24:25 +02:00
Roman Mogilatov 80e2a1fdf1 modifying concepts 2015-01-10 00:23:08 +02:00
Roman Mogilatov e00a5f8c76 adding 2 variants of improved concept 2015-01-10 00:14:37 +02:00
Roman Mogilatov 7824ba10fa adding some comments to example, switch prints to asserts for making example easier readable 2015-01-04 16:33:02 +02:00
Roman Mogilatov 4c20f9c968 adding provides keywords in concept 2015-01-04 16:28:02 +02:00
Roman Mogilatov aea9d2b3eb creating package structure 2015-01-04 16:26:33 +02:00
Roman Mogilatov 9cfc1e8b6e adding first concepts 2015-01-04 15:54:25 +02:00