Metadata-Version: 2.1
Name: authcaptureproxy
Version: 0.1.0
Summary: A Python project to create a proxy to capture authentication information from a webpage. This is useful to capture oauth login details without access a third-party oauth.
Home-page: https://github.com/alandtse/auth_capture_proxy
License: Apache-2.0
Author: Alan D. Tse
Maintainer: Alan D. Tse
Requires-Python: >=3.8,<4
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: all
Requires-Dist: aiohttp (>=3.7.3,<4.0.0)
Requires-Dist: bs4 (>=0.0.1,<0.0.2)
Requires-Dist: multidict (>=5.1.0,<6.0.0)
Requires-Dist: typer (>=0.3,<1.0)
Requires-Dist: yarl (>=1.6.3,<2.0.0)
Project-URL: CI, https://github.com/alandtse/auth_capture_proxy/actions
Project-URL: Documentation, https://auth_capture_proxy.readthedocs.io
Project-URL: Download, https://pypi.org/project/authcaptureproxy/
Project-URL: Issues, https://github.com/alandtse/auth_capture_proxy/issues
Project-URL: Repository, https://github.com/alandtse/auth_capture_proxy
Description-Content-Type: text/markdown

# Auth_capture_proxy

[![Version status](https://img.shields.io/pypi/status/auth_capture_proxy)](https://pypi.org/project/auth_capture_proxy)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Python version compatibility](https://img.shields.io/pypi/pyversions/auth_capture_proxy)](https://pypi.org/project/auth_capture_proxy)
[![Version on Docker Hub](https://img.shields.io/docker/v/alandtse/auth_capture_proxy?color=green&label=Docker%20Hub)](https://hub.docker.com/repository/docker/alandtse/auth_capture_proxy)
[![Version on Github](https://img.shields.io/github/v/release/alandtse/auth_capture_proxy?include_prereleases&label=GitHub)](https://github.com/alandtse/auth_capture_proxy/releases)
[![Version on PyPi](https://img.shields.io/pypi/v/authcaptureproxy)](https://pypi.org/project/authcaptureproxy)
[![Version on Conda-Forge](https://img.shields.io/conda/vn/conda-forge/auth_capture_proxy?label=Conda-Forge)](https://anaconda.org/conda-forge/auth_capture_proxy)  
[![Documentation status](https://readthedocs.org/projects/auth_capture_proxy/badge)](https://auth_capture_proxy.readthedocs.io/en/stable)
[![Build (Github Actions)](https://img.shields.io/github/workflow/status/alandtse/auth_capture_proxy/Build%20&%20test?label=Build%20&%20test)](https://github.com/alandtse/auth_capture_proxy/actions)
[![Build (Travis)](https://img.shields.io/travis/alandtse/auth_capture_proxy?label=Travis)](https://travis-ci.com/alandtse/auth_capture_proxy)
[![Build (Azure)](https://img.shields.io/azure-devops/build/alandtse/<<key>>/<<defid>>?label=Azure)](https://dev.azure.com/alandtse/auth_capture_proxy/_build?definitionId=1&_a=summary)
[![Build (Scrutinizer)](https://scrutinizer-ci.com/g/alandtse/auth_capture_proxy/badges/build.png?b=main)](https://scrutinizer-ci.com/g/alandtse/auth_capture_proxy/build-status/main)  
[![Test coverage (coveralls)](https://coveralls.io/repos/github/alandtse/auth_capture_proxy/badge.svg?branch=main&service=github)](https://coveralls.io/github/alandtse/auth_capture_proxy?branch=main)
[![Test coverage (codecov)](https://codecov.io/github/alandtse/auth_capture_proxy/coverage.svg)](https://codecov.io/gh/alandtse/auth_capture_proxy)
[![Test coverage (Scrutinizer)](https://scrutinizer-ci.com/g/alandtse/auth_capture_proxy/badges/coverage.png?b=main)](https://scrutinizer-ci.com/g/alandtse/auth_capture_proxy/?branch=main)
[![Maintainability (Code Climate)](https://api.codeclimate.com/v1/badges/<<apikey>>/maintainability)](https://codeclimate.com/github/alandtse/auth_capture_proxy/maintainability)
[![Code Quality (Scrutinizer)](https://scrutinizer-ci.com/g/alandtse/auth_capture_proxy/badges/quality-score.png?b=main)](https://scrutinizer-ci.com/g/alandtse/auth_capture_proxy/?branch=main)

A python project.

And it’s further described in this paragraph.
[See the docs 📚](https://auth_capture_proxy.readthedocs.io/en/stable/) for more info.

Licensed under the terms of the [Apache License 2.0](https://spdx.org/licenses/Apache-2.0.html).
[New issues](https://github.com/alandtse/auth_capture_proxy/issues) and pull requests are welcome.
Please refer to the [contributing guide](https://github.com/alandtse/auth_capture_proxy/blob/main/CONTRIBUTING.md)
and [security policy](https://github.com/alandtse/auth_capture_proxy/blob/main/SECURITY.md).  
Generated with [Tyrannosaurus](https://github.com/dmyersturnbull/tyrannosaurus).

