Name | pyrle JSON |
Version |
0.0.40
JSON |
| download |
home_page | None |
Summary | Numeric run length encoding for Python. |
upload_time | 2024-05-01 10:36:51 |
maintainer | None |
docs_url | None |
author | None |
requires_python | None |
license | MIT |
keywords |
run-lengths
rle
genomics
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
|
coveralls test coverage |
No coveralls.
|
# pyrle
[![Build Status](https://travis-ci.org/endrebak/pyrle.svg?branch=master)](https://travis-ci.org/endrebak/pyrle) [![hypothesis tested](graphs/hypothesis-tested-brightgreen.svg)](http://hypothesis.readthedocs.io/) [![PyPI version](https://badge.fury.io/py/pyrle.svg)](https://badge.fury.io/py/pyrle)
Run length arithmetic in Python using Cython. Inspired by the Rle class in R's
S4Vectors.
As opposed to S4Vectors, pyrle does not rotate the shortest vector, but rather extends the shorter Rle with zeroes. This is likely the desired behavior in almost all cases.
Raw data
{
"_id": null,
"home_page": null,
"name": "pyrle",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "run-lengths, Rle, genomics",
"author": null,
"author_email": "Endre Bakken Stovner <endbak@pm.me>",
"download_url": "https://files.pythonhosted.org/packages/ee/7e/4a66afb6e55e6f6fe23f2c05eeb311fbcd63bcebd01c263ff44d3f5784e2/pyrle-0.0.40.tar.gz",
"platform": null,
"description": "# pyrle\n\n[![Build Status](https://travis-ci.org/endrebak/pyrle.svg?branch=master)](https://travis-ci.org/endrebak/pyrle) [![hypothesis tested](graphs/hypothesis-tested-brightgreen.svg)](http://hypothesis.readthedocs.io/) [![PyPI version](https://badge.fury.io/py/pyrle.svg)](https://badge.fury.io/py/pyrle)\n\nRun length arithmetic in Python using Cython. Inspired by the Rle class in R's\nS4Vectors.\n\nAs opposed to S4Vectors, pyrle does not rotate the shortest vector, but rather extends the shorter Rle with zeroes. This is likely the desired behavior in almost all cases.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Numeric run length encoding for Python.",
"version": "0.0.40",
"project_urls": {
"Homepage": "http://github.com/pyranges/pyrle"
},
"split_keywords": [
"run-lengths",
" rle",
" genomics"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ee7e4a66afb6e55e6f6fe23f2c05eeb311fbcd63bcebd01c263ff44d3f5784e2",
"md5": "94f22fe3dc001dce45cdbb7e9f952c4e",
"sha256": "32ccdbbe594377c7b6a2e04b11fedd7886b330468f6fa378a5e06e070763f4ba"
},
"downloads": -1,
"filename": "pyrle-0.0.40.tar.gz",
"has_sig": false,
"md5_digest": "94f22fe3dc001dce45cdbb7e9f952c4e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 460375,
"upload_time": "2024-05-01T10:36:51",
"upload_time_iso_8601": "2024-05-01T10:36:51.610150Z",
"url": "https://files.pythonhosted.org/packages/ee/7e/4a66afb6e55e6f6fe23f2c05eeb311fbcd63bcebd01c263ff44d3f5784e2/pyrle-0.0.40.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-01 10:36:51",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pyranges",
"github_project": "pyrle",
"travis_ci": true,
"coveralls": false,
"github_actions": true,
"lcname": "pyrle"
}