gokart-core
The python package created from python bindings of gokart-core.
https://pypi.org/project/gokartpy
Building
Be aware that building can (currently) only happen within ade
.
If your build requirements aren't satisfied yet, run:
make install_dep
Building the complete and uploading a new version to pypi ist done with the command
make package
Developing
A summary on how to create new python bindings can be found in HOW_TO_BINDINGS.md.
License
Pybind11 is provided under a BSD-style license that can be found in the LICENSE file. By using, distributing, or
contributing to this project, you agree to the terms and conditions of this license.