Skip to content

VEX-Robotics-AI/VEX-Py

Repository files navigation

Python API Stubs for VEXcode & Robot Mesh Studio

codecov

VEXcode

VEXcode IQ Python

VEXcode V5 Python

Robot Mesh Studio

Modules not stubbed

  • __bi / built_ins (subset of Python's built-ins)
  • dict (subset of Python's built-in dict; NOTE: NO .items())
  • func (not clear what it is for)
  • list (subset of Python's built-in list)
  • margin (not clear what it is for)
  • math (subset of Python's built-in math module)
  • random (subset of Python's built-in random module)
  • string (subset of Python's built-in string module)
  • sys (clash with Python's built-in sys module)

Contributing

We welcome PRs from VEX Robotics enthusiasts who like coding in Python using this stub library in your favourite IDEs/editors.

Testing

Without coverage (fast):

  python3 -m pytest src/

With coverage:

  python3 -m pytest --cov src/

About

VEXcode / Robot Mesh VEX Python API Stubs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages