Metadata-Version: 2.1
Name: r2dt-client
Version: 0.1.1
Summary: R2DT API Client
Home-page: https://github.com/anayden/r2dt-client
License: MIT
Author: Aleksei Naiden
Author-email: r2dt@anaiden.ru
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: aiohttp (>=3.9.0,<4.0.0)
Requires-Dist: click (>=8.0.1)
Requires-Dist: diskcache (>=5.6.3,<6.0.0)
Requires-Dist: ipython (>=8.18.0,<9.0.0)
Requires-Dist: rich (>=13.7.0,<14.0.0)
Requires-Dist: typer[all] (>=0.9.0,<0.10.0)
Project-URL: Changelog, https://github.com/anayden/r2dt-client/releases
Project-URL: Documentation, https://r2dt-client.readthedocs.io
Project-URL: Repository, https://github.com/anayden/r2dt-client
Description-Content-Type: text/markdown

# R2DT API Client

[![PyPI](https://img.shields.io/pypi/v/r2dt-client.svg)][pypi_]
[![Status](https://img.shields.io/pypi/status/r2dt-client.svg)][status]
[![Python Version](https://img.shields.io/pypi/pyversions/r2dt-client)][python version]
[![License](https://img.shields.io/pypi/l/r2dt-client)][license]

[![Read the documentation at https://r2dt-client.readthedocs.io/](https://img.shields.io/readthedocs/r2dt-client/latest.svg?label=Read%20the%20Docs)][read the docs]
[![Tests](https://github.com/anayden/r2dt-client/workflows/Tests/badge.svg)][tests]
[![Codecov](https://codecov.io/gh/anayden/r2dt-client/branch/master/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_]: https://pypi.org/project/r2dt-client/
[status]: https://pypi.org/project/r2dt-client/
[python version]: https://pypi.org/project/r2dt-client
[read the docs]: https://r2dt-client.readthedocs.io/
[tests]: https://github.com/anayden/r2dt-client/actions?workflow=Tests
[codecov]: https://app.codecov.io/gh/anayden/r2dt-client
[pre-commit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black

## Features

- TODO

## Requirements

- TODO

## Installation

You can install _R2DT API Client_ via [pip] from [PyPI]:

```console
$ pip install r2dt-client
```

## 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],
_R2DT API Client_ 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/anayden/r2dt-client/issues
[pip]: https://pip.pypa.io/

<!-- github-only -->

[license]: https://github.com/anayden/r2dt-client/blob/master/LICENSE
[contributor guide]: https://github.com/anayden/r2dt-client/blob/master/CONTRIBUTING.md
[command-line reference]: https://r2dt-client.readthedocs.io/en/latest/usage.html

