Skip to content

tdoioka/python-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Template

Python module template

Requirement

Developnent

Reproduce environment

  • Install environment by Pipfile:

    Install specified packages latest version, if it not indicate version. Therefore, the reproduced environment is not always the same.

    $ make init
  • Install environment by Pipfile.lock:

    Install specified packages same version. Use this command when the environment created by make init does not work.

    make syncinit

Usage of evelopment tool

Run unit test:

make test

Format check and type-check:

make check

Code formatting by black:

make format

Generate or update document by sphinx:

make gendoc

License

MIT

About

Python module template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published