Metadata-Version: 2.1
Name: link-previewer
Version: 0.0.5
Summary: Gives the link preview based on Open Graph Protocol
Home-page: https://github.com/amiaynara/link_previewer.git
Author: Amiay Narayan
Author-email: amiayn@iitbhilai.ac.in
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: beautifulsoup4 (==4.9.3)
Requires-Dist: certifi (==2020.12.5)
Requires-Dist: chardet (==4.0.0)
Requires-Dist: filelock (==3.0.12)
Requires-Dist: idna (==2.10)
Requires-Dist: lxml (==4.6.3)
Requires-Dist: requests (==2.25.1)
Requires-Dist: requests-file (==1.5.1)
Requires-Dist: six (==1.16.0)
Requires-Dist: soupsieve (==2.2.1)
Requires-Dist: tldextract (==3.1.0)
Requires-Dist: urllib3 (==1.26.4)
Provides-Extra: dev
Requires-Dist: pytest (>=5) ; extra == 'dev'
Requires-Dist: check-manifest (==0.46) ; extra == 'dev'

This package creates a link preview of a URL. This largely relies on the Open Graph protocol proposed by Facebook.

# Installation
```bash
$ pip install link_previewer
```

# Developing Hello World
To install link_previewer, along with the tools you need to develop and run tests, run the following in your virtualenv:
```bash
$ pip install -e .[dev]
```




