[](https://travis-ci.org/bxlab/bx-python)
[](https://bx-python.readthedocs.io/)
# bx-python
The bx-python project is a Python library and associated set of scripts for rapid implementation of genome scale analyses. The library contains a variety of useful modules, but the particular strengths are:
* Classes for reading and working with genome-scale multiple local alignments (in MAF, AXT, and LAV formats)
* Generic data structure for indexing on disk files that contain blocks of data associated with intervals on various sequences (used, for example, to provide random access to individual alignments in huge files; optimized for use over network filesystems)
* Data structures for working with intervals on sequences
* "Binned bitsets" which act just like chromosome sized bit arrays, but lazily allocate regions and allow large blocks of all set or all unset bits to be stored compactly
* "Intersecter" for performing fast intersection tests that preserve both query and target intervals and associated annotation
## Requirements
Build currently requires liblzo, e.g. sudo apt-get install liblzo2-dev on debian/ubuntu).
## Installing
The package can be installed with pip:
```pip install bx-python```
It is available in [bioconda](https://anaconda.org/bioconda/bx-python) (recommended):
```conda install -c conda-forge -c bioconda bx-python```
It is available in [Debian](https://tracker.debian.org/pkg/python-bx) and [Ubuntu](https://packages.ubuntu.com/python3-bx):
```sudo apt install python3-bx```
Or can be built from a checkout of the repository:
```python setup.py install```
Raw data
{
"_id": null,
"home_page": "https://github.com/bxlab/bx-python",
"name": "bx-python",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": null,
"author": "James Taylor, Bob Harris, David King, Brent Pedersen, Kanwei Li, Nicola Soranzo, and others",
"author_email": "james@jamestaylor.org",
"download_url": "https://files.pythonhosted.org/packages/62/14/ade75855624c63f0d8e65e339f134158da5da551c3572d90d14f535b5962/bx_python-0.13.0.tar.gz",
"platform": null,
"description": "[](https://travis-ci.org/bxlab/bx-python)\n\n[](https://bx-python.readthedocs.io/)\n\n# bx-python\n\nThe bx-python project is a Python library and associated set of scripts for rapid implementation of genome scale analyses. The library contains a variety of useful modules, but the particular strengths are:\n\n * Classes for reading and working with genome-scale multiple local alignments (in MAF, AXT, and LAV formats)\n * Generic data structure for indexing on disk files that contain blocks of data associated with intervals on various sequences (used, for example, to provide random access to individual alignments in huge files; optimized for use over network filesystems)\n * Data structures for working with intervals on sequences\n * \"Binned bitsets\" which act just like chromosome sized bit arrays, but lazily allocate regions and allow large blocks of all set or all unset bits to be stored compactly\n * \"Intersecter\" for performing fast intersection tests that preserve both query and target intervals and associated annotation\n\n## Requirements\n\nBuild currently requires liblzo, e.g. sudo apt-get install liblzo2-dev on debian/ubuntu).\n\n## Installing\n\nThe package can be installed with pip:\n\n```pip install bx-python```\n\nIt is available in [bioconda](https://anaconda.org/bioconda/bx-python) (recommended):\n\n```conda install -c conda-forge -c bioconda bx-python```\n\nIt is available in [Debian](https://tracker.debian.org/pkg/python-bx) and [Ubuntu](https://packages.ubuntu.com/python3-bx):\n\n```sudo apt install python3-bx```\n\nOr can be built from a checkout of the repository:\n\n```python setup.py install```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Tools for manipulating biological data, particularly multiple sequence alignments",
"version": "0.13.0",
"project_urls": {
"Bug Tracker": "https://github.com/bxlab/bx-python/issues",
"Homepage": "https://github.com/bxlab/bx-python",
"Source Code": "https://github.com/bxlab/bx-python"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1f97cb904f6a39755d1c637ef618f3f099f19a79e9d069ca9898baad9021f2f7",
"md5": "fbadd6da5c230a506455d50839064841",
"sha256": "8011aa67cf55ee4412d8186ba09ab5a1c62b3648dcd65055b70bda83653e5635"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp310-cp310-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "fbadd6da5c230a506455d50839064841",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1152423,
"upload_time": "2024-09-15T22:18:54",
"upload_time_iso_8601": "2024-09-15T22:18:54.887174Z",
"url": "https://files.pythonhosted.org/packages/1f/97/cb904f6a39755d1c637ef618f3f099f19a79e9d069ca9898baad9021f2f7/bx_python-0.13.0-cp310-cp310-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "303a9f6e0c554d6d846eaeb76a09976fa4938e35d54df95d587bb32ed8978e08",
"md5": "eadeba94ed8179b52bb3554a7b8bde95",
"sha256": "782109f66fe2ecfd304696fa3a1fc2e86c87e20a680b822c8c720d741a4c9d10"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "eadeba94ed8179b52bb3554a7b8bde95",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1122981,
"upload_time": "2024-09-15T22:18:56",
"upload_time_iso_8601": "2024-09-15T22:18:56.943919Z",
"url": "https://files.pythonhosted.org/packages/30/3a/9f6e0c554d6d846eaeb76a09976fa4938e35d54df95d587bb32ed8978e08/bx_python-0.13.0-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4cd351da2c82cb09298ee57981652584067a4385027a25587d74582b409ee771",
"md5": "fe34cd1b7edb25ff6c3b564f9b380037",
"sha256": "f6b66f8211cf19a84af75b117e0a0dd2990f8e8d2a9955f48dd3c7c813f5e438"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "fe34cd1b7edb25ff6c3b564f9b380037",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 5421754,
"upload_time": "2024-09-15T22:18:59",
"upload_time_iso_8601": "2024-09-15T22:18:59.120756Z",
"url": "https://files.pythonhosted.org/packages/4c/d3/51da2c82cb09298ee57981652584067a4385027a25587d74582b409ee771/bx_python-0.13.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "62bb103f74da85f38d4b65cd5a8629d56083e5cd0856640651a8ec48d4e9ac1f",
"md5": "f479a4a432ae99f54dc0537253e71873",
"sha256": "d0c5cb28b2fd01d8121e30698827007529fdd0954667f05a729440dbe21f0788"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "f479a4a432ae99f54dc0537253e71873",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 5496718,
"upload_time": "2024-09-15T22:19:01",
"upload_time_iso_8601": "2024-09-15T22:19:01.077657Z",
"url": "https://files.pythonhosted.org/packages/62/bb/103f74da85f38d4b65cd5a8629d56083e5cd0856640651a8ec48d4e9ac1f/bx_python-0.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e4c27d90bfca54cce6ee5f6d802880b6bbf192eb13f2433e47960e7653fdef34",
"md5": "174a61cf30deb88b317de4d730b03c7e",
"sha256": "e1d3f68aaa475e293a795485ee277489bdac90f1b54c5c71c87f5e3de42f8504"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "174a61cf30deb88b317de4d730b03c7e",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 5224753,
"upload_time": "2024-09-15T22:19:03",
"upload_time_iso_8601": "2024-09-15T22:19:03.303182Z",
"url": "https://files.pythonhosted.org/packages/e4/c2/7d90bfca54cce6ee5f6d802880b6bbf192eb13f2433e47960e7653fdef34/bx_python-0.13.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4e0b757e2f02e3313c422e34ad4cc75a3fe97cb8ade803b4407e74b8ff6715fe",
"md5": "e7c1561560f5a246538b18bd5798f1d8",
"sha256": "a115fd511ad4e55afae210a6d1fdedcd150986f7ffcb7ab533ed2bd3fd469852"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp310-cp310-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "e7c1561560f5a246538b18bd5798f1d8",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 5257245,
"upload_time": "2024-09-15T22:19:05",
"upload_time_iso_8601": "2024-09-15T22:19:05.105426Z",
"url": "https://files.pythonhosted.org/packages/4e/0b/757e2f02e3313c422e34ad4cc75a3fe97cb8ade803b4407e74b8ff6715fe/bx_python-0.13.0-cp310-cp310-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "31233b3c6934c74a7bb2251215ca66cbb5505346ef13de7673952dab112b004c",
"md5": "aa775c02a75783565b4c25db2ad05dde",
"sha256": "890e9ef1b944ec791493c6c99ca37ffa9ab81a5068c6d91b4f14ac6ce7b6b616"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp310-cp310-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "aa775c02a75783565b4c25db2ad05dde",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 5272433,
"upload_time": "2024-09-15T22:19:07",
"upload_time_iso_8601": "2024-09-15T22:19:07.235806Z",
"url": "https://files.pythonhosted.org/packages/31/23/3b3c6934c74a7bb2251215ca66cbb5505346ef13de7673952dab112b004c/bx_python-0.13.0-cp310-cp310-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "27fce23209c71119f8eb4b5ef983e5f55ae59293def1537fc9747ce8762fe3a5",
"md5": "3e2bfac14e67f1ea9ebbd49aaedd4998",
"sha256": "cb056c1f7bdd684d5f3f0bdc855993e6a75b76932ace977e7a06041571f39c77"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp310-cp310-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "3e2bfac14e67f1ea9ebbd49aaedd4998",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 5419191,
"upload_time": "2024-09-15T22:19:09",
"upload_time_iso_8601": "2024-09-15T22:19:09.000466Z",
"url": "https://files.pythonhosted.org/packages/27/fc/e23209c71119f8eb4b5ef983e5f55ae59293def1537fc9747ce8762fe3a5/bx_python-0.13.0-cp310-cp310-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "571c506f8024ff544ae6239a216291c39f1e86eb35d34b3ac3516214c881ae24",
"md5": "cf85f24ab26a59d24c3b2e1ca3714057",
"sha256": "8dcd9f7facb13ce0163c38a431550420f85f150452ab802080cd1de20fe6292d"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp311-cp311-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "cf85f24ab26a59d24c3b2e1ca3714057",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1155113,
"upload_time": "2024-09-15T22:19:10",
"upload_time_iso_8601": "2024-09-15T22:19:10.585980Z",
"url": "https://files.pythonhosted.org/packages/57/1c/506f8024ff544ae6239a216291c39f1e86eb35d34b3ac3516214c881ae24/bx_python-0.13.0-cp311-cp311-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "add12ea92f406fe38e5c2ad699fe0f89f831bd1f1f85b659042daf1df1e15f91",
"md5": "75b10b9367062aee7f5dfabed39351ca",
"sha256": "42bc4af761f36743e3c0a2b5bb1e78664e9a2cc5c0cac5e7ba84f7c6fb3e1e8e"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "75b10b9367062aee7f5dfabed39351ca",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1123795,
"upload_time": "2024-09-15T22:19:12",
"upload_time_iso_8601": "2024-09-15T22:19:12.107141Z",
"url": "https://files.pythonhosted.org/packages/ad/d1/2ea92f406fe38e5c2ad699fe0f89f831bd1f1f85b659042daf1df1e15f91/bx_python-0.13.0-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b827a7f90ee1cd160cc567c38790436c4519daacab16e6f9300246a0e95bb704",
"md5": "146edb9d5da7a52379e2332e20667a8c",
"sha256": "59697dab1f324c3cfc96ddcb01a0cfd8d4941990f88b62380f3931a41d7807a0"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "146edb9d5da7a52379e2332e20667a8c",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 5949482,
"upload_time": "2024-09-15T22:19:13",
"upload_time_iso_8601": "2024-09-15T22:19:13.458232Z",
"url": "https://files.pythonhosted.org/packages/b8/27/a7f90ee1cd160cc567c38790436c4519daacab16e6f9300246a0e95bb704/bx_python-0.13.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d99abc28e39933724979c02b464ad02d55c3e7f214a846f59139e394945eadf3",
"md5": "45df5b8d50c4a35b1c06b6201649bc56",
"sha256": "0a9022d3c6519f95901682377225cec1d4ad4e69bb64fa1cc91618b28e91635d"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "45df5b8d50c4a35b1c06b6201649bc56",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 6004977,
"upload_time": "2024-09-15T22:19:15",
"upload_time_iso_8601": "2024-09-15T22:19:15.564278Z",
"url": "https://files.pythonhosted.org/packages/d9/9a/bc28e39933724979c02b464ad02d55c3e7f214a846f59139e394945eadf3/bx_python-0.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cb64dbfe7292838a464cf0d5c836b5d0bc903d8e54e3c77c73d3fae38d66ff01",
"md5": "cb68ee721d97d460a781a1bf1fcf2905",
"sha256": "a9ea44fc7625cd2e768e9842410f178803ced531a41b4a0ff9f0d496f0fab1c3"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "cb68ee721d97d460a781a1bf1fcf2905",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 5708445,
"upload_time": "2024-09-15T22:19:16",
"upload_time_iso_8601": "2024-09-15T22:19:16.956517Z",
"url": "https://files.pythonhosted.org/packages/cb/64/dbfe7292838a464cf0d5c836b5d0bc903d8e54e3c77c73d3fae38d66ff01/bx_python-0.13.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "103354b4fd25efc4cdb95173534e38ed26b72f44b1a83abd5765232b043906ba",
"md5": "7dd9996722476e195a47a64ba3da6cd6",
"sha256": "9ad912f7ee16108b24c1f9e7be9038bfb2db5251591f93e8797161b63e3cde91"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp311-cp311-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "7dd9996722476e195a47a64ba3da6cd6",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 5798759,
"upload_time": "2024-09-15T22:19:18",
"upload_time_iso_8601": "2024-09-15T22:19:18.819196Z",
"url": "https://files.pythonhosted.org/packages/10/33/54b4fd25efc4cdb95173534e38ed26b72f44b1a83abd5765232b043906ba/bx_python-0.13.0-cp311-cp311-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a2a98383a1070537a835a37dd633dce8213e70c85dce0d45d78739b271f16166",
"md5": "c3657fd9cc2ed3bbab9d01a3077ba830",
"sha256": "820209ca91e34565e3489567e1f719f8c8b8a12b0814694980a9ac6bfed73891"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp311-cp311-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "c3657fd9cc2ed3bbab9d01a3077ba830",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 5768914,
"upload_time": "2024-09-15T22:19:20",
"upload_time_iso_8601": "2024-09-15T22:19:20.234926Z",
"url": "https://files.pythonhosted.org/packages/a2/a9/8383a1070537a835a37dd633dce8213e70c85dce0d45d78739b271f16166/bx_python-0.13.0-cp311-cp311-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "44f8f5b5ff8334289f9dfb936a9aab0733d80b535c8676bf90e4888c0c07140a",
"md5": "6e2d75ca5b3b59d090b1eb62db772c9c",
"sha256": "53b1b3a684ba49ed1d709aadb431cf8fcecaaca8e998fd4d8b3de30ececee468"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp311-cp311-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "6e2d75ca5b3b59d090b1eb62db772c9c",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 5971494,
"upload_time": "2024-09-15T22:19:22",
"upload_time_iso_8601": "2024-09-15T22:19:22.074248Z",
"url": "https://files.pythonhosted.org/packages/44/f8/f5b5ff8334289f9dfb936a9aab0733d80b535c8676bf90e4888c0c07140a/bx_python-0.13.0-cp311-cp311-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "58daae9591a4b5ffe5711aa677ba8f6a98176ae577223032ded9515bdf80b366",
"md5": "336b68d75fccc1baf88f7cb8d22783d2",
"sha256": "d1f10e05262656960a4102e5ae3f7d1fe15214da48ec5a8621a0f07a70132c52"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp312-cp312-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "336b68d75fccc1baf88f7cb8d22783d2",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1162163,
"upload_time": "2024-09-15T22:19:23",
"upload_time_iso_8601": "2024-09-15T22:19:23.559945Z",
"url": "https://files.pythonhosted.org/packages/58/da/ae9591a4b5ffe5711aa677ba8f6a98176ae577223032ded9515bdf80b366/bx_python-0.13.0-cp312-cp312-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "39de497c988a1fef3296a0d1cb34b83c1e9f574a472a4fb04e6588b992b84500",
"md5": "4893eda8d0e6196c6000f93da22ac2fa",
"sha256": "a5f98ff1b8e151dde9d7d1204ba6139eaa8aa66db3f5b2a6c7d4ec5aec181a98"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "4893eda8d0e6196c6000f93da22ac2fa",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1127406,
"upload_time": "2024-09-15T22:19:25",
"upload_time_iso_8601": "2024-09-15T22:19:25.314083Z",
"url": "https://files.pythonhosted.org/packages/39/de/497c988a1fef3296a0d1cb34b83c1e9f574a472a4fb04e6588b992b84500/bx_python-0.13.0-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6f3bbdb374d4b5a28db82754436aa7f03042dc97e232e29d359c48b9e1b8f15e",
"md5": "c4158cf217e2896256ae0d5ef969216d",
"sha256": "d56811a7572fe98891badceed3fbeb11a0f9c1588153a39b7fae8d17a9eb07ba"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "c4158cf217e2896256ae0d5ef969216d",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 5989681,
"upload_time": "2024-09-15T22:19:26",
"upload_time_iso_8601": "2024-09-15T22:19:26.925424Z",
"url": "https://files.pythonhosted.org/packages/6f/3b/bdb374d4b5a28db82754436aa7f03042dc97e232e29d359c48b9e1b8f15e/bx_python-0.13.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "03f23312ee648bf423d9f77a230a181b111093960dbdd88636c7daad47c0fcf8",
"md5": "ffb4694f3b5cdc5a86daaf20059112a6",
"sha256": "aed291dbdb3439cd9597bdaab24f7de280d3cad04985eff86855659c1f2883ce"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "ffb4694f3b5cdc5a86daaf20059112a6",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 6068269,
"upload_time": "2024-09-15T22:19:28",
"upload_time_iso_8601": "2024-09-15T22:19:28.643948Z",
"url": "https://files.pythonhosted.org/packages/03/f2/3312ee648bf423d9f77a230a181b111093960dbdd88636c7daad47c0fcf8/bx_python-0.13.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "64d909f9a25fc141d44273f1c7d391032be0437a56566f9c4d5359d19d6cc83f",
"md5": "8f3fbadd4d93fdbd1039e81e4784ddbc",
"sha256": "213c18c76a22706c22e2f2a3630da0306e8ab3f8d3a8a079072b9f5151e30660"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "8f3fbadd4d93fdbd1039e81e4784ddbc",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 5731594,
"upload_time": "2024-09-15T22:19:30",
"upload_time_iso_8601": "2024-09-15T22:19:30.186335Z",
"url": "https://files.pythonhosted.org/packages/64/d9/09f9a25fc141d44273f1c7d391032be0437a56566f9c4d5359d19d6cc83f/bx_python-0.13.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cf319abb4c42e1893f09e8f050d4bf50575900e90efe8c96f18d178024fe5645",
"md5": "6c44ff1d205b53221c7be18bea9ba619",
"sha256": "d874c66b8bb811c1117a55b5a698aeb774908fb5316f5acbf008c68cc324ec37"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp312-cp312-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "6c44ff1d205b53221c7be18bea9ba619",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 5799109,
"upload_time": "2024-09-15T22:19:31",
"upload_time_iso_8601": "2024-09-15T22:19:31.763992Z",
"url": "https://files.pythonhosted.org/packages/cf/31/9abb4c42e1893f09e8f050d4bf50575900e90efe8c96f18d178024fe5645/bx_python-0.13.0-cp312-cp312-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c8216270476a0d07f686d9aba19b7942ebf341e0636f0e070c6e2610fc5c97fd",
"md5": "001901d8db788c055246ad12a017420f",
"sha256": "102069d7f8657d0f69a63f6186bf289481a1dc4a2614392cc125b31e788ebd2e"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp312-cp312-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "001901d8db788c055246ad12a017420f",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 5778067,
"upload_time": "2024-09-15T22:19:33",
"upload_time_iso_8601": "2024-09-15T22:19:33.891790Z",
"url": "https://files.pythonhosted.org/packages/c8/21/6270476a0d07f686d9aba19b7942ebf341e0636f0e070c6e2610fc5c97fd/bx_python-0.13.0-cp312-cp312-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5b21eb72d881703968f8b36a6a4f748cca0eb9a199ec959849e895144fd6f137",
"md5": "a528948dff93166a914119e2cee6f179",
"sha256": "bbc5c3c1bcfc69be53883773946037bc6e17ca0a3cd682fee54ada533afe5ccc"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp312-cp312-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "a528948dff93166a914119e2cee6f179",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 5987135,
"upload_time": "2024-09-15T22:19:35",
"upload_time_iso_8601": "2024-09-15T22:19:35.614452Z",
"url": "https://files.pythonhosted.org/packages/5b/21/eb72d881703968f8b36a6a4f748cca0eb9a199ec959849e895144fd6f137/bx_python-0.13.0-cp312-cp312-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "63c3757e194ba27d49a3af7b3ebf32d8bb97019da113dfa4d28def32c8001441",
"md5": "832031b4027c50b362dab3be7269c8e5",
"sha256": "635a500ac3883234175061d16ea13bd04a394dd7a882a8f1a3b2d7e1b35b457a"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp313-cp313-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "832031b4027c50b362dab3be7269c8e5",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 1139192,
"upload_time": "2024-09-15T22:19:36",
"upload_time_iso_8601": "2024-09-15T22:19:36.898697Z",
"url": "https://files.pythonhosted.org/packages/63/c3/757e194ba27d49a3af7b3ebf32d8bb97019da113dfa4d28def32c8001441/bx_python-0.13.0-cp313-cp313-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5562bd84c98693e7a99525527f879b2cde1f81ef79d41702260b0efb9ba0cbab",
"md5": "2df4dfadf22a6a7ba75122ce4a2c81a9",
"sha256": "645734582dec4e2298f6244c69f2b24fc6598a08e0b37759577e78318adb1d63"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "2df4dfadf22a6a7ba75122ce4a2c81a9",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 1104101,
"upload_time": "2024-09-15T22:19:38",
"upload_time_iso_8601": "2024-09-15T22:19:38.742720Z",
"url": "https://files.pythonhosted.org/packages/55/62/bd84c98693e7a99525527f879b2cde1f81ef79d41702260b0efb9ba0cbab/bx_python-0.13.0-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "692878bd484cd650a7b34f7cfba5f9ea1258550ff87666db6709d7f010a2dd07",
"md5": "2ffb88af4f4bd46f3eca04daba2ad102",
"sha256": "1c0f9f32435bbc00a72f7d91b8ba3ef9bf211bd495b4bef7ce0e2930dfd00f5b"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "2ffb88af4f4bd46f3eca04daba2ad102",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 5856331,
"upload_time": "2024-09-15T22:19:39",
"upload_time_iso_8601": "2024-09-15T22:19:39.947247Z",
"url": "https://files.pythonhosted.org/packages/69/28/78bd484cd650a7b34f7cfba5f9ea1258550ff87666db6709d7f010a2dd07/bx_python-0.13.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a8b3aab325c4f9e6bc51e171c6913cfd6aa99e6845d8dde41152607b515b2411",
"md5": "1a5f2ce96f13ab5621168a066f44c7c6",
"sha256": "ba881ab6d9280e9b337942c973ca34e908f47b50f559069b1de959706fcd9568"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "1a5f2ce96f13ab5621168a066f44c7c6",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 5946557,
"upload_time": "2024-09-15T22:19:41",
"upload_time_iso_8601": "2024-09-15T22:19:41.691597Z",
"url": "https://files.pythonhosted.org/packages/a8/b3/aab325c4f9e6bc51e171c6913cfd6aa99e6845d8dde41152607b515b2411/bx_python-0.13.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cdbcd3efb13e83135573232484e784ceffc01bb7ae0b6f9f8d64c643c6dd9335",
"md5": "771cb3609bc0bd9329fbc63f86601e5c",
"sha256": "e5a82e45f56f01aae175c4b4fa4730a1d42f7bbfdfabc5b220af2e72b75f5f5a"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "771cb3609bc0bd9329fbc63f86601e5c",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 5602127,
"upload_time": "2024-09-15T22:19:43",
"upload_time_iso_8601": "2024-09-15T22:19:43.066151Z",
"url": "https://files.pythonhosted.org/packages/cd/bc/d3efb13e83135573232484e784ceffc01bb7ae0b6f9f8d64c643c6dd9335/bx_python-0.13.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cda484cfcc343a7c1f960e715849fc7b667815729dfb4f793b65cb9f250b2c05",
"md5": "28c4b8d5a8fe50ecf3e19c90c682405a",
"sha256": "df6517076c1da9188575bf10be53f8f2dc7abc66ac7c238cc04be46996e1a32c"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp313-cp313-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "28c4b8d5a8fe50ecf3e19c90c682405a",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 5685386,
"upload_time": "2024-09-15T22:19:44",
"upload_time_iso_8601": "2024-09-15T22:19:44.516242Z",
"url": "https://files.pythonhosted.org/packages/cd/a4/84cfcc343a7c1f960e715849fc7b667815729dfb4f793b65cb9f250b2c05/bx_python-0.13.0-cp313-cp313-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c6d293c30ab28ae6d908e024d8ccf3e0ff920265a7fd43c932e9e7c21560001e",
"md5": "866cbccd2800196fb11b5cad0324e2b7",
"sha256": "232dc76504ab4073c48bb0bb8efde036d4a85faa2368358df666ce63db845482"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp313-cp313-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "866cbccd2800196fb11b5cad0324e2b7",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 5639936,
"upload_time": "2024-09-15T22:19:46",
"upload_time_iso_8601": "2024-09-15T22:19:46.132202Z",
"url": "https://files.pythonhosted.org/packages/c6/d2/93c30ab28ae6d908e024d8ccf3e0ff920265a7fd43c932e9e7c21560001e/bx_python-0.13.0-cp313-cp313-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4b35fb6f3bd5e097685f6bb19c77d00f3a9bb62b32057c3130090e1108a90aad",
"md5": "68225381ee85dfec0461b08531a70f48",
"sha256": "52978296d09960b3970c3588028beb1c7c0ef36ad7b5fc6579128d8a3d3defd9"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp313-cp313-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "68225381ee85dfec0461b08531a70f48",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 5876600,
"upload_time": "2024-09-15T22:19:48",
"upload_time_iso_8601": "2024-09-15T22:19:48.474512Z",
"url": "https://files.pythonhosted.org/packages/4b/35/fb6f3bd5e097685f6bb19c77d00f3a9bb62b32057c3130090e1108a90aad/bx_python-0.13.0-cp313-cp313-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9b815eda128047570738694f67694bfa44f3c8a3ccd613616532469c4b0c0bec",
"md5": "7567e75d7c4c1038f97dc605e5b4985e",
"sha256": "15f56541c233ab30a8ad2cacd87c74a937820270b5d080713bc5e5b2fb2b78d1"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp38-cp38-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "7567e75d7c4c1038f97dc605e5b4985e",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1162726,
"upload_time": "2024-09-15T22:19:49",
"upload_time_iso_8601": "2024-09-15T22:19:49.783322Z",
"url": "https://files.pythonhosted.org/packages/9b/81/5eda128047570738694f67694bfa44f3c8a3ccd613616532469c4b0c0bec/bx_python-0.13.0-cp38-cp38-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fc5aed75e594f2c457aad30c3d13e760d5a2a88cb9f8380aaa66580665c43d89",
"md5": "2288923957d21ec958a178f4389303ae",
"sha256": "cbc9c7647b1a58f00a6ca45d58ce4a000a30b221f75d43198a58cc8e5c95a899"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp38-cp38-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "2288923957d21ec958a178f4389303ae",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1133674,
"upload_time": "2024-09-15T22:19:51",
"upload_time_iso_8601": "2024-09-15T22:19:51.464930Z",
"url": "https://files.pythonhosted.org/packages/fc/5a/ed75e594f2c457aad30c3d13e760d5a2a88cb9f8380aaa66580665c43d89/bx_python-0.13.0-cp38-cp38-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3797c385fde6ce9d68d4211d9565ea28acce4686884f6cd984c6cc8480d0d06e",
"md5": "affde4cbaad3bcf0a32de368f2663550",
"sha256": "b7e9c96c8aa2a0a77e7f6f643e3984776131e4dff2beda318b03918f47eb5664"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "affde4cbaad3bcf0a32de368f2663550",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 5546754,
"upload_time": "2024-09-15T22:19:52",
"upload_time_iso_8601": "2024-09-15T22:19:52.836312Z",
"url": "https://files.pythonhosted.org/packages/37/97/c385fde6ce9d68d4211d9565ea28acce4686884f6cd984c6cc8480d0d06e/bx_python-0.13.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c02573cc9048109dfbe0d693ede407b6131ac9252873bd71ef3ad66b6d36c62b",
"md5": "ca73a00cfad1712d824c9ef0eb74161c",
"sha256": "8afcd6db9aeeab8adeabfb9d24c76d48977e131185ea38c50b6082d33327db2a"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "ca73a00cfad1712d824c9ef0eb74161c",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 5624929,
"upload_time": "2024-09-15T22:19:54",
"upload_time_iso_8601": "2024-09-15T22:19:54.209448Z",
"url": "https://files.pythonhosted.org/packages/c0/25/73cc9048109dfbe0d693ede407b6131ac9252873bd71ef3ad66b6d36c62b/bx_python-0.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "568e1d1b7f93c653c297c53f9b7a46ee7bef499c1472a839094e3bc7b6eae9af",
"md5": "3ff154439e8ed65d3367f81494697a43",
"sha256": "719623f425de96d7bb08fa295ec4511fed15104dc8ef4a73048e519adc3304f7"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "3ff154439e8ed65d3367f81494697a43",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 5342572,
"upload_time": "2024-09-15T22:19:56",
"upload_time_iso_8601": "2024-09-15T22:19:56.011802Z",
"url": "https://files.pythonhosted.org/packages/56/8e/1d1b7f93c653c297c53f9b7a46ee7bef499c1472a839094e3bc7b6eae9af/bx_python-0.13.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7c9ecd2441e93ac3371bf24fdaa4f66b21a77a175a8f5c3dbcb8865570570b60",
"md5": "dd4ae42d65d7963c4eee411b2ba90d1f",
"sha256": "dc40c083ba1a1711673415763886f3c10822539f57d80a7a413d781517e5f729"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp39-cp39-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "dd4ae42d65d7963c4eee411b2ba90d1f",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1161415,
"upload_time": "2024-09-15T22:19:57",
"upload_time_iso_8601": "2024-09-15T22:19:57.724170Z",
"url": "https://files.pythonhosted.org/packages/7c/9e/cd2441e93ac3371bf24fdaa4f66b21a77a175a8f5c3dbcb8865570570b60/bx_python-0.13.0-cp39-cp39-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4db3206ce64354f59ddc06c00c62b99ce1cd14a99fb76878d44a0a8b15574c3f",
"md5": "629bb0335df375826130240ab25f0080",
"sha256": "c5e5dcd72be30ff56935d62e73f69fed4ebbf3c0751bdb84d5977cbff9b24708"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "629bb0335df375826130240ab25f0080",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1131689,
"upload_time": "2024-09-15T22:19:59",
"upload_time_iso_8601": "2024-09-15T22:19:59.348623Z",
"url": "https://files.pythonhosted.org/packages/4d/b3/206ce64354f59ddc06c00c62b99ce1cd14a99fb76878d44a0a8b15574c3f/bx_python-0.13.0-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a491c0e1d3f7f47a30f7cc80e341f702f318ab1517d482cd8bd4bdd91356d411",
"md5": "ef4d3476620177eba52d7733ad1d94a7",
"sha256": "94fbb2d777588c3530aa8a8471c114a5835a53e0e0f1b4acbcb67d93680012ff"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "ef4d3476620177eba52d7733ad1d94a7",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 5464976,
"upload_time": "2024-09-15T22:20:00",
"upload_time_iso_8601": "2024-09-15T22:20:00.574958Z",
"url": "https://files.pythonhosted.org/packages/a4/91/c0e1d3f7f47a30f7cc80e341f702f318ab1517d482cd8bd4bdd91356d411/bx_python-0.13.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f1c35c67905608e059357da9be93365be2299e07a793ffcc5fafc5ca05ebc210",
"md5": "54c98cdd19d2667c2d3f7771d448d908",
"sha256": "b04e7a0c81d03386bdba953d9e513311ef10393ab13a53c2f048d32a35490963"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "54c98cdd19d2667c2d3f7771d448d908",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 5536908,
"upload_time": "2024-09-15T22:20:01",
"upload_time_iso_8601": "2024-09-15T22:20:01.986343Z",
"url": "https://files.pythonhosted.org/packages/f1/c3/5c67905608e059357da9be93365be2299e07a793ffcc5fafc5ca05ebc210/bx_python-0.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "119f5e46c71ce0854286dab82329d4e157eb7ecb976946824423dadbb2926742",
"md5": "d283bc79befff2a71263a17438e27d88",
"sha256": "6de017a87e877dd2d4b0cff67a2c61f5243380e7cb4a9939ae729001fd3826fa"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "d283bc79befff2a71263a17438e27d88",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 5260562,
"upload_time": "2024-09-15T22:20:03",
"upload_time_iso_8601": "2024-09-15T22:20:03.411364Z",
"url": "https://files.pythonhosted.org/packages/11/9f/5e46c71ce0854286dab82329d4e157eb7ecb976946824423dadbb2926742/bx_python-0.13.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a3443c14ab529d03f5e32429f9cf7dcd8e78efc32b1a00d6a716bb429f1257bf",
"md5": "cc7d9c3939faabd3af163fd286db742e",
"sha256": "1cf5d6a85985418aeb33c7893f884657a3a2ce7139cbcd718f05b588b7c45ba3"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp39-cp39-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "cc7d9c3939faabd3af163fd286db742e",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 5300441,
"upload_time": "2024-09-15T22:20:05",
"upload_time_iso_8601": "2024-09-15T22:20:05.097217Z",
"url": "https://files.pythonhosted.org/packages/a3/44/3c14ab529d03f5e32429f9cf7dcd8e78efc32b1a00d6a716bb429f1257bf/bx_python-0.13.0-cp39-cp39-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1b66ab3e83e60eee6ae86f9cb3ac8eff1f0412cdc077e0739762dcd1156bdcba",
"md5": "c33ce8d011be37bff2bfefbc673dd767",
"sha256": "e0849f58d600e8528468f8acbd6bd156405c9476d1aa4d7c2382928b98f3ffa3"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp39-cp39-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "c33ce8d011be37bff2bfefbc673dd767",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 5318340,
"upload_time": "2024-09-15T22:20:06",
"upload_time_iso_8601": "2024-09-15T22:20:06.494098Z",
"url": "https://files.pythonhosted.org/packages/1b/66/ab3e83e60eee6ae86f9cb3ac8eff1f0412cdc077e0739762dcd1156bdcba/bx_python-0.13.0-cp39-cp39-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "87955d4da4000aec87af200f183518e81a58ccb46c7fdef510244b2efa8b7de3",
"md5": "5380e35bf97e5d5409eb61486d220c6f",
"sha256": "bb61c122dcdf03adaf3e54bd2bc707b82d35275db2b13a08f738cdbf47d03bf2"
},
"downloads": -1,
"filename": "bx_python-0.13.0-cp39-cp39-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "5380e35bf97e5d5409eb61486d220c6f",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 5464822,
"upload_time": "2024-09-15T22:20:08",
"upload_time_iso_8601": "2024-09-15T22:20:08.169226Z",
"url": "https://files.pythonhosted.org/packages/87/95/5d4da4000aec87af200f183518e81a58ccb46c7fdef510244b2efa8b7de3/bx_python-0.13.0-cp39-cp39-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d22835e8f0c3d05da98ae950c48e04019149bd0ac1daaf95626a49358dfc2638",
"md5": "d64c0c0fa5aba8663ada3a8942fab4f8",
"sha256": "2e357780e9dc44cd569ab343768db3379ba82d045add859fbcb03fab29c0a92b"
},
"downloads": -1,
"filename": "bx_python-0.13.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl",
"has_sig": false,
"md5_digest": "d64c0c0fa5aba8663ada3a8942fab4f8",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 989022,
"upload_time": "2024-09-15T22:20:09",
"upload_time_iso_8601": "2024-09-15T22:20:09.456544Z",
"url": "https://files.pythonhosted.org/packages/d2/28/35e8f0c3d05da98ae950c48e04019149bd0ac1daaf95626a49358dfc2638/bx_python-0.13.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2c81db87dd03b0669b503fe6c2e4cf5c30e240cbedcb6d1051fddf3b23f963f4",
"md5": "0176d20c58a320a2a4c8dc4cbdcdba02",
"sha256": "487f4c4263dd98ae802162d236ec962dea5def0b569a6738f368e301a16188c0"
},
"downloads": -1,
"filename": "bx_python-0.13.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "0176d20c58a320a2a4c8dc4cbdcdba02",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 969680,
"upload_time": "2024-09-15T22:20:10",
"upload_time_iso_8601": "2024-09-15T22:20:10.572563Z",
"url": "https://files.pythonhosted.org/packages/2c/81/db87dd03b0669b503fe6c2e4cf5c30e240cbedcb6d1051fddf3b23f963f4/bx_python-0.13.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3e9e49a8bc669faed357cabf6b2732f7810f1df19480bfbdc1d7cb14f4339941",
"md5": "93c6a456736aa705cf2d489aace564ef",
"sha256": "027886aecea655c61cff890ffc8857a318d864fcbdb9ac18656a210109468e5b"
},
"downloads": -1,
"filename": "bx_python-0.13.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "93c6a456736aa705cf2d489aace564ef",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 1127954,
"upload_time": "2024-09-15T22:20:12",
"upload_time_iso_8601": "2024-09-15T22:20:12.073703Z",
"url": "https://files.pythonhosted.org/packages/3e/9e/49a8bc669faed357cabf6b2732f7810f1df19480bfbdc1d7cb14f4339941/bx_python-0.13.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4d17d3796d5852681cc5b52c21cef5957e1283ec9d8332248c97ad5d52d31ac0",
"md5": "c64540adbb85ed35cf4cdd1f37f8cacf",
"sha256": "263cad145d277b806e57765ec516a42e5cf361f702501e205ae485df416bc49d"
},
"downloads": -1,
"filename": "bx_python-0.13.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "c64540adbb85ed35cf4cdd1f37f8cacf",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 1168634,
"upload_time": "2024-09-15T22:20:13",
"upload_time_iso_8601": "2024-09-15T22:20:13.301769Z",
"url": "https://files.pythonhosted.org/packages/4d/17/d3796d5852681cc5b52c21cef5957e1283ec9d8332248c97ad5d52d31ac0/bx_python-0.13.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1f963879141175d51cbdf19fe988ab2ab7a323bd2d63fd627d8c06b1fdea961b",
"md5": "ff4065b3a6bc16385a26505546499792",
"sha256": "7dcde73f892578712b573a1096df89da67b2928257d2178ff1d42756f838f1e2"
},
"downloads": -1,
"filename": "bx_python-0.13.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl",
"has_sig": false,
"md5_digest": "ff4065b3a6bc16385a26505546499792",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 987408,
"upload_time": "2024-09-15T22:20:15",
"upload_time_iso_8601": "2024-09-15T22:20:15.037449Z",
"url": "https://files.pythonhosted.org/packages/1f/96/3879141175d51cbdf19fe988ab2ab7a323bd2d63fd627d8c06b1fdea961b/bx_python-0.13.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f92ef42211c3447f6d6bb2b0d9cf7e0f325c710fdeec8e1774f8f2e67b753e34",
"md5": "103871cd9d56e1fd31d494feda328c3c",
"sha256": "0abd973e5b83bedb5fab89541d6d7a55d26d9aff444f62ff84e93c97546fef0a"
},
"downloads": -1,
"filename": "bx_python-0.13.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "103871cd9d56e1fd31d494feda328c3c",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 968177,
"upload_time": "2024-09-15T22:20:16",
"upload_time_iso_8601": "2024-09-15T22:20:16.509963Z",
"url": "https://files.pythonhosted.org/packages/f9/2e/f42211c3447f6d6bb2b0d9cf7e0f325c710fdeec8e1774f8f2e67b753e34/bx_python-0.13.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a999c703f7b9efcd397bad9b8c21bedb006edd3f8263179d8edfe2c7b6f979e6",
"md5": "830a175342b7819998b9b678af87d6c6",
"sha256": "37e637a63e495363c7f7b9bcfc4bbb9c0433e29170ff7115ef3f42f582cda586"
},
"downloads": -1,
"filename": "bx_python-0.13.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "830a175342b7819998b9b678af87d6c6",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 1125680,
"upload_time": "2024-09-15T22:20:17",
"upload_time_iso_8601": "2024-09-15T22:20:17.687266Z",
"url": "https://files.pythonhosted.org/packages/a9/99/c703f7b9efcd397bad9b8c21bedb006edd3f8263179d8edfe2c7b6f979e6/bx_python-0.13.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2aba24ba9db8917fe0eb5e5f5172a9352d56703a0e6bd58e2f924b3319823091",
"md5": "ecd0063c229d0ed917df9a99b29b59c8",
"sha256": "d47ebc45d27d1e7feebc8e17f92fc884ce7470e7462cd5a0b01758bb418d68c1"
},
"downloads": -1,
"filename": "bx_python-0.13.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "ecd0063c229d0ed917df9a99b29b59c8",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 1165818,
"upload_time": "2024-09-15T22:20:19",
"upload_time_iso_8601": "2024-09-15T22:20:19.096587Z",
"url": "https://files.pythonhosted.org/packages/2a/ba/24ba9db8917fe0eb5e5f5172a9352d56703a0e6bd58e2f924b3319823091/bx_python-0.13.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6214ade75855624c63f0d8e65e339f134158da5da551c3572d90d14f535b5962",
"md5": "c5fbe624944d429af77b3f77c97a9523",
"sha256": "ce04696543367efc6b7995d9463efeda691b9a58f6f55a7bd831e642159b0644"
},
"downloads": -1,
"filename": "bx_python-0.13.0.tar.gz",
"has_sig": false,
"md5_digest": "c5fbe624944d429af77b3f77c97a9523",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 1899129,
"upload_time": "2024-09-15T22:20:20",
"upload_time_iso_8601": "2024-09-15T22:20:20.249070Z",
"url": "https://files.pythonhosted.org/packages/62/14/ade75855624c63f0d8e65e339f134158da5da551c3572d90d14f535b5962/bx_python-0.13.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-15 22:20:20",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "bxlab",
"github_project": "bx-python",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "bx-python"
}