From 572fdc7caf74d9539e642e97855d8c8ba94ff93a Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 13 Nov 2018 12:34:04 -0800 Subject: update python README and TODO --- python/TODO | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'python/TODO') diff --git a/python/TODO b/python/TODO index 7a6eb10f..46fceb69 100644 --- a/python/TODO +++ b/python/TODO @@ -1,9 +1,7 @@ -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"?). +Idea for further module simplification: move codegen'd library into it's own +directory (with it's own README, tests, etc), and reference it here via +symlink. - use dict counter type (in python collections) instead of currently janky counters - schema.org metadata for releases -- cgit v1.2.3