Thanks to visit codestin.com
Credit goes to github.com

Skip to content

wDrag/make-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Template with Makefile to Run Scripts

Minimal Python template with Makefile setup.

File Structure

.
├── src
├── scripts
│   ├── dev.sh
│   ├── init.sh
│   ├── install.sh
│   ├── prod.sh
├── main.py
├── Makefile
├── requirements.txt

Note: The python_modules/ directory and any .env or .local files are ignored in version control as per the .gitignore file.

Usage

Use make <script_name> to execute the corresponding script.

Initialize Project

make init

Install Dependencies

make install

Run in Development Environment

make dev

Run in Production Environment

make prod

About

Template for python, using make to manage pip and requirements.txt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published