Metadata-Version: 2.4
Name: wailord
Version: 0.1.3
Summary: Wailord is a python library to interact with ORCA
Project-URL: Homepage, https://wailord.xyz
Project-URL: Repository, https://github.com/HaoZeke/wailord
Project-URL: Documentation, https://wailord.xyz
Author-email: Rohit Goswami <rgoswami@ieee.org>
Maintainer-email: Rohit Goswami <rgoswami@ieee.org>
License: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: orca,quantum chemistry,wailord
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: chemparseplot>=1.9.8
Requires-Dist: click>=8.1.7
Requires-Dist: cookiecutter>=2.4.0
Requires-Dist: numpy>=1.26
Requires-Dist: pandas>=2.2.0
Requires-Dist: parsimonious>=0.10.0
Requires-Dist: pint-pandas>=0.5
Requires-Dist: pint>=0.22
Requires-Dist: pyyaml>=6.0.1
Requires-Dist: rgpycrumbs>=1.9.18
Requires-Dist: vg>=2.0.0
Provides-Extra: test
Requires-Dist: pytest-datadir>=1.5.0; extra == 'test'
Requires-Dist: pytest>=7.0; extra == 'test'
Description-Content-Type: text/x-rst

=======
Wailord
=======

.. image:: https://raw.githubusercontent.com/HaoZeke/wailord/main/docs/img/cover.jpeg
        :alt: Logo of sorts from wallhaven

.. image:: https://img.shields.io/pypi/v/wailord.svg
        :target: https://pypi.python.org/pypi/wailord

.. image:: https://zenodo.org/badge/303189277.svg
        :target: https://zenodo.org/badge/latestdoi/303189277
        :alt: Zenodo Status

.. image:: https://github.com/HaoZeke/wailord/actions/workflows/build_wailord.yml/badge.svg
        :target: https://github.com/HaoZeke/wailord/actions/workflows/build_wailord.yml
        :alt: Build Status

.. image:: https://api.netlify.com/api/v1/badges/2209e709-8d41-46ee-bf4d-0b116f9243b1/deploy-status
        :target: https://app.netlify.com/sites/wailord/deploys
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/HaoZeke/wailord/shield.svg
     :target: https://pyup.io/repos/github/HaoZeke/wailord/
     :alt: Updates


Wailord is a python library to interact with ORCA_


* Free software: GNU General Public License v3
* Documentation: https://wailord.xyz

Being written up. Till then feel free to use the ZenodoDOI_.


Features
--------

* Part of the **rgpkgs** suite: depends on ``rgpycrumbs`` (config/pins/ensure_import)
  and ``chemparseplot`` (unit helpers). Suite config is shared
  (``~/.config/rgpkgs/config.toml``, project ``rgpkgs.toml``) — wailord does not
  invent its own pin file. See ``wailord.suite``.

* Integrates with SLURM in a manner of speaking
* Generic helpers for building arbitrary input files
* Generates data-frames for all supported runs

Limitations
-----------

* By choice, the split-job syntax has not been included

Credits
-------

* Initially conceived during EFN115F_
* This package was based off the `audreyr/cookiecutter-pypackage`_ Cookiecutter_ template
* The image is from `wallhaven.cc`_
* The favicon is from Bulbagarden_

.. _ORCA: https://orcaforum.kofo.mpg.de/
.. _EFN115F: https://notendur.hi.is/~hj/reikniefnafr/
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
.. _ZenodoDOI: https://zenodo.org/badge/latestdoi/303189277
.. _Bulbagarden: https://archives.bulbagarden.net/wiki/File:321Wailord_AG_anime.png
.. _`wallhaven.cc`: https://wallhaven.cc/w/4xgw53
