Skip to content

dario-github/project-templates

Repository files navigation

Project Templates

Project Templates

Something.

Tests Passing codecov GitHub Contributors visitors

English / 简体中文

Introduction

Something.

Pipline

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

Installation

python3.10 -m pip install project-templates

Quick use

Something.

Development

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
    

License and Copyright

  • MIT License

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

Contact information

About

My Project Templates.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published