Metadata-Version: 2.3
Name: rattail
Version: 0.17.1
Summary: Retail Software Framework
Project-URL: Homepage, https://rattailproject.org
Project-URL: Repository, https://kallithea.rattailproject.org/rattail-project/rattail
Project-URL: Issues, https://redmine.rattailproject.org/projects/rattail/issues
Project-URL: Changelog, https://kallithea.rattailproject.org/rattail-project/rattail/files/master/CHANGELOG.md
Author-email: Lance Edgar <lance@edbob.org>
License: GNU GPL v3+
License-File: COPYING.txt
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: 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
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Requires-Dist: bcrypt
Requires-Dist: colander
Requires-Dist: humanize
Requires-Dist: importlib-resources; python_version < '3.9'
Requires-Dist: lockfile
Requires-Dist: makefun
Requires-Dist: mako
Requires-Dist: markupsafe
Requires-Dist: openpyxl
Requires-Dist: packaging
Requires-Dist: progress
Requires-Dist: pyinotify; sys_platform != 'win32'
Requires-Dist: pytz
Requires-Dist: requests
Requires-Dist: texttable
Requires-Dist: typer
Requires-Dist: typing-extensions
Requires-Dist: wuttjamaican>=0.8.0
Requires-Dist: xlrd
Provides-Extra: bouncer
Requires-Dist: flufl-bounce<3.0; extra == 'bouncer'
Provides-Extra: db
Requires-Dist: alembic; extra == 'db'
Requires-Dist: beaker; extra == 'db'
Requires-Dist: passlib; extra == 'db'
Requires-Dist: sqlalchemy-continuum; extra == 'db'
Requires-Dist: sqlalchemy<1.5,>=1.4; extra == 'db'
Provides-Extra: docs
Requires-Dist: furo; extra == 'docs'
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: sphinx-paramlinks; extra == 'docs'
Requires-Dist: sphinxcontrib-programoutput; extra == 'docs'
Provides-Extra: memcached
Requires-Dist: pylibmc; extra == 'memcached'
Provides-Extra: supervisor
Requires-Dist: supervisor; extra == 'supervisor'
Provides-Extra: tests
Requires-Dist: coverage; extra == 'tests'
Requires-Dist: mock; extra == 'tests'
Requires-Dist: pytest; extra == 'tests'
Requires-Dist: pytest-cov; extra == 'tests'
Description-Content-Type: text/x-rst


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/
