Skip to main content

Cython-based Python bindings for dear imgui

Project description

completion Coverage Status Documentation Status

Builds:

  • Build status (Windows)
  • Build Status (OS X & Linux)

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.

Project distribution

This project has working build pipeline on Appveyor and Travis and 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
  • py34
  • py35
  • py36

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 bootstraping 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.0.0.tar.gz (789.0 kB view details)

Uploaded Source

Built Distributions

imgui-1.0.0-cp37-cp37m-win_amd64.whl (964.0 kB view details)

Uploaded CPython 3.7m Windows x86-64

imgui-1.0.0-cp37-cp37m-win32.whl (859.0 kB view details)

Uploaded CPython 3.7m Windows x86

imgui-1.0.0-cp37-cp37m-manylinux1_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.7m

imgui-1.0.0-cp37-cp37m-manylinux1_i686.whl (2.5 MB view details)

Uploaded CPython 3.7m

imgui-1.0.0-cp37-cp37m-macosx_10_13_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.7m macOS 10.13+ x86-64

imgui-1.0.0-cp36-cp36m-win_amd64.whl (964.1 kB view details)

Uploaded CPython 3.6m Windows x86-64

imgui-1.0.0-cp36-cp36m-win32.whl (859.1 kB view details)

Uploaded CPython 3.6m Windows x86

imgui-1.0.0-cp36-cp36m-manylinux1_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.6m

imgui-1.0.0-cp36-cp36m-manylinux1_i686.whl (2.5 MB view details)

Uploaded CPython 3.6m

imgui-1.0.0-cp36-cp36m-macosx_10_13_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.6m macOS 10.13+ x86-64

imgui-1.0.0-cp35-cp35m-win_amd64.whl (963.7 kB view details)

Uploaded CPython 3.5m Windows x86-64

imgui-1.0.0-cp35-cp35m-win32.whl (858.4 kB view details)

Uploaded CPython 3.5m Windows x86

imgui-1.0.0-cp35-cp35m-manylinux1_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.5m

imgui-1.0.0-cp35-cp35m-manylinux1_i686.whl (2.5 MB view details)

Uploaded CPython 3.5m

imgui-1.0.0-cp35-cp35m-macosx_10_13_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.5m macOS 10.13+ x86-64

imgui-1.0.0-cp34-cp34m-win_amd64.whl (951.8 kB view details)

Uploaded CPython 3.4m Windows x86-64

imgui-1.0.0-cp34-cp34m-win32.whl (856.0 kB view details)

Uploaded CPython 3.4m Windows x86

imgui-1.0.0-cp34-cp34m-manylinux1_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.4m

imgui-1.0.0-cp34-cp34m-manylinux1_i686.whl (2.5 MB view details)

Uploaded CPython 3.4m

imgui-1.0.0-cp34-cp34m-macosx_10_13_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.4m macOS 10.13+ x86-64

imgui-1.0.0-cp33-cp33m-win_amd64.whl (953.4 kB view details)

Uploaded CPython 3.3m Windows x86-64

imgui-1.0.0-cp33-cp33m-win32.whl (857.9 kB view details)

Uploaded CPython 3.3m Windows x86

imgui-1.0.0-cp33-cp33m-macosx_10_13_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.3m macOS 10.13+ x86-64

imgui-1.0.0-cp27-cp27mu-manylinux1_x86_64.whl (2.6 MB view details)

Uploaded CPython 2.7mu

imgui-1.0.0-cp27-cp27mu-manylinux1_i686.whl (2.4 MB view details)

Uploaded CPython 2.7mu

imgui-1.0.0-cp27-cp27m-win_amd64.whl (950.5 kB view details)

Uploaded CPython 2.7m Windows x86-64

imgui-1.0.0-cp27-cp27m-win32.whl (849.1 kB view details)

Uploaded CPython 2.7m Windows x86

imgui-1.0.0-cp27-cp27m-manylinux1_x86_64.whl (2.6 MB view details)

Uploaded CPython 2.7m

imgui-1.0.0-cp27-cp27m-manylinux1_i686.whl (2.4 MB view details)

Uploaded CPython 2.7m

imgui-1.0.0-cp27-cp27m-macosx_10_13_x86_64.whl (1.1 MB view details)

Uploaded CPython 2.7m macOS 10.13+ x86-64

File details

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

File metadata

  • Download URL: imgui-1.0.0.tar.gz
  • Upload date:
  • Size: 789.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for imgui-1.0.0.tar.gz
Algorithm Hash digest
SHA256 a4f08dd88f9ffb98a0f399195483131a56a2ab2569ca7f589c9b162cdfe36980
MD5 f76ce48379de96762ccb7a408dff46ee
BLAKE2b-256 42e662a61229272c491930532f7d19e1d55563f571714120b3f0cbbe6680e5ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.0.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 964.0 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for imgui-1.0.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 f9f53530a485b596c4d9b19d28e5b63f5787559d33bd567214dc86ac1f7aa54e
MD5 913e56f231917b70f4156ea8db600a11
BLAKE2b-256 dcd172a578ea0b284a2c28ddd441ac06000e4ea39da645d9f6bb9eef22d20406

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.0.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 859.0 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for imgui-1.0.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 9fa33edb9a2b4f9f8b6adb1d85f9c16bcf64305fd5dc5a441a3002b5fa50e38e
MD5 f548094c2c4786df83d42020bd7d4666
BLAKE2b-256 09c3d63987a14caf5a0ea1171f579a414d74ca706a4b36e55ce0ddf8001fbf0d

See more details on using hashes here.

File details

Details for the file imgui-1.0.0-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: imgui-1.0.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for imgui-1.0.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8a88ec2e8d86fce495786d4d42804a396cbe6a25870a49ad47e80cf3288bb595
MD5 d847be9111429344ff1f82e05c99fdff
BLAKE2b-256 a654b0973ef29b1ab5f2eb2f0f5261c5b14b0bd2e4451209112d6c9e851fa678

See more details on using hashes here.

File details

Details for the file imgui-1.0.0-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: imgui-1.0.0-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for imgui-1.0.0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 6e3ee42371c63455d2066f3d6474876090a00763749e714ad734560e1a31b97b
MD5 06db8230c8ab3022990db21a1e4fdbf7
BLAKE2b-256 68640861e6b1c30cc1fe59c79b8c3115388f93139b4b0d336ae2657068f94899

See more details on using hashes here.

File details

Details for the file imgui-1.0.0-cp37-cp37m-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: imgui-1.0.0-cp37-cp37m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.7m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for imgui-1.0.0-cp37-cp37m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a2cb45eaf7ccb76af69242f6c9896b963d8c700d131402f51eae2c6d87f14f40
MD5 7d6f41be9826d3d05cb67c9363ac2b29
BLAKE2b-256 33422328086d95e31d0a641affcf76b992564f8e2057901ac2b75ccd3573fd0c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.0.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 964.1 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for imgui-1.0.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 73f084630667e056448d479f268e73bd2afb9b5e22375142a144d94efdd2c183
MD5 798f5e8c78488287d331dce95bbd6463
BLAKE2b-256 5504f974610d4208073f93fd44a523b1c112a7ef40e0a5800177045b64668b76

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.0.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 859.1 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for imgui-1.0.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 c6aa6d4f2e91f9a87534a612219228a2dbf338de7c9ed4f9c62fbb8cb69be7da
MD5 901fc9b3d9b856c04c0b2b277320bbb9
BLAKE2b-256 62e729df1e2511a5436f278eedc847ec1bb6bdc9d1772cc862da71151bcdefdd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.0.0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for imgui-1.0.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 699c65e80d5515afb211f4a6929ec27e0437af264afd98961318117c0b734398
MD5 5711b5583587ae3815b26fcb518f7c50
BLAKE2b-256 4f14d06cadb7100523d00d3240e7a2701e90d6bf0e2c0e656a14bb643759344c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.0.0-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for imgui-1.0.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 264c493ffeee4dc8689c55b8c44eb05bf081a3a36115131c719fd743ab473a46
MD5 924da148ec7edb59729fd988210757b2
BLAKE2b-256 f61e794406777340fb776c7ee83ec4e1eb3fabe17c8d2636af121821c25a6295

See more details on using hashes here.

File details

Details for the file imgui-1.0.0-cp36-cp36m-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: imgui-1.0.0-cp36-cp36m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for imgui-1.0.0-cp36-cp36m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 dfa97758c25e2651e7b41bb19932f1d898fbac86f835683bc2c30528d1d75424
MD5 5a63355c00e91d9c97dfb08b652edebc
BLAKE2b-256 9926e98e67b068276f8790eb77b7dd2f51fe083b72cf5a795e51fc014eb6d964

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.0.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 963.7 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for imgui-1.0.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 c282d3bf08aef4d05d4255cddd4a59d71404dbc1ee241e450e4774f1152d9bb3
MD5 a6213b695ffa4bd1b51b0284eb6d5913
BLAKE2b-256 d8fe8b8843a106e549a3536e996f2894cb6acf7fc5298b3cc455d2bbd066218a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.0.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 858.4 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for imgui-1.0.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 b7aa5a4822c8ada771a9d79f7637947a05637078be9841c61e4824faff758478
MD5 690163b6774ea7cf97abb47ee551b37c
BLAKE2b-256 c16968a67a394e18604e970f0a317950082a953dbb9a38ea7ea27ef571199f4c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.0.0-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for imgui-1.0.0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ce8e09e3c503be0cb7276d6817412833bf49f9764435b65c5fcc7d0529fa4440
MD5 44afb4bc64da9382cadeec8589854ef4
BLAKE2b-256 c0fadbba192091dd257fc55e94cf895eb14f5bd43f1e1d3aafe50f3670c86e65

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.0.0-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for imgui-1.0.0-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 ca082fcc5589e939fa62f759a586bf756fd9ca18854139b4fd95fed4da86a4e8
MD5 844a7ce9c2423765843182e511249018
BLAKE2b-256 6c0f5db8322bd1ec8f1730d81570cbc487bddab2f35afe622e84fb83cee6948f

See more details on using hashes here.

File details

Details for the file imgui-1.0.0-cp35-cp35m-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: imgui-1.0.0-cp35-cp35m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.5m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for imgui-1.0.0-cp35-cp35m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 02a6ff9058f46125ef78c5aa87bcf28316b16683547eac449d5d4ff92e09eaaf
MD5 bb3430a41514c551940c17efd816b7f4
BLAKE2b-256 2a463b87696e05022e54c0e5c966558543f0a3bcb0036a6584aa4b914c9926e3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.0.0-cp34-cp34m-win_amd64.whl
  • Upload date:
  • Size: 951.8 kB
  • Tags: CPython 3.4m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for imgui-1.0.0-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 032679fb833c18569a639c971c0e0ef9b8952bb73f025e546a45a43ad4491aa2
MD5 0a5d22bc390d4aa9d304f65c9ff4fc30
BLAKE2b-256 cfe0b9be04f502be5a164d301a2a6a41c43c82e0eced2d82348bd684042f205b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.0.0-cp34-cp34m-win32.whl
  • Upload date:
  • Size: 856.0 kB
  • Tags: CPython 3.4m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for imgui-1.0.0-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 280ecd1884bb630c13d6632f8ab6d7b3a13a21fc4ec598040112d401d6caa6f5
MD5 48bc1f9f1aec0005fa8e189c3556465f
BLAKE2b-256 c548200f2e2ab327bd098f65b7861942c59cf75b6beb05bc14189822eacf1e28

See more details on using hashes here.

File details

Details for the file imgui-1.0.0-cp34-cp34m-manylinux1_x86_64.whl.

File metadata

  • Download URL: imgui-1.0.0-cp34-cp34m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.4m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for imgui-1.0.0-cp34-cp34m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 7ef63836fdf186a20bddf8a47a0f7eb4d1784e8431bc03eb2a59990108cc6f9a
MD5 a8e37a3078ffeb8c48b8d15dced37896
BLAKE2b-256 a4aefb2c2944056c37f96663cce6476d56d984274c6c9a8e2d8cda3c30119ae2

See more details on using hashes here.

File details

Details for the file imgui-1.0.0-cp34-cp34m-manylinux1_i686.whl.

File metadata

  • Download URL: imgui-1.0.0-cp34-cp34m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.4m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for imgui-1.0.0-cp34-cp34m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 5ec09acd536f2a8f8c2d1f6d867f6eee17515c5d97f8474513bc2df5b3d4caf1
MD5 f3e4401132d0cdc0b828963bc6819c91
BLAKE2b-256 e3eced531a563c78116f7e5eaaf1c3c2f4b823a392045b462555501a5d7e0e25

See more details on using hashes here.

File details

Details for the file imgui-1.0.0-cp34-cp34m-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: imgui-1.0.0-cp34-cp34m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.4m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for imgui-1.0.0-cp34-cp34m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 eda0be114825de93da602c6580909ebe6bc6f0819cf4a6763a25ea1f4f7fb9d3
MD5 bfd9c725d818b324fb898eb0a25e6359
BLAKE2b-256 b8a766f3426e8530f03a88643b05c8217b53977576ae6967944d9f69c5292861

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.0.0-cp33-cp33m-win_amd64.whl
  • Upload date:
  • Size: 953.4 kB
  • Tags: CPython 3.3m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for imgui-1.0.0-cp33-cp33m-win_amd64.whl
