Skip to main content

A basic Marketman.com REST API client.

Project description

Python Marketman is a basic marketman.com REST API client built for Python 3.6, 3.7 and 3.8. The goal is to provide a very low-level interface to the REST Resource, returning a dictionary of the API JSON response.

You can find out more regarding the format of the results in the Official Marketman.com REST API Documentation

Requirements

  • Python: 3.6, 3.7, 3.8

Installation

Install with pip, or your preferred package manager:

$ pip install python-marketman

Examples

To access your Marketman account, provide your API Key and API Password to your Marketman instance.

For example:

from python_marketman import Marketman
mm = Marketman(api_key='', api_password='')

Inventory

Access your inventory by calling the relevant method on your Marketman instance:

mm.get_items()

Items

Access your inventory by calling the relevant method on your Marketman instance:

mm.get_vendors()

Authors & License

This package is released under an open source Apache 2.0 license: Copyright 2020 Lukas Klement. It was inspired by the excellent library Official Marketman.com REST API Documentation

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-marketman-0.1.tar.gz (7.2 kB view hashes)

Uploaded Source

Built Distribution

python_marketman-0.1-py2.py3-none-any.whl (7.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page