File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1+ <p align =" center " >
2+
3+ <img alt =" GitHub Workflow Status " src =" https://github.com/py-package/lite/actions/workflows/pythonapp.yml/badge.svg " >
4+
5+ <img alt =" PyPI " src =" https://img.shields.io/pypi/v/lite-gs " >
6+ <img alt =" issues " src =" https://img.shields.io/github/issues/py-package/lite " >
7+ <img src =" https://img.shields.io/badge/python-3.7+-blue.svg " alt =" Python Version " >
8+ <img alt =" GitHub release (latest by date including pre-releases) " src =" https://img.shields.io/github/v/release/py-package/lite " >
9+ <img alt =" License " src =" https://img.shields.io/github/license/py-package/lite " >
10+ <a href =" https://github.com/py-package/lite-gs/stargazers " ><img alt =" star " src =" https://img.shields.io/github/stars/py-package/lite " /></a >
11+ <img alt =" downloads " src =" https://img.shields.io/pypi/dm/lite?style=flat " />
12+ <a href =" https://github.com/psf/black " ><img alt =" Code style: black " src =" https://img.shields.io/badge/code%20style-black-000000.svg " ></a >
13+ </p >
14+
115## Lite Framework
216
317Lite is a lightweight Python web framework designed for simplicity and ease of use. It provides a minimalistic approach to web development with basic routing and request/response handling.
Original file line number Diff line number Diff line change 22
33setup (
44 name = "lite-gs" ,
5- version = "0.1.0 " ,
5+ version = "0.1.2 " ,
66 description = "Lite-gs is a lightweight Python web framework designed for simplicity and ease of use." ,
77 author = "Yubaraj Shrestha" ,
88 author_email = "yubaraj@py-package.com" ,
2222 "flake8" ,
2323 "coverage" ,
2424 "pytest" ,
25- "isort" ,
2625 "pytest-cov" ,
2726 "twine>=1.5.0" ,
27+ "wheel" ,
2828 ],
2929 },
3030 classifiers = [
You can’t perform that action at this time.
0 commit comments