Skip to content

ktpr1223214/python-project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python-project-template

python用のプロジェクトテンプレート

How to use

Requirements

pip install cookiecutter

Usage

プロジェクト開始

cookiecutter https://github.com/ktpr1223/python-project-template

インストール

# install
make install

# develop
make develop

# uninstall
make uninstall

テスト

# test
make test

# test-coverage
make test-coverage

lint

make lint

folder構成

├── Makefile           <- Makefile よく使うコマンドなど
│
├── README.md          <- README
│
├── setup.py           <- src以下をinstallする
│
├── requirements.txt   <- pythonなので
│
├── {{cookiecutter.project_name}} <- ライブラリ
│
├── tests              <- srcに関するテスト
│
└── tox.ini            <- tox file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published