Metadata-Version: 1.0
Name: leaderboard
Version: 1.1.3
Summary: Library for interacting with leaderboards backed by Redis
Home-page: https://github.com/agoragames/python-leaderboard
Author: Ola Mork, Aaron Westendorf
Author-email: ola@agoragames.com, aaron@agoragames.com
License: LICENSE.txt
Description: =================================
        Leaderboard: redis backed leaderboard library
        =================================
        
        :Version: 1.1.3
        :Download: http://pypi.python.org/pypi/leaderboard
        :Source: https://github.com/agoragames/python-leaderboard
        :Keywords: python, redis, leaderboard
        
        .. contents::
            :local:
        
        .. _pthon-leaderboard-overview:
        
        Overview
        ========
        
        Leaderboards backed by Redis in Python, http://redis.io.
        
        Builds off ideas proposed in http://blog.agoragames.com/2011/01/01/creating-high-score-tables-leaderboards-using-redis/.
        
        see https://github.com/agoragames/leaderboard/ for detailed usage information
        
        .. _license:
        
        License
        =======
        
        This software is licensed under the `New BSD License`. See the ``LICENSE``
        file in the top distribution directory for the full license text.
        
        .. # vim: syntax=rst expandtab tabstop=4 shiftwidth=4 shiftround
        
        
Keywords: python,leaderboard,redis
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX
Classifier: Topic :: Communications
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
