Isaac Gym Python Stubs for Code Completion
Project description
Isaac Gym Python Stubs for Code Completion
Code completion for IsaacGym with one line pip install
, even without IsaacGym itself.
pip3 install git+https://github.com/yzqin/isaacgym-stubs.git
Depending on which IDE you are using, sometimes you may need to restart the IDE after pip install
for re-indexing.
The magic of stub
is that you even do not need to pip install IsaacGym itself to write the code.
For example, you may need to run IsaacGym on server for training but develop the code on your MacBook.
IsaacGym does not support Mac. But you can still install this repo and get smooth code completion to write IsaacGym
code on that MacBook!
Demo
VsCode
PyCharm
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
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file isaacgym-stubs-1.0rc4.tar.gz
.
File metadata
- Download URL: isaacgym-stubs-1.0rc4.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e559a1f6f974f6e52c88539f4f7037022cf44da9e354779f154796efc34644b7 |
|
MD5 | cf7c4603dd65044ac69bfbcb6e4425bd |
|
BLAKE2b-256 | 55b385d0715d3d8b08c563c0cab382924519f61c8fbd1364aaf318684dc7f311 |
File details
Details for the file isaacgym_stubs-1.0rc4-py3-none-any.whl
.
File metadata
- Download URL: isaacgym_stubs-1.0rc4-py3-none-any.whl
- Upload date:
- Size: 12.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb04d846859033de4c39ab408899d07b64a5344f6e875f3b07e1f7e05b09f32e |
|
MD5 | 0a5c8e5d2e2cc87d1fed1fd8879d7d92 |
|
BLAKE2b-256 | 3048200384c34cca51ce1f26c3330397101ef0934f66d285f64d8c8cc2473c23 |