Metadata-Version: 2.4
Name: dummy-project-swayam
Version: 0.1.0
Summary: A simple dummy project for testing trusted publishing
Author-email: SwayamInSync <singhswayam008@example.com>
Project-URL: Homepage, https://github.com/SwayamInSync/Dummy_Project
Project-URL: Repository, https://github.com/SwayamInSync/Dummy_Project
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Dummy Project

A simple dummy Python package for testing GitHub Actions trusted publishing to PyPI.

## Installation

```bash
pip install dummy-project-swayam
```

## Usage

Simply import the package and it will print a welcome message:

```python
import dummy_project
# Output: Welcome to dummy project!
```

You can also call the welcome function directly:

```python
from dummy_project import welcome
welcome()
# Output: Welcome to dummy project!
```

## Features

- Simple welcome message on import
- Lightweight package for testing trusted publishing
- Compatible with Python 3.8+

---
