Metadata-Version: 2.1
Name: maya-stubs
Version: 0.1.2
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: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
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")`).
    - [x] Implicit first argument(s) for most command.
    - [ ] Accurate Arguments signatures all commands.
    - [ ] Return Types.
    - [ ] Docstrings.
- ❌ OpenMaya 1.0: Missing
- ❌ OpenMaya 2.0: Missing
