Back-end web application and API for Rattail
Go to file
Lance Edgar 84225f00e1 Initial tests.
This doesn't add much in the way of useful tests but it should pave the way for
more. Tests may be run like so:

{{{
python setup.py nosetests --with-coverage
}}}
2013-06-19 14:21:45 -07:00
rattail Initial tests. 2013-06-19 14:21:45 -07:00
.gitignore add .gitignore 2012-09-17 12:42:36 -07:00
CHANGES.txt update changelog 2013-06-09 13:46:20 -07:00
COPYING.txt add COPYING 2012-11-15 17:25:31 -08:00
fabfile.py Tweaked Fabric release command. 2013-05-22 18:10:55 -07:00
MANIFEST.in initial commit (save point) 2012-04-10 12:39:30 -05:00
README.txt initial commit (save point) 2012-04-10 12:39:30 -05:00
setup.cfg Initial tests. 2013-06-19 14:21:45 -07:00
setup.py Initial tests. 2013-06-19 14:21:45 -07:00

rattail.pyramid
===============

Rattail is a retail software framework based on `edbob <http://edbob.org/>`_,
and released under the GNU Affero General Public License.

This package contains Pyramid views, etc., for managing a Rattail system.

Please see Rattail's `home page <http://rattail.edbob.org/>`_ for more
information.