diff options
Diffstat (limited to 'python/TODO')
-rw-r--r-- | python/TODO | 6 |
1 files changed, 6 insertions, 0 deletions
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 |