# IntervalFrame for interval manipulation
[![Build Status](https://travis-ci.org/kylessmith/intervalframe.svg?branch=master)](https://travis-ci.org/kylessmith/intervalframe) [![PyPI version](https://badge.fury.io/py/intervalframe.svg)](https://badge.fury.io/py/intervalframe)
[![Coffee](https://img.shields.io/badge/-buy_me_a%C2%A0coffee-gray?logo=buy-me-a-coffee&color=ff69b4)](https://www.buymeacoffee.com/kylessmith)
This is a Python package for easy and efficient manipulation
of Next Generation Sequencing reads.
## Install
If you dont already have numpy and scipy installed, it is best to download
`Anaconda`, a python distribution that has them included.
```
https://continuum.io/downloads
```
Dependencies can be installed by:
```
pip install -r requirements.txt
```
PyPI install, presuming you have all its requirements installed:
```
pip install intervalframe
```
## Usage
```python
from intervalframe import IntervalFrame
import numpy as np
# Create data
iframe = IntervalFrame()
```
Raw data
{
"_id": null,
"home_page": "https://github.com/kylessmith/intervalframe",
"name": "intervalframe",
"maintainer": "Kyle S. Smith",
"docs_url": null,
"requires_python": "<4.0,>=3.10",
"maintainer_email": "kyle.smith@stjude.org",
"keywords": "cython, interval, ailist, frame",
"author": "Kyle S. Smith",
"author_email": "kyle.smith@stjude.org",
"download_url": "https://files.pythonhosted.org/packages/51/9b/8fc28d7f53c50ae709215ac418805e220b30e09fc8b54e53581078dd71a0/intervalframe-1.1.7.tar.gz",
"platform": null,
"description": "# IntervalFrame for interval manipulation\n\n[![Build Status](https://travis-ci.org/kylessmith/intervalframe.svg?branch=master)](https://travis-ci.org/kylessmith/intervalframe) [![PyPI version](https://badge.fury.io/py/intervalframe.svg)](https://badge.fury.io/py/intervalframe)\n[![Coffee](https://img.shields.io/badge/-buy_me_a%C2%A0coffee-gray?logo=buy-me-a-coffee&color=ff69b4)](https://www.buymeacoffee.com/kylessmith)\n\nThis is a Python package for easy and efficient manipulation\nof Next Generation Sequencing reads.\n\n\n## Install\n\nIf you dont already have numpy and scipy installed, it is best to download\n`Anaconda`, a python distribution that has them included. \n```\n https://continuum.io/downloads\n```\n\nDependencies can be installed by:\n\n```\n pip install -r requirements.txt\n```\n\nPyPI install, presuming you have all its requirements installed:\n```\n\tpip install intervalframe\n```\n\n## Usage\n\n```python\nfrom intervalframe import IntervalFrame\nimport numpy as np\n\n# Create data\niframe = IntervalFrame()\n```\n",
"bugtrack_url": null,
"license": "GPL-2.0-or-later",
"summary": "Python package for interval manipulation",
"version": "1.1.7",
"project_urls": {
"Documentation": "https://www.biosciencestack.com/static/intervalframe/docs/index.html",
"Homepage": "https://github.com/kylessmith/intervalframe",
"Repository": "https://github.com/kylessmith/intervalframe"
},
"split_keywords": [
"cython",
" interval",
" ailist",
" frame"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a904afbdfd475829cad319284c27ebdbdf8b3f8a7f943592ab171a0000a47905",
"md5": "1080e775b4282d36ac9c5bd7bb7cc39a",
"sha256": "11fe3ea1bfeab57f3b67c989673a0e0270cfe21cca140c4376e0ca971515ef18"
},
"downloads": -1,
"filename": "intervalframe-1.1.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1080e775b4282d36ac9c5bd7bb7cc39a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.10",
"size": 43019,
"upload_time": "2024-05-14T20:24:28",
"upload_time_iso_8601": "2024-05-14T20:24:28.163736Z",
"url": "https://files.pythonhosted.org/packages/a9/04/afbdfd475829cad319284c27ebdbdf8b3f8a7f943592ab171a0000a47905/intervalframe-1.1.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "519b8fc28d7f53c50ae709215ac418805e220b30e09fc8b54e53581078dd71a0",
"md5": "2094bd50d4be42f7586180bfee96f9b5",
"sha256": "523b7509edac3abeaf03d1d98106515af427f74802fa23d1cb29761e1fef69a0"
},
"downloads": -1,
"filename": "intervalframe-1.1.7.tar.gz",
"has_sig": false,
"md5_digest": "2094bd50d4be42f7586180bfee96f9b5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.10",
"size": 37685,
"upload_time": "2024-05-14T20:24:30",
"upload_time_iso_8601": "2024-05-14T20:24:30.791476Z",
"url": "https://files.pythonhosted.org/packages/51/9b/8fc28d7f53c50ae709215ac418805e220b30e09fc8b54e53581078dd71a0/intervalframe-1.1.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-14 20:24:30",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "kylessmith",
"github_project": "intervalframe",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "numpy",
"specs": [
[
">=",
"1.0.0"
]
]
},
{
"name": "pandas",
"specs": [
[
">=",
"1.0.0"
]
]
},
{
"name": "cython",
"specs": [
[
">=",
"0.29.0"
]
]
},
{
"name": "pytest",
"specs": [
[
">=",
"5.4.0"
]
]
},
{
"name": "tabulate",
"specs": []
},
{
"name": "ailist",
"specs": []
}
],
"lcname": "intervalframe"
}