Metadata-Version: |
2.1 |
Name: |
intervaltree |
Version: |
3.0.0 |
Summary: |
Editable interval tree data structure for Python 2 and 3 |
Author: |
Chaim Leib Halbert, Konstantin Tretyakov |
Author-Email: |
chaim.leib.halbert[at]gmail.com |
Home-Page: |
https://github.com/chaimleib/intervaltree |
Download-Url: |
https://github.com/chaimleib/intervaltree/tarball/3.0.0 |
License: |
Apache License, Version 2.0 |
Keywords: |
interval-tree data-structure intervals tree |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Information Technology |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 2 |
Classifier: |
Programming Language :: Python :: 2.7 |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.4 |
Classifier: |
Programming Language :: Python :: 3.5 |
Classifier: |
Programming Language :: Python :: 3.6 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
License :: OSI Approved :: Apache Software License |
Classifier: |
Topic :: Scientific/Engineering :: Artificial Intelligence |
Classifier: |
Topic :: Scientific/Engineering :: Bio-Informatics |
Classifier: |
Topic :: Scientific/Engineering :: Information Analysis |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Text Processing :: General |
Classifier: |
Topic :: Text Processing :: Linguistic |
Classifier: |
Topic :: Text Processing :: Markup |
Requires-Dist: |
sortedcontainers (<3.0,>=2.0) |