Metadata-Version: 2.4
Name: text_package
Version: 0.1.0
Summary: A basic text utilities package
Home-page: https://github.com/asahu10m/python_package
Author: Ashutosh Raj
Author-email: asahu10m@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# test_package
A simple python packe to add two numbers for testing purpose

## installation
pip install test_package

## usage
from test_package import add
