Contributing

April 10, 2023 ยท View on GitHub

Prerequest

Python >= 3.8

Clone

git clone https://github.com/Genteki/pyvts.git

Dependency

Install all the dependency from requirement.txt

pip3 install -r requirements.txt

Pull Rquest

Before PR, run test cases and auto format

pytest pyvts
black pyvts

Others

please add tests and docstring for any new features