Skip to content

charn/shoop

 
 

Repository files navigation

Shoop

Shoop is an Open Source E-Commerce Platform based on Django and Python.

https://shoop.io/

Copyright

Copyright (C) 2012-2015 by Shoop Ltd. contact@shoop.io

Shoop is International Registered Trademark & Property of Shoop Ltd., Business ID: FI24815722, Business Address: Aurakatu 12 B, 20100 Turku, Finland.

CLA & DCO

Notice: At the release of Shoop Marketplace we will be adding Contributor License Agreement and Developer's Certificate of Origin to allow the best possible experience for users to sell add-ons thru Marketplace

License

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.

Getting started with Shoop development

See Getting Started.

Documentation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 78.3%
  • HTML 10.5%
  • JavaScript 6.4%
  • CSS 4.8%