Skip to content

It is a template repo for projects written in Python. It contains basic structure of source code, test code and some utilities.

Notifications You must be signed in to change notification settings

adelinewei/python-project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python project template

A template for Python project containing folder structure of source code, testing and utilities.

Prerequisites

Installation

git clone https://github.com/<GITHUB_SPACE>/<GITHUB_REPO>.git
cd <GITHUB_REPO>
python3 -m venv .venv
source .venv/bin/activate

Usage

Implementation Details

Project Status

About

It is a template repo for projects written in Python. It contains basic structure of source code, test code and some utilities.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published