Metadata-Version: 2.4
Name: prosen-pythonlib
Version: 0.1.3
Summary: A simple greeting package
Home-page: https://github.com/pronad1/Python-Library
Author: Prosenjit Mondol
Author-email: ug2102049@cse.pstu.ac.bd
License: MIT
Project-URL: Source, https://github.com/pronad1/Python-Library
Project-URL: Tracker, https://github.com/pronad1/Python-Library/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-python
Dynamic: summary

# prosen-pythonlib

[![PyPI Version](https://img.shields.io/pypi/v/prosen-pythonlib)](https://pypi.org/project/prosen-pythonlib/)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

A simple Python library for greeting messages.
## ðŸ“¦ Available on PyPI: [prosen-pythonlib](https://pypi.org/project/prosen-pythonlib/)

## Features

- A straightforward `hello()` function that returns a personalized greeting.
- Easy to install and use.

## Installation

You can install the package directly from PyPI using pip:

```bash
pip install prosen-pythonlib
```
## Usage
Here's a quick example on how to use prosen-pythonlib:
```
from mylib import hello

print(hello("Prosen Sir"))
# Output: Hello, Prosen Sir!
```
## Development
To contribute or develop locally:

1. Clone this repository:
```
git clone https://github.com/pronad1/Python-Library.git

```
2. Navigate into the project directory:
```
   cd Python-Library

```
3. Create and activate a virtual environment (optional but recommended):
```
python -m venv .venv
source .venv/bin/activate   # On Windows: .venv\Scripts\activate
```
4. Install dependencies:
```
pip install -r requirements.txt
```
5. Make your changes and commit.

   
## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

## Contact

For questions or suggestions, reach out to [Prosenjit Mondol](https://github.com/pronad1).


