Metadata-Version: 2.4
Name: hera-cli-utils
Version: 0.2.2
Summary: HERA CLI Utils
Author-email: Steven Murray <steven.murray@sns.it>
Project-URL: Repository, https://github.com/steven-murray/hera-cli-utils
Project-URL: Documentation, https://hera-cli-utils.readthedocs.io
Project-URL: Changelog, https://github.com/steven-murray/hera-cli-utils/releases
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=8
Requires-Dist: rich
Requires-Dist: psutil
Requires-Dist: line-profiler
Provides-Extra: docs
Requires-Dist: furo>=2021.11.12; extra == "docs"
Requires-Dist: sphinx>=4.3.2; extra == "docs"
Requires-Dist: sphinx-autobuild>=2021.3.14; extra == "docs"
Requires-Dist: sphinx-click>=3.0.2; extra == "docs"
Requires-Dist: myst-parser>=0.16.1; extra == "docs"
Provides-Extra: tests
Requires-Dist: pytest>=6.2.5; extra == "tests"
Requires-Dist: xdoctest[colors]>=0.15.10; extra == "tests"
Requires-Dist: nox; extra == "tests"
Provides-Extra: dev
Requires-Dist: hera-cli-utils[docs,tests]; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Dynamic: license-file

# HERA CLI Utils

[![PyPI](https://img.shields.io/pypi/v/hera-cli-utils.svg)][pypi status]
[![Status](https://img.shields.io/pypi/status/hera-cli-utils.svg)][pypi status]
[![Python Version](https://img.shields.io/pypi/pyversions/hera-cli-utils)][pypi status]
[![License](https://img.shields.io/pypi/l/hera-cli-utils)][license]

[![Read the documentation at https://hera-cli-utils.readthedocs.io/](https://img.shields.io/readthedocs/hera-cli-utils/latest.svg?label=Read%20the%20Docs)][read the docs]
[![Tests](https://github.com/steven-murray/hera-cli-utils/workflows/Tests/badge.svg)][tests]
[![Codecov](https://codecov.io/gh/steven-murray/hera-cli-utils/branch/main/graph/badge.svg)][codecov]

[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)][pre-commit]
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)][black]

[pypi status]: https://pypi.org/project/hera-cli-utils/
[read the docs]: https://hera-cli-utils.readthedocs.io/
[tests]: https://github.com/steven-murray/hera-cli-utils/actions?workflow=Tests
[codecov]: https://app.codecov.io/gh/steven-murray/hera-cli-utils
[pre-commit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black

## Features

- TODO

## Requirements

- TODO

## Installation

You can install _HERA CLI Utils_ via [pip] from [PyPI]:

```console
$ pip install hera-cli-utils
```

## Usage

Please see the [Command-line Reference] for details.

## Contributing

Contributions are very welcome.
To learn more, see the [Contributor Guide].

## License

Distributed under the terms of the [MIT license][license],
_HERA CLI Utils_ is free and open source software.

## Issues

If you encounter any problems,
please [file an issue] along with a detailed description.

## Credits

This project was generated from [@cjolowicz]'s [Hypermodern Python Cookiecutter] template.

[@cjolowicz]: https://github.com/cjolowicz
[pypi]: https://pypi.org/
[hypermodern python cookiecutter]: https://github.com/cjolowicz/cookiecutter-hypermodern-python
[file an issue]: https://github.com/steven-murray/hera-cli-utils/issues
[pip]: https://pip.pypa.io/

<!-- github-only -->

[license]: https://github.com/steven-murray/hera-cli-utils/blob/main/LICENSE
[contributor guide]: https://github.com/steven-murray/hera-cli-utils/blob/main/CONTRIBUTING.md
[command-line reference]: https://hera-cli-utils.readthedocs.io/en/latest/usage.html
