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

Re-structuring files so a package can be uploaded to PyPi #82

Closed edmoss345 closed 1 year ago

edmoss345 commented 1 year ago

@istride this is the repo which contains a python function we needed to automate Chiara's RapidPro flow creating process. Not particularly clean, but everything that relates to the package is contained within the 'src' folder

edmoss345 commented 1 year ago

Yup sorry @istride this one is a bit of a mess. I forgot that I started with a branch of Chira's so the content related to the models should be broken out.

Essentially I have put everything needed for the package in the 'src' directory as I didn't want to break it for anyone who is not using the packaging. Yes the vast majority of things have just been copied into 'src' to be included in the package, although I did have to make lots of small changes to the internal referencing within the subpackages so that everything looks in the right place.

Your suggestion of keeping in an independent branch makes the most sense so will do that and then we will still have the git history

edmoss345 commented 1 year ago

superseded with #84