Metadata-Version: 2.4
Name: pdblc
Version: 0.1.2
Summary: A package containing 10 custom programs
Home-page: https://github.com/yourusername/pdblc
Author: Your Name
Author-email: your.email@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
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# PDBLC Package

A Python package containing 10 custom programs that print when imported.

## Installation

```bash
pip install pdblc
```

## Usage

```python
import pdblc
```

This will automatically print all 10 programs when the package is imported.

## To print a specific program:

```python
from pdblc.programs import print_program

print_program(1)  # Print program 1
print_program(5)  # Print program 5
```

## Available Programs

- Program 1: [Your description]
- Program 2: [Your description]
- Program 3: [Your description]
- Program 4: [Your description]
- Program 5: [Your description]
- Program 6: [Your description]
- Program 7: [Your description]
- Program 8: [Your description]
- Program 9: [Your description]
- Program 10: [Your description] 
