Commit Graph

85 Commits

Author SHA1 Message Date
670f4e61d1 fixing codacy issues 2017-05-01 11:02:28 +02:00
6be714e3f6 omit examples and extensions from coverage. 2017-05-01 10:31:51 +02:00
8fc0430a23 more documentage 2017-05-01 10:21:56 +02:00
71a32f623f Sweeping the docs. 2017-05-01 09:56:10 +02:00
d79ca9e20e Cleaner api exposition. 2017-05-01 09:00:07 +02:00
b4716f9cee fix json example (#37) 2017-05-01 08:14:09 +02:00
4ee3fd3be9 adds tutorials and documentation for file readers and writers. 2017-04-30 11:14:34 +02:00
bb5fc22f5e release: 0.2.2 2017-04-28 08:04:48 +02:00
357683bd02 Default service configuration in directory or file (#38). 2017-04-28 07:37:15 +02:00
eacd0cc8c5 wip: filesystem as a service. 2017-04-28 06:21:26 +02:00
08db4213b3 Allowing container lazy resolution of params and fixing unterminated late transforms in default strategy (bad bug!) 2017-04-26 01:26:11 +02:00
946c5fd1bb Small refactoring of duplicate code. 2017-04-25 23:18:15 +02:00
ad502d7e23 Split execution module in submodules for better readability. 2017-04-25 23:05:18 +02:00
9b87597c24 Small change to force services definitions to be strings, and to force default names. 2017-04-25 22:38:39 +02:00
efcd4361cc First implementation of services and basic injection. Not working with CLI for now. 2017-04-25 22:04:21 +02:00
18abb39206 release: 0.2.1 2017-04-25 08:23:39 +02:00
0f05874dfa Enhance ValueHolder with missing underscore methods. 2017-04-25 08:04:20 +02:00
3ecb2c2ccd Minor stuff, cleanup and formating. 2017-04-25 07:47:51 +02:00
315961bef8 Remove remaining trace. 2017-04-25 07:24:54 +02:00
ef2c881075 Attempt to refactor a bit of context, new count transform that counts the calls, new bonobo.structs package with basic data structures, removal of blessings. 2017-04-24 23:44:29 +02:00
cff32c1612 Merge remote-tracking branch 'upstream/0.2' into colorama 2017-04-24 21:37:11 +02:00
6926058625 Refactoring plugin architecture, fixing jupyter integration and a few documentation about how to setup jupyter notebook widget. 2017-04-24 20:49:05 +02:00
b1e6a2056a Merge branch 'sanketdg/examplefix' of https://github.com/SanketDG/bonobo into SanketDG-sanketdg/examplefix 2017-04-23 18:16:27 +02:00
be4411c287 opendatasoft.py: Add timezone arg
The timezone argument is needed for bonobo/examples/fablabs.py
to properly run.

Fixes https://github.com/python-bonobo/bonobo/issues/22
2017-04-23 21:40:19 +05:30
476923dc44 Attempt to fix windows terminal compatibility (ping @jelloslinger). If this is working on windows, we should consider removing blessings in favor of colorama. 2017-04-23 15:10:29 +02:00
690ff3d108 Merge remote-tracking branch 'upstream/0.2' into 0.2 2017-04-23 11:58:48 +02:00
2aa46ad7f4 update coffeeshops dataset 2017-04-23 11:57:54 +02:00
061255bf99 Minor typos etc 2017-04-22 22:47:41 +02:00
e617774b80 release: 0.2.0 2017-04-21 12:11:54 +02:00
511c4b451b release: 0.1.7 2017-04-21 11:56:46 +02:00
24e009d890 adds version command, adds bb alias 2017-04-21 11:55:20 +02:00
5376f950a9 remove unused erroneous import 2017-02-12 08:12:48 +01:00
b035bdea32 formating, better consistency in readers, ability to read files from http (fast and dirty). 2017-02-12 08:10:22 +01:00
9dab39a474 Minor fixes and update documentation. Preparing the upcoming 0.2 release. 2017-01-20 20:45:16 +01:00
bbb69f9ea4 add ordering creation counter for python 3.5 compatibility, and 3.6 safety (as it is considered, like the docs says, an implementation detail that should not be relied upon. Still I would love it to be reliable feature, it is probably the coolest feature python added since a long time. Ok just kidding. Or not.) 2017-01-17 23:56:13 +01:00
8532520aae Big refactoring, way simpler management of transformations. Early branch for upcoming version 0.2. 2017-01-17 22:45:10 +01:00
b6e84c66e3 Implements configurables and options to create cleaner transformation classes, and ease documentation of available options. 2017-01-16 16:22:13 +01:00
cf4c7b9817 release: 0.1.6 2017-01-10 23:55:19 +01:00
07950d10c6 release: 0.1.5 2017-01-10 23:47:43 +01:00
aecafd5f55 release: 0.1.4 2017-01-10 23:22:38 +01:00
9daefd7207 Implements commands as extensions using stevedore; adds run and init command. 2017-01-10 23:14:08 +01:00
f736e7e7e3 Working toward sqlalchemy extension. Better ability to extend context. Still needs a lot of cleanup. 2017-01-03 22:06:09 +01:00
8b63b0bf44 doc update and better versionning method 2016-12-29 17:27:06 +01:00
b39d51071f update with latest edgy.project features, including yapf support. 2016-12-28 15:51:30 +01:00
9f566cc1f3 Errors in red are so cool. 2016-12-28 15:26:09 +01:00
d3d2a22145 Exports CSV reader/writer to root package (#2) 2016-12-28 12:29:15 +01:00
e77fbae38b Implements naive csv reader / writer (#2) 2016-12-28 12:27:23 +01:00
96c9b55fec fixing copypaste mistake 2016-12-28 11:49:09 +01:00
cebb8df173 API is cleaner this way, easier to understand the purpose of methods (#2). 2016-12-28 11:40:03 +01:00
67e25b92e1 Implements JsonReader (#2) 2016-12-28 11:29:12 +01:00