Skip to content

rikby/ac-stubs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assetto Corsa dammy Python library

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).

Upload Python Package

Installation to develop AC mod

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.

image

Contribution

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.

Roadmap

  • Connect GitHub with PyPi and push builds automatically
  • Migrate function descriptions into the interface file.

References

Source documents:

Initial forum threads: