Metadata-Version: 2.1
Name: physics-fields
Version: 0.0.2
Summary: 
Author: Martin Baláž
Author-email: martin.balaz@trojsten.sk
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: scipy
Description-Content-Type: text/markdown

# physics-fields

A simple package for `numpy` which implements lazily evaluated two-dimensional scalar and vector fields.
They can be evaluated over regular grids or collections of points.

