aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/transforms.py
Commit message (Collapse)AuthorAgeFilesLines
* entity_to_json -> entity_to_dictBryan Newbold2019-01-081-1/+1
|
* implement release_year (and rustfmt)Bryan Newbold2018-12-241-0/+4
|
* fix file extraction (and transforms)Bryan Newbold2018-11-261-6/+6
|
* use isoformat() to format datesBryan Newbold2018-11-211-1/+2
| | | | This shouldn't change behavior; it's just more consistent.
* large refactor of python names/pathsBryan Newbold2018-11-151-1/+5
| | | | | | | - Add __init__.py files for fatcat_tools submodules, and use them in imports - Add a bunch of comments to files. - rename a number of classes and functions to be less verbose
* python tweaks for date/datetime rust fixBryan Newbold2018-11-141-5/+1
|
* more simple fatcat_client importsBryan Newbold2018-11-131-2/+1
|
* more python module refactoringBryan Newbold2018-11-121-0/+100