Giter Club home page Giter Club logo

django-oscar-mws's Introduction

Amazon MWS integration with Oscar

https://travis-ci.org/tangentlabs/django-oscar-mws.png?branch=master https://coveralls.io/repos/tangentlabs/django-oscar-mws/badge.png?branch=master

Disclaimer

This project is the first attempt at integrating Oscar with Amazon's MWS for fulfillment. Although it is currently used on a production site, it is still in its early stages. It only integrates with a subset of features of MWS and currently there are no plans of actively extending the coverage. Pull request with fixes and enhancements are very welcome, though.

Documentation

The documentation of this project can be found over on the incredible `read the docs`_: http://django-oscar-mws.rtfd.org.

Running The Tests

We are using `pytest`_ as the test runner and testing framework for this project. To run the test suite simple run the py.test command:

$ py.test

In addition to test for the project itself (unit and functional tests), we use a set of integration tests that use the live Amazon MWS API. These test use a integration marker (as provided by pytest) and are disable by default (see pytest.ini). Running the integration tests requires valid credentials for the Amazon API provided as environmental variables:

$ export AWS_ACCESS_KEY_ID="your_mws_key"
$ export AWS_SECRET_ACCESS_KEY="your_mws_secret"
$ export SELLER_ID="your_seller_id"

With the credentials available, the integration test can be run using:

$ py.test -m integration

License

django-oscar-mws is released under the permissive New BSD license.

https://d2weczhvl823v0.cloudfront.net/tangentlabs/django-oscar-mws/trend.png

django-oscar-mws's People

Contributors

patryk avatar roadsideseb avatar jarekdz avatar

Stargazers

cwiso avatar

Watchers

Victor Liu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.