Metadata-Version: 2.1
Name: pyfemtet
Version: 0.3.1
Summary: Design parameter optimization using Femtet.
Home-page: https://github.com/pyfemtet/pyfemtet
License: BSD-3-Clause
Author: kazuma.naito
Author-email: kazuma.naito@murata.com
Requires-Python: >=3.9,<3.13
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: botorch (>=0.9.5,<0.10.0) ; python_version < "3.12"
Requires-Dist: dash (>=2.14.2,<3.0.0)
Requires-Dist: dash-bootstrap-components (>=1.5.0,<2.0.0)
Requires-Dist: dask (>=2023.12.1,<2024.0.0)
Requires-Dist: distributed (>=2023.12.1,<2024.0.0)
Requires-Dist: femtetutils (>=1.0.0,<2.0.0)
Requires-Dist: numpy (>=1.26.2,<2.0.0)
Requires-Dist: openpyxl (>=3.1.2,<4.0.0)
Requires-Dist: optuna (>=3.4.0,<4.0.0)
Requires-Dist: pandas (>=2.1.3,<3.0.0)
Requires-Dist: plotly (>=5.18.0,<6.0.0)
Requires-Dist: psutil (>=5.9.6,<6.0.0)
Requires-Dist: pywin32 (>=306,<307)
Requires-Dist: scipy (>=1.11.4,<2.0.0)
Requires-Dist: tqdm (>=4.66.1,<5.0.0)
Project-URL: Repository, https://github.com/pyfemtet/pyfemtet
Description-Content-Type: text/markdown

PyFemtet is the extension package for Femtet with Python.

- Femtet Website: https://www.muratasoftware.com/
- Documentation: https://pyfemtet.github.io/pyfemtet/
- Source code: https://github.com/pyfemtet/pyfemtet
- Bug reports: https://github.com/pyfemtet/pyfemtet/issues


It provides:

- single and multi objective parameter optimization
- tools for connect Femtet and Python by pid

