Metadata-Version: 2.4
Name: ryomath
Version: 0.1.0
Summary: A minimal multiplication package for PyPI demo.
Author-email: Aryan <aryan.mullick@adaglobal.com>
License: MIT
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# ryomath

A minimal multiplication package demo for PyPI.

## Usage Example

from ryomath import multiply
print(multiply(5, 7)) # Outputs: 35

