aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* schema expansion; grobid v0.7.x examples and test coverageBryan Newbold2021-10-257-115/+3337
|
* refactor GrobidHeader and GrobidCitation into GrobidBiblioBryan Newbold2021-10-225-120/+68
|
* make: fix test imports with fmtBryan Newbold2021-10-221-1/+1
|
* initial CSL conversion testBryan Newbold2021-10-222-1/+73
|
* more tweaking/refactoring progress, and some to_csl_dict() helpersBryan Newbold2021-10-224-145/+275
|
* re-sort README a bitBryan Newbold2021-10-221-5/+19
|
* setup.py: tag for 3.7Bryan Newbold2021-10-221-0/+1
|
* to_legacy_dict() helper, and start adding some new fieldsBryan Newbold2021-10-225-35/+30
|
* bunch of lint and fmt cleanupsBryan Newbold2021-10-229-161/+125
|
* 'upload' setup.py comment (for pypi.org)Bryan Newbold2021-10-222-2/+38
|
* mention license in READMEBryan Newbold2021-10-221-0/+6
|
* setup.py: require python 3.7Bryan Newbold2021-10-211-0/+1
|
* gitignore: htmlcov/Bryan Newbold2021-10-211-0/+1
|
* add examples to README, and test those examples in CIBryan Newbold2021-10-214-8/+120
| | | | | These tests don't run as part of 'make test' by default because they do live fetches against the internet.
* some docs and prep for including MD5 in outputBryan Newbold2021-10-212-0/+20
|
* more progressBryan Newbold2021-10-2110-163/+619
|
* start refactoring into new parser, with dataclass typesBryan Newbold2021-10-218-48/+431
|
* gitlab CI try againBryan Newbold2021-10-211-1/+2
|
* gitignore: egg-infoBryan Newbold2021-10-211-0/+1
|
* add __version__ to __init__.pyBryan Newbold2021-10-211-0/+1
|
* pipfile: add missing isort dev dependencyBryan Newbold2021-10-211-0/+1
|
* make fmtBryan Newbold2021-10-214-31/+39
|
* remove reundant temporary test codeBryan Newbold2021-10-211-3/+0
|
* basic makefile and gitlab-ci fileBryan Newbold2021-10-212-0/+49
|
* basic setup.py python package stuffBryan Newbold2021-10-212-0/+41
|
* pipfile for developmentBryan Newbold2021-10-211-0/+21
|
* get tests to start passingBryan Newbold2021-10-215-2/+571
|
* rip out API interaction codeBryan Newbold2021-10-212-159/+3
|
* init project from existing code and tests in sandcrawler, fatcat-scholar, ↵Bryan Newbold2021-10-219-0/+2691
fuzzycat, etc