Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/WMOkiishi/types-panda3d
Type stubs for the Panda3D Python bindings
https://github.com/WMOkiishi/types-panda3d
Last synced: 3 months ago
JSON representation
Type stubs for the Panda3D Python bindings
- Host: GitHub
- URL: https://github.com/WMOkiishi/types-panda3d
- Owner: WMOkiishi
- License: mit
- Created: 2022-08-03T04:08:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T19:42:53.000Z (8 months ago)
- Last Synced: 2024-06-24T05:59:19.627Z (8 months ago)
- Language: Python
- Size: 2.53 MB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Panda3D Type Stubs
This package contains type stubs for the Python bindings of
[Panda3D](https://www.panda3d.org/), as well as for the included `direct`
package. The stubs are still in development, but should be usable with a wide
range of projects.## How to Use the Package
Run `python -m pip install --upgrade types-panda3d` in whatever environment you
wish to install the stubs. If Panda3D is also installed, a type checker should
then know what to do with the stubs.## How to Help
Currently, the best way to help is to test the stubs against your own Panda3D
code. Any false positives or negatives in a type checker's analysis are fair
game for a bug report. Given the size of the Panda3D library, testing on a
wide variety of codebases is really the only practical way to ensure the stubs
are useful and accurate.