Skip to main content

Cython-based Python bindings for dear imgui

Project description

completion Coverage Status Documentation Status 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.1.tar.gz (855.1 kB view details)

Uploaded Source

Built Distributions

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

Uploaded PyPy Windows x86-64

imgui-1.4.1-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.1-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.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (1.0 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

imgui-1.4.1-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.1-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.1-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.1-cp38-cp38-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

imgui-1.4.1-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.1-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.1-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.1-cp37-cp37m-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

imgui-1.4.1-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.1-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.1-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.1-cp36-cp36m-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

imgui-1.4.1-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.1-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.1-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.1-cp35-cp35m-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.5m Windows x86-64

imgui-1.4.1-cp35-cp35m-win32.whl (964.0 kB view details)

Uploaded CPython 3.5m Windows x86

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

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

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

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.5m

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

Uploaded CPython 3.5m

imgui-1.4.1-cp35-cp35m-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.5m macOS 10.9+ x86-64

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

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

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

Uploaded CPython 2.7mu manylinux: glibc 2.12+ i686

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

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mu

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

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

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

Uploaded CPython 2.7m manylinux: glibc 2.12+ i686

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

Uploaded CPython 2.7m

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

Uploaded CPython 2.7m

imgui-1.4.1-cp27-cp27m-macosx_10_9_x86_64.whl (1.1 MB view details)

Uploaded CPython 2.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: imgui-1.4.1.tar.gz
  • Upload date:
  • Size: 855.1 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.1.tar.gz
Algorithm Hash digest
SHA256 012fd8d581171bd04ebfa649ca92c7f382a2806c7027bc7c31c8b39899899e7d
MD5 4e34853aa7850c195096d72967017d57
BLAKE2b-256 c7151384f3a7bb52a2666f364e3d3ea02cfeae6fe1e9b72d3a3684d18ae7f10c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.4.1-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.1-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 9b90c89f420eed37c09a618e9fe93066d1c4cbbd27da4da9095d1d3c98860d1f
MD5 132b5a2337148bd04301adc9e72cef32
BLAKE2b-256 325e1b8a33d0e6e11d9c6bd9dfebaa394653f1fbb3c776d3df5a9691a6365ad2

See more details on using hashes here.

File details

Details for the file imgui-1.4.1-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.1-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 516e1e7cefa69a3568456e32eb3d536b7560cd29a59d16d9308cb4781b2e8350
MD5 9fb50022f856e9546841095d4a664b02
BLAKE2b-256 f20e99da6cc69f189596dc43df81f42725efef4a46b344e936da638e03a36c4d

See more details on using hashes here.

File details

Details for the file imgui-1.4.1-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.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5418e3ad67311532345cca4695a0ef452a0397a790c7e8015d4764783cdbe646
MD5 f50cbf511e027b59f6938ec66e323a9c
BLAKE2b-256 38ffe107ae3dd741c6f1da2f3dd131229112c2bee592d8e721f761eca616ba6e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.4.1-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.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 367625de69884d5161ff055a2aab74fb2b221d5e55f22b13d6863381ea9dba2f
MD5 955b5fe7c69ce43de49a1f5b06c0eb9c
BLAKE2b-256 1adcd741bb24058d954b1377a445a099a66c9b075b07791a6f6ed127f480d774

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.4.1-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.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8b015a1dd36425b1894474f2da8650a33bdc356540ceee0d1daf2b6a05d3c889
MD5 c0f6bb2625abce68af292c35006213ac
BLAKE2b-256 d4c8605d02bf4c40b7ea046ae9da57986adbc3e3177b1c706af523bef4e056f5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.4.1-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.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 3a30a20629508e1dc80db9a0d0f7a10cacc6a798ad56b4d3165a3fd909cdde8d
MD5 54833d969b1bdac5565a1549c0780a9f
BLAKE2b-256 971fc37b9c1e6f7ff91fab5d15092509548d5e9cdf1e7cbe75f432cb7f13e310

See more details on using hashes here.

File details

Details for the file imgui-1.4.1-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.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3c8dc9c80d58e55f0006cb4193f2ed1c7ae26c945fe7115e17dbb23f9c13433c
MD5 d73c1903bc33a38fab607c5c6a571bf3
BLAKE2b-256 86e15c905e7b50740b8760102ba96499af3220fb696fa30bd6aa6342970250cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for imgui-1.4.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 04ff253710b780ddaeb1f536bda08c0b50200ceef877df4d11f2f9f58b85156f
MD5 e7c2b2590772f27f4507db596a3e5dac
BLAKE2b-256 d5b4ff77a5a5249f17fbe0761f51443b624fcf60bd5f4779e6a9f5781dfbd3c9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.4.1-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.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 542d3a6fb8a72580433ea3472a8f37a71fefb767a66276ba11e1418e70976678
MD5 6055e6429e360239ec9e48e808f54d9f
BLAKE2b-256 24c56e5f7bb25a972c9581310b192da95e7845f809375ac20efeb5322474286a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.4.1-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.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 b90ba49b892242d9f61413ea1bd3c682a80680b724ba8e812b1b09d48a2c9bad
MD5 12a61178a106721517c905748925941e
BLAKE2b-256 5b0b60a198588cecb4f52bef2cdc6f6f511d4b8870fe43925e76ca6340c49086

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.4.1-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.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 c1e8e696c1f62f98ada41950de9416e1e95e1e3ae1e0d61cb79a0e6a0fe2254b
MD5 527e310eac4449cc77620750f5266c71
BLAKE2b-256 89a7ef3a53df0b1c042a736124861727b96182203d14914bcb7c8e0491ae8e28

See more details on using hashes here.

File details

Details for the file imgui-1.4.1-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.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c0f64093f52c3c6f2a10bddfb545e01ba315852eb33537e6b632ef2bc2d5afc4
MD5 8591365e3775fcc5a155ff7437aa86c9
BLAKE2b-256 992dbcd1497b832f9a3575713392144f4f0267e23b7a518ce2670cd91069460f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for imgui-1.4.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 76d14e36c08da90954165f570b1879cb05fef852c1bf7740ef772efe6d98d632
MD5 6b80dd54cab3c57873676ed97818a627
BLAKE2b-256 cbf920fbaee200ea2c1e281380d67ae07f723dfc3ccb1a6cb3202f6435b783a1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.4.1-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.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a3c2f92a99b20eca177c4d3b1e1a9d005209b4961b2852d16134f1c786bd8218
MD5 14af93f983c3b2556181019144aa1187
BLAKE2b-256 dca8024308bc8e296db14ecd0c74d9ef3d4e3a2eb5c4f17b4975cbb061c9100a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.4.1-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.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 2e8d1d868605a600fef9aeb95a31ce71fb8e4c296034c911973e94e6b373bb19
MD5 6542b3e67e34f6ba7f133d6105d762e3
BLAKE2b-256 e6fcecae28cef7bbc9cf144e4e24ba6d45ea32cb0351a7843bd5ca34bdeffbfd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.4.1-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.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 87b3adc04ffb25df3d3a9159eeb871cde5a6c25f145d0c0024e32054c929d5aa
MD5 9dd47a5c417b79979b4a36739eb08d1d
BLAKE2b-256 1ef2c6f079b2b3c67e26cd491f6dd53fe42860bba65675358a27271f5336ef0e

See more details on using hashes here.

File details

Details for the file imgui-1.4.1-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.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 00cf4be08ab8a8f1387c629f4b1cdf9e5f3e6bf4a537603ac7ea102b95f7b50b
MD5 a16b9a458f65591bb1d75036cecb35c4
BLAKE2b-256 4db9cbfdaa726d0a8465e27f29c89febabe36444f49ec30d227d3e59e0da733c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for imgui-1.4.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 fb72039aecf96e588f823f85c32e4fbe3f77dbe276b9ac75e21140057a2e2b29
MD5 cf32121e0edb9dd47b5eaa917fc7dc57
BLAKE2b-256 89e12f70f8a94373bb29d4845fcc47a0dd35e62b0abbf4488569e5085604b6e9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.4.1-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.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9ea67d4a94f4ded750123ce86125a2c1bc992cf7b13d212a8f4f9af88ced8724
MD5 42b3ed354853512806f52eeabaaaa44b
BLAKE2b-256 45201c7119da3afcaaa22739e30979bf5970446b43165a1a1edbf563d7f7716f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.4.1-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.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 8fc6d6fdba376acdc8e51425d8bee51474ad2499fc018fedde7b740b574da94d
MD5 5b70926750f6d907b530792de393a2de
BLAKE2b-256 3841a39170b793399b55d9f7bc5f0385402021f8aa6538c1b475a7945fe6ec44

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.4.1-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.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 597c61c17411f26841df17f7cc96df9a6b0d1425afe12e008a06c056b41449e1
MD5 e7801ec9d87b4353d8d7b67a1f0f219e
BLAKE2b-256 8735736d2953f5c88c1ac1934d8c6d4437e12a05ed2c711fd68b036e8def97e6

See more details on using hashes here.

File details

Details for the file imgui-1.4.1-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.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 105c0b3f90bc7b27af7814f627ae58b0d81b51a27bb24300629e1f8df6952d16
MD5 3da393b8d6acef5c01aa66420ffa75bd
BLAKE2b-256 dff906b64ad06d8f48ba8b732db6d7db08133b760254792c5f98f0a9bff3f691

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for imgui-1.4.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 64c21ca5aeb2fa22dfeb69515a97111367385714544741716912d100073df963
MD5 56f49d1d4edfc7b0ae1892be0586ed87
BLAKE2b-256 48eb1e9b73d07d59eeb4be9b6321d6d5f099a2140e172dcf6c06f73b8c21cd2a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.4.1-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.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 08cb81a2de54ed3ecdeaabf055e228b0d1bdd439d0b694d2dd684d2e236ada82
MD5 ae9c33c41e4130409adb0630cd4a4fbf
BLAKE2b-256 a729ba5a67ad9d00ad9e8c9b82ff27503667ca39689e0e1301a0d072f5247f18

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.4.1-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 1.1 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.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 2e0cd42fcfacacb15bf91d56e8930644fd447a2371703aa5bfd93f35d53a0392
MD5 a50e5ec9ad13080693ed5da4e9c95b0e
BLAKE2b-256 a8b6b38f0b384d7d69baa562504c8ec7bc3da0467dc0c8b1f865bac213a790d9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.4.1-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 964.0 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.1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 7713f1b08dafe8b74d7f862fac201aeef7f8b4ad60009a0edb3e312120fc5560
MD5 958a3b26f5aa7c22f139827cac1ff3c0
BLAKE2b-256 27eb2fff41e16976116e2d8a01e2569ed03d80915b08994b79d45f8ad7ead435

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.4.1-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.1-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5e84daae2c9ee3d6f39cab4a163cdc97e3b9681af81656953ceb3704f059d9d4
MD5 b862a9ce93d50b70a5ace9b89d7ce37c
BLAKE2b-256 0c2247d634c921d308e7eae976ceb957a8fa4bad162672647b6ea8d241f2f5d4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.4.1-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.1-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5874a048a04e8f2507e323eb2afabcd034c62d84dbc886f21d6e382cb8d67fa1
MD5 db6d84c3b72f6ab85d720d85e889ad07
BLAKE2b-256 f19109499f44fe817bd8b91fbcc9d08a0b51d7be6ca756c59378ccdca56460d2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.4.1-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.1-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9dfdeb1c19b3d0feeb73c80d3e72f547b42b4003686fbeb14bf6f6f253720062
MD5 41328e9af28757bcb081b6c1a4cff586
BLAKE2b-256 5b4f3cb307b3931e7e092b82993ee4770e1068d734359b483a458fea68163092

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.4.1-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.1-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 4b88ec4e5a1a342dfbc2961de9b285512418e984cd721b61d3a86fbc813a7df0
MD5 f1d8d5d4799ff2b164b8382ab734c7a5
BLAKE2b-256 d9a1362fb8cecb6476c261c0a0139a526091542e0f05a2d2b1618e82ec3db42d

See more details on using hashes here.

File details

Details for the file imgui-1.4.1-cp35-cp35m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: imgui-1.4.1-cp35-cp35m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.5m, 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.1-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f5d3d5db29d34ab7fa2b4815d679d7aa8a4e10d5ddf637666a9ac4307558c318
MD5 913e8f3a6a0457b0a5713e58ea7bc7f5
BLAKE2b-256 62a25a6e084a1b0c0a999d0340464a458e867d73a14b13f29d9467daca235b7b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.4.1-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.1-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5a7f96157339a07657919ed34fbff44e187e6a197fec180728111997687f1097
MD5 602dd09df6761e4fd77faca8494ae139
BLAKE2b-256 e974f777438e4ac50a23a200e8f2eaf88a6e12f48b5d073ab1949752a3010102

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.4.1-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.1-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d4fad53320c031851acf07624bbefcf26468cd49e3a20521fb7ea3fbd107bf23
MD5 24d6944c22071df97205eecf76458b9c
BLAKE2b-256 e7684f46003cc95b5b37e74d2c8f64f85f5b3e9583c79744aad7394200f0d024

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.4.1-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.1-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b1415c00ad7e25fcaa7ac4b68aac3beb24949607c3ea47450ad2b93ef466c3a9
MD5 393f2241bf9e91071e7ce24c390b0a19
BLAKE2b-256 fc6b1c9f4e27c6f3ac24023f8c2b8600100d8dc380a78470b08fd6da39be5534

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.4.1-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.1-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 8ebbb96925c2173988b947c54f7ece580e19079547af3a9084d00fafae21a43f
MD5 6b8b14c9db3594602626c58c0598e659
BLAKE2b-256 cd99e16c0c98893c950c92b6a9f5d95e091e5a186759cac71f1881efda474325

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.4.1-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.1-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9401091e42d5ceff590d0ce5a1a3bc8627c2301e83b3b40ecd0e976f43bd158e
MD5 20e7b4db5c754082a756c885ad167bf7
BLAKE2b-256 fcbf46b6817cab25c7edc68be8b45a9ae06c43e2a1d6ef6156abddc6d4ef04e4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.4.1-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.1-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 692c16baf220f1c19acf7cfdb640a582a919369b862df65b37dfd5d7f08df76a
MD5 54283702e55c95a3c6af0f1dc91d470e
BLAKE2b-256 bac22432cdb2c694488215d2684b90c77d4789d5f2e836915aa055e821a6c7c1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.4.1-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.1-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e06907b31aad61a4579068d4f2e1ac3512c4c8e35a6db9d020386bbd3174f6d9
MD5 5902b7a22562c1af9b7bf4f94246ce35
BLAKE2b-256 533064954fdc7798f31572cdef798605a73535a3f5f125dd700605fe584b41c8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.4.1-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.1-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 4aff47bbc35adf56c3bca6a5aabe584d671c972bbbb85056cfc789afc41bf901
MD5 293b2e2708f268a2afa08d4e96d13200
BLAKE2b-256 f3e183b91a29a0d0925af81038ade5b6f00622f6edfe6c0dd617689667fbbec8

See more details on using hashes here.

File details

Details for the file imgui-1.4.1-cp27-cp27m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: imgui-1.4.1-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 2.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.1-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a07aa19cd61baaa854cdf241484c88f5a07f6765fb175129bc72d820c608b524
MD5 8ab2d7045b11708748d6ed303485ffc5
BLAKE2b-256 64bbb8087e91df9767cd33a8d394b05dbb860b045fa83a8e2cae20bc8089be57

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