turicas/rows

Stabilize plugin creation API

Open

#27 opened on Jun 10, 2015

 (2 comments) (0 reactions) (0 assignees)Python (136 forks)github user discovery
docshelp wantedplugin

Repository metrics

Stars
 (886 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Create a better API for writing plugins, taking into consideration that the library will try to do the most it can so the only plugin's job will be to import/export data (rows will automatically deal with importing data in a lazy way or not, for example -- the plugin should only provide a generator on the import function).

Contributor guide