Metadata-Version: 2.1
Name: jget
Version: 0.1.0
Summary: File downloader
Home-page: https://github.com/thisisjustinm/
Author: Justin M.
Author-email: thisisjustinm@outlook.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: argparse
Requires-Dist: validators
Requires-Dist: tqdm

﻿# jGet
> My implementation of wget in Python.


Downloads files when a URL is supplied.


## Usage example

Command :  ```jget http://example.com/index.html```

Output: 
```1KB [00:00, 250.00KB/s]
file downloaded to:C:\current-directory\index.html```

## Release History

* 0.1.0
    * Work in progress



