Metadata-Version: 2.1
Name: aiida_upgrade
Version: 0.0.2
Summary: A tool to aide upgrades of plugins to new aiida-core versions.
Author-email: The AiiDA team <developers@aiida.net>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: click
Requires-Dist: pytest ; extra == "testing"
Project-URL: Home, https://github.com/aiidateam/aiida-upgrade
Provides-Extra: testing

# aiida-upgrade

[![PyPI][pypi-badge]][pypi-link]

A tool to aide upgrades of plugins to new aiida-core versions

## Usage

To use the command line tool, it is recommended to install via [pipx](https://pypa.github.io/pipx/):

```console
$ pipx install aiida-upgrade
$ aiida-upgrade --help
```

[pypi-badge]: https://img.shields.io/pypi/v/aiida_upgrade.svg
[pypi-link]: https://pypi.org/project/aiida_upgrade

