-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
44 lines (25 loc) · 889 Bytes
/
Copy pathREADME
File metadata and controls
44 lines (25 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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.