From 8668d441725aff6020c73ad7cd0e2f6b6d45e4cd Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 7 Nov 2018 11:14:05 -0800 Subject: idea for module refactor --- python/TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/python/TODO b/python/TODO index 54b63dd3..7a6eb10f 100644 --- a/python/TODO +++ b/python/TODO @@ -1,4 +1,10 @@ +Idea for new module structure: refactor 'fatcat_client' into 'fatcat' and have +that be the general purpose API client. create a new 'fatcat_services' for web +interface, importers, workers, etc, which depends on the other module. +potentially, move library module into subdirectory or another top-level folder +("python-fatcat"? "python-library"?). + - use dict counter type (in python collections) instead of currently janky counters - schema.org metadata for releases -- cgit v1.2.3