File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11# BasicReturns 🐍
22
33[ ![ PyPI Version] ( https://img.shields.io/pypi/v/BasicReturns.svg )] ( https://pypi.org/project/BasicReturns/ )
4- [ ![ Python Version] ( https://img.shields.io/pypi/pyversions/BasicReturns.svg )] ( https://pypi.org/project/BasicReturns/ )
5- [ ![ License] ( https://img.shields.io/pypi/l/BasicReturns.svg )] ( https://opensource.org/licenses/MIT )
4+ [ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/BasicReturns?labelColor=black&color=orange )] ( https://pypi.org/project/BasicReturns/ )
5+ [ ![ PyPI - License] ( https://img.shields.io/pypi/l/BasicReturns?logoColor=orange&labelColor=black&color=orange )
6+ ] ( https://opensource.org/licenses/MIT )
7+ [ ![ PyPI Downloads] ( https://static.pepy.tech/personalized-badge/initvenv?period=total&units=NONE&left_color=BLACK&right_color=ORANGE&left_text=downloads )] ( https://pepy.tech/projects/initvenv )
68
79** Standardizes function return values across Python applications to enhance code consistency, readability, and maintainability.**
810
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " BasicReturns"
7- version = " 0.1.1a1 "
7+ version = " 0.1.1 "
88description = " Standardizes function return values across Python applications to enhance code consistency, readability, and maintainability."
99readme = { file = " README.md" , content-type = " text/markdown" , charset = " utf-8" }
1010license = " MIT"
Original file line number Diff line number Diff line change 22
33__author__ : str = 'tutosrive'
44__org__ : str = 'Dev2Forge'
5- __version__ : str = '0.1.1a1 '
5+ __version__ : str = '0.1.1 '
66__web_page__ : str = 'https://pypi.org/project/BasicReturns'
77__doc__ : str = 'All functions ever return the same models with particulars properties'
88__all__ : list [str ] = ['BasicReturn' , 'DataAndMsgReturn' ]
You can’t perform that action at this time.
0 commit comments