Metadata-Version: 2.1
Name: aiida-pseudo
Version: 0.6.5
Summary: AiiDA plugin that simplifies working with pseudo potentials
Home-page: https://github.com/aiidateam/aiida-pseudo
Author: Sebastiaan P. Huber
Author-email: mail@sphuber.net
License: MIT License
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: AiiDA
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: aiida-core ~=1.4
Requires-Dist: click ~=7.0
Requires-Dist: click-completion ~=0.5
Requires-Dist: pint ~=0.16.1
Requires-Dist: psycopg2-binary <2.9
Requires-Dist: requests ~=2.20
Provides-Extra: docs
Requires-Dist: docutils <0.18 ; extra == 'docs'
Requires-Dist: sphinx ~=3.2.1 ; extra == 'docs'
Requires-Dist: sphinx-copybutton ~=0.3.0 ; extra == 'docs'
Requires-Dist: sphinx-book-theme ~=0.0.39 ; extra == 'docs'
Requires-Dist: sphinx-autoapi ~=1.8.1 ; extra == 'docs'
Requires-Dist: sphinx-click ~=2.7.1 ; extra == 'docs'
Provides-Extra: pre-commit
Requires-Dist: pre-commit ~=2.2 ; extra == 'pre-commit'
Requires-Dist: pylint ~=2.6.0 ; extra == 'pre-commit'
Provides-Extra: tests
Requires-Dist: pgtest ~=1.3 ; extra == 'tests'
Requires-Dist: pytest ~=5.4 ; extra == 'tests'

# `aiida-pseudo`

AiiDA plugin that simplifies working with pseudopotentials.

[![PyPI version](https://badge.fury.io/py/aiida-pseudo.svg)](https://badge.fury.io/py/aiida-pseudo)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/aiida-pseudo.svg)](https://pypi.python.org/pypi/aiida-pseudo/)
[![Build Status](https://github.com/aiidateam/aiida-pseudo/workflows/continuous-integration/badge.svg?event=push)](https://github.com/aiidateam/aiida-pseudo/actions)
[![Docs status](https://readthedocs.org/projects/aiida-pseudo/badge)](http://aiida-pseudo.readthedocs.io/)

For more information on how to install and use the package, please consult [the documentation](http://aiida-pseudo.readthedocs.io/).

## License
The `aiida-pseudo` plugin package is released under the MIT license.
See the `LICENSE.txt` file for more details.

## Acknowledgements
We acknowledge support from:

<table>
    <tr>
        <td><a href="http://nccr-marvel.ch/">NCCR MARVEL</a> funded by the Swiss National Science Foundation</td>
        <td><a href="http://www.max-centre.eu/">EU Centre of Excellence MaX</a> (Horizon 2020 EINFRA-5, Grant No. 676598)</td>
        <td><a href="https://www.materialscloud.org/swissuniversities">swissuniversities</a> P-5 project "Materials Cloud"</td>
    </tr>
    <tr>
        <td valign="middle"><img src="https://raw.githubusercontent.com/aiidateam/aiida-quantumespresso/develop/docs/source/images/MARVEL.png" /></td>
        <td valign="middle"><img src="https://raw.githubusercontent.com/aiidateam/aiida-quantumespresso/develop/docs/source/images/MaX.png" /></td>
        <td valign="middle"><img src="https://raw.githubusercontent.com/aiidateam/aiida-quantumespresso/develop/docs/source/images/swissuniversities.png" /></td>
    </tr>
</table>


