Skip to main content

Cython-based Python bindings for dear imgui

Project description

completion Coverage Status Documentation Status

Builds:

  • Build status

pyimgui

Python bindings for the amazing dear imgui C++ library - a Bloat-free Immediate Mode Graphical User Interface.

Documentation: pyimgui.readthedocs.io

Installation

pyimgui is available on PyPI so you can easily install it with pip:

pip install imgui[full]

Above command will install imgui package with additional dependencies for all built-in rendering backend integrations (pygame, cocos2d, etc.). If you don't want to install all additional dependencies you can always use bare pip install imgui command or select a specific set of extra requirements:

  • for pygame backend use pip install imgui[pygame]
  • for GLFW3 backend use pip install imgui[glfw]
  • for SDL2 backend use pip install imgui[sdl2]
  • for Cocos2d backend use pip install imgui[cocos2d]
  • for pyglet backend use pip install imgui[pyglet]

Package is distributed in form of built wheels so it does not require compilation on most operating systems. For more details about compatibility with diffferent OSes and Python versions see the Project ditribution section of this documentation page.

Project status

The imgui package provides support for the majority of core ImGui widgets and functionalities. Some low-level API elements and complex widgets (like plots) may be missing. We are working hard to provide 100% feature mapping of the core ImGui library. The completion badge shows up-to-date status of that goal.

The current version of pyimgui is based on an old version of DearImgui and consequently doesn't have its most recent fixes and functionalities. Version 2.0 of pyimgui is under development and will support recent features. If you are interested, you can look at the corresponding branch.

Project distribution

This project has a working build pipeline on Appveyor and Travis. It builds succesfully for all major operating systems with different architectures:

  • Windows (32bit & 64bit)
  • Linux (32bit & 64bit)
  • OS X (universal build)

Right now we are ready to shipping the built wheels for these three systems (even for Linux using manylinux1 wheels). The build pipeline covers multiple Python versions:

  • py27
  • py33 (macOS wheel not available on PyPI)
  • py34
  • py35
  • py36
  • py37
  • py38
  • py39

pyimgui provides documentation with multiple visual examples. Thanks to custom Sphinx extensions we are able to render GUI examples off screen directly from docstring snippets. These examples work also as automated functional tests. Documentation is hosted on pyimgui.readthedocs.io.

If none of these wheels work in your environment you can install the imgui package by compiling it directly from sdist distribution using one of following commands:

# will install Cython as extra dependency and compile from Cython sources
pip install imgui[Cython] --no-binary imgui

# will compile from pre-generated C++ sources
pip install imgui --no-binary imgui

Development tips

We have tried hard to make the process of bootstrapping this project as simple as possible.

In order to build and install project locally ,ake sure you have created and activated virtual environment using virtualenv or python -m venv (for newer Python releases). Then you can just run:

make build

This command will bootstrap whole environment (pull git submodules, install dev requirements etc.) and build the project. make will automatically install imgui in the development/editable mode. Then you can run some examples found in the doc/examples directory in order to verify if project is working.

For building documentation and running tests you will need some additional requirements from doc/requirements-test.txt.

You can run tests with:

py.test

If you have any problems with building or installing the project just ask us for help by creating GitHub issue.

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

imgui-1.4.0.tar.gz (887.4 kB view details)

Uploaded Source

Built Distributions

imgui-1.4.0-pp37-pypy37_pp73-win_amd64.whl (1.0 MB view details)

Uploaded PyPy Windows x86-64

imgui-1.4.0-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64 manylinux: glibc 2.5+ x86-64

imgui-1.4.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686 manylinux: glibc 2.5+ i686

imgui-1.4.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

imgui-1.4.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

imgui-1.4.0-pp27-pypy_73-manylinux2010_x86_64.whl (1.2 MB view details)

Uploaded PyPy manylinux: glibc 2.12+ x86-64

imgui-1.4.0-cp310-cp310-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.10 Windows x86-64

imgui-1.4.0-cp310-cp310-win32.whl (970.4 kB view details)

Uploaded CPython 3.10 Windows x86

imgui-1.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ x86-64 manylinux: glibc 2.5+ x86-64

