Metadata-Version: 2.2
Name: snotation
Version: 0.1.0
Summary: A lightweight scientific notation handler
Author-email: Oscar Maldonado <oscarmmgg1234@gmail.com>
Project-URL: Homepage, https://github.com/yourusername/snotation
Requires-Python: >=3.6
Description-Content-Type: text/markdown

/*

 Author: Oscar Maldonado
 Email: oscarmmgg1234@gmail.com

 Creation Date: 2025-03-12 20:21:09

 temp

*/
# SNotation: A Lightweight Scientific Notation Library

**SNotation** is a Python package that allows flexible parsing, manipulation, and formatting of scientific notation values.

## 🚀 Features
✅ Supports human-friendly scientific notation formats (`"8.99 x 10^9"`, `"8.99E9"`, `"8.99e9"`).  
✅ Provides accurate arithmetic operations for scientific notation values.  
✅ Custom output formats (`E`, `x 10^`, `e`).  
✅ Works with Python 3.6+.

## 📦 Installation
Install via pip:
```sh
pip install snotation
