Metadata-Version: 2.4
Name: poetry-demo-sailesh
Version: 0.1.2
Summary: A demo project using Poetry and Pendulum
License: MIT
Keywords: poetry,pendulum,demo,python-packaging
Author: Sailesh Mishra
Author-email: sailesh.mishra@analog.com
Requires-Python: >=3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: pendulum (>=3.1.0,<4.0.0)
Project-URL: Homepage, https://github.com/saileshmishraindia
Project-URL: Repository, https://github.com/saileshmishraindia/Chip-Manufacturing-Defect-Dataset-Pandas-Demonstration
Description-Content-Type: text/markdown

# poetry-demo
[![CI](https://github.com/saileshmishraindia/poetry-demo/actions/workflows/ci.yml/badge.svg)](https://github.com/saileshmishraindia/poetry-demo/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/saileshmishraindia/poetry-demo/branch/main/graph/badge.svg?token=YOUR_TOKEN)](https://codecov.io/gh/saileshmishraindia/poetry-demo)

A demo Python project using [Poetry](https://python-poetry.org/) and [Pendulum](https://pendulum.eustace.io/) for better datetime handling.

---

## 🚀 Features
- Demonstrates project management with Poetry
- Uses `pendulum` for easy datetime operations
- Includes sample functions:
  - `greet()` → prints a welcome message with the current time
  - `days_ahead(n)` → calculates the date/time `n` days into the future

---

## 📦 Installation

Clone the repo and install dependencies with Poetry:

```bash
git clone https://github.com/saileshmishraindia/poetry-demo.git
cd poetry-demo
poetry install


