Compare commits

..

1 Commits

Author SHA1 Message Date
Freezed
a80ff16f95 🚧 WIP: build stream specific field list #12 2022-10-11 02:10:50 +02:00

View File

@ -1,9 +1,10 @@
LDPy
====
This project moved to: [`git.afpy.org`](https://git.afpy.org/fcode/ldpy)
🚧 _work in progress_ 🚧
-------------------------
🚧 _work in progress, take a look on other branches if you are curious…_
_Take a look on other branches if you are curious…_
---
@ -25,7 +26,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@git.afpy.org:fcode/LDPy.git && cd ldpy
git clone git@gitlab.com:forga/tool/ovh/ldpy.git && cd ldpy
cp client.sample.py client.py
${EDITOR} client.py
```
@ -39,14 +40,13 @@ 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