Metadata-Version: 2.1
Name: gmtd
Version: 1.0.0b2
Summary: Give Me the Docs finds documentation links for Python packages so you don't have to.
Author-email: Ben Soyka <bensoyka@icloud.com>
Requires-Python: ~=3.8
Description-Content-Type: text/markdown
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: click==8.0.3
Project-URL: Changelog, https://github.com/bsoyka/gmtd/releases
Project-URL: Documentation, https://github.com/bsoyka/gmtd#readme
Project-URL: Source, https://github.com/bsoyka/gmtd

# Give Me the Docs

**Give Me the Docs** finds the docs for Python packages so you don't have to.

```console
$ gmtd numpy
Found documentation for numpy:

    - https://numpy.org/doc/1.21
    - https://www.numpy.org
```

[![Downloads](https://pepy.tech/badge/gmtd)](https://pepy.tech/project/gmtd)
[![Supported Versions](https://img.shields.io/pypi/pyversions/gmtd.svg)](https://pypi.org/project/gmtd)
[![License](https://img.shields.io/pypi/l/gmtd)](https://github.com/bsoyka/gmtd/blob/master/LICENSE)
[![Version](https://img.shields.io/pypi/v/gmtd?label=latest)](https://pypi.org/project/gmtd)

## Installation

Give Me the Docs is available on PyPI:

```console
$ pip install gmtd
```

Give Me the Docs officially supports Python 3.8+.

## API Reference

Coming soon!

