This repository is base project template for python
- Formating
- Linting
- Unit testing
- API document generation
- GitHub action
git clone https://github.com/j-marple-dev/python_template.git
cd python_template
./run_docker.sh build
# You can add build options
# ./run_docker.sh build --no-cache
./run_docker.sh run
# You can add running options
# ./run_docker.sh run -v $DATA_PATH:/home/user/data
# Re-run last docker container
./run_docker.sh exec
git clone https://github.com/j-marple-dev/python_template.git
cd python_template
./run_check.sh init_conda
./run_check.sh init_precommit # Developer only
- Please refer to CODE_OF_CONDUCT guide.