Metadata-Version: 1.2
Name: Socks5man
Version: 0.1.2
Summary: SOCKS5 server management tool and library
Home-page: https://github.com/RicoVZ/socks5man
Author: Ricardo van Zutphen
Author-email: ricardo@hatching.io
License: GPLv3
Description: Socks5man is a Socks5 management tool and Python library. It
        enables you to add socks5 servers, run a service that verifies if
        they are operational, and request these servers in a round-robin fashion
        by country, city, average connection time, and bandwidth, using the Python library.
        
        The library also allows for manual operationality, bandwidth, and connection time tests.
        A local database is used to lookup country and city information for a host ip.
        
        The documentation can be found at: `https://socks5man.readthedocs.io`_.
        
        This product includes GeoLite2 data created by MaxMind, available from `maxmind.com`_.
        
        .. image:: https://api.travis-ci.org/RicoVZ/socks5man.svg?branch=master
           :alt: Linux and OSX Build Status
           :target: https://travis-ci.org/RicoVZ/socks5man
        
        .. image:: https://ci.appveyor.com/api/projects/status/le7o92n6t1glv4su?svg=true
           :alt: Windows Build Status
           :target: https://ci.appveyor.com/project/RicoVZ/socks5man
        
        .. image:: https://codecov.io/gh/ricovz/socks5man/branch/master/graph/badge.svg
           :alt: Codecov Coverage Status
           :target: https://codecov.io/gh/RicoVZ/socks5man
        
        .. _`maxmind.com`: http://www.maxmind.com
        .. _`https://socks5man.readthedocs.io`: https://socks5man.readthedocs.io/
        
Keywords: socks5man socks5 tester management library verification
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: Security
Requires-Python: >=2.7, <3.0
