Skip to main content

Typing stubs for PyGObject

Project description

Typing Stubs for PyGObject

PyPI

Installation

pip install pygobject-stubs

Configuration

Some libraries exist in multiple versions like Gtk3/4. As both libraries are currently imported under the namespace Gtk only stubs for one can be installed.

You need to decide this at install time either by using the --config-settings option with pip:

pip install pygobject-stubs --no-cache-dir --config-settings=config=Gtk3,Gdk3,Soup2

or by setting the PYGOBJECT_STUB_CONFIG env variable:

PYGOBJECT_STUB_CONFIG=Gtk3,Gdk3,Soup2 pip install --no-cache-dir pygobject-stubs

If no configuration is set, the most recent version of each library is installed.

--no-cache-dir is only necessary on subsequent reinstalls, otherwise the stubs will not be rebuild and a cache of a previous installation is used.

Project Integration

Usually you want the stubs to be installed as part of the development dependencies. pyproject.toml does not allow to pass config-settings to requirements. If you need specific versions of some libraries you can use a requirements.txt file instead, which allows to pass config-settings per requirement as of pip >= 23.1.0.

pip install . -r dev.txt

Contributing

Guide

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pygobject_stubs-2.13.0.tar.gz (870.2 kB view details)

Uploaded Source

File details

Details for the file pygobject_stubs-2.13.0.tar.gz.

File metadata

  • Download URL: pygobject_stubs-2.13.0.tar.gz
  • Upload date:
  • Size: 870.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pygobject_stubs-2.13.0.tar.gz
Algorithm Hash digest
SHA256 4f608f5dfe10c3173f0a082416e22e27b693743c2a635de245c78a51458e2ab6
MD5 164a266bdc4fa275a918c05432a8e6a0
BLAKE2b-256 d13fd9a43ab76ad7a2d6d3a2968513b76760100c33128c6a0d3ac996dfb37c77

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page