Metadata-Version: 2.1
Name: qe-tools
Version: 2.1.0
Summary: A set of useful tools to manage Quantum ESPRESSO files.
Author-email: The AiiDA team <developers@aiida.net>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: packaging
Requires-Dist: codecov ; extra == "dev"
Requires-Dist: mypy==0.930 ; extra == "dev"
Requires-Dist: pre-commit ; extra == "dev"
Requires-Dist: timeout-decorator ; extra == "dev"
Requires-Dist: pylint~=2.16.0 ; extra == "dev"
Requires-Dist: pytest ; extra == "dev"
Requires-Dist: pytest-cov ; extra == "dev"
Requires-Dist: pytest-cases~=3.2 ; extra == "dev"
Requires-Dist: ruamel.yaml ; extra == "dev"
Requires-Dist: Sphinx ; extra == "docs"
Requires-Dist: docutils ; extra == "docs"
Requires-Dist: sphinx_rtd_theme ; extra == "docs"
Project-URL: Home, https://github.com/aiidateam/qe-tools
Project-URL: Source, https://github.com/aiidateam/qe-tools
Provides-Extra: dev
Provides-Extra: docs

# qe-tools
This repository contains a set of useful tools for Quantum ESPRESSO, in particular

 * a parser for pw.x input files
 * a parser for cp.x input files

The code is developed and maintained by the AiiDA Team and is licensed under the MIT license (see LICENSE file).

