Metadata-Version: 2.3
Name: femx
Version: 0.0.1.dev0
Summary: Early-stage finite-element and multiphysics utilities.
Requires-Python: >=3.12
Description-Content-Type: text/markdown

cat > README.md <<'MD'
# FEMx 

FEMx is an early-stage Python package for finite-element and multiphysics workflows.

## Current API

```python
from femx import linear_shape_functions

print(linear_shape_functions(0.0))
# (0.5, 0.5)

This is the initial release for PyPI, still in development in private GitHub.