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()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file python-marketman-0.1.tar.gz
.
File metadata
- Download URL: python-marketman-0.1.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 21c991923ed9b268c911f28a39a6d88190cdc408b73aa52b5aada94a2f34ac41 |
|
MD5 | 7f811caf3d2897e1e108bfff687829e4 |
|
BLAKE2b-256 | f598d0969b30eab1786f2da4e05e78733619509dc88e55df7d630784155a4dac |
File details
Details for the file python_marketman-0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: python_marketman-0.1-py2.py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f634b12401e2b11aa0089f0d86fb151e6f3d0fdc2da6562432b92890458cdfa |
|
MD5 | 3f2dc515312d2d7db6936d9ab9ec4599 |
|
BLAKE2b-256 | 5d27605250e90f88a657c38b89a48ebe1a4c359b53b0a764e759f862ba215c83 |