Metadata-Version: 2.4
Name: py-sofistik-utils
Version: 0.0.1
Summary: The Studio W SOFiSTiK package
Author-email: StudioWEngineers <studio.w.engineers@gmail.com>
License-Expression: BSD-3-Clause
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=2.2.0
Requires-Dist: pandas>=3.0.0
Dynamic: license-file

# py-sofistik-utils

Python utilities for the *SOFiSTiK* finite element analysis software.

---

> [!IMPORTANT]  
> **SOFiSTiK is a registered trademark of SOFiSTiK AG.**
>
> *py-sofistik-utils* is **NOT** affiliated with, endorsed by or vetted by SOFiSTiK AG. It is an open-source collection of tools that interfaces with certain proprietary SOFiSTiK's DLLs, which are **NOT** distributed with this repository nor with the PyPI wheels and must be supplied by the user. The project is intended for business and educational use.
>

## Dependencies

- [pandas](https://pandas.pydata.org/) (`v3.0.0`)

## Documentation

Reference documentation is available in [HTML](XXX) and [PDF](XXX) formats.

## License and attribution

All material in this repository is licensed under a three-clause [BSD
license](LICENSE).

Please use the following BibTeX template to cite py-sofistik-utils:

```bibtex
@misc{py-sofistik-utils,
  author = {Studio W Engineers},
  title = {py-sofistik-utils: Python utilities for the SOFiSTiK finite element analysis software},
  year = {2026},
  url = {https://github.com/StudioWEngineers/py-sofistik-utils}
}
```
