Metadata-Version: 2.1
Name: rattail
Version: 0.10.79
Summary: Retail Software Framework
Home-page: https://rattailproject.org/
Author: Lance Edgar
Author-email: lance@edbob.org
License: GNU GPL v3
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Office/Business
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: COPYING.txt
Requires-Dist: bcrypt
Requires-Dist: colander
Requires-Dist: humanize
Requires-Dist: lockfile
Requires-Dist: openpyxl
Requires-Dist: packaging
Requires-Dist: progress
Requires-Dist: python-configuration
Requires-Dist: requests
Requires-Dist: six
Requires-Dist: texttable
Requires-Dist: xlrd
Requires-Dist: Mako
Requires-Dist: pytz>=2013b
Requires-Dist: pyinotify; sys_platform != "win32"
Provides-Extra: bouncer
Requires-Dist: flufl.bounce<3.0; extra == "bouncer"
Provides-Extra: db
Requires-Dist: alembic>=0.7.0; extra == "db"
Requires-Dist: beaker; extra == "db"
Requires-Dist: passlib; extra == "db"
Requires-Dist: SQLAlchemy<1.5,>=1.4; extra == "db"
Requires-Dist: SQLAlchemy-Continuum; extra == "db"
Provides-Extra: memcached
Requires-Dist: pylibmc; extra == "memcached"
Provides-Extra: supervisor
Requires-Dist: supervisor; extra == "supervisor"
Provides-Extra: docs
Requires-Dist: Sphinx; extra == "docs"
Requires-Dist: sphinx-paramlinks; extra == "docs"
Provides-Extra: tests
Requires-Dist: coverage; extra == "tests"
Requires-Dist: mock; extra == "tests"
Requires-Dist: nose; extra == "tests"
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"


Rattail
=======

Rattail is a framework / tool kit for building custom apps.  Originally
intended for use in retail environments, but useful in others also.

It is released under the GNU General Public License.

This is the core ``rattail`` package.

Please see the  `Rattail Project`_ for more information.

.. _Rattail Project: https://rattailproject.org/
