Metadata-Version: 2.4
Name: poetry-adv-fun-test
Version: 0.1.4
Summary: A Python library for modeling active and passive electronic components with test coverage.
License: MIT
Keywords: electronics,devices,poetry,pytest,circuit,components
Author: Sailesh Mishra
Author-email: saileshmishra164@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Project-URL: Homepage, https://github.com/saileshmishraindia/poetry-device-lib-testing
Project-URL: Repository, https://github.com/saileshmishraindia/poetry-device-lib-testing
Description-Content-Type: text/markdown

# poetry-adv-fun-test

[![CI](https://github.com/saileshmishraindia/poetry-device-lib-testing/actions/workflows/tests.yml/badge.svg)](https://github.com/saileshmishraindia/poetry-device-lib-testing/actions/workflows/tests.yml)
[![codecov](https://codecov.io/gh/saileshmishraindia/poetry-device-lib-testing/branch/main/graph/badge.svg)](https://codecov.io/gh/saileshmishraindia/poetry-device-lib-testing)
[![PyPI version](https://img.shields.io/pypi/v/poetry-adv-fun-test.svg)](https://pypi.org/project/poetry-adv-fun-test/)


A Python library for modeling and testing basic **active** and **passive** electronic components using [Poetry](https://python-poetry.org/).  
Includes support for resistors, capacitors, inductors, diodes, BJTs, MOSFETs, JFETs, and op-amps.  
Comes with full **pytest** test coverage (100% ✅).

---

## 🚀 Installation

```bash
pip install poetry-adv-fun-test





