Skip to main content

libretro.py

A Python binding for libretro intended for testing cores, but suitable for any purpose. Ease of use, flexibility, and complete API support are top priorities.

Workflow Status PyPi License

Supported Environments

libretro.py has the following requirements:

  • Python 3.12 or newer. May not work on alternative Python implementations like PyPy.
  • Supported on Windows, macOS, and Linux. May work on other platforms, but no promises.

Nothing else is required for most functionality, but some extra features have additional dependencies or constraints.

If contributing then just is optional but recommended, as it will simplify most development tasks. For details, run just (no arguments) in the project root.

Installing

libretro.py supports Python 3.12 or newer. Nothing else is required for most functionality, but some extra features have additional dependencies.

You can install libretro.py with pip like so:

# Install the base libretro.py
pip install libretro.py

Using a virtual environment is recommended:

# Create a virtual environment
python -m venv ./venv

# Activate the virtual environment (in Bash)
source ./venv/bin/activate

# Activate the virtual environment (in PowerShell)
./venv/Scripts/activate.ps1

Extras

To install additional features, add one or more of the following extras to the install command:

  • cli: Test scripts that don't rely on the nuances of any particular core. Use these to simplify your own core's test process.
  • opengl: Support for the built-in OpenGL video driver. Required if testing a core's OpenGL support.
  • opengl-window: Same as the opengl extra, but with support for opening an actual window. Can help simplify some debugging tasks, e.g. RenderDoc usage.

For example, if you want to submit an improvement to the OpenGL video driver, you would install libretro.py like so:

pip install -e .[opengl] --group dev

And if you just want to test your libretro core's OpenGL support:

pip install libretro.py[opengl]

Some of these extras have additional dependencies.

OpenGL

If using OpenGL support on Linux, you may need to install the libopengl0 package.

Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

libretro_py-0.8.5-py3-none-win_amd64.whl (705.6 kB view details)

Uploaded Python 3Windows x86-64

libretro_py-0.8.5-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (727.8 kB view details)

Uploaded Python 3manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

libretro_py-0.8.5-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (732.5 kB view details)

Uploaded Python 3manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

libretro_py-0.8.5-py3-none-macosx_11_0_arm64.whl (428.7 kB view details)

Uploaded Python 3macOS 11.0+ ARM64

libretro_py-0.8.5-py3-none-macosx_10_15_x86_64.whl (412.8 kB view details)

Uploaded Python 3macOS 10.15+ x86-64

libretro_py-0.8.5-py3-none-any.whl (240.5 kB view details)

Uploaded Python 3

File details

Details for the file libretro_py-0.8.5-py3-none-win_amd64.whl.

File metadata

  • Download URL: libretro_py-0.8.5-py3-none-win_amd64.whl
  • Upload date:
  • Size: 705.6 kB
  • Tags: Python 3, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for libretro_py-0.8.5-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 3967bf86ed1e71ea87e899bf6310cd2af6976e00e6bdc2457ac1d5d014b526fa
MD5 e315ed51bd9c39bbbb21314fc675e897
BLAKE2b-256 e1f463a91a3ced521d674d2412439995038352b34bf929e9c16db2765581dcc4

See more details on using hashes here.

Provenance

The following attestation bundles were made for libretro_py-0.8.5-py3-none-win_amd64.whl:

Publisher: release.yml on JesseTG/libretro.py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file libretro_py-0.8.5-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for libretro_py-0.8.5-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a91b030f497a7c8c6688d328f0f7092b9473341985b8660015dc70a6f3fc7594
MD5 9d1c8eb8db0e2e446a2784cab5a150f3
BLAKE2b-256 03215c853a949ef41edea941418fdc0582068c8038f00601b81b4ca71874f4a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for libretro_py-0.8.5-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on JesseTG/libretro.py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file libretro_py-0.8.5-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for libretro_py-0.8.5-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 31ae7f5b57756cdfb0445b7b758a1da2ab741e4edbd1f71b02d20a5acfa11c69
MD5 819f420c01738e95758428714920a999
BLAKE2b-256 9118e81c2d6f86f64916fc388ab17696110c66f011ef3e08733ac1063e10ff39

See more details on using hashes here.

Provenance

The following attestation bundles were made for libretro_py-0.8.5-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on JesseTG/libretro.py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file libretro_py-0.8.5-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for libretro_py-0.8.5-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6cf705b1903e256bd2849e3ae7151df13eb3c9f724d68a5875cd9b58818f4791
MD5 f1c6c370ab9ef49a6ed5499d0b096876
BLAKE2b-256 530bedbd4853b92c1da741588d813e578cb58852d201dcc260b651769d771750

See more details on using hashes here.

Provenance

The following attestation bundles were made for libretro_py-0.8.5-py3-none-macosx_11_0_arm64.whl:

Publisher: release.yml on JesseTG/libretro.py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file libretro_py-0.8.5-py3-none-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for libretro_py-0.8.5-py3-none-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f7d4e7e13e8d4ded9a3342b94081699f895055debeca0d9071549cd3042eace1
MD5 c5649dd8a57ef1b6b3ac7e580ae0053d
BLAKE2b-256 7a6aff25f33b51af62807bae45736de330c8ce1cc1f75a9b047504c836b0434b

See more details on using hashes here.

Provenance

The following attestation bundles were made for libretro_py-0.8.5-py3-none-macosx_10_15_x86_64.whl:

Publisher: release.yml on JesseTG/libretro.py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file libretro_py-0.8.5-py3-none-any.whl.

File metadata

  • Download URL: libretro_py-0.8.5-py3-none-any.whl
  • Upload date:
  • Size: 240.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for libretro_py-0.8.5-py3-none-any.whl
Algorithm Hash digest
SHA256 05d37bd54b8db1cb41b7e330c63179507dedcb1f42595ef153ab2fe3d8394de6
MD5 331379bc137a8496cb3e9fadbbd06c1f
BLAKE2b-256 ab9b453dfca67cae4850b4410b88c6e5fe448382472e6921e55437fe0ee50cba

See more details on using hashes here.

Provenance

The following attestation bundles were made for libretro_py-0.8.5-py3-none-any.whl:

Publisher: release.yml on JesseTG/libretro.py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

0.11.0

6 files

0.10.0

6 files

0.9.1

6 files

0.9.0

6 files

This release

0.8.5 This release

6 files

0.8.4

6 files

0.8.3

6 files

0.8.2

6 files

0.8.1

6 files

0.8.0

4 files

0.7.2

1 file

0.7.1

1 file

0.7.0

1 file

0.6.0

2 files

0.5.0

2 files

0.4.0

2 files

0.3.1

2 files

0.3.0

2 files

0.2.0

2 files

0.1.11

2 files

0.1.10

2 files

0.1.9

2 files

0.1.8

2 files

0.1.7

2 files

0.1.6

2 files

0.1.5

2 files

0.1.4

2 files

0.1.3

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

0.0.1

2 files

0.0.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page