The `pybigtools` python package wraps the `bigtools` Rust library and allows effecient reading and writing of bigWig and bigBed files.
## Documenation
Documentation is available on [readthedocs](https://bigtools.readthedocs.io/en/latest/pybigtools.html).
## Examples
(Replace `<path>` with the path to a bigWig file or url)
### Iterator of intervals
```python
import pybigtools
b = pybigtools.open(<path>)
i = b.intervals("chr1")
print(next(i))
```
### Numpy array of values
```python
import pybigtools
b = pybigtools.open(<path>)
a = b.values("chr1")
print(a.shape)
```
### Open a file-like object
```python
import pybigtools
b = pybigtools.open(open(<path>, 'rb'))
a = b.values("chr1")
print(a.shape)
```
Raw data
{
"_id": null,
"home_page": null,
"name": "pybigtools",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "bigwig, bigbed, bbi, bioinformatics, genomics, kent, ucsc, rust",
"author": "Jack <jackh726@gmail.com>",
"author_email": "Jack <jackh726@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/08/74/f5a86a24b3e2c16938ab1a11e65bb51cd071c7475c266371ecbd8a6c0edf/pybigtools-0.2.3.tar.gz",
"platform": null,
"description": "The `pybigtools` python package wraps the `bigtools` Rust library and allows effecient reading and writing of bigWig and bigBed files.\n\n## Documenation\n\nDocumentation is available on [readthedocs](https://bigtools.readthedocs.io/en/latest/pybigtools.html).\n\n## Examples\n\n(Replace `<path>` with the path to a bigWig file or url)\n\n### Iterator of intervals\n\n```python\nimport pybigtools\nb = pybigtools.open(<path>)\ni = b.intervals(\"chr1\")\nprint(next(i))\n```\n\n### Numpy array of values\n\n```python\nimport pybigtools\nb = pybigtools.open(<path>)\na = b.values(\"chr1\")\nprint(a.shape)\n```\n\n### Open a file-like object\n\n```python\nimport pybigtools\nb = pybigtools.open(open(<path>, 'rb'))\na = b.values(\"chr1\")\nprint(a.shape)\n```\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Python bindings to the Bigtools Rust library for high-performance BigWig and BigBed I/O",
"version": "0.2.3",
"project_urls": {
"documentation": "https://bigtools.readthedocs.io",
"homepage": "https://github.com/jackh726/bigtools",
"repository": "https://github.com/jackh726/bigtools"
},
"split_keywords": [
"bigwig",
" bigbed",
" bbi",
" bioinformatics",
" genomics",
" kent",
" ucsc",
" rust"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "528931635759e4bab39dc8a764e0169f1fde014b50d4c74bf2ef730181408d34",
"md5": "b7d24a8ba0246c6decf0b0da8cce3064",
"sha256": "7bf38426e76d4094429df2d4971d356008b68dc1fece4ce526fcd97ab2aa202a"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-cp310-cp310-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "b7d24a8ba0246c6decf0b0da8cce3064",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 1457995,
"upload_time": "2024-11-27T22:11:06",
"upload_time_iso_8601": "2024-11-27T22:11:06.026725Z",
"url": "https://files.pythonhosted.org/packages/52/89/31635759e4bab39dc8a764e0169f1fde014b50d4c74bf2ef730181408d34/pybigtools-0.2.3-cp310-cp310-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ca8acae3c26e5a396c6a8d96acd3eeef780f34cf66b282ec19dcd662f2b13bdd",
"md5": "4fbed985752002fc4de31e7344cd86fb",
"sha256": "d0bed56223b5c3abbaa23540b8fd87c56b2e480af7cddba2b8ac632045118be3"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "4fbed985752002fc4de31e7344cd86fb",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 1364875,
"upload_time": "2024-11-27T22:11:07",
"upload_time_iso_8601": "2024-11-27T22:11:07.577786Z",
"url": "https://files.pythonhosted.org/packages/ca/8a/cae3c26e5a396c6a8d96acd3eeef780f34cf66b282ec19dcd662f2b13bdd/pybigtools-0.2.3-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f06d56a9902ad58945f5bc3c4661552cccfe506da0aef6a55a66cb23b840b884",
"md5": "c44ad4c37835ed7a33627547bd1b959b",
"sha256": "2a7b1e2534f76880cb0b88533ddaa159ca97cf576f566b3b4276565a717693a7"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-cp310-cp310-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "c44ad4c37835ed7a33627547bd1b959b",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 1478310,
"upload_time": "2024-11-27T22:11:09",
"upload_time_iso_8601": "2024-11-27T22:11:09.607865Z",
"url": "https://files.pythonhosted.org/packages/f0/6d/56a9902ad58945f5bc3c4661552cccfe506da0aef6a55a66cb23b840b884/pybigtools-0.2.3-cp310-cp310-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "113c10698d52e4da4fc0206a1dae7f6f06d66858bdd7ca6f45772f4b079305a0",
"md5": "db9a92766102a3bbc4c3bc2dfc51fe38",
"sha256": "9cb491cd72014c6fec5f425c1a6109ec0ae201e50685104c090f3be1f17c2e12"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-cp310-cp310-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "db9a92766102a3bbc4c3bc2dfc51fe38",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 1560349,
"upload_time": "2024-11-27T22:11:11",
"upload_time_iso_8601": "2024-11-27T22:11:11.696423Z",
"url": "https://files.pythonhosted.org/packages/11/3c/10698d52e4da4fc0206a1dae7f6f06d66858bdd7ca6f45772f4b079305a0/pybigtools-0.2.3-cp310-cp310-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "649535df241a5c3748d9f2414037fddc8a4d56d0a4ad6b898a64f4a14412482f",
"md5": "89d01ac0207b2aa50217df4597bf8e05",
"sha256": "8d312bf4dd0a2210e58e36195522a26773b13ab4e30c373af8517919cd090d19"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-cp310-none-win32.whl",
"has_sig": false,
"md5_digest": "89d01ac0207b2aa50217df4597bf8e05",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 1117399,
"upload_time": "2024-11-27T22:11:13",
"upload_time_iso_8601": "2024-11-27T22:11:13.751771Z",
"url": "https://files.pythonhosted.org/packages/64/95/35df241a5c3748d9f2414037fddc8a4d56d0a4ad6b898a64f4a14412482f/pybigtools-0.2.3-cp310-none-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4fec3b199b38bffd2c222a1cf74e71d53243561a12df6221181bd82b4fde6e3b",
"md5": "fc67da419f15a01ac15a3b8f28a39142",
"sha256": "f31bf79b0a65eeb4d6c3135c4b972c52851d463242ee28ae64cae05e9a7ea39f"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-cp310-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "fc67da419f15a01ac15a3b8f28a39142",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 1364718,
"upload_time": "2024-11-27T22:11:15",
"upload_time_iso_8601": "2024-11-27T22:11:15.910583Z",
"url": "https://files.pythonhosted.org/packages/4f/ec/3b199b38bffd2c222a1cf74e71d53243561a12df6221181bd82b4fde6e3b/pybigtools-0.2.3-cp310-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c7717d7eebcdc3df09212e99d7cbe26453de9999d23f729afe411a60ea750116",
"md5": "1a5124c4ffd25328d44a97e48d3c181a",
"sha256": "6bf27a8636c9b5df5c67acf64e30225685dc4cf0fb0f213c7837a5c3485e957c"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-cp311-cp311-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "1a5124c4ffd25328d44a97e48d3c181a",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 1457998,
"upload_time": "2024-11-27T22:11:17",
"upload_time_iso_8601": "2024-11-27T22:11:17.874584Z",
"url": "https://files.pythonhosted.org/packages/c7/71/7d7eebcdc3df09212e99d7cbe26453de9999d23f729afe411a60ea750116/pybigtools-0.2.3-cp311-cp311-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b9c1da90305862af76f0ab7748841e582fbb6d663880cb8e27229b286b47650c",
"md5": "15f123b1f1f4f42a960508dd11d25f97",
"sha256": "73e418e8a560f8531c364674e178762e3e3881f3e14ab7651b035cf88fc7ea61"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "15f123b1f1f4f42a960508dd11d25f97",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 1364877,
"upload_time": "2024-11-27T22:11:19",
"upload_time_iso_8601": "2024-11-27T22:11:19.177154Z",
"url": "https://files.pythonhosted.org/packages/b9/c1/da90305862af76f0ab7748841e582fbb6d663880cb8e27229b286b47650c/pybigtools-0.2.3-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c48d6f2b9b5c9d98d9a30c183fa9131958c1a11c9380f65af0b14543105ed64f",
"md5": "aa9e672dc3d7f310166ef57b6d2e6134",
"sha256": "f882b140fc567a4998e41ce6c75ffd8069ec0d9172c96e1211fc974445b0ff2b"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-cp311-cp311-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "aa9e672dc3d7f310166ef57b6d2e6134",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 1478310,
"upload_time": "2024-11-27T22:11:21",
"upload_time_iso_8601": "2024-11-27T22:11:21.238239Z",
"url": "https://files.pythonhosted.org/packages/c4/8d/6f2b9b5c9d98d9a30c183fa9131958c1a11c9380f65af0b14543105ed64f/pybigtools-0.2.3-cp311-cp311-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bb60f8d6ea02bbb3ed36a5daf61b9991bb96c51e78f8ed1cf5f04df1b989c4a2",
"md5": "ec644a39bdaf542782666773109b8f11",
"sha256": "ac614dd58bcff3e4a9f7cb0f2f89e99789d7e465b0313534a6f1e65f702d2785"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-cp311-cp311-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "ec644a39bdaf542782666773109b8f11",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 1560347,
"upload_time": "2024-11-27T22:11:23",
"upload_time_iso_8601": "2024-11-27T22:11:23.256430Z",
"url": "https://files.pythonhosted.org/packages/bb/60/f8d6ea02bbb3ed36a5daf61b9991bb96c51e78f8ed1cf5f04df1b989c4a2/pybigtools-0.2.3-cp311-cp311-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "343913c1722dcf54d5958f99dff695eff26a579356a46a7529be9029ac843dc7",
"md5": "2aa24e2e8b5425f5f7f110f94093115d",
"sha256": "d00b3ed6a5ef790a3940fd0f3914ce5765234018b08d7fe2ad9857c8323be4d9"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-cp311-none-win32.whl",
"has_sig": false,
"md5_digest": "2aa24e2e8b5425f5f7f110f94093115d",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 1117405,
"upload_time": "2024-11-27T22:11:24",
"upload_time_iso_8601": "2024-11-27T22:11:24.656931Z",
"url": "https://files.pythonhosted.org/packages/34/39/13c1722dcf54d5958f99dff695eff26a579356a46a7529be9029ac843dc7/pybigtools-0.2.3-cp311-none-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d8eee86074598fc30902a284d0d3153e7bd3e1a06a6a979198160a92cb2b9b62",
"md5": "817df6f7feca9834180564e4c423b90e",
"sha256": "4a6aa122293b52c48126da0d4054dab5a38f130f3c4e2f96db95e9cd2cf5f189"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-cp311-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "817df6f7feca9834180564e4c423b90e",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 1364729,
"upload_time": "2024-11-27T22:11:26",
"upload_time_iso_8601": "2024-11-27T22:11:26.602562Z",
"url": "https://files.pythonhosted.org/packages/d8/ee/e86074598fc30902a284d0d3153e7bd3e1a06a6a979198160a92cb2b9b62/pybigtools-0.2.3-cp311-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f1efdf82f6790d604cdeb843e0f1d6b583f7d9c065090b81c900bb96b63755bd",
"md5": "4624c79a671560dcbfa8f63d6eaa4f78",
"sha256": "05f973a4f93741512b97ab3fde398e2e331646992e4bde6403350c23411f37f5"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-cp312-cp312-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "4624c79a671560dcbfa8f63d6eaa4f78",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 1462817,
"upload_time": "2024-11-27T22:11:28",
"upload_time_iso_8601": "2024-11-27T22:11:28.011971Z",
"url": "https://files.pythonhosted.org/packages/f1/ef/df82f6790d604cdeb843e0f1d6b583f7d9c065090b81c900bb96b63755bd/pybigtools-0.2.3-cp312-cp312-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a1215a62655b0fbb570c8008ad7ebb3e4d5160a549c4427be69e50cf4e50229a",
"md5": "5c239360ae05f0244ab1b4858d0ed273",
"sha256": "2c2f95b386dfec801c6501323eb20a3ce4eecda008f00590ac8ba54991374f71"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "5c239360ae05f0244ab1b4858d0ed273",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 1364642,
"upload_time": "2024-11-27T22:11:30",
"upload_time_iso_8601": "2024-11-27T22:11:30.066604Z",
"url": "https://files.pythonhosted.org/packages/a1/21/5a62655b0fbb570c8008ad7ebb3e4d5160a549c4427be69e50cf4e50229a/pybigtools-0.2.3-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6d8f78d22b547d5df16ba877d0773825202b3f8eaba13e442081f899ff1a0c9a",
"md5": "97889da8da13a26a38f81ae0ab2df0b3",
"sha256": "8aed75a42604f6521133bf665da511c7d5fc6f72e9230ec22538bc540b6c206c"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-cp312-cp312-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "97889da8da13a26a38f81ae0ab2df0b3",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 1476544,
"upload_time": "2024-11-27T22:11:31",
"upload_time_iso_8601": "2024-11-27T22:11:31.477606Z",
"url": "https://files.pythonhosted.org/packages/6d/8f/78d22b547d5df16ba877d0773825202b3f8eaba13e442081f899ff1a0c9a/pybigtools-0.2.3-cp312-cp312-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "34e7d6e46e2af93674c026f5e4f90bd843f65ed86d508e88cb375feabce90fa6",
"md5": "96c77469da8658c867e506302a217049",
"sha256": "d7c2e44a775b3e667f5db30fd2f5905b827a48a158825f622c49f9c77378b42d"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-cp312-cp312-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "96c77469da8658c867e506302a217049",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 1560948,
"upload_time": "2024-11-27T22:11:33",
"upload_time_iso_8601": "2024-11-27T22:11:33.182246Z",
"url": "https://files.pythonhosted.org/packages/34/e7/d6e46e2af93674c026f5e4f90bd843f65ed86d508e88cb375feabce90fa6/pybigtools-0.2.3-cp312-cp312-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1fdc22a8fd63e447de700cb1358547dbb9268e3253778b6459fd4847eb800ed3",
"md5": "d8f61a57b9406d109c9806ca53fe901f",
"sha256": "f86de0e954406f3a0265e98aad095eb374a2b3cced646c04859a215919cd8f54"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-cp312-none-win32.whl",
"has_sig": false,
"md5_digest": "d8f61a57b9406d109c9806ca53fe901f",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 1104891,
"upload_time": "2024-11-27T22:11:35",
"upload_time_iso_8601": "2024-11-27T22:11:35.433624Z",
"url": "https://files.pythonhosted.org/packages/1f/dc/22a8fd63e447de700cb1358547dbb9268e3253778b6459fd4847eb800ed3/pybigtools-0.2.3-cp312-none-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ed1132087148df49fdca17d163d090da322c190e4196f41ca5fcb41729545584",
"md5": "781b199d19ba0acd8c5f9c6297ef29f8",
"sha256": "5b8bbd9c6bf815f6a9e13dcee14f8cdb28d5965fd1322ffe7f6178599c174b15"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-cp312-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "781b199d19ba0acd8c5f9c6297ef29f8",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 1358892,
"upload_time": "2024-11-27T22:11:37",
"upload_time_iso_8601": "2024-11-27T22:11:37.476407Z",
"url": "https://files.pythonhosted.org/packages/ed/11/32087148df49fdca17d163d090da322c190e4196f41ca5fcb41729545584/pybigtools-0.2.3-cp312-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "eeedb28df30b30f6a2d6afc333b2e5f45b58284b3248524975200563e7ccdbc8",
"md5": "68b83391090b5f3ae2292672c3c8d217",
"sha256": "47a91d8d82b74855d209da673787351f2db6fb1ee1d3013d42d45bba8f01f052"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-cp313-cp313-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "68b83391090b5f3ae2292672c3c8d217",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": null,
"size": 1462816,
"upload_time": "2024-11-27T22:11:39",
"upload_time_iso_8601": "2024-11-27T22:11:39.762344Z",
"url": "https://files.pythonhosted.org/packages/ee/ed/b28df30b30f6a2d6afc333b2e5f45b58284b3248524975200563e7ccdbc8/pybigtools-0.2.3-cp313-cp313-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "91a70db042b1939b68e99d82b99bb59fd36342286c04ad6547c6e8600002425b",
"md5": "446dac44e3de9ab07f525c2d54bb0247",
"sha256": "81c3215e953a810aa95c60950c2be6f28ba04ffd466930f2e5348fb4c25e07b9"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "446dac44e3de9ab07f525c2d54bb0247",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": null,
"size": 1364643,
"upload_time": "2024-11-27T22:11:41",
"upload_time_iso_8601": "2024-11-27T22:11:41.998021Z",
"url": "https://files.pythonhosted.org/packages/91/a7/0db042b1939b68e99d82b99bb59fd36342286c04ad6547c6e8600002425b/pybigtools-0.2.3-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ae2cf878a6ef76feb6ee6b088dcc9a3ab81611f0dec00bc62cfaea9b2a0ea9d9",
"md5": "513b767744b6f13562ac3ac4576cf2b8",
"sha256": "115e8697609c5a6e050cd1c02fcddacba5aeacf1aefd14f32eecc3a82457fcc4"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-cp313-cp313-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "513b767744b6f13562ac3ac4576cf2b8",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": null,
"size": 1476544,
"upload_time": "2024-11-27T22:11:44",
"upload_time_iso_8601": "2024-11-27T22:11:44.084527Z",
"url": "https://files.pythonhosted.org/packages/ae/2c/f878a6ef76feb6ee6b088dcc9a3ab81611f0dec00bc62cfaea9b2a0ea9d9/pybigtools-0.2.3-cp313-cp313-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "05e57af300f73519ddf2fb540716b89880e441c8d4bd5a32bd6f348a1a0a4e5d",
"md5": "4c2bdadbb31b1eb3ebd91f790bc7fbe4",
"sha256": "f6a8ad8299faf9d7b1910f138d4fd0ae04af35738284889db5ef3298e540467f"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-cp313-cp313-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "4c2bdadbb31b1eb3ebd91f790bc7fbe4",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": null,
"size": 1560949,
"upload_time": "2024-11-27T22:11:45",
"upload_time_iso_8601": "2024-11-27T22:11:45.504944Z",
"url": "https://files.pythonhosted.org/packages/05/e5/7af300f73519ddf2fb540716b89880e441c8d4bd5a32bd6f348a1a0a4e5d/pybigtools-0.2.3-cp313-cp313-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "962e895fd10ea6f4e7701bb308473e36f8d9e5ca4e8ef10f5f754b8d67b1f759",
"md5": "b725d4ceca3fd4dd34f827e4bdf29551",
"sha256": "37d9779c673c9128f6d74c5b3f1323466eaf87b3989a5fa4b259ce0bfc8480ed"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-cp313-cp313t-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "b725d4ceca3fd4dd34f827e4bdf29551",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": null,
"size": 1476545,
"upload_time": "2024-11-27T22:11:47",
"upload_time_iso_8601": "2024-11-27T22:11:47.538036Z",
"url": "https://files.pythonhosted.org/packages/96/2e/895fd10ea6f4e7701bb308473e36f8d9e5ca4e8ef10f5f754b8d67b1f759/pybigtools-0.2.3-cp313-cp313t-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1e98a25ffb4d0b304b35c1ffbd2395337ddab1da26a50f558b44ea740de6a0a8",
"md5": "e3bd510c8d7cc7512d4e365361c7b9f3",
"sha256": "b973120819034f807b89ee623edde1795494848784fa1c45ecbc2877d01f2fb9"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-cp37-cp37m-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "e3bd510c8d7cc7512d4e365361c7b9f3",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": null,
"size": 1478737,
"upload_time": "2024-11-27T22:11:49",
"upload_time_iso_8601": "2024-11-27T22:11:49.017807Z",
"url": "https://files.pythonhosted.org/packages/1e/98/a25ffb4d0b304b35c1ffbd2395337ddab1da26a50f558b44ea740de6a0a8/pybigtools-0.2.3-cp37-cp37m-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ec0d1a48f464bee20b3ce21d6b64e096c990922869a6b796ae97fc8f133e3f56",
"md5": "b170d8139dd51f8b7f8386a33ebc413c",
"sha256": "904ff14be4d7bf65edddbdadd3a9fc4c53658df32f65e67a617a1fae8258c5ba"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-cp37-cp37m-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "b170d8139dd51f8b7f8386a33ebc413c",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": null,
"size": 1560902,
"upload_time": "2024-11-27T22:11:50",
"upload_time_iso_8601": "2024-11-27T22:11:50.432054Z",
"url": "https://files.pythonhosted.org/packages/ec/0d/1a48f464bee20b3ce21d6b64e096c990922869a6b796ae97fc8f133e3f56/pybigtools-0.2.3-cp37-cp37m-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "830a83a3ef41f90d11cf3d3aec2da739858008eeb41b68e0e5471a4284621849",
"md5": "00763d80dd24c4a996f29b8dc21be671",
"sha256": "15779b68e762c1d35eb4d04513df049080e80316feac029cd2b42911bf0b23a5"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-cp37-none-win32.whl",
"has_sig": false,
"md5_digest": "00763d80dd24c4a996f29b8dc21be671",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": null,
"size": 1117026,
"upload_time": "2024-11-27T22:11:52",
"upload_time_iso_8601": "2024-11-27T22:11:52.395185Z",
"url": "https://files.pythonhosted.org/packages/83/0a/83a3ef41f90d11cf3d3aec2da739858008eeb41b68e0e5471a4284621849/pybigtools-0.2.3-cp37-none-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "422a79b8033880bad62c0ed3fad60ae19de7e2f63556c5dd74bf0b1cfdb5cc03",
"md5": "76d9703f5382b663de7776a20d6de637",
"sha256": "6f596db83b415a09fdba851d5e5e9fbdbf4d553a407d6a4f8c00a9c2b89a3525"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-cp37-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "76d9703f5382b663de7776a20d6de637",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": null,
"size": 1363181,
"upload_time": "2024-11-27T22:11:53",
"upload_time_iso_8601": "2024-11-27T22:11:53.752274Z",
"url": "https://files.pythonhosted.org/packages/42/2a/79b8033880bad62c0ed3fad60ae19de7e2f63556c5dd74bf0b1cfdb5cc03/pybigtools-0.2.3-cp37-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2a283540c59ecce10a9e5f35d1b4f9c6e3a2d0505066e0e5588a3a251617ea70",
"md5": "74bfa2b3e50f18f77a5bda5706f3c4c2",
"sha256": "a42166a338a2f39ccc9e3e7fd400874898b478b31b8c74ac971b3cf566eb350c"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-cp38-cp38-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "74bfa2b3e50f18f77a5bda5706f3c4c2",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": null,
"size": 1478465,
"upload_time": "2024-11-27T22:11:55",
"upload_time_iso_8601": "2024-11-27T22:11:55.196556Z",
"url": "https://files.pythonhosted.org/packages/2a/28/3540c59ecce10a9e5f35d1b4f9c6e3a2d0505066e0e5588a3a251617ea70/pybigtools-0.2.3-cp38-cp38-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3fcfeacca127a850e1d4edf180f8317e185a2cacf58261164127f16ea22956ad",
"md5": "f46bcbcb92ee4b5ca8ebb6edb0d3be8e",
"sha256": "0b570ddacfdcbecaba14642cff7b6e553469730f6c12e0dcabfcac49144c9117"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-cp38-cp38-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "f46bcbcb92ee4b5ca8ebb6edb0d3be8e",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": null,
"size": 1560865,
"upload_time": "2024-11-27T22:11:56",
"upload_time_iso_8601": "2024-11-27T22:11:56.526346Z",
"url": "https://files.pythonhosted.org/packages/3f/cf/eacca127a850e1d4edf180f8317e185a2cacf58261164127f16ea22956ad/pybigtools-0.2.3-cp38-cp38-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1fd091565e880b5c9b8cb4313e69795804a22702f6f0f1b673b21c80ffb0889e",
"md5": "5ee46efcec542f24887ac83094a1770f",
"sha256": "88b8037d2fdfd7e745453c0270f7fe17c65af73517816b69a180b4fea892d030"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-cp38-none-win32.whl",
"has_sig": false,
"md5_digest": "5ee46efcec542f24887ac83094a1770f",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": null,
"size": 1116930,
"upload_time": "2024-11-27T22:11:58",
"upload_time_iso_8601": "2024-11-27T22:11:58.636734Z",
"url": "https://files.pythonhosted.org/packages/1f/d0/91565e880b5c9b8cb4313e69795804a22702f6f0f1b673b21c80ffb0889e/pybigtools-0.2.3-cp38-none-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b0ef869bc9dbcbcab8ea1081c432cc05e065385109e43263dd691fb9a22d7bb0",
"md5": "7a9830b6323c844421c03726093f8b85",
"sha256": "c07ddc2bee278e8c9c376cce92af508fca756ad125b34775dfe949fdcb032ef1"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-cp38-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "7a9830b6323c844421c03726093f8b85",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": null,
"size": 1364165,
"upload_time": "2024-11-27T22:12:00",
"upload_time_iso_8601": "2024-11-27T22:12:00.590780Z",
"url": "https://files.pythonhosted.org/packages/b0/ef/869bc9dbcbcab8ea1081c432cc05e065385109e43263dd691fb9a22d7bb0/pybigtools-0.2.3-cp38-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fc1482a9f2b40e13edcd199e8d18eb2065ad257fb2663db75ebd55849152eb77",
"md5": "1f3e94d605014c927d131a3316ec4349",
"sha256": "5c65b57d05e4e9a2e6a0ee731cf3ca56c2a6b27adabc01046a23f6c455078978"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-cp39-cp39-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "1f3e94d605014c927d131a3316ec4349",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 1478831,
"upload_time": "2024-11-27T22:12:02",
"upload_time_iso_8601": "2024-11-27T22:12:02.019133Z",
"url": "https://files.pythonhosted.org/packages/fc/14/82a9f2b40e13edcd199e8d18eb2065ad257fb2663db75ebd55849152eb77/pybigtools-0.2.3-cp39-cp39-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "617f92afd4e4162be7c562e5f485ae4a34bb0bb6d9aad33d2032fd9c725ae6ec",
"md5": "344fc4f763b7215f431d0f22fa3f09d5",
"sha256": "de9ac247f21b3700701a09d01251d26bfaefab57d5f13a187964fd419d0fe2a0"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-cp39-cp39-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "344fc4f763b7215f431d0f22fa3f09d5",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 1560483,
"upload_time": "2024-11-27T22:12:04",
"upload_time_iso_8601": "2024-11-27T22:12:04.002470Z",
"url": "https://files.pythonhosted.org/packages/61/7f/92afd4e4162be7c562e5f485ae4a34bb0bb6d9aad33d2032fd9c725ae6ec/pybigtools-0.2.3-cp39-cp39-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a426cfd8795502315bf0c5bdfb4758d97909234a446d3bf0f86b2d8e72024e0c",
"md5": "ee87828b8bf6870faed2fe5fa972c49a",
"sha256": "237f7cf04fa3af70074a90d8fe33c9fe6da4eb6efdc0141aced47f49656a566a"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-cp39-none-win32.whl",
"has_sig": false,
"md5_digest": "ee87828b8bf6870faed2fe5fa972c49a",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 1117699,
"upload_time": "2024-11-27T22:12:06",
"upload_time_iso_8601": "2024-11-27T22:12:06.251305Z",
"url": "https://files.pythonhosted.org/packages/a4/26/cfd8795502315bf0c5bdfb4758d97909234a446d3bf0f86b2d8e72024e0c/pybigtools-0.2.3-cp39-none-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3e5aa61658dbec05af7a151dacc1c416027c0180c66ef40f5f610887f220ace5",
"md5": "e38d04cc8d46873922fca6b58924ffc6",
"sha256": "a842ce42c53fead6a94a1dc0c33feb61b7cdc5aa3fbf807ab9607217fa2f18d3"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-cp39-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "e38d04cc8d46873922fca6b58924ffc6",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 1364548,
"upload_time": "2024-11-27T22:12:07",
"upload_time_iso_8601": "2024-11-27T22:12:07.701153Z",
"url": "https://files.pythonhosted.org/packages/3e/5a/a61658dbec05af7a151dacc1c416027c0180c66ef40f5f610887f220ace5/pybigtools-0.2.3-cp39-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9ae31c2288bd5aa4fffc3b575e37ac305624a7bbcf02756eb6cc97e6a900bdae",
"md5": "cf3a1049b31a532372e95417efb12bde",
"sha256": "22dcfd6c823b630e2188faf19866b6750d18103f6473c6e44906c44e9e9c4f52"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "cf3a1049b31a532372e95417efb12bde",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": null,
"size": 1478325,
"upload_time": "2024-11-27T22:12:10",
"upload_time_iso_8601": "2024-11-27T22:12:10.014247Z",
"url": "https://files.pythonhosted.org/packages/9a/e3/1c2288bd5aa4fffc3b575e37ac305624a7bbcf02756eb6cc97e6a900bdae/pybigtools-0.2.3-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "748ab1c087ea61fdbd48157b11a19fe7a8e8daaca0e87b70062406b8274f771e",
"md5": "455bd54ab9b16c4ba830d44189cbaba1",
"sha256": "14bdf7a2ff746c5f86f5949d284d3eb5036cb259734afbf752b2c4ec898d4c0c"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "455bd54ab9b16c4ba830d44189cbaba1",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": null,
"size": 1560868,
"upload_time": "2024-11-27T22:12:12",
"upload_time_iso_8601": "2024-11-27T22:12:12.033619Z",
"url": "https://files.pythonhosted.org/packages/74/8a/b1c087ea61fdbd48157b11a19fe7a8e8daaca0e87b70062406b8274f771e/pybigtools-0.2.3-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1ddd2588fa470691506f012fbf4321b23971cdc2af4e01996f66ac0bcf0e12ae",
"md5": "12711269ece667f2f05cb2bc4bdc0d8f",
"sha256": "2d00f7358afc55eb1936b9ebdef3286afde118fb52cb674f5c876d1a2a554edb"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-pp37-pypy37_pp73-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "12711269ece667f2f05cb2bc4bdc0d8f",
"packagetype": "bdist_wheel",
"python_version": "pp37",
"requires_python": null,
"size": 1479689,
"upload_time": "2024-11-27T22:12:13",
"upload_time_iso_8601": "2024-11-27T22:12:13.471442Z",
"url": "https://files.pythonhosted.org/packages/1d/dd/2588fa470691506f012fbf4321b23971cdc2af4e01996f66ac0bcf0e12ae/pybigtools-0.2.3-pp37-pypy37_pp73-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "95896cdae6918ec6a5b8193429fb4c694166d225367f31c86302a75030e58ae1",
"md5": "1642ef97184a2fc16d17b59968f38a53",
"sha256": "d54bb199ad536b1d4cc2d10f10f20219fa641f38f3370c96e963fdf2a7926ff1"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-pp38-pypy38_pp73-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "1642ef97184a2fc16d17b59968f38a53",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": null,
"size": 1478980,
"upload_time": "2024-11-27T22:12:14",
"upload_time_iso_8601": "2024-11-27T22:12:14.978273Z",
"url": "https://files.pythonhosted.org/packages/95/89/6cdae6918ec6a5b8193429fb4c694166d225367f31c86302a75030e58ae1/pybigtools-0.2.3-pp38-pypy38_pp73-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "04662d47793f3f7a3e1ab32899d4e7175c5702d662f652afbfd926344de827cb",
"md5": "1ce728df66189014c76886d21bbea205",
"sha256": "70b40764a7dc842350333ff46c2b0644dc80afbd30eb4303d1ad73c9d254930f"
},
"downloads": -1,
"filename": "pybigtools-0.2.3-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "1ce728df66189014c76886d21bbea205",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": null,
"size": 1478291,
"upload_time": "2024-11-27T22:12:16",
"upload_time_iso_8601": "2024-11-27T22:12:16.363877Z",
"url": "https://files.pythonhosted.org/packages/04/66/2d47793f3f7a3e1ab32899d4e7175c5702d662f652afbfd926344de827cb/pybigtools-0.2.3-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0874f5a86a24b3e2c16938ab1a11e65bb51cd071c7475c266371ecbd8a6c0edf",
"md5": "bff8f963db88bc6f747a07324ca01047",
"sha256": "4e45e4a8ae582decdcbd7b091474e97f78d22cde0a87dff66e01463509306595"
},
"downloads": -1,
"filename": "pybigtools-0.2.3.tar.gz",
"has_sig": false,
"md5_digest": "bff8f963db88bc6f747a07324ca01047",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 9499054,
"upload_time": "2024-11-27T22:12:18",
"upload_time_iso_8601": "2024-11-27T22:12:18.025788Z",
"url": "https://files.pythonhosted.org/packages/08/74/f5a86a24b3e2c16938ab1a11e65bb51cd071c7475c266371ecbd8a6c0edf/pybigtools-0.2.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-27 22:12:18",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "jackh726",
"github_project": "bigtools",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pybigtools"
}