File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- [](https://app.fossa.io/projects/git%2Bgithub.com%2Fmyles%2Fpython-wp?ref=badge_shield)
2-
31================
42Python WordPress
53================
@@ -16,6 +14,10 @@ Python WordPress
1614 :target: http://python-wordpress.readthedocs.io/en/master/?badge=master
1715 :alt: Documentation Status
1816
17+ .. image :: https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmyles%2Fpython-wp.svg?type=shield
18+ :target: https://app.fossa.io/projects/git%2Bgithub.com%2Fmyles%2Fpython-wp?ref=badge_shield
19+ :alt: FOSSA Status
20+
1921A Python library for interacting with WordPress REST API.
2022
2123* Free software: MIT License
@@ -34,7 +36,3 @@ Quick Start
3436 >>> for p in posts:
3537 ... print (' {title[rendered]} : {link} ' .format(** p._json))
3638 Hello, World: http://example.org/2017/01/30/hello-world
37-
38-
39- ## License
40- [](https://app.fossa.io/projects/git%2Bgithub.com%2Fmyles%2Fpython-wp?ref=badge_large)
You can’t perform that action at this time.
0 commit comments