Metadata-Version: 2.4
Name: pymolpro
Version: 1.19.7
Summary: Python support for Molpro
Author: Marat Sibaev, Klaus Doll
Author-email: Peter Knowles <knowlespj@cardiff.ac.uk>
License: MIT
Project-URL: Homepage, https://github.com/molpro/pymolpro
Project-URL: Issues, https://github.com/molpro/pymolpro/issues
Project-URL: Documentation, https://molpro.github.io/pymolpro
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pysjef>=1.45.7
Requires-Dist: scipy>=1.9.3
Requires-Dist: chemcoord
Requires-Dist: lxml
Requires-Dist: pandas<3
Requires-Dist: quadpy>=0.16.10
Requires-Dist: ase>=3.23.0
Requires-Dist: jsonschema>=4.0.0
Dynamic: license-file

Molpro python support
=====================

**pymolpro** is a Python library that provides support
for working with the `Molpro quantum chemistry package <https://www.molpro.net/>`_.

The principal feature is
the `Project` class that provides access to a complete Molpro job, including input
and output files together with metadata such as job status information.
The project is stored as a bundle implemented as a directory in the file system.
The class is a Python binding of the
`sjef <https://molpro.github.io/sjef/>`_ library with additional Molpro-specific customisation,
and the project bundle can be accessed
also through a command-line interface and the `gmolpro <https://www.molpro.net/manual/doku.php?id=gmolpro_graphical_user_interface>`_ and `iMolpro <https://github.com/molpro/iMolpro>`_
graphical user interfaces.

pymolpro is on `conda forge <https://conda-forge.org>`_ and `PyPI <https://pypi.org/project/pymolpro/>`_, and can be installed on most systems using ``conda install -c conda-forge pymolpro`` or ``pip install pymolpro``.

Documentation at https://molpro.github.io/pymolpro.