imgui-1.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (3.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ i686 manylinux: glibc 2.5+ i686

imgui-1.4.0-cp310-cp310-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

imgui-1.4.0-cp39-cp39-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.9 Windows x86-64

imgui-1.4.0-cp39-cp39-win32.whl (970.6 kB view details)

Uploaded CPython 3.9 Windows x86

imgui-1.4.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64 manylinux: glibc 2.5+ x86-64

imgui-1.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (3.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686 manylinux: glibc 2.5+ i686

imgui-1.4.0-cp39-cp39-macosx_10_15_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9 macOS 10.15+ x86-64

imgui-1.4.0-cp39-cp39-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

imgui-1.4.0-cp38-cp38-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.8 Windows x86-64

imgui-1.4.0-cp38-cp38-win32.whl (971.4 kB view details)

Uploaded CPython 3.8 Windows x86

imgui-1.4.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64 manylinux: glibc 2.5+ x86-64

imgui-1.4.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (3.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686 manylinux: glibc 2.5+ i686

imgui-1.4.0-cp38-cp38-macosx_10_15_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8 macOS 10.15+ x86-64

imgui-1.4.0-cp38-cp38-macosx_10_9_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

imgui-1.4.0-cp37-cp37m-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.7m Windows x86-64

imgui-1.4.0-cp37-cp37m-win32.whl (967.1 kB view details)

Uploaded CPython 3.7m Windows x86

imgui-1.4.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64 manylinux: glibc 2.5+ x86-64

imgui-1.4.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (3.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686 manylinux: glibc 2.5+ i686

imgui-1.4.0-cp37-cp37m-macosx_10_15_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.7m macOS 10.15+ x86-64

imgui-1.4.0-cp37-cp37m-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

imgui-1.4.0-cp36-cp36m-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.6m Windows x86-64

imgui-1.4.0-cp36-cp36m-win32.whl (967.1 kB view details)

Uploaded CPython 3.6m Windows x86

imgui-1.4.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64 manylinux: glibc 2.5+ x86-64

imgui-1.4.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (3.3 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686 manylinux: glibc 2.5+ i686

imgui-1.4.0-cp36-cp36m-manylinux2010_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

imgui-1.4.0-cp36-cp36m-manylinux2010_i686.whl (3.3 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

imgui-1.4.0-cp36-cp36m-manylinux1_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.6m

imgui-1.4.0-cp36-cp36m-manylinux1_i686.whl (3.3 MB view details)

Uploaded CPython 3.6m

imgui-1.4.0-cp36-cp36m-macosx_10_15_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.6m macOS 10.15+ x86-64

imgui-1.4.0-cp36-cp36m-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

imgui-1.4.0-cp35-cp35m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.5m Windows x86-64

imgui-1.4.0-cp35-cp35m-win32.whl (958.8 kB view details)

Uploaded CPython 3.5m Windows x86

imgui-1.4.0-cp35-cp35m-manylinux2010_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ x86-64

imgui-1.4.0-cp35-cp35m-manylinux2010_i686.whl (3.2 MB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

imgui-1.4.0-cp35-cp35m-manylinux1_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.5m

imgui-1.4.0-cp35-cp35m-manylinux1_i686.whl (3.2 MB view details)

Uploaded CPython 3.5m

imgui-1.4.0-cp35-cp35m-macosx_10_15_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.5m macOS 10.15+ x86-64

imgui-1.4.0-cp34-cp34m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.4m Windows x86-64

imgui-1.4.0-cp34-cp34m-win32.whl (939.6 kB view details)

Uploaded CPython 3.4m Windows x86

imgui-1.4.0-cp33-cp33m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.3m Windows x86-64

imgui-1.4.0-cp33-cp33m-win32.whl (941.8 kB view details)

Uploaded CPython 3.3m Windows x86

imgui-1.4.0-cp27-cp27mu-manylinux2010_x86_64.whl (3.3 MB view details)

Uploaded CPython 2.7mu manylinux: glibc 2.12+ x86-64

imgui-1.4.0-cp27-cp27mu-manylinux2010_i686.whl (3.1 MB view details)

Uploaded CPython 2.7mu manylinux: glibc 2.12+ i686

imgui-1.4.0-cp27-cp27mu-manylinux1_x86_64.whl (3.3 MB view details)

Uploaded CPython 2.7mu

imgui-1.4.0-cp27-cp27mu-manylinux1_i686.whl (3.1 MB view details)

Uploaded CPython 2.7mu

imgui-1.4.0-cp27-cp27m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 2.7m Windows x86-64

imgui-1.4.0-cp27-cp27m-win32.whl (933.4 kB view details)

Uploaded CPython 2.7m Windows x86

imgui-1.4.0-cp27-cp27m-manylinux2010_x86_64.whl (3.3 MB view details)

Uploaded CPython 2.7m manylinux: glibc 2.12+ x86-64

imgui-1.4.0-cp27-cp27m-manylinux2010_i686.whl (3.1 MB view details)

Uploaded CPython 2.7m manylinux: glibc 2.12+ i686

imgui-1.4.0-cp27-cp27m-manylinux1_x86_64.whl (3.3 MB view details)

Uploaded CPython 2.7m

imgui-1.4.0-cp27-cp27m-manylinux1_i686.whl (3.1 MB view details)

Uploaded CPython 2.7m

imgui-1.4.0-cp27-cp27m-macosx_10_15_x86_64.whl (1.1 MB view details)

Uploaded CPython 2.7m macOS 10.15+ x86-64

File details

Details for the file imgui-1.4.0.tar.gz.

File metadata

  • Download URL: imgui-1.4.0.tar.gz
  • Upload date:
  • Size: 887.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0.tar.gz
Algorithm Hash digest
SHA256 3a51a2f4b9e7f027246ad7a6325397f83153fbdace32946cf58bb5c71c19db36
MD5 b46bb247ca65e254ed65a590b2b508a8
BLAKE2b-256 8b7bdf0a0d90a092d55e1b04d24bd95a2825368eb682e7330f1582617c397daa

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-pp37-pypy37_pp73-win_amd64.whl.

File metadata

  • Download URL: imgui-1.4.0-pp37-pypy37_pp73-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: PyPy, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 efe1655da8845fc3060b0b87c9be0141d1fb03eef86b4b362336d01a8b4f38a3
MD5 8a47574451eb7ba2893fdc230f45a1df
BLAKE2b-256 3aa0202d0200ac45a92b56fd98458559d5a835757c3228457cc82391e48d7fad

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for imgui-1.4.0-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4adac3f3b0a6a3f7bc24190ba1c31904bf35ef210adab1feb38b19dddc26be0e
MD5 67886fdb3da7d6b19c6fc65bd4dcf78a
BLAKE2b-256 e73ddb130eff5b9efcdd0070e79f12fab2ae7cade349761ae7dc62bd7afd6f5f

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for imgui-1.4.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8e3497bd6dce7da3b4c003cca2c7e6c0f92442f6b693061892f0cdf43959a9e4
MD5 304df3bde5a06ecbe6f9c7e5d7abd095
BLAKE2b-256 8eb6ab8fc8dad9c191042ab344aa2b29fba50899cf5cd27432aed64b6fa291fc

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: imgui-1.4.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 689b7b7926450f4c2bebdde587a22f4784137505088e1688747d126962ed68f4
MD5 fde23fb14bee568a6e11fa74cf316e46
BLAKE2b-256 2733e874dcd049ae82114b0cea8f12c9761d927d38b9221d993de106341fe742

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl.

File metadata

  • Download URL: imgui-1.4.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: PyPy, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 cc41045d5f941f4888896a128510ef6db37676e99eebeb778e0f7eaf5b2f204b
MD5 a70f64a8d7f493b63023692d811d74e6
BLAKE2b-256 02e2532b2f875ca8ba713f9e581d6462e6b0322779da035dac6efd64fc7f68a4

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-pp36-pypy36_pp73-manylinux1_x86_64.whl.

File metadata

  • Download URL: imgui-1.4.0-pp36-pypy36_pp73-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: PyPy
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-pp36-pypy36_pp73-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c17de5e1b4dfc5095f32a432ca80fabe5b6daa2e7f3733589e12dd091c50a3ff
MD5 3f3122b344c5c92b7a34f439777eec67
BLAKE2b-256 f3d066d731fe63424384506ab3d35956c93a942e8fb1ebcadb24ae90434cb2b9

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-pp27-pypy_73-manylinux2010_x86_64.whl.

File metadata

  • Download URL: imgui-1.4.0-pp27-pypy_73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: PyPy, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-pp27-pypy_73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8d1f33a82f17f76000acdeb10528aa6e3adbd01e60376ca804ca3cf36ddcbf95
MD5 39b28c65b770d060005e8b2596ea4b29
BLAKE2b-256 cf59d0ce2708feb7a39f5cb91063ee5f51e39190989b38551af1b33f4b6fffcf

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-pp27-pypy_73-manylinux1_x86_64.whl.

File metadata

  • Download URL: imgui-1.4.0-pp27-pypy_73-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: PyPy
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-pp27-pypy_73-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6e2b9d8218db75bca309559866590d2a8fff7686b43630fd0e0aa957b5b8333d
MD5 ef3381c6806a96237db1f3d6d4851387
BLAKE2b-256 d1f774ae8105790f0561b9a188ee35c808678b4cf92394a65da8cb7280f88a24

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: imgui-1.4.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d9f8f331224820f554bc176924fd22ceafb6a125866976a94560777be347bacc
MD5 5c9576d100a5b77dfecda81b955e2b25
BLAKE2b-256 0a43a623039b4c00a95819055ef3189790a3eb324f7eab7ae155c9cc08f1dad6

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: imgui-1.4.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 970.4 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 adac739744ddaf156e4a1c96138fef16536cafaa71c5694422f1206a78cea214
MD5 c179f496036d3cd55b4931941bad3a48
BLAKE2b-256 dae6689b73d75995258f12bfdab400383a97bf1a59fcb16fdee36358281f28a2

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for imgui-1.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c2a5534e50ea7bbe92c7b6d75e9b120b708d76ecd907f3d28884cac476c557e0
MD5 d0a664fe9ce9e754168b67a3d8cabdb1
BLAKE2b-256 1d61191063ea15735a0145c8a82d9afe2c5e00cf6f8473b4873d3c8333395016

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for imgui-1.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c75aa75afd8efa75754eae44c64c572045306841c6d0d3db4f6abbed29f92d90
MD5 2ac924f22bfa9d06f135a1ec667977c3
BLAKE2b-256 5c7b32578c7a906b417f85786bad9e39480d9e6c844338e0c611716648c24e29

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: imgui-1.4.0-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5629b8cfea5f50a1ce0afeb81322498101d16c899709bc6ddca82e58af47bf98
MD5 3baf6b8a3de267aae0175a435204a39d
BLAKE2b-256 e64f4b9393064c79216a13924520541c5d845db8a8f614eaa5f1e94e6f0d1492

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: imgui-1.4.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 3d269e272f31780fbae84f60f960dc66fdcc57775c900b2cf216022221749888
MD5 e43127a17c2aeb2521fb1d5f2513e906
BLAKE2b-256 a2c35b585dbebd3d510471639cad7b5b177679ff08cccfa5dbb878b6a3004781

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: imgui-1.4.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 970.6 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 3d2c81412c2b648eec99c5d9cdfae3db25716d1c8dff46c5d9fe5da41394087d
MD5 0c0a2b0b1106b7b7583f3b84846166af
BLAKE2b-256 5b0e0553d7ca1b02631ed0b691b0990a8dfc4b0c386d57ddd0d551bb4b106eed

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for imgui-1.4.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c36cb7231c89a1b4378efb7fa9c55529a254537fe2381bfa9f8f21a2ecedca8e
MD5 4db20fe6defba1e7174f35bd0857e766
BLAKE2b-256 628f6c55a2665e9eb223fadb58af6fee6280a5ba57591f3e400da4a16c9a0a70

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for imgui-1.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 9ba3e95427d5374d55813888d10ea638e8b428d3701f311ea4942a5cc21cbb6c
MD5 9962b4ecf08232a7ec4b7e262101db07
BLAKE2b-256 1d23081822987add170e155a7a68ff31e4cb45854ee20a3229e4e7c06cad7f54

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: imgui-1.4.0-cp39-cp39-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b6c33c031e5ae55d3c5a15e56401a59d291a6a5673b84224cadc20702b7bd903
MD5 834d7759e726c7f3d166b7940bc16da5
BLAKE2b-256 cf575a3b525d9a4c6e779eb078eeeec90a9b026185206355615a447889e22fef

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: imgui-1.4.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 742246832bc0c63301bb63fc7eebe6aee083b9dda0ad27049969cbb44f54975e
MD5 81209a72f043ccb8e081d592ec1cf5b1
BLAKE2b-256 1214c15ef1c741537f18fad97d4d242c72a9cc91a148417c8b0db5376a365583

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: imgui-1.4.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 bdc2d7acbb7ceebb4a455d37df02ab71eabf2c19887cabf8bd3af846c0986558
MD5 1dcbbc4a67858bb193390ae788ae01ac
BLAKE2b-256 dcc5e449c2951ec3c885ee6f3668d82e7f8be254ecd95078fa9071ce70912ee1

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: imgui-1.4.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 971.4 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 051a30c5b5b1751c2a9e4b5dba869d8c407e11afa5cf4a612c6e84fa87ef5ae3
MD5 11267fc28db6dc7b1008d170b859e18d
BLAKE2b-256 35a43405841e4681ee314d1e334c97defcfe7fd9fd1bf73130b7353fecac86b0

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for imgui-1.4.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7ba8af06aae36de09f147b217f5891962fc7b9389c900d60362d0bffd6e965a7
MD5 2ef790f911f683045a04708dd7233a73
BLAKE2b-256 254d925ef20a9a15aab59b355e37e515886dd78a886d2ecc7eb1ffddf36806c7

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for imgui-1.4.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 cd69f2a6bfa506cfb2b14dbc9852001ea0bb09f2e096a0b8176df4a31ba90327
MD5 a95131f589239b6e88aacc4154a86269
BLAKE2b-256 da82061847776afcf88fb31103eb60842060d07a574c5d17d13cb9d346ee3e80

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp38-cp38-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: imgui-1.4.0-cp38-cp38-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 dd638524020fe6b5ea21c54df7473e123abbd663de4def460747a50de8daddd9
MD5 9d0e1e024ec829921728a95ec7338d79
BLAKE2b-256 b40b49265d220327b274407c0f63e435c778ed1084f4d3bb386b6e76df9244b4

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: imgui-1.4.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 76f1f407c2dfcccd51f2524bff6f05681bd4e9d5d8ab200578418527bd56763b
MD5 898124be52e4ef1c030319366f740ac2
BLAKE2b-256 57827fe9402c53a8570649ead83e4065c245b5bd9c9cd591a4535ebe59a5f8cf

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: imgui-1.4.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 382a098906ba31fbabada465f9ee7b63d3e3d9de611e4399e0f4b533ef83d1a4
MD5 c8bb991e10b699e980e18c86c0e8c1cf
BLAKE2b-256 bcbb1725d8e2240d7748ba0c53c8847858d37fb37925147b3f03b0fea98b1aa0

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp37-cp37m-win32.whl.

File metadata

  • Download URL: imgui-1.4.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 967.1 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 ea6bbc2d383acc0965ffd4c38882c32c1bfa43822e3ca7ffa8cc5b3f3c5fcb6f
MD5 1b90cecd8c9a2b4536517a11ca2945ca
BLAKE2b-256 6263fa85f607eaa1dbab85604dbd22a38ee645fc00855f387c55240b52c03c3f

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for imgui-1.4.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 6acc606d47dd05ff4f42061d2f2e310f436e72c08de40c3fe152345f04452880
MD5 82fec3d6ddf18a40ff7c03fc81865e78
BLAKE2b-256 c1aaac8fe7eaf2b1e09d11941f1aa12f5fd370a6096a30fd1b3c6b214a3d838a

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for imgui-1.4.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 cd739ec77c63b8d2290a63f5e7a4c54cd1cb389d5795d73d47bff5a35a62c8ae
MD5 00289dd0941fe3350650402697db79df
BLAKE2b-256 78a764cda5d04e24df395879b7c1a1ef74a7bbfeaff01bcecbe9d19aa14f6ddf

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp37-cp37m-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: imgui-1.4.0-cp37-cp37m-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.7m, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 77525b882a5d955e79ec3d37451b0b7b7b6c0c5a767276991620c0c9f46a7540
MD5 51c57fa4bb924b6850a806980e089662
BLAKE2b-256 bf49d6d475edbce4d862bac9b6ead3ed02eaa7bff307abe64b33248d2cf96ee9

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: imgui-1.4.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 61283d86a0c1dad459ab522ae4c47fb3ef92111a0f7f5413316d1210bd7496ac
MD5 0401b961aff09f62486b6ab9fa689067
BLAKE2b-256 cfa550593a14e29ae737b7de755b33a7d92e5da5840d401218474ea716582aab

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: imgui-1.4.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 3508145610f0bf4dfc986f90d6d50dd96a94cebe03f074187a9e2de1ec28cef9
MD5 e991253eacb950adb96e954d3a62842f
BLAKE2b-256 0be758aacf2d5354256a6cb6305be5cf9c1a7debe0ad49122cea3f74360828b9

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp36-cp36m-win32.whl.

File metadata

  • Download URL: imgui-1.4.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 967.1 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 92b0fe89f8607b3b259ff14a08e86b79d37fedae5ebe084f972d666855a528d5
MD5 b2fd3d109e02e218d6bfc7b91aa78515
BLAKE2b-256 55f5e9c1d828595b46a5bd7ffb43695a72c4466e8f68d5f36e197e9a1f4f958f

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for imgui-1.4.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e16ffebb896989b258ee35df7c63b7aeff2766898027f4a254627a751eb41c73
MD5 e351b49fc7ad381ec6a7e75ae46fa0d3
BLAKE2b-256 48205fb09d77771d886f625bb5b59ff00fa8bd23a19a4bae229d70aca8f09cb9

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for imgui-1.4.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 0d7d8524e9ba31083c8123156c053dbb12d9a61ad399b84a5c19e545735102a1
MD5 5eaaa66d8736ce0f20b94f9605d4b803
BLAKE2b-256 24c2ded2011470dcf3413c8f17d532b048ddbb727c274c10a87b324686d955a2

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: imgui-1.4.0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2b17d5d750f9189551f72064bec217d4bee866f7b22c095f1469abdabf610407
MD5 e56880b281d6f9400d837f25791e50b8
BLAKE2b-256 3623d3191b009c7c3316e56e57d2b18b3bac9a55e6627e381fb45fe41cf9ffee

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: imgui-1.4.0-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2e07c12c51b8d0fa1fd50010f7d27a8ea6221b1cc9fed2f1164dbcb379a677c3
MD5 b89c54b0c9b5463079f92b6e2b3b818b
BLAKE2b-256 bb559ee5f73e1a528ec042cc651d5eed9cb809b21073fb5d6927c1a554a16f3d

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: imgui-1.4.0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c978e18bd0d5b8a862306e27975cba8343b3ac93495cc02087aebfebd8c92810
MD5 9a25c75aa87605488e7f0e15a49de982
BLAKE2b-256 c3143c34e8f5553fc5f34c4adea628e25be8f2c71dce394d0a02be00393f4bed

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: imgui-1.4.0-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 170bbd9bbcab191116d84e7ca6145b96f94593b73cbe2ce5d8a9a46abe541c38
MD5 b5942b51b39df5057b211bd1c52d0789
BLAKE2b-256 d5dc159dc6039e79d03920ab75f97e21e7ca966448e7f812c7700c4a3803c59d

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp36-cp36m-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: imgui-1.4.0-cp36-cp36m-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp36-cp36m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 94f8b0e23a3f43ad3460b2fa2a90474f80d2abb7dd55e8bfc99f8ea5b5a92b18
MD5 a42626eddf408c0f947d8729dadfe7da
BLAKE2b-256 c0af166f786a4f55fb5f995ea3f561e6fa8f459e3bc553ad8f2c2fa1817a2434

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: imgui-1.4.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6132e1b8a8f043d57b256b17a7743b2552af8b9a940e4a122a2b34ecb13f29af
MD5 f0106dd32c593b2e80929179985ca5b9
BLAKE2b-256 d2478f29d230dd87e7db3cbd21f8c2da02357856ef09648533efe780a2d10c64

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: imgui-1.4.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 66e04ae79983e3d023b5decf8328da55133d17e0ecaf27b3e12db35a9db8d8c1
MD5 5b8126d63ee5fa6214055691b93c4ccc
BLAKE2b-256 b2429bdc5b810c5bfc9578e2e833c50827bfd24925c959f4ff2e97303a7f00c6

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp35-cp35m-win32.whl.

File metadata

  • Download URL: imgui-1.4.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 958.8 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 81f020edd9f4659a382c750eef5a6396e39b42489e82e60dad4452f988d778e5
MD5 098a6217818a1267f32f7f99bad117b4
BLAKE2b-256 f427b8939178f3651a0d5827e7aa8332e87f05695c4d0b6fc99473535f1cc220

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: imgui-1.4.0-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4b53c41e870b12ec88a546ca9173166fd5b7ce50e7e298be82f8e4d58c23ff14
MD5 9935225bd240de49308bad2623f99a83
BLAKE2b-256 ff20bf7dd87af892426f83638bf3d6bcd07adf05ce7804bb0541d42f31379418

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp35-cp35m-manylinux2010_i686.whl.

File metadata

  • Download URL: imgui-1.4.0-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 447e112ce4bf24da8087e5ceada6c07b96d7dcfefce7bffa347333bfe6a0a9b5
MD5 e3bdc622660e04b0bc18b2b9725c14cb
BLAKE2b-256 53d33457809537ad5b66d947644ca50fa9f5961dbbd7890844d58561981e1413

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: imgui-1.4.0-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6ab733496eca0be102ff76257852fd44882af4b4d592c8c76726b818a1896df0
MD5 abde8f3057b4879ad2323acaa20bd127
BLAKE2b-256 f39b1a4466697fb3c417d0d46117d96fdb6067b6010d4a941af3536363aef301

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: imgui-1.4.0-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 f748954dde54bdf5bad608b8eab22ce1c51f688e7ec09d68d6c4598b5b708455
MD5 82f2c956a03f2c22f5cca8ebbc612258
BLAKE2b-256 478ff9d954228a1bd6b10e71997fd4fdfbda60c2a8b86d9d3690e9de3cb113ed

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp35-cp35m-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: imgui-1.4.0-cp35-cp35m-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.5m, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp35-cp35m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a7d38dd6e38fb3692fce93304ad2290d44cef3d3e51ede56eae2ffeed65746fa
MD5 555f37ae0074962edaf304a795ec6daa
BLAKE2b-256 af9a34666cfb944ca5f667da0d4af1faea0996c84677aa0de675dd9492d8eaaa

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp34-cp34m-win_amd64.whl.

File metadata

  • Download URL: imgui-1.4.0-cp34-cp34m-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.4m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 853334fd1fe510244c05e37f68efd7bf0aa2699d5fd6a72610dd8daf24c118eb
MD5 6382cd787170068b367446a3c67977d4
BLAKE2b-256 dd7bd3dcfa029e1ba90cf97d03ba2278442ef795d8fb96d34db23f3fe119cd7a

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp34-cp34m-win32.whl.

File metadata

  • Download URL: imgui-1.4.0-cp34-cp34m-win32.whl
  • Upload date:
  • Size: 939.6 kB
  • Tags: CPython 3.4m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 54f5b390fd26ebd747db76de3f4c3e4c2bd3da1ea46af4779801fe1050cb4c4f
MD5 0074341a1099e61faceddf2fe88a30b0
BLAKE2b-256 f624b656cebe25789090a8692eb143ba4c32b14689ef7436ceb223bf4527b0b2

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp33-cp33m-win_amd64.whl.

File metadata

  • Download URL: imgui-1.4.0-cp33-cp33m-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.3m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp33-cp33m-win_amd64.whl
Algorithm Hash digest
SHA256 b0c8987cfc80b5e02f3f206e2f81235f543b7ba9f161b75b3c715f26122e503b
MD5 56953440a6fab78ed167dca8185d4f28
BLAKE2b-256 b11119057105012eedaed492e1a54dd941b80788e3887ad889c010cc1a48c973

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp33-cp33m-win32.whl.

File metadata

  • Download URL: imgui-1.4.0-cp33-cp33m-win32.whl
  • Upload date:
  • Size: 941.8 kB
  • Tags: CPython 3.3m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp33-cp33m-win32.whl
Algorithm Hash digest
SHA256 27e5e9699be01c3dfeafec76aad4c7e0a03a267b63a050ea4d742d842b1e0046
MD5 90dac813d26cbbe821a8fe237521e620
BLAKE2b-256 190a0c058beea7862f5f6cbbacccda8ba730e7e6ceb14895156e576c9d600c02

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp27-cp27mu-manylinux2010_x86_64.whl.

File metadata

  • Download URL: imgui-1.4.0-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e58f3119684fbf4f35a5e1b5124bdba89319d9cda2d70775e6c26cf581915fa8
MD5 548179e44c62c9c8712a099e4a06f128
BLAKE2b-256 a7f795fcdf588f35ce9db194ad21de4b687bafb067129bc266197297f87f8306

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp27-cp27mu-manylinux2010_i686.whl.

File metadata

  • Download URL: imgui-1.4.0-cp27-cp27mu-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 718ca01e457c17905dd11792947a802bf00052f8af1fbe59319b213a56a279b1
MD5 59dbfea0efb9fefad513f6c4421b5567
BLAKE2b-256 ce32528c13c235f2860675b6d52c0e36decbeae2659efc2cca0db1b25890acd9

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: imgui-1.4.0-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b38619b55a082bc027c63917e7e0e9485b1727fdbb555babc90374bea2aead23
MD5 bf527c11831fff5120bf565c89df15f3
BLAKE2b-256 2236f9ce7cce61dbf36897e6f4b95f4f387c91f368bae26cd16bf30dc85a17b6

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp27-cp27mu-manylinux1_i686.whl.

File metadata

  • Download URL: imgui-1.4.0-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 218918a156665a24c1241069d17ab4cf93ce998302c3fb8c07c27e9f86d229dc
MD5 b0a431c0b2b786633ae504cbe289927e
BLAKE2b-256 be2d4a1e34d36213aaf532f77e6413c8bfa76b4226f4a1cf159fb3564298ee67

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: imgui-1.4.0-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 4416aa9e17832d5109eadf1f6d48e43b17be724b5c0e8fe79cedf55f48742cbc
MD5 a4a78552be7317ba4323f7ac52dc93dc
BLAKE2b-256 2543aa74a7d4cc73a4ed80e50e82b3f1c943cdb9ad502582429907596153e64a

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp27-cp27m-win32.whl.

File metadata

  • Download URL: imgui-1.4.0-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 933.4 kB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 78bc4699614c9b00fefa056b1e7b999371bc83f2cc99ec6e6906fc6692912d5a
MD5 3abc2eed5110ce3e556b0ae565c810d8
BLAKE2b-256 e775d1fe86271701fcf58147f66f5f0659c3c741709bb4f18754b87f6c5b0b30

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp27-cp27m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: imgui-1.4.0-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 bd4e85df4e9061eb8d3ffdac9db124b0fbf43b8fe71bbb4b22bbfa96910e234e
MD5 6fa42cec330be6265b273d03592700f9
BLAKE2b-256 dc941f82cdf339f5e8b920eba2e7693018b8e1ee6f815d1ed3c36264a3d43e0b

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp27-cp27m-manylinux2010_i686.whl.

File metadata

  • Download URL: imgui-1.4.0-cp27-cp27m-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4982e45f3b5a6cfa16cbf6e53222fd5f9d72fa59361185701ed684e889b78da0
MD5 468f5ee26dd46a85ebbfced0a97eb9fa
BLAKE2b-256 afaee142cc47b8a0e9ce6476a8851f83bb5a5514fa211412dbb86d3f4146c958

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

  • Download URL: imgui-1.4.0-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c8defb94216eba6d2e5ea639879dacb7c3b8dc5030f6c4022f44f92e2b9322f2
MD5 1b21cabef8e6b52d05f04ba7930bd82e
BLAKE2b-256 eb82ffdb2e79882fa4dec2b7d34f3a924a6a8a958c9d537bd0c652cf0c74dada

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp27-cp27m-manylinux1_i686.whl.

File metadata

  • Download URL: imgui-1.4.0-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 bdafd76d01d8917044f63171c193b70399014a1851b76deb811e731287d16d89
MD5 b3431e98c6059597ab76b499d642215c
BLAKE2b-256 289fba7370b4b8c6fa5cb553d931c9def818df70babc1c099062d65fef7746ac

See more details on using hashes here.

File details

Details for the file imgui-1.4.0-cp27-cp27m-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: imgui-1.4.0-cp27-cp27m-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 2.7m, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for imgui-1.4.0-cp27-cp27m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d94f9ff404d7da14efc1d4e82c4d3b79beac47414411ceb1a8c00e667ccc3e67
MD5 383ce7e11ade2f5b4593ff42092dc73b
BLAKE2b-256 80c9bea4ed1885557f5d82eee9e35880383795583818656280afd2d9cb0c3481

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 Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page