Metadata-Version: 2.1
Name: proxysix
Version: 1.0.0a3
Summary: API wrapper for Proxy6
Home-page: https://github.com/michaeldel/proxy6
License: MIT
Author: michaeldel
Author-email: michaeldel@protonmail.com
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: Proxy Servers
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: marshmallow (==3.0.0rc9)
Requires-Dist: requests (>=2.22,<3.0)
Project-URL: Repository, https://github.com/michaeldel/proxy6
Description-Content-Type: text/markdown

# Proxy6 API wrapper
[![Build status](https://api.travis-ci.com/michaeldel/proxy6.svg?branch=master)](https://travis-ci.com/michaeldel/proxy6)
[![PyPI - Status](https://img.shields.io/pypi/v/proxysix)](https://pypi.org/project/proxysix/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/proxysix)](https://pypi.org/project/proxysix/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

## Install
Install the `proxysix` package with `pip`:
```
pip install proxysix
```

