Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improve argparse usage | Bryan Newbold | 2019-12-11 | 1 | -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 name | Bryan Newbold | 2019-09-05 | 1 | -3/+3 |
| | |||||
* | refactor transforms into sub-dir | Bryan Newbold | 2019-03-11 | 1 | -114/+1 |
| | |||||
* | basic demo CSL/citeproc transform code | Bryan Newbold | 2019-03-11 | 1 | -1/+60 |
| | | | | Needs tests | ||||
* | fatcat -> fatcat_release ES index | Bryan Newbold | 2019-01-28 | 1 | -10/+8 |
| | |||||
* | transform and import fixes/tweaks | Bryan Newbold | 2019-01-25 | 1 | -4/+41 |
| | |||||
* | Merge branch 'bnewbold-crude-auth' | Bryan Newbold | 2019-01-08 | 1 | -11/+11 |
|\ | | | | | | | | | Fixed a conflict in: python/fatcat_export.py | ||||
| * | partial fixes to fatcat_export.py | Bryan Newbold | 2019-01-08 | 1 | -4/+7 |
| | | |||||
| * | start refactoring API object passing | Bryan Newbold | 2019-01-08 | 1 | -8/+5 |
| | | |||||
* | | fixes from ident schema refactor | Bryan Newbold | 2018-12-29 | 1 | -2/+2 |
|/ | |||||
* | implement transform-releases in export script | Bryan Newbold | 2018-12-24 | 1 | -1/+20 |
| | |||||
* | large refactor of python names/paths | Bryan Newbold | 2018-11-15 | 1 | -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 refactoring | Bryan Newbold | 2018-11-12 | 1 | -1/+1 |
| | |||||
* | WIP on fatcat_export | Bryan Newbold | 2018-08-15 | 1 | -0/+72 |