intervalframe


Nameintervalframe JSON
Version 1.1.6 PyPI version JSON
download
home_pagehttps://github.com/kylessmith/intervalframe
SummaryPython package for interval manipulation
upload_time2024-04-16 15:37:38
maintainerKyle S. Smith
docs_urlNone
authorKyle S. Smith
requires_python<4.0,>=3.10
licenseGPL-2.0-or-later
keywords cython interval ailist frame
VCS
bugtrack_url
requirements No requirements were recorded.
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": "<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/74/42/ee3768dc561e94882d3bd6ef2533985593036a513dcc755fa4794c2bf7a5/intervalframe-1.1.6.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.6",
    "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": "94b58f9de4ec467c1da0dddb3d64d19ec2aae6406b527167d60675601f587a7a",
                "md5": "bd230ccfa25c6cd82d7d9ef8a78ced30",
                "sha256": "f2b1fad4e9b15881cb91aa3009eb08d2aa3b665def080f9aa38d95315492a97e"
            },
            "downloads": -1,
            "filename": "intervalframe-1.1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bd230ccfa25c6cd82d7d9ef8a78ced30",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 43010,
            "upload_time": "2024-04-16T15:37:36",
            "upload_time_iso_8601": "2024-04-16T15:37:36.787601Z",
            "url": "https://files.pythonhosted.org/packages/94/b5/8f9de4ec467c1da0dddb3d64d19ec2aae6406b527167d60675601f587a7a/intervalframe-1.1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7442ee3768dc561e94882d3bd6ef2533985593036a513dcc755fa4794c2bf7a5",
                "md5": "7b858345a991a759a7015e01effcbe18",
                "sha256": "e66433808f8ff14257bee250247d6a52b55c525f7d4f817091378932fd28f60c"
            },
            "downloads": -1,
            "filename": "intervalframe-1.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "7b858345a991a759a7015e01effcbe18",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 37676,
            "upload_time": "2024-04-16T15:37:38",
            "upload_time_iso_8601": "2024-04-16T15:37:38.449164Z",
            "url": "https://files.pythonhosted.org/packages/74/42/ee3768dc561e94882d3bd6ef2533985593036a513dcc755fa4794c2bf7a5/intervalframe-1.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-16 15:37:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kylessmith",
    "github_project": "intervalframe",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "intervalframe"
}
        
Elapsed time: 0.24877s