Metadata-Version: 2.4
Name: Sideshow
Version: 0.7.0
Summary: Case/Special Order Tracker
Project-URL: Homepage, https://wuttaproject.org/
Project-URL: Repository, https://forgejo.wuttaproject.org/wutta/sideshow
Project-URL: Issues, https://forgejo.wuttaproject.org/wutta/sideshow/issues
Project-URL: Changelog, https://forgejo.wuttaproject.org/wutta/sideshow/src/branch/master/CHANGELOG.md
Author-email: Lance Edgar <lance@wuttaproject.org>
Maintainer-email: Lance Edgar <lance@wuttaproject.org>
License: GNU General Public License v3+
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Pyramid
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Office/Business
Requires-Python: >=3.8
Requires-Dist: wuttaweb>=0.22.0
Provides-Extra: docs
Requires-Dist: enum-tools[sphinx]; extra == 'docs'
Requires-Dist: furo; extra == 'docs'
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: sphinxcontrib-programoutput; extra == 'docs'
Provides-Extra: mysql
Requires-Dist: mysql-connector-python; extra == 'mysql'
Provides-Extra: postgres
Requires-Dist: psycopg2; extra == 'postgres'
Provides-Extra: tests
Requires-Dist: pytest-cov; extra == 'tests'
Requires-Dist: tox; extra == 'tests'
Description-Content-Type: text/markdown


# Sideshow

This is a web app which provides retailers a way to track case/special
orders.

Full docs are at https://rattailproject.org/docs/sideshow/


## Quick Start

Make a virtual environment and install the app:

    python3 -m venv sideshow
    source sideshow/bin/activate
    pip install Sideshow
    sideshow install
