Implemented central entry point. Import and export are done by configurable handlers.
[x] central entry point
[x] python version check
[x] fancy logging configuration
[x] actually log what we are doing
[x] commandline arguments
[x] proper config file
[x] implement schedule merging
[x] migrate CSV module
[ ] documentation
I'm pretty sure merging has bugs I didn't notice. Cutting a CSV in half and merging it after importing seems to work, everthing else can be fixed when it blows up.
Implemented central entry point. Import and export are done by configurable handlers.
I'm pretty sure merging has bugs I didn't notice. Cutting a CSV in half and merging it after importing seems to work, everthing else can be fixed when it blows up.
closes #14 closes #15 closes #20