Dummy library for Assetto Corsa native functions presented in Python.
Package (PyPi): ac-stubs
It has a single interface for ac
module.
The main goal of this package is to provide convenient autocomplete in IDE (tested in PyCharm).
You will need to install the package in your environment:
pip install ac-stubs
Now if your PyCharm project is accessible to this package,
after import ac
, you should be able to use autocomplete.
Now you can check your IDE, autocomplete shall work.
You are very welcome to add changes into this code. =) Please feel free to push merge/pull requests.
Or, you may raise an issue to highlight found discrepancies.
- Connect GitHub with PyPi and push builds automatically
- Migrate function descriptions into the interface file.