https://github.com/alexandriagroup/fnapy
Python API for FNAC WebServices
https://github.com/alexandriagroup/fnapy
api python
Last synced: 6 months ago
JSON representation
Python API for FNAC WebServices
- Host: GitHub
- URL: https://github.com/alexandriagroup/fnapy
- Owner: alexandriagroup
- License: mit
- Created: 2016-08-30T15:21:29.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-06-29T15:22:40.000Z (about 3 years ago)
- Last Synced: 2025-09-28T00:20:38.700Z (10 months ago)
- Topics: api, python
- Language: Python
- Homepage: https://alexandriagroup.github.io/fnapy
- Size: 8.88 MB
- Stars: 10
- Watchers: 4
- Forks: 6
- Open Issues: 11
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
=====
FNAPY
=====
.. image:: https://travis-ci.org/alexandriagroup/fnapy.svg?branch=master
:target: https://travis-ci.org/alexandriagroup/fnapy
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
.. _pipenv: https://pipenv.readthedocs.io/en/latest/