Metadata-Version: 2.1
Name: IRanges
Version: 0.1.0
Summary: Python implementation of the [**IRanges**](https://bioconductor.org/packages/IRanges) Bioconductor package.
Home-page: https://github.com/biocpy/iranges
Author: LTLA
Author-email: infinite.monkeys.with.keyboards@gmail.com
License: MIT
Project-URL: Documentation, https://github.com/biocpy/iranges
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
License-File: LICENSE.txt
Requires-Dist: biocutils >=0.0.7
Requires-Dist: biocgenerics
Requires-Dist: biocframe >=0.4.0
Requires-Dist: numpy
Requires-Dist: importlib-metadata ; python_version < "3.8"
Provides-Extra: optional
Requires-Dist: ncls ==0.0.68 ; extra == 'optional'
Provides-Extra: testing
Requires-Dist: setuptools ; extra == 'testing'
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'
Requires-Dist: biocframe ; extra == 'testing'
Requires-Dist: biocutils ; extra == 'testing'
Requires-Dist: numpy ; extra == 'testing'
Requires-Dist: ncls ==0.0.68 ; extra == 'testing'

<!-- These are examples of badges you might want to add to your README:
     please update the URLs accordingly

[![Built Status](https://api.cirrus-ci.com/github/<USER>/IRanges.svg?branch=main)](https://cirrus-ci.com/github/<USER>/IRanges)
[![ReadTheDocs](https://readthedocs.org/projects/IRanges/badge/?version=latest)](https://IRanges.readthedocs.io/en/stable/)
[![Coveralls](https://img.shields.io/coveralls/github/<USER>/IRanges/main.svg)](https://coveralls.io/r/<USER>/IRanges)
[![PyPI-Server](https://img.shields.io/pypi/v/IRanges.svg)](https://pypi.org/project/IRanges/)
[![Conda-Forge](https://img.shields.io/conda/vn/conda-forge/IRanges.svg)](https://anaconda.org/conda-forge/IRanges)
[![Monthly Downloads](https://pepy.tech/badge/IRanges/month)](https://pepy.tech/project/IRanges)
[![Twitter](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Twitter)](https://twitter.com/IRanges)
-->

[![Project generated with PyScaffold](https://img.shields.io/badge/-PyScaffold-005CA0?logo=pyscaffold)](https://pyscaffold.org/)

# Integer ranges in Python

Python implementation of the [**IRanges**](https://bioconductor.org/packages/IRanges) Bioconductor package.
