Skip to content

cyberfifi/python-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nemean

A python boilerplate repository. It has below features:

  • Use black for code formatting and linting.
  • Use pytest for unit testing.
  • Use pipenv for dependency and runtime env management.
  • Use pre-commit for pre-commit hooks.

Prerequisits

  1. Install python3 and pipenv

Getting Started

  1. run pipenv install && pipenv install --dev. You only need to run this when the dependency is changed.
  2. run pipenv shell
  3. run pre-commit install
  4. run pipenv run python src/main.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages