Metadata-Version: 1.1
Name: aioget
Version: 0.2
Summary: Async io command line download utility written in python
Home-page: https://github.com/phoemur/aioget
Author: Fernando Giannasi <phoemur@gmail.com>
Author-email: UNKNOWN
License: Unlicense
Download-URL: https://github.com/phoemur/aioget/tarball/0.2
Description: This is a simple script that implements concurrent downloads with Python.
        It makes use of Python >= 3.5 new module's asyncio coroutines with async / await statements.
        Uses aiohttp for assyncronous downloads, aiofiles for nonblocking filesystem operations.
        Has a nice curses based progress_bar with multiple lines
              
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Networking
Classifier: Topic :: Utilities
