Metadata-Version: 2.4
Name: kapia
Version: 0.0.1
Summary: A lightweight glue library for FEM-based robust optimisation workflows.
Project-URL: Homepage, https://github.com/tamasorosz/kapia
Project-URL: Repository, https://github.com/tamasorosz/kapia
Project-URL: Issues, https://github.com/tamasorosz/kapia/issues
Author: Bossányi-Orosz Tamás
License-Expression: MIT
License-File: LICENSE
Keywords: archive,fem,finite-element-method,multiobjective-optimization,optimisation,optimization,robust-design,workflow
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Provides-Extra: dev
Requires-Dist: build; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Requires-Dist: twine; extra == 'dev'
Provides-Extra: optimisation
Requires-Dist: pymoo>=0.6; extra == 'optimisation'
Description-Content-Type: text/markdown

# kapia
Kapia is a lightweight Python glue library for building reproducible FEM-based robust optimisation workflows.It connects simulation runners, optimisation backends, robustness estimators, and experiment archives.
