Metadata-Version: 2.1
Name: formulon-physics
Version: 0.1.3
Summary: An open-source Python library offering classical physics formulas with automatic input validation and NumPy support.
Project-URL: Documentation, https://github.com/SRIKALEESWARAR-S/formulon#readme
Project-URL: Issues, https://github.com/SRIKALEESWARAR-S/formulon/issues
Project-URL: Source, https://github.com/SRIKALEESWARAR-S/formulon
Author-email: SRIKALEESWARAR-S <srikaleeswarar675@gmail.com>
License: MIT
License-File: LICENSE
License-File: LICENSE.txt
Keywords: education,formulas,numpy,physics,science
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: numpy>=1.20
Description-Content-Type: text/markdown


# formulon

[![PyPI - Version](https://img.shields.io/pypi/v/formulon.svg)](https://pypi.org/project/formulon)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/formulon.svg)](https://pypi.org/project/formulon)
[![License](https://img.shields.io/pypi/l/formulon.svg)](https://spdx.org/licenses/MIT.html)

**formulon** is a lightweight, open-source Python library that provides commonly used
**classical physics formulas** with automatic input validation.This project is designed 
and developed by SRI KALEESWARAR S, a Physics post graduate student from India.Its a 
open source,free to use library.I thank my professors from Scott Christian college, special mention to 
Kaniyam.com and open science labs

It is designed for **students, educators, and scientific Python users**, with support
for both scalar and NumPy-based vector calculations.

---

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [Features](#features)
- [License](#license)

---

## Installation

Install formulon from PyPI:

```bash
pip install formulon

## License

formulon is distributed under the terms of the MIT License.

MIT License (Summary)

Free to use, modify, and distribute

Permitted for commercial and academic use

Provided without warranty

Full license text:
https://spdx.org/licenses/MIT.html
>>>>>>> 0350b6d (Welcome,Im born now)
