Metadata-Version: 2.4
Name: orca_suite
Version: 0.0.0
Summary: A package for working with ORCA input and output files
Home-page: https://gitlab.com/jbkst/orca_suite
Author: Jakob Staab
Author-email: jakob.staab@yahoo.com
Project-URL: Bug Tracker, https://gitlab.com/jbkst/orca_suite/-/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: hpc_suite>=1.8.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# orca_suite

`orca_suite` is a python interface with the ORCA quantum chemistry package

# Installation via `pip`

Install `orca_suite` using `pip`

```
pip install orca_suite
```
