IDEMSInternational / rapidpro-flow-toolkit

Toolkit for using spreadsheets to create and modify RapidPro flows
GNU Lesser General Public License v2.1
3 stars 1 forks source link

Refactor repo into multiple libraries #90

Open geoo89 opened 11 months ago

geoo89 commented 11 months ago

The code in parsers/common and parsers/sheets (spreadsheet -> python object) is independent and of interest independent of the rest of the repository, and this should go into its own library so that it can be used in different contexts.

The code in rapidpro/models may be of standalone interest as well (and is independent), as it provides models to create RapidPro flows from.

The flow parser from this repo in parsers/creation would then import these two as libraries.