Metadata-Version: 2.4
Name: FERS
Version: 0.1.44
Summary: Finite Element Method library written in Rust with Python interface
Home-page: https://github.com/jeroen124/FERS_core
Author: Jeroen Hermsen
Author-email: 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.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy==2.1.2
Requires-Dist: matplotlib==3.9.2
Requires-Dist: ujson==5.10.0
Requires-Dist: sectionproperties==3.7.0
Requires-Dist: pyvista==0.44.2
Requires-Dist: fers_calculations==0.1.37
Requires-Dist: pydantic==2.10.4
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 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
