diff options
-rw-r--r-- | TODO | 12 | ||||
-rw-r--r-- | backfill/TODO | 5 |
2 files changed, 17 insertions, 0 deletions
@@ -0,0 +1,12 @@ + +https://github.com/getsentry/raven-python + +potential helpers: +- https://github.com/martinblech/xmltodict +- https://github.com/trananhkma/fucking-awesome-python#text-processing +- https://github.com/blaze/blaze (for catalog/analytics) +- validation: https://github.com/pyeve/cerberus +- testing (to replace nose): + - https://github.com/CleanCut/green + - pytest + - mamba ("behavior driven") diff --git a/backfill/TODO b/backfill/TODO new file mode 100644 index 0000000..e4023de --- /dev/null +++ b/backfill/TODO @@ -0,0 +1,5 @@ +- better test coverage (actually check coverage!) +- use pre-mapper command to filter down, eg, by status type? +- automation/docs for bundling virtualenv along +- think about speedups +- refactor into extraction folder |