This repository has been archived by the owner on May 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fec38db
commit b71a95f
Showing
3 changed files
with
15 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
.. image:: https://travis-ci.org/HenrikOssipoff/python-opengraph.svg?branch=master | ||
:target: https://travis-ci.org/HenrikOssipoff/python-opengraph | ||
.. image:: https://coveralls.io/repos/HenrikOssipoff/python-opengraph/badge.svg?branch=master :target: https://coveralls.io/r/HenrikOssipoff/python-opengraph?branch=master | ||
|
||
Python module to parse Open Graph metadata on web pages. For more information on the Open Graph Protocol, see http://ogp.me/. | ||
|
||
**This repository is currently work in progress, and APIs may change without notice.** | ||
|
||
Installation | ||
============ | ||
.. code:: python | ||
pip install python-opengraph |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
[metadata] | ||
description-file=README.md | ||
[wheel] | ||
universal = 1 |