Metadata-Version: 2.4
Name: ee-tools-surya
Version: 0.1.0
Summary: Basic Electrical Engineering formulas in Python
Author-email: Surya <your_email@example.com>
Project-URL: Homepage, https://github.com/yourusername/ee_tools
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# EE Tools

Basic electrical engineering formulas in Python.

## Install
pip install ee-tools-surya

## Usage
---python
import ee_tools as ee

print(ee.voltage(2, 10))
