Metadata-Version: 2.4
Name: fphysics
Version: 0.1.1
Summary: A comprehensive physics library providing constants, equations, and formulas
Home-page: https://github.com/n0sync/fphysics
Author: Shakee
Author-email: n0sync <n0sync.76@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/n0sync/fphysics
Project-URL: Repository, https://github.com/n0sync/fphysics
Project-URL: Issues, https://github.com/n0sync/fphysics/issues
Keywords: physics,science,constants,equations,mechanics,quantum
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: MIT License
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: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.19.0
Requires-Dist: scipy>=1.7.0
Requires-Dist: matplotlib>=3.3.0
Provides-Extra: dev
Requires-Dist: pytest>=6.0; extra == "dev"
Requires-Dist: pytest-cov>=2.10; extra == "dev"
Requires-Dist: black>=21.0; extra == "dev"
Requires-Dist: flake8>=3.8; extra == "dev"
Requires-Dist: mypy>=0.812; extra == "dev"
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# fphysics — A Comprehensive Physics Library in Python

**fphysics** is a pure Python library that offers an extensive collection of physical constants, equations, and formulas.  
It’s built as a one-stop toolkit for students, researchers, educators, and developers — covering everything from classical mechanics to cutting-edge quantum theory.

## Key Features

- **Extensive Constants Database**  
  Includes essential physical constants — SI base units, quantum constants, astronomical parameters, and more.

- **Modular & Well-Organized Formula Collections**  
  Separate modules for mechanics, thermodynamics, electromagnetism, atomic physics, nuclear physics, relativity, statistical mechanics, and beyond.

- **Unit Conversion Made Easy**  
  Convert seamlessly between SI, CGS, and natural units.

- **Built for Learning & Research**  
  Perfect for integration into scientific calculators, simulations, teaching aids, or advanced research codebases.

## Installation

Once available on PyPI, install with:

```bash
pip install fphysics
```
## Contributing

We welcome all contributions — from adding new formulas to refining documentation.

1. **Fork** the repository  
2. **Create** a feature branch  
3. **Submit** a pull request  
4. **Report** issues or suggest enhancements  
