Metadata-Version: 2.4
Name: mypyy
Version: 0.0.1
Summary: A Python package containing 13 basic Python practicals
Home-page: https://github.com/yourusername/mypyy
Author: Ymepy
Author-email: yome@example.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: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# mypyy

This package contains Python practicals from basic IO to file handling.

## Installation

```bash
pip install mypyy
```

## Usage

```python
import py

# List available practicals
py.help()

# Run a specific practical
py.basic_io()
py.list_ops()
py.file_handling()

# Run ALL practicals
py.all()
```
