crate / cratedb-sqlparse

Parsing utilities to validate and split SQL statements for CrateDB.
Apache License 2.0
5 stars 1 forks source link

Python: Improve project setup and test runner conveniences after unboxing. Add CI configuration. Prepare packaging. #10

Closed amotl closed 4 months ago

amotl commented 4 months ago

About

Details

I think Poetry will only be needed for larger or more complex projects. For a project like this, I think a vanilla setuptools-based pyproject.toml will be enough.