A Python API for FNAC WebServices


Keywords
api, fnac, python, webservices
License
MIT
Install
pip install fnapy==1.1.2

Documentation

FNAPY

https://travis-ci.org/alexandriagroup/fnapy.svg?branch=master

Description

fnapy is a Python library using the FnacMarketPlace API to connect to your own sales application to your FnacMarketplace seller account. It uses the REST WebService protocol to exchange data.

Development

We use pipenv to manage the dependencies in a virtual environment.

  • To run a shell in the virtual environment:

    pipenv shell