Metadata-Version: 2.1
Name: urlexpander-test
Version: 0.0.37
Summary: urlExpander is a Python package for quickly and thoroughly expanding shortened URLs.
Home-page: https://github.com/SMAPPNYU/urlExpander
Author: leon yin
Author-email: 
License: MIT
Keywords: smapp social media unshorten expand link url
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tldextract
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: tqdm
Requires-Dist: unshortenit

This package makes working with link data from social media and webpages easier. It not only expands links, but catches errors, and makes parallel link expansion quick and efficient.
```
import urlexpander
urlexpander.expand('https://trib.al/xXI5ruM')
```
returns
```
'https://www.breitbart.com/video/2017/12/31/lindsey-graham-trump-just-cant-tweet-iran/'
```
 
 Please take a look at the [quickstart](http://nbviewer.jupyter.org/github/SMAPPNYU/urlExpander/blob/master/examples/quickstart.ipynb?flush_cache=true).

    
