Metadata-Version: 1.0
Name: rattail
Version: 0.3a3
Summary: Retail Software Framework
Home-page: http://rattail.edbob.org/
Author: Lance Edgar
Author-email: lance@edbob.org
License: GNU Affero GPL v3
Description: 
        Rattail
        =======
        
        Rattail is a retail software framework based on `edbob <http://edbob.org/>`_,
        and released under the GNU Affero General Public License.
        
        This is the core ``rattail`` package.
        
        Please see Rattail's `home page <http://rattail.edbob.org/>`_ for more
        information.
        
        
        Installation
        ------------
        
        Install the software with::
        
           $ pip install rattail
        
        
        Usage
        -----
        
        Built-in help can be seen with::
        
           $ rattail help
        
        
        
        0.3a3
        -----
        
        - Move database extension to subdir (``rattail.db.extension``).
        
        - Make database extension require ``auth`` extension.
        
        - Fix ``rattail.db.init()``.
        
        - Add lots of classes to database extension model.
        
        - Add ``rattail.labels`` module.
        
        - Add ``rattail.db.cache`` module.
        
        - Add SIL output functions.
        
        - Remove some batch code (for now?).
        
        0.3a2
        -----
        
        - Added Windows file monitor service.
        
        0.3a1
        -----
        
        -  Refactored to rely on `edbob <http://edbob.org/>`_.  (Most of Rattail's
           "guts" now live there instead.)
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
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 Affero General Public License v3
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Office/Business
Classifier: Topic :: Software Development :: Libraries :: Python Modules
