Skip to content

Commit 6efc39a

Browse files
Merge pull request #6 from py-package/feature/request-response
Feature/request response
2 parents 9026883 + d5d96b5 commit 6efc39a

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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

317
Lite 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.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
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",
@@ -22,9 +22,9 @@
2222
"flake8",
2323
"coverage",
2424
"pytest",
25-
"isort",
2625
"pytest-cov",
2726
"twine>=1.5.0",
27+
"wheel",
2828
],
2929
},
3030
classifiers=[

0 commit comments

Comments
 (0)