Metadata-Version: 1.0
Name: Spitter
Version: 0.3
Summary: Spitter is a Twitter-like clone written using the pyramid web framework
Home-page: http://dist.serverzen.com/pypi/d/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://projects.serverzen.com/pm/p/public-sandbox/wiki/Spitter
        Egg url
          http://dist.serverzen.com/pypi/d/spitter/
        
        .. _pyramid: http://pypi.python.org/pypi/pyramid/
        
        
        .. -*-rst-*-
        
        Changes
        =======
        
        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
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
