Metadata-Version: 2.4
Name: gi
Version: 0.8.1
Summary: Meta-package for ginext — GObject-introspection bindings for free-threaded Python (imports as `ginext`)
Project-URL: Homepage, https://github.com/jdahlin/ginext
Project-URL: Repository, https://github.com/jdahlin/ginext
Project-URL: Issues, https://github.com/jdahlin/ginext/issues
Author-email: Johan Dahlin <jdahlin@gmail.com>
License-Expression: LGPL-2.1-or-later
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.14
Requires-Dist: ginext-core>=0.8.1
Provides-Extra: all
Requires-Dist: ginext-core>=0.8.1; extra == 'all'
Requires-Dist: ginext-gio>=0.8.1; extra == 'all'
Requires-Dist: ginext-gst>=0.8.1; extra == 'all'
Requires-Dist: ginext-gtk>=0.8.1; extra == 'all'
Requires-Dist: ginext-libsoup>=0.8.1; extra == 'all'
Provides-Extra: compat
Requires-Dist: ginext-core>=0.8.1; extra == 'compat'
Requires-Dist: ginext-gi-compat>=0.8.1; extra == 'compat'
Provides-Extra: gio
Requires-Dist: ginext-core>=0.8.1; extra == 'gio'
Requires-Dist: ginext-gio>=0.8.1; extra == 'gio'
Provides-Extra: gst
Requires-Dist: ginext-core>=0.8.1; extra == 'gst'
Requires-Dist: ginext-gst>=0.8.1; extra == 'gst'
Provides-Extra: gtk
Requires-Dist: ginext-core>=0.8.1; extra == 'gtk'
Requires-Dist: ginext-gtk>=0.8.1; extra == 'gtk'
Provides-Extra: libsoup
Requires-Dist: ginext-core>=0.8.1; extra == 'libsoup'
Requires-Dist: ginext-libsoup>=0.8.1; extra == 'libsoup'
Provides-Extra: stubs
Requires-Dist: ginext-core>=0.8.1; extra == 'stubs'
Requires-Dist: ginext-stubs>=0.8.1; extra == 'stubs'
Description-Content-Type: text/markdown

# gi

Meta-package for [ginext](https://github.com/jdahlin/ginext) — fast, lazy,
JIT-compiled GObject-introspection bindings for free-threaded Python.

```sh
pip install gi          # core (import as `ginext`)
pip install gi[gtk]     # + GTK/Gdk/Pango/Gsk
pip install gi[all]     # all overlays
```

`pip install gi` installs `ginext-core`; the code imports as `ginext`
(`from ginext import Gtk`). This distribution ships no `gi` module and does not
conflict with PyGObject.
