Metadata-Version: 2.1
Name: maya-stubs
Version: 0.1.0
Summary: Stubs for Maya
Home-page: https://github.com/Muream/maya-stubs
License: MIT
Author: Loïc Pinsard
Author-email: muream@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Project-URL: Repository, https://github.com/Muream/maya-stubs
Description-Content-Type: text/markdown

# Maya Stubs
Stubs for Autodesk Maya

The goal of this is to get as fully typed stubs for all maya APIs.
This is not a small feat so the stubs will improve over time.

# Status:
- 🚧 maya.cmds: Incomplete
    - [x] Stubs for all commands.
    - [x] Accurate Arguments signatures for most commands (parsed from `cmds.help("command")`).
    - [ ] Accurate Arguments signatures all commands.
    - [ ] Implicit first argument of some commands.
    - [ ] Return Types.
    - [ ] Docstrings.
- 🚫 OpenMaya 1.0: Missing
- 🚫 OpenMaya 2.0: Missing
