Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | small python 3.7 -> 3.8 tweaks | Bryan Newbold | 2021-01-05 | 1 | -2/+2 |
| | |||||
* | update README and coveragerc for python3.7 | Bryan Newbold | 2020-04-13 | 1 | -4/+4 |
| | |||||
* | mention elasticsearch empty index setup | Martin Czygan | 2019-11-08 | 1 | -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 file | Bryan Newbold | 2019-09-05 | 1 | -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 lib | Bryan Newbold | 2019-09-05 | 1 | -2/+2 |
| | |||||
* | clarify python pipenv/pyenv dependencies | Bryan Newbold | 2019-08-29 | 1 | -9/+11 |
| | |||||
* | mention libsnappy-dev in python/README | bnewbold | 2019-06-13 | 1 | -0/+1 |
| | |||||
* | add warning about pipenv version | Bryan Newbold | 2019-04-10 | 1 | -0/+3 |
| | |||||
* | update dev setup instructions | Bryan Newbold | 2019-03-15 | 1 | -1/+1 |
| | |||||
* | update READMEs about python client library | Bryan Newbold | 2019-01-09 | 1 | -6/+6 |
| | |||||
* | use .env for all config (and document it) | Bryan Newbold | 2019-01-04 | 1 | -0/+4 |
| | |||||
* | at least some pylint | Bryan Newbold | 2018-11-15 | 1 | -1/+1 |
| | |||||
* | large refactor of python names/paths | Bryan Newbold | 2018-11-15 | 1 | -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 TODO | Bryan Newbold | 2018-11-13 | 1 | -12/+22 |
| | |||||
* | more python client library tomfoolery | Bryan Newbold | 2018-11-13 | 1 | -1/+1 |
| | |||||
* | update README | Bryan Newbold | 2018-11-08 | 1 | -6/+35 |
| | |||||
* | add missing --dev install required for tests | Antoine Beaupré | 2018-10-29 | 1 | -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 scripts | Bryan Newbold | 2018-07-26 | 1 | -1/+1 |
| | |||||
* | python client codegen | Bryan Newbold | 2018-05-28 | 1 | -2/+4 |
| | |||||
* | update README | Bryan Newbold | 2018-05-16 | 1 | -12/+0 |
| | |||||
* | move python code to subdirectory | Bryan Newbold | 2018-05-16 | 1 | -0/+27 |