Metadata-Version: 2.4
Name: ansh
Version: 0.1.0
Summary: A python package to define scalar and vector finite-element fields.
Project-URL: Documentation, https://codeberg.org/Sankhya/Ansh/-/blob/main/README.md
Project-URL: Issues, https://codeberg.org/Sankhya/Ansh/-/issues
Project-URL: Source, https://codeberg.org/Sankhya/Ansh
Author-email: Swapneel Amit Pathak <swapneelap@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.11
Requires-Dist: beartype>=0.22.4
Requires-Dist: h5py>=3.16.0
Requires-Dist: jinja2>=3.1.6
Requires-Dist: pyvista[all]>=0.46.3
Requires-Dist: scikit-fem>=12
Description-Content-Type: text/markdown

# Ansh

[![PyPI - Version](https://img.shields.io/pypi/v/ansh.svg)](https://pypi.org/project/ansh)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ansh.svg)](https://pypi.org/project/ansh)

Numerical approximation of scalar and vector fields in Python

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install ansh
```

## License

`ansh` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
