GlareDB / glaredb

GlareDB: An analytics DBMS for distributed data
https://glaredb.com
GNU Affero General Public License v3.0
653 stars 38 forks source link

python: setup proper docstrings & typehints #1240

Open universalmind303 opened 1 year ago

universalmind303 commented 1 year ago

Summary

Specifications

currently the python bindings aren't showing typehints & docstrings in ides.

Rationale

Impact

better usability

Tasks

greyscaled commented 1 year ago

See also: https://github.com/GlareDB/glaredb.github.io/pull/101#discussion_r1261639876

We want to host the API on our docs site, and autogenerating it from some easy-to-maintain docstrings or similar would be fantastic