Shoop is an Open Source E-Commerce Platform based on Django and Python.
Copyright (C) 2012-2015 by Shoop Ltd. <[email protected]>
Shoop is International Registered Trademark & Property of Shoop Ltd., Business ID: FI24815722, Business Address: Aurakatu 12 B, 20100 Turku, Finland.
Notice: At the release of Shoop Marketplace we will be adding Contributor License Agreement for Shoop to allow the best possible experience for users to sell add-ons through Shoop Marketplace.
Shoop is published under the GNU Affero General Public License, version 3 (AGPLv3). See the LICENSE file distributed with Shoop.
Some external libraries and contributions bundled with Shoop may be published under other AGPLv3-compatible licenses. For these, please refer to VENDOR-LICENSES.md file in the source code tree or the licenses included within each package.
We have a Gitter chat room for Shoop. Come chat with us!
See Getting Started with Shoop Development.
Shoop 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