aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_export.py
Commit message (Collapse)AuthorAgeFilesLines
* typing: first batch of python bulk type annotationsBryan Newbold2021-11-031-3/+3
| | | | | | While these changes are more delicate than simple lint changes, this specific batch of edits and annotations was *relatively* simple, and resulted in few code changes other than function signature additions.
* fmt (black): *.pyBryan Newbold2021-11-021-21/+35
|
* python: isort everythingBryan Newbold2021-11-021-3/+3
|
* lint (flake8) top-level python filesBryan Newbold2020-07-011-5/+1
|
* improve argparse usageBryan Newbold2019-12-111-6/+4
| | | | | | | | | | | | | | Use --fatcat-api-url instead of (ambiguous) --host-url for commands that aren't deployed/running via systemd. TODO: update the other --host-url usage, and either roll-out change consistently or support the old arg as an alias during cut-over Use argparse.ArgumentDefaultsHelpFormatter (thanks Martin!) Add help messages for all sub-commands, both as documentation and as a way to get argparse to print available commands in a more readable format.
* refactor all python source for client lib nameBryan Newbold2019-09-051-3/+3
|
* refactor transforms into sub-dirBryan Newbold2019-03-111-114/+1
|
* basic demo CSL/citeproc transform codeBryan Newbold2019-03-111-1/+60
| | | | Needs tests
* fatcat -> fatcat_release ES indexBryan Newbold2019-01-281-10/+8
|
* transform and import fixes/tweaksBryan Newbold2019-01-251-4/+41
|
* Merge branch 'bnewbold-crude-auth'Bryan Newbold2019-01-081-11/+11
|\ | | | | | | | | Fixed a conflict in: python/fatcat_export.py
| * partial fixes to fatcat_export.pyBryan Newbold2019-01-081-4/+7
| |
| * start refactoring API object passingBryan Newbold2019-01-081-8/+5
| |
* | fixes from ident schema refactorBryan Newbold2018-12-291-2/+2
|/
* implement transform-releases in export scriptBryan Newbold2018-12-241-1/+20
|
* large refactor of python names/pathsBryan Newbold2018-11-151-1/+8
| | | | | | | - 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
* more python module refactoringBryan Newbold2018-11-121-1/+1
|
* WIP on fatcat_exportBryan Newbold2018-08-151-0/+72