intervalframe


Nameintervalframe JSON
Version 1.1.11 PyPI version JSON
download
home_pagehttps://github.com/kylessmith/intervalframe
SummaryPython package for interval manipulation
upload_time2025-08-01 14:35:22
maintainerKyle S. Smith
docs_urlNone
authorKyle S. Smith
requires_python>=3.10
licenseGPL-2.0-or-later
keywords cython interval ailist frame
VCS
bugtrack_url
requirements numpy pandas cython pytest tabulate ailist
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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": ">=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/03/76/f30581ac87a569d9f55b50724f4745d698a3e7e18b800b022a2900b4178a/intervalframe-1.1.11.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.11",
    "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": "3b00aa96c10546ed403ae8ba57ad05db0404d4c8b4e982724307045c15dd376d",
                "md5": "83ef653834a716a08c0aff3c772968a9",
                "sha256": "2bb16df4ca9fcc33d9d504d0077b862560d3db59e1a11325e23b36816a76607b"
            },
            "downloads": -1,
            "filename": "intervalframe-1.1.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "83ef653834a716a08c0aff3c772968a9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 43201,
            "upload_time": "2025-08-01T14:35:21",
            "upload_time_iso_8601": "2025-08-01T14:35:21.111307Z",
            "url": "https://files.pythonhosted.org/packages/3b/00/aa96c10546ed403ae8ba57ad05db0404d4c8b4e982724307045c15dd376d/intervalframe-1.1.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0376f30581ac87a569d9f55b50724f4745d698a3e7e18b800b022a2900b4178a",
                "md5": "4c29904e88814781e4dea766bae02230",
                "sha256": "29673e4fc37d3dda8df380c7ebcb38070ae852291a5bbb5715e152504d5633fd"
            },
            "downloads": -1,
            "filename": "intervalframe-1.1.11.tar.gz",
            "has_sig": false,
            "md5_digest": "4c29904e88814781e4dea766bae02230",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 37497,
            "upload_time": "2025-08-01T14:35:22",
            "upload_time_iso_8601": "2025-08-01T14:35:22.316207Z",
            "url": "https://files.pythonhosted.org/packages/03/76/f30581ac87a569d9f55b50724f4745d698a3e7e18b800b022a2900b4178a/intervalframe-1.1.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-01 14:35:22",
    "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"
}
        
Elapsed time: 0.66257s