diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-13 12:34:04 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-13 12:34:04 -0800 |
commit | 572fdc7caf74d9539e642e97855d8c8ba94ff93a (patch) | |
tree | 93a01aadaf2fb9c999aeea8e6763063181f3aad4 /python/TODO | |
parent | ecfdad950bca5cc52f368f2b014a7d37cb9bcbc7 (diff) | |
download | fatcat-572fdc7caf74d9539e642e97855d8c8ba94ff93a.tar.gz fatcat-572fdc7caf74d9539e642e97855d8c8ba94ff93a.zip |
update python README and TODO
Diffstat (limited to 'python/TODO')
-rw-r--r-- | python/TODO | 8 |
1 files changed, 3 insertions, 5 deletions
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 |