Resolve "Send wanted fields with the query" #16

Merged
free_zed merged 4 commits from 12-fields into stable 2022-10-11 00:43:11 +00:00
Showing only changes of commit 00d3a3e915 - Show all commits

View File

@ -1,10 +1,9 @@
LDPy
====
🚧 _work in progress_ 🚧
-------------------------
This project moved to: [`git.afpy.org`](https://git.afpy.org/fcode/ldpy)
_Take a look on other branches if you are curious…_
🚧 _work in progress, take a look on other branches if you are curious…_
---
@ -26,7 +25,7 @@ An [OVH Log Data Platform](https://docs.ovh.com/fr/logs-data-platform/) python c
Get the source & edit settings:
```bash
git clone git@gitlab.com:forga/tool/ovh/ldpy.git && cd ldpy
git clone git@git.afpy.org:fcode/LDPy.git && cd ldpy
cp client.sample.py client.py
${EDITOR} client.py
```
@ -40,13 +39,14 @@ pip install -r requirements.txt
```
* Get stream mapping: `./ldpy.py --mapping`
* Get last `n` entries: `./ldpy.py --last`
🚧 Devel quick-start
--------------------
- Built with `Python 3.8`
- Code linting with [`flake8`](https://pypi.org/project/flake8/), [`pylint`](https://pypi.org/project/pylint), [`black`](https://pypi.org/project/black) & [pydocstyle](https://pypi.org/project/pydocstyle/).
- Code linting with [`flake8`](https://pypi.org/project/flake8/), [`pylint`](https://pypi.org/project/pylint), [`black`](https://pypi.org/project/black) & [`pydocstyle`](https://pypi.org/project/pydocstyle/).
- Install development tools:
* `pip install -r requirements-dev.txt`
- A `Makefile` with tools: run `make help` to have a look