sandroden/sqlkit
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Demo ------ there are two demo: one for the two main widgets (SqlMask and SqlTable) and one for the layout module. Each demo should be started from the respective directory and does not require to be installed: cd demo/sql/ python demo.py I hope you'll appreciate it. I'd be happy to have some feedback. Support ------- There's a googlegroup dedicated to this package: http://groups.google.it/group/sqlkit sandro :-) Requirements ------------ sqlkit requires **PyGObject** and **GTK 3**, which are provided as system packages on Ubuntu/Debian:: sudo apt install python3-gi gir1.2-gtk-3.0 gir1.2-gtksource-3.0 When installing with ``uv``, create the virtual environment with ``--system-site-packages`` so PyGObject is visible:: uv venv --system-site-packages uv sync PyPI dependencies (SQLAlchemy, Babel, python-dateutil) are installed automatically.