Skip to content

Commit 66de8b1

Browse files
committed
Update readme
1 parent ab09983 commit 66de8b1

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
# python-project-template
1+
# python-project-template
2+
3+
## Overview
4+
This repository provides a basic Python project template, ideal for quick setup and efficient development.
5+
6+
## Features
7+
- **Workflow Configurations:** Automated testing and linting workflows in `.github/workflows` for multiple python versions.
8+
- **Testing Setup:** Ready-to-use test cases in `tests` directory.
9+
- **Essential Files:** Includes `.flake8`, `.gitignore`, `Pipfile`, `pyproject.toml`.
10+
- **Python Scripts:** Sample `main.py` and `utils.py` for a quick start.
11+
12+
## Usage
13+
Use the template and modify the existing structure to suit your project needs.

0 commit comments

Comments
 (0)