Skip to main content

Isaac Gym Python Stubs for Code Completion

Project description

Isaac Gym Python Stubs for Code Completion

PyPI version

Enable code completion for IsaacGym simply with pip install isaacgym-stubs, even without IsaacGym itself!

# Install from PyPi for the latest 1.0rc4 version (preview 4), the 1.1rc4 of this package means enhanced stub, it still corresponds to isaacgym 1.0rc4
pip3 install isaacgym-stubs

# Install it for other IsaacGym version, e.g. preview 3
pip3 install isaacgym_stubs==1.0rc3

# Or preview 2
pip3 install isaacgym_stubs==1.0rc2

# Alternatively, install from Github
# pip3 install git+https://github.com/yzqin/isaacgym-stubs.git

Begin your code with the typical from isaacgym import gymapi and enjoy auto-completion.

The magic of stub is that you even do not need to pip install IsaacGym itself.

For example, you may want to run IsaacGym on server but develop the code on a MacBook. IsaacGym may not support Mac. But you can still install this repo on MacBook and get smooth code completion during development!

Demo

VsCode

VsCode Demo

PyCharm

PyCharm Demo

Troubleshooting

  1. The Python interpreter specified in your IDE should be the Python where isaacgym-stubs is installed. For example, if you install this repository with conda Python but select the system Python as the interpreter in your IDE, you won't have any code auto-completion. Follow the official instruction here for VSCode and here for PyCharm.
  2. Code auto-completion will not function if there's a directory named issacgym in your workspace. In this case, the isaacgym symbol in your import will point to the directory instead of this package, disrupting the auto-completion. Ensure that there's no isaacgym directory in your IDE workspace.
  3. Depending on which IDE you are using, sometimes you may need to restart the IDE after pip install for re-indexing.

Overview

This repository contains the pyi stub for the IsaacGym library, which can be used for code completion and type checking. According to the guidelines outlined in PEP-561, Python stub files contain only type information and no runtime code. The stub in this repo is generated based on IsaacGym version 1.0rc4.

Generating Enhanced pyi Files

The base .pyi files are typically created using tools like mypy or pybind11-stubgen. For improved documentation, Lai Wei has developed an automated script that extracts information from IsaacGym documentation to produce more descriptive and useful .pyi files. For additional information, refer to issue #2.

Project details


Download files

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

Source Distributions

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

Built Distribution

isaacgym_stubs-1.1rc4-py3-none-any.whl (35.6 kB view details)

Uploaded Python 3

File details

Details for the file isaacgym_stubs-1.1rc4-py3-none-any.whl.

File metadata

File hashes

Hashes for isaacgym_stubs-1.1rc4-py3-none-any.whl
Algorithm Hash digest
SHA256 747b4fcf2c7b99c9d7dec9d4eaacbe8742ba63ef6c925483b46786584328abd3
MD5 612bb6a6f6e79a43d94b93e0663907a5
BLAKE2b-256 f1ec3736d1e5002764124b95e1a581e68402a8650997f62a60ed9f922f339dc2

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