questdb / py-questdb-client

Python client for QuestDB InfluxDB Line Protocol
https://py-questdb-client.readthedocs.io
Apache License 2.0
49 stars 7 forks source link

Add more info about the questdb package #78

Open jerrinot opened 3 months ago

jerrinot commented 3 months ago

I'm adding the questdb package via PyCharm and it shows this window:

image

I'm all for conciseness, but this is probably too much :) I'm not sure where is this info coming from, but we should add some details.

nwoolmer commented 3 months ago

https://github.com/questdb/py-questdb-client/blob/16d6741a5db1c9fcbb0fb98bd8d151a1582b0527/pyproject.toml#L6

It comes from there!

There's more info on the pip page so maybe some of it could be transferred: https://pypi.org/project/questdb/

amunra commented 3 months ago

Do you have packages that give you more info that I can take a look at as an example? I think the info is pulled in through here:

https://github.com/questdb/py-questdb-client/blob/main/pyproject.toml

I would have expected it to slurp in the README as well, like PyPI does: https://pypi.org/project/questdb/