Metadata-Version: 1.1
Name: Spitter
Version: 0.4
Summary: Spitter is a microblogging web app written using the pyramid web framework
Home-page: http://src.serverzen.com/spitter
Author: Rocky Burt
Author-email: rocky@serverzen.com
License: UNKNOWN
Description: .. -*-rst-*-
        
        Spitter
        =======
        
        Spitter provides a web-based mechanism for updating status messages as well
        as following other users.  The primary main page (when logged in) displays
        all status messages by all users that are being followed by the
        current user.
        
        In other words, Spitter is a Twitter clone.
        
        Project url
          http://src.serverzen.com/spitter
        Egg url
          http://pypi.python.org/pypi/Spitter
        
        .. _pyramid: http://pypi.python.org/pypi/pyramid/
        
        
        .. -*-rst-*-
        
        Changes
        =======
        
        0.4 - Dec 18, 2012
        ------------------
        
          * Updated for bitbucket setup
        
        0.3 - Dec 1, 2010
        -----------------
        
          * Changed arguments accepted for the 'runserver' command
        
          * Added transaction support via repoze.tm2/zope.sqlalchemy
        
          * Ordering of spits are now done by creation in descending order
        
        0.2.1 - Nov 25, 2010
        --------------------
        
          * Removed use of python2.7's OrderedDict (must run on python2.6)
        
        0.2 - Nov 25, 2010
        ------------------
        
          * Added many tests
        
          * Added ability to follow/unfollow users
        
          * Improved UI 
        
        0.1 - Nov 23, 2010
        ------------------
        
          * Initial version
        
Keywords: web wsgi bfg pylons pyramid khufu
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
