Metadata-Version: 2.1
Name: openapi-lookup
Version: 0.1.1
Summary: A command-line interface to for the open api listings from public-apis/public-apis.
Home-page: https://github.com/xransum/openapi-lookup
License: MIT
Author: xransum
Author-email: xransum@users.noreply.github.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
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: appdirs (>=1.4.4,<2.0.0)
Requires-Dist: click (>=7.0)
Requires-Dist: nox (>=2020.8.22)
Requires-Dist: nox-poetry (>=1.0.3,<2.0.0)
Requires-Dist: packaging (>=20.9)
Requires-Dist: sphinx-click (>=5.0.1,<6.0.0)
Requires-Dist: sphinx-rtd-theme (>=1.3.0,<2.0.0)
Requires-Dist: tomlkit (>=0.7)
Requires-Dist: types-requests (>=2.31.0,<3.0.0)
Project-URL: Changelog, https://github.com/xransum/openapi-lookup/releases
Project-URL: Documentation, https://openapi-lookup.readthedocs.io
Project-URL: Repository, https://github.com/xransum/openapi-lookup
Description-Content-Type: text/markdown

<div align="center">

# OpenAPI Lookup

A collection of tools and scripts for making the life of security analysts
easier, faster, and more efficient.

  <img src="https://raw.githubusercontent.com/xransum/openapi-lookup/main/docs/images/logo.png" width="20%" style="border-radius: 10%">

  <br />

[![Tests](https://github.com/xransum/openapi-lookup/workflows/Tests/badge.svg)][tests]
[![Codecov](https://codecov.io/gh/xransum/openapi-lookup/branch/main/graph/badge.svg)][codecov]
[![PyPI](https://img.shields.io/pypi/v/openapi-lookup.svg)][pypi_]
[![Python Version](https://img.shields.io/pypi/pyversions/openapi-lookup)][python version]

[![Python Black](https://img.shields.io/badge/code%20style-black-000000.svg?label=Style)](https://github.com/xransum/openapi-lookup)
[![Read the documentation at https://openapi-lookup.readthedocs.io/](https://img.shields.io/readthedocs/openapi-lookup/latest.svg?label=Read%20the%20Docs)][read the docs]
[![Downloads](https://pepy.tech/badge/openapi-lookup)](https://pepy.tech/project/openapi-lookup)
[![License](https://img.shields.io/pypi/l/openapi-lookup)][license]

</div>

## Installation

Install `openapi-lookup` from the Python Package Index:

```bash
$ pip install openapi-lookup
```

## Usage

```bash
$ openapis --help
```

## Contributing

Contributions are welcome! Please see [CONTRIBUTING.md][contributing] for more
information.

## License

Distributed under the terms of the [MIT][license] license, `openapi-lookup` is
free and open source software.

## Issues

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

<!-- github-only -->

[pypi_]: https://pypi.org/project/openapi-lookup/
[python version]: https://pypi.org/project/openapi-lookup
[read the docs]: https://openapi-lookup.readthedocs.io/
[tests]: https://github.com/xransum/openapi-lookup/actions?workflow=Tests
[codecov]: https://app.codecov.io/gh/xransum/openapi-lookup
[@xransum]: https://github.com/xransum
[nox]: https://nox.thea.codes/
[poetry]: https://python-poetry.org/
[constraints file]: https://pip.pypa.io/en/stable/user_guide/#constraints-files
[file an issue]: https://github.com/xransum/openapi-lookup/issues
[keyword-only parameter]: https://docs.python.org/3/glossary.html#keyword-only-parameter
[nox.sessions.session.install]: https://nox.thea.codes/en/stable/config.html#nox.sessions.Session.install
[nox.sessions.session.run]: https://nox.thea.codes/en/stable/config.html#nox.sessions.Session.run
[pip install]: https://pip.pypa.io/en/stable/reference/pip_install/
[pip]: https://pip.pypa.io/
[pipx]: https://pipxproject.github.io/pipx/
[license]: https://github.com/xransum/openapi-lookup/blob/main/LICENSE
[contributor guide]: https://github.com/xransum/openapi-lookup/blob/main/CONTRIBUTING.md

