Metadata-Version: 1.1
Name: setr
Version: 0.2.0
Summary: Search for ExtraTerrestrial Ranges
Home-page: https://github.com/zachaysan/setr
Author: Zach Aysan
Author-email: zachaysan@gmail.com
License: MIT
Description: setr - Search for Extra-Terrestrial Ranges
        ------------------------------------------
        
        A grab bag of better ranges for Python projects.
        
        Is it good?
        ===========
        
        Yup, but it is small.
        
        Installation
        ============
        
        ` pip install setr `
        
        TODOs
        =====
        
        1. Allow MultiRange not to need to sort after ever addition.
         - A function that requires sorting should check a boolean value and sort if nec.
        2. Create an iter for MultiRange.
        3. Create BigRange.
        4. Allow the use of steps.
        5. Think about implementing a __sum__.
        6. Add examples in this README.
        
        
        News
        ====
        
        setr 0.2.0
        ----------
        
        *Release date: 07-Jan-2013*
        
        - Alpha release!
        
        - Sort of tested, sort of stable, and mostly untrustworthy fast and multi ranges.
        
        - Fixes a very bad off by 1 error.
        
        setr 0.1
        --------
        
        *Release date: 07-Jan-2013*
        
        - Initial pre-alpha release!
        
        - Untested, unstable, and untrustworthy fast and multi ranges.
        
        - Clobbers over top of your existing well working max() and min()! Import with caution!
        
Keywords: Ranges,Speed
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: OSI Approved :: W3C License
Classifier: License :: OSI Approved :: European Union Public Licence 1.1 (EUPL 1.1)
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
