Metadata-Version: 2.4
Name: physics-utils
Version: 0.2.1
Summary: Helpers for empirical data handling and plotting
Author-email: Jahan Rashidi <hiimjahan@gmail.com>
License-Expression: GPL-3.0-only
Project-URL: Homepage, https://github.com/ImNotJahan/PhysicsTools
Project-URL: Source, https://github.com/ImNotJahan/PhysicsTools
Project-URL: Issues, https://github.com/ImNotJahan/PhysicsTools/issues
Project-URL: Documentation, https://physics-utils.readthedocs.io
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy~=2.3.1
Requires-Dist: matplotlib~=3.10.6
Requires-Dist: scipy~=1.16.2
Requires-Dist: pandas~=2.3.2
Dynamic: license-file

# PhysicsTools
This is a library for dealing with some tedious tasks for basic physics labs.

## Installation
Look under the examples folder to see the library in use.

`physics_utils` can be installed straight from PyPI using pip, like so:
```batch
python3 -m pip install physics-utils
```

## Usage
For information on using the package, take a look at the [documentation](https://physics-utils.readthedocs.io) and
[examples](https://github.com/ImNotJahan/PhysicsTools/tree/main/examples).
