Metadata-Version: 2.4
Name: abaqus2py
Version: 1.1.0
Summary: Abaqus to Python interface
Author-email: "M.P. van der Schelling" <m.p.vanderschelling@tudelft.nl>
License: BSD-3-Clause
Project-URL: repository, https://github.com/bessagroup/abaqus2py
Keywords: abaqus,python,interface
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pre-commit>=4.4.0; extra == "dev"
Requires-Dist: ruff>=0.14.10; extra == "dev"
Provides-Extra: docs
Requires-Dist: mkdocs-gen-files>=0.5.0; extra == "docs"
Requires-Dist: mkdocs-include-exclude-files>=0.1.0; extra == "docs"
Requires-Dist: mkdocs-ipynb>=0.1.1; extra == "docs"
Requires-Dist: mkdocs-material>=9.6.20; extra == "docs"
Requires-Dist: mkdocstrings>=0.30.1; extra == "docs"
Requires-Dist: mkdocstrings-python>=1.18.2; extra == "docs"
Requires-Dist: pymdown-extensions>=10.16.1; extra == "docs"
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Dynamic: license-file

# Abaqus2Py


[**Docs**](https://bessagroup.github.io/abaqus2py/)
| [**GitHub**](https://github.com/bessagroup/abaqus2py)
<!-- | [**Installation**](link_to_installation_instructions) -->
<!-- | [**PyPI**](link_to_pypi_package_website) -->

**First publication:** March 15, 2024

***

## Summary

This repository serves as a port for running ABAQUS simulations throughout Python function calls.

## Statement of need

...

## Authorship

**Authors**:
- Jiaxiang Yi ([J.Yi@tudelft.nl](mailto:J.Yi@tudelft.nl))
- Martin van der Schelling ([M.P.vanderSchelling@tudelft.nl](mailto:M.P.vanderSchelling@tudelft.nl))

**Authors afilliation:**
- Bessa Research Group @ Delft University of Technology

**Maintainers:**
- Jiaxiang Yi ([J.Yi@tudelft.nl](mailto:J.Yi@tudelft.nl))
- Martin van der Schelling ([M.P.vanderSchelling@tudelft.nl](mailto:M.P.vanderSchelling@tudelft.nl))

**Maintainers afilliation:**
- Bessa Research Group @ Delft University of Technology


## Getting started

```
pip install abaqus2py
```

## License

Copyright 2024, Bessa Research Group

All rights reserved.

This project is licensed under the BSD 3-Clause License. See [LICENSE](https://github.com/bessagroup/abaqus2py/blob/main/LICENSE) for the full license text.

