Something.
Something.
graph LR
A[step 1]
B([step 2])
C[(step 3)]
A & B & C --> D[/process/]
D --> E[[result]]
style D fill:#ecdfb6,color:#0b111a
python3.10 -m pip install project-templates
Something.
Welcome to fork and add new features/fix bugs.
-
After cloning the project, use the
create_python_env_in_new_machine.sh
script to create a Poetry virtual environment. -
After completing the code development, use the invoke command to perform a series of formatting tasks, including black/isort tasks added in task.py.
invoke check
-
After submitting the formatted changes, run unit tests to check coverage.
poetry run tox
-
-
The MIT License is a permissive open-source software license. This means that anyone is free to use, copy, modify, and distribute your software, as long as they include the original copyright notice and license in their derivative works.
-
However, the MIT License comes with no warranty or liability, meaning that you cannot be held liable for any damages or losses arising from the use or distribution of your software.
-
By using this software, you agree to the terms and conditions of the MIT License.
-
- See more at my github HomePage