Metadata-Version: 1.1
Name: ranger
Version: 0.10
Summary: A Python package for the manipulation of Range objects
Home-page: https://github.com/er432/Ranger
Author: Eli Rodgers-Melnick
Author-email: er432@cornell.edu
License: BSD
Description: 
        Ranger is a Python package for the manipulation of range objects.
        Ranges may extend over discrete or continuous domains, be open or closed,
        bounded or unbounded. Ranger also includes tools for managing collections
         of ranges, which may be mapped to other objects.
        
Keywords: Ranges,Set,Set theory
Platform: Linux
Platform: Mac OSX
Platform: Windows
Platform: Unix
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
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 :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Information Analysis