Algorithm Hash digest
SHA256 b4df8bb028c996cd277f5402f717ac498d8d301ca1152b731232cc1eb0e49b43
MD5 303aa23fcbd7c2824c5ff2085bfbf88f
BLAKE2b-256 11e14847f527a92f9bedee21c85bf28ee6423bc1cef5fdd5f58065e0364c94b1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.0.0-cp33-cp33m-win32.whl
  • Upload date:
  • Size: 857.9 kB
  • Tags: CPython 3.3m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for imgui-1.0.0-cp33-cp33m-win32.whl
Algorithm Hash digest
SHA256 a95c5ee9e55ba7346aa0cbaafd00c759c14dcb9ceb684e8aa9479bdef83b6a08
MD5 fcaea0b80e383b45c59cb9fefe0fa11a
BLAKE2b-256 7ebd1e4cab05d887a67dec92764d74db76d968abfa393c820afed5b412f1beb9

See more details on using hashes here.

File details

Details for the file imgui-1.0.0-cp33-cp33m-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: imgui-1.0.0-cp33-cp33m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.3m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for imgui-1.0.0-cp33-cp33m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 754c8f2dd1ddfac3139945fbae56dd9667a62d66adbe3202f525e461cd9b8cb1
MD5 2815ea51296c237823e9ffd7a5df2b10
BLAKE2b-256 38c916e0e3accb965b2d2ef419ef65d2f25c15e08ab456292975e9eefac3eb70

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.0.0-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for imgui-1.0.0-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f122a2fe81da5e02f458deae630c1b55f95c0a2a70a3bcecbea1ee9ebf7fd959
MD5 d85823a021eea1be96bfa0f31dcf7288
BLAKE2b-256 0293b9f440f3a83870855e3749e9647df15001f6ffc2d1710e670701b4229433

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.0.0-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for imgui-1.0.0-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 37632df1543761840d089f39485d4eebb3af904f91c0ef58d20a01c600c8ff6e
MD5 af791303f06551ebcd794c323dd06ef9
BLAKE2b-256 c8de404fbf1a2cf139162aa7ad3c0ce28808ca793e0e71c276cb0e73018479cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.0.0-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 950.5 kB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for imgui-1.0.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 b623298bc9495c866b4d3f4969553965241ab961baf3d74e5885c0ebdd00718e
MD5 c48043b315d6c82e659a9f8660ec94fe
BLAKE2b-256 4a463b64d2093e8421c9be0c49c61b14a54c7d84fbed142dd5c26dac2d70d1e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.0.0-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 849.1 kB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for imgui-1.0.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 aacbc565bd69e26976e1c5c2ddd70d2c7d5417caf66212f99c59edcbc782e564
MD5 2c2a82f51b47bf195c4ae69adbf395ae
BLAKE2b-256 7398ed439f6fd02e688e0750ff7a928df270649e69ce4a9a40c09b670518b7a8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.0.0-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for imgui-1.0.0-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 01a0e970acdb37bb1c2f007cd5851e534d7eacf976f1af1e514964edec66a430
MD5 9a71927aa07731ead399aca3d0290065
BLAKE2b-256 59a29db06443e11f9082b93162170a5d25fce94ead45fd224e474a936a955bf4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.0.0-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for imgui-1.0.0-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 bb6e2c7308656822e5f4115b8f3bc1f05cd830f179def289e65a696f87e62904
MD5 3ad4da1ae20ba032727b939e586a71b4
BLAKE2b-256 64175563b5b3687b8dfcf8d77ac0e4bccce5cbaa68f442f431024fdd9d94a151

See more details on using hashes here.

File details

Details for the file imgui-1.0.0-cp27-cp27m-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: imgui-1.0.0-cp27-cp27m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 2.7m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3

File hashes

Hashes for imgui-1.0.0-cp27-cp27m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 127e8cd4f2e3ac541f0205afe5cc91e7d1e59baa82e352c3264a0dd4994ab012
MD5 c0d658c480ee925f9fd7a66794debf6f
BLAKE2b-256 2ef0823b4deffffd8320ad3a5947f1307efaa0918b9e01e85426f1908ae07bae

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