Metadata-Version: 2.1
Name: ncdump-rich
Version: 0.1.0
Summary: Rich NcDump
Home-page: https://github.com/engeir/ncdump-rich
License: GPL-3.0
Author: Eirik Enger
Author-email: eirroleng@gmail.com
Requires-Python: >=3.6.1,<4.0.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=8.0.1,<9.0.0)
Requires-Dist: netCDF4 (>=1.5.7,<2.0.0)
Requires-Dist: rich (>=10.7.0,<11.0.0)
Project-URL: Changelog, https://github.com/engeir/ncdump-rich/releases
Project-URL: Documentation, https://ncdump-rich.readthedocs.io
Project-URL: Repository, https://github.com/engeir/ncdump-rich
Description-Content-Type: text/markdown

# Rich NcDump

[![PyPI](https://img.shields.io/pypi/v/ncdump-rich.svg)](https://pypi.org/project/ncdump-rich/)
[![Status](https://img.shields.io/pypi/status/ncdump-rich.svg)](https://pypi.org/project/ncdump-rich/)
[![Python Version](https://img.shields.io/pypi/pyversions/ncdump-rich)](https://pypi.org/project/ncdump-rich)
[![License](https://img.shields.io/pypi/l/ncdump-rich)](https://opensource.org/licenses/GPL-3.0)
[![Read the Docs](https://img.shields.io/readthedocs/ncdump-rich/latest.svg?label=Read%20the%20Docs)](https://ncdump-rich.readthedocs.io/)
[![Tests](https://github.com/engeir/ncdump-rich/workflows/Tests/badge.svg)](https://github.com/engeir/ncdump-rich/actions?workflow=Tests)
[![Codecov](https://codecov.io/gh/engeir/ncdump-rich/branch/main/graph/badge.svg)](https://codecov.io/gh/engeir/ncdump-rich)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

## Features

- TODO

## Requirements

- TODO

## Installation

You can install _Rich NcDump_ via [pip](https://pip.pypa.io/) from [PyPI](https://pypi.org/):

```sh
pip install ncdump-rich
```

## Usage

Please see the [Command-line Reference](https://ncdump-rich.readthedocs.io/en/latest/usage.html) for details.

## Contributing

Contributions are very welcome.
To learn more, see the [Contributor Guide](CONTRIBUTING.rst).

## License

Distributed under the terms of the [GPL 3.0 license](https://opensource.org/licenses/GPL-3.0),
_Rich NcDump_ is free and open source software.

## Issues

If you encounter any problems,
please [file an issue](https://github.com/engeir/ncdump-rich/issues) along with a detailed description.

## Credits

This project was generated from [@cjolowicz](https://github.com/cjolowicz)'s [Hypermodern Python Cookiecutter](https://github.com/cjolowicz/cookiecutter-hypermodern-python) template.

