This package implements wishlists for the Shuup platform.
Copyright (C) 2012-2018 by Shuup Inc. <[email protected]>
Shuup is International Registered Trademark & Property of Shuup Inc., Business Address: 1013 Centre Road, Suite 403-B, Wilmington, Delaware 19805, United States Of America
Shuup Wishlist is published under the GNU Affero General Public License, version 3 (AGPLv3). See the LICENSE file.
We have a Gitter chat room for Shuup. Come chat with us!
See Getting Started with Shuup Development.
Interested in contributing to Shuup? Please see our Contribution Guide.
Shuup documentation is available online at Read the Docs.
Documentation is built with Sphinx.
Issue the following commands to build the documentation:
pip install Sphinx # to install Sphinx
cd doc && make html
To update the API documentation rst files, e.g. after adding new modules, use command:
./generate_apidoc.py
You can run tests with py.test.
Requirements for running tests:
Your virtualenv needs to have Shuup installed.
Project root must be in the Python path. This can be done with:
pip install -e .
The packages from
testing_requirements.txt
must be installed.pip install -r testing_requirements.txt
To run tests, use command:
py.test -v shuup_wishlist_tests
- python setup.py bdist_wheel