https://github.com/subodh101/python-project-template
A basic Python project template, ideal for quick setup and efficient development.
https://github.com/subodh101/python-project-template
github-actions pipenv python python-linter python-template python-tests python-versions template
Last synced: 2 months ago
JSON representation
A basic Python project template, ideal for quick setup and efficient development.
- Host: GitHub
- URL: https://github.com/subodh101/python-project-template
- Owner: subodh101
- License: unlicense
- Created: 2023-12-03T08:15:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-05T18:04:04.000Z (10 months ago)
- Last Synced: 2025-01-04T13:43:14.526Z (4 months ago)
- Topics: github-actions, pipenv, python, python-linter, python-template, python-tests, python-versions, template
- Language: Python
- Homepage: https://github.com/subodh101/python-project-template/
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.## Updates
python3.11
- Faster CPython
- Enhanced Error Messages
- Type Hints and Annotations, etc