Metadata-Version: 2.4
Name: addition_module
Version: 0.1.1
Summary: A simple addition module with obfuscated code
Home-page: https://github.com/yourusername/addition_module
Author: Your Name
Author-email: your.email@example.com
License: MIT
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
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# Addition Module

A simple Python package that provides addition functionality with obfuscated code.

## Installation

```bash
pip install addition_module
```

## Usage

```python
from addition_module import add

result = add(2, 3)
print(result)  # Output: 5
```

## Features

- Simple addition of two numbers
- Obfuscated code for IP protection
- Easy to install and use

## License

MIT
