Skip to content

pouya-codes/PythonProjectTemplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Template

This repository is a template to create your project using Cookiecutter. It includes scripts to install dependencies, generate a new project, and clean up the directory.

Usage

Install Dependencies

To install the core and development Python dependencies into the currently activated virtual environment, run:

make install

Generate Project

To generate a new project using the template, run:

make generate-project

This will create a new project based on the passed repo_name and package_name in the src directory and initialize a git repository.

About

Python project template with unit-tests, documentation, ci-testing and workflows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 84.9%
  • Shell 14.3%
  • Makefile 0.8%