Metadata-Version: 2.1
Name: asyncio-fast-portscanner
Version: 0.0.1
Summary: Get your active host list in N * timeout fixed time
Home-page: https://github.com/Razikus/asyncio_fast_portscanner
Author: Adam Raźniewski
Author-email: adam@razniewski.eu
License: MIT license
Keywords: asyncio_fast_portscanner
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.5, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Requires-Dist: Click (>=7.0)
Requires-Dist: asyncio (==3.4.3)

========================
asyncio-fast-portscanner
========================


.. image:: https://img.shields.io/pypi/v/asyncio_fast_portscanner.svg
        :target: https://pypi.python.org/pypi/asyncio_fast_portscanner

.. image:: https://img.shields.io/travis/Razikus/asyncio-fast-portscanner.svg
        :target: https://travis-ci.org/Razikus/asyncio-fast-portscanner

.. image:: https://readthedocs.org/projects/asyncio-fast-portscanner/badge/?version=latest
        :target: https://asyncio-fast-portscanner.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Get your active host list in N * timeout fixed time


* Free software: MIT license
* Documentation: https://asyncio-fast-portscanner.readthedocs.io.


Features
--------

* Scan specific ports for specific hosts with fixed timeout






=======
History
=======

0.0.1 (2019-10-19)
------------------

* First release on PyPI.


