-
Notifications
You must be signed in to change notification settings - Fork 1
Coding Style (Python)
Andy Zhang edited this page Jun 16, 2024
·
4 revisions
The Python code in this project follows the Black code style. The code should be formatted using Black before pushing to the repository.
The code should be formatted using Black. You can install Black using pip:
pip install blackOR install everything in the pyproject.toml file:
pip install .To format the code, use the following command:
black .and it will format the code according to the Black code style.
Copyright (C) Andy Zhang, 2023-2025. Licensed under the MIT License.
- Getting the Source - Cloning the repository to your local machine
- Build the Project (CMake) - Compiling the source code of Steppable using CMake
- Build the Project (build.py) - Compiling the source code of Steppable using build.py
- Workflow - How to contribute to this repository
- Coding Style (Python) - Style guidelines for Python code in this project
- Coding Style (C++) - Style guidelines for CPP code in this project
- Directory Structure - The directory structure used by this project.
- Using the API - How to use the Steppable API
- Supported Platforms
- Performance - Some benchmarks of Steppable for reference
- Status - Status of Steppable, at a glance