Skip to content

Coding Style (Python)

Andy Zhang edited this page Jun 16, 2024 · 4 revisions

Coding Style (Python)

The Python code in this project follows the Black code style. The code should be formatted using Black before pushing to the repository.

Formatting

The code should be formatted using Black. You can install Black using pip:

pip install black

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

Contents

Introduction

Contributing

Building

Development

API Documentation

Others

  • Performance - Some benchmarks of Steppable for reference
  • Status - Status of Steppable, at a glance

Clone this wiki locally