aboutsummaryrefslogtreecommitdiffstats
path: root/python/README.md
Commit message (Collapse)AuthorAgeFilesLines
* small python 3.7 -> 3.8 tweaksBryan Newbold2021-01-051-2/+2
|
* update README and coveragerc for python3.7Bryan Newbold2020-04-131-4/+4
|
* mention elasticsearch empty index setupMartin Czygan2019-11-081-0/+5
| | | | | | When setting up with the defaults, all works fine, except that the web search will try to access a local elasticsearch. Mention in README, how to create empty indices.
* add python README ref to .env fileBryan Newbold2019-09-051-0/+1
| | | | | For running tests. Perhaps a better solution is setting sane defaults in code? But want to require, eg, secret salts.
* update all other mentions of python client libBryan Newbold2019-09-051-2/+2
|
* clarify python pipenv/pyenv dependenciesBryan Newbold2019-08-291-9/+11
|
* mention libsnappy-dev in python/READMEbnewbold2019-06-131-0/+1
|
* add warning about pipenv versionBryan Newbold2019-04-101-0/+3
|
* update dev setup instructionsBryan Newbold2019-03-151-1/+1
|
* update READMEs about python client libraryBryan Newbold2019-01-091-6/+6
|
* use .env for all config (and document it)Bryan Newbold2019-01-041-0/+4
|
* at least some pylintBryan Newbold2018-11-151-1/+1
|
* large refactor of python names/pathsBryan Newbold2018-11-151-4/+4
| | | | | | | - 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
* update python README and TODOBryan Newbold2018-11-131-12/+22
|
* more python client library tomfooleryBryan Newbold2018-11-131-1/+1
|
* update READMEBryan Newbold2018-11-081-6/+35
|
* add missing --dev install required for testsAntoine Beaupré2018-10-291-0/+1
| | | | | | | Without this, pipenv will fail to find pytest or worse, will pick up the default one from the system, which might be 2.7 or some other version of pytest we don't want (*and* that won't pick up on the virtualenv either).
* rename python scriptsBryan Newbold2018-07-261-1/+1
|
* python client codegenBryan Newbold2018-05-281-2/+4
|
* update READMEBryan Newbold2018-05-161-12/+0
|
* move python code to subdirectoryBryan Newbold2018-05-161-0/+27