Skip to main content

A simple Python Wrapper for CDiscount API using Requests.

Project description

PythonCdiscount is a small wrapper around the Cdiscount Products API.

Requirements

PythonCdiscount requires Requests, an elegant and simple HTTP library for Python, built for human beings.

http://docs.python-requests.org/

You also need a Cdiscount API key, which you can get from here : https://dev.cdiscount.com

Installation

pip install pycdiscount

Example Use

from pycdiscount import PyCdiscount
app = PyCdiscount(api_key="YOUR API KEY")
searchresult = app.search("Iphone")

All results are returned in JSON format. If you want to show them in the console, I suggest you use the pprint module.

https://docs.python.org/3/library/pprint.html

Questions, Comments, etc?

Feel free to hit me up at the following:

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

pycdiscount-0.3.5.tar.gz (15.7 kB view hashes)

Uploaded Source

Built Distribution

pycdiscount-0.3.5-py3-none-any.whl (4.8 kB view hashes)

Uploaded 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