Skip to content

boechat107/py-template-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Project Template

This is my template project for Python applications.

The project includes scripts to correctly install and test the application, in addition to type checking annotated code with Mypy.

Usage

New Project

  1. Clone this repository
  2. Run the following command line:
./py-project-template/rename.sh <new_project_name>

Install in Dev Mode

make dev_install

Run Tests

# Runs pytest and Mypy.
make check

About

My template project for Python applications

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published