subodh101 / python-project-template

A basic Python project template, ideal for quick setup and efficient development.

Home Page:https://github.com/subodh101/python-project-template/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-project-template

Overview

This repository provides a basic Python project template, ideal for quick setup and efficient development.

Features

  • Workflow Configurations: Automated testing and linting workflows in .github/workflows for multiple python versions.
  • Testing Setup: Ready-to-use test cases in tests directory.
  • Essential Files: Includes .flake8, .gitignore, Pipfile, pyproject.toml.
  • Python Scripts: Sample main.py and utils.py for a quick start.

Usage

Use the template and modify the existing structure to suit your project needs.

About

A basic Python project template, ideal for quick setup and efficient development.

https://github.com/subodh101/python-project-template/

License:The Unlicense


Languages

Language:Python 78.6%Language:Makefile 21.4%