Metadata-Version: 2.4
Name: FERS
Version: 0.1.55
Summary: Finite Element Method library written in Rust with Python interface
Author-email: Jeroen Hermsen <info@ferscloud.com>
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Rust
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=2.1.0
Requires-Dist: matplotlib>=3.7.0
Requires-Dist: ujson>=5.10.0
Requires-Dist: sectionproperties>=3.7.0
Requires-Dist: pyvista>=0.44.0
Requires-Dist: fers_calculations==0.1.90
Requires-Dist: pydantic>=2.10.0
Requires-Dist: scipy>=1.14.0
Requires-Dist: ezdxf>=1.3.0
Dynamic: license-file

# FERS_core

**FERS_core** is an open-source Finite Element Method (FEM) library written in Rust with a Python interface. It provides the foundational tools and components necessary for performing FEM analysis. This core package is designed for users who need a reliable and efficient FEM solver.

## Features

- Basic Finite Element Method (FEM) solvers
- Mesh generation and manipulation tools
- Support for various types of finite elements
- Easy-to-use Python interface for integration with existing workflows
- Designed for high performance with Rust

## Installation

You can install `FERS_core` via pip:

```bash
pip install FERS
```
