Interface for the PlentyMarkets API.


Keywords
plentymarkets, python, api, plenty, data
License
GPL-3.0
Install
pip install plenty-api==0.2.11.0

Documentation

Overview

Interface for the PlentyMarkets API.

Setup

Requirements

  • Python 3.7.8+

Installation

Install it directly into an activated virtual environment:

$ pip install python_plenty_api

or add it to your Poetry project:

$ poetry add Python PlentyMarkets API

Usage

After installation, the package can imported:

$ python
>>> import plenty_api
>>> plenty_api.__version__