Metadata-Version: 1.1
Name: skiplistcollections
Version: 0.0.1
Summary: Skip list based sorted collections
Home-page: https://github.com/jstasiak/skiplistcollections
Author: Jakub Stasiak
Author-email: jakub@stasiak.at
License: MIT
Description: skiplistcollections
        ===================
        
        .. image:: https://travis-ci.org/jstasiak/skiplistcollections.png?branch=master
           :alt: Build status
           :target: https://travis-ci.org/jstasiak/skiplistcollections
        
        *skiplistcollections* is a Python module containing skip list based sorted collections. *skiplistcollections* is written in Python and works with:
        
        * CPython 2.6+, 3.2+
        * PyPy 1.9+
        
        
        Usage
        -----
        
        See http://pythonsweetness.tumblr.com/post/45227295342/fast-pypy-compatible-ordered-map-in-89-lines-of-python for details.
        
        You can also check ``test_skiplistcollections.py`` for the usage.
        
        
        Copyright
        ---------
        
        Original version - Copyright (C) 2013 David Wilson
        
        Copyright (C) 2013 Jakub Stasiak
        
        This source code is licensed under MIT license, see LICENSE file for details.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
