📝 Update README #12

This commit is contained in:
Freezed 2022-10-11 02:32:54 +02:00
parent 949520d260
commit 00d3a3e915
1 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,9 @@
LDPy 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: Get the source & edit settings:
```bash ```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 cp client.sample.py client.py
${EDITOR} client.py ${EDITOR} client.py
``` ```
@ -40,13 +39,14 @@ pip install -r requirements.txt
``` ```
* Get stream mapping: `./ldpy.py --mapping` * Get stream mapping: `./ldpy.py --mapping`
* Get last `n` entries: `./ldpy.py --last`
🚧 Devel quick-start 🚧 Devel quick-start
-------------------- --------------------
- Built with `Python 3.8` - 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: - Install development tools:
* `pip install -r requirements-dev.txt` * `pip install -r requirements-dev.txt`
- A `Makefile` with tools: run `make help` to have a look - A `Makefile` with tools: run `make help` to have a look