Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

wordpress-oauth

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wordpress-oauth

Python REST API wrapper for WP-API/OAuth1

  • 0.1.2
  • PyPI
  • Socket score

Maintainers
1

wordpress_oauth

.. image:: https://img.shields.io/pypi/v/package_name.svg :target: https://pypi.python.org/pypi/wordpress_oauth :alt: Latest PyPI version

Python REST API wrapper for WP-API/OAuth1

Usage

.. code-block::

import wordpress_oauth api = wordpress_oauth.Wordpress("~/.config/pywordpress_oauth/config.yml") image_path = "images/icon.png" result = api.upload_image(image_path)

This library asks auth setting on initial startup.

Installation

.. code-block::

pip install wordpress_oauth

Requirements ^^^^^^^^^^^^

WP REST API - OAuth 1.0a Server <https://github.com/WP-API/OAuth1>_

Compatibility

Licence

Authors

wordpress_oauth was written by fx-kirin <fx.kirin@gmail.com>_.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc