Metadata-Version: 2.4
Name: ulla_python_games
Version: 0.1.0
Summary: A collection of Python games for learning and fun
Author: Afnan
Author-email: afnan.ulla@synechron.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
License-File: License
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# pktest

**pktest** is a lightweight Python package designed to demonstrate how to create and publish a Python module to PyPI. It's ideal for learning packaging basics or serving as a template for your own projects.

## Features

- ðŸ“¦ Simple structure for easy packaging
- ðŸ§ª Great for testing PyPI uploads
- ðŸš€ Ready-to-use setup for publishing

## Installation

You can install `pktest` directly from PyPI:

```bash
pip install pktest
