Metadata-Version: 2.0
Name: do-latency
Version: 0.2.1
Summary: Digital Ocean latency checker helps to find fastest DO region from your location.
Home-page: https://github.com/dizballanze/do_latency
Author: Yuri Shikanov
Author-email: dizballanze@gmail.com
License: MIT
Keywords: digital ocean latency ping connection speed ICMP
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: pyping (==0.0.4)
Requires-Dist: terminaltables (==2.1.0)
Requires-Dist: tqdm (==3.8.0)

Digital Ocean latency checker
=============================

Digital Ocean latency checker helps to find fastest DO region from your location.

INSTALLATION
------------

::

    pip install do-latency

USAGE
-----

.. image:: https://raw.githubusercontent.com/dizballanze/do-latency/master/usage.gif

-  **-h, --help** - show help
-  **--ping-count** - count of ICMP requests for latency check (default: 10)
-  **--file-size {10mb, 100mb}** - size of downloaded file (default: 10mb). 

TODO
----

[x]  latency check with ICMP

[x]  download speed measurement

[ ]  upload speed measurement

LICENSE
-------

MIT


