Metadata-Version: 2.1
Name: pydemolib
Version: 0.1.0
Summary: A simple example library
Home-page: https://github.com/dineshsuthar03/pydemolib
Author: Dinesh
Author-email: dineshsutharinfo@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

# My Library

A simple example library.

## Installation

```bash
pip install pydemolib


from my_library.module1 import hello_world

print(hello_world())


Follow these steps, and youâ€™ll have your Python library ready for others to use and contribute to! If you have any specific features or topics you want to include in your library, let me know, and I can provide more detailed guidance.

