cylindra


Namecylindra JSON
Version 1.0.0b1 PyPI version JSON
download
home_pageNone
SummarySpectral analysis, simulation and subtomogram averaging of heterogenic cylindrical structures
upload_time2024-05-07 14:46:21
maintainerNone
docs_urlNone
authorHanjin Liu
requires_python>=3.10
licenseNone
keywords gui napari cryo-et tomography
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![BSD 3-Clause License](https://img.shields.io/pypi/l/cylindra.svg?color=green)](https://github.com/hanjinliu/cylindra/blob/main/LICENSE)
[![Python package index download statistics](https://img.shields.io/pypi/dm/cylindra.svg)](https://pypistats.org/packages/cylindra)
[![PyPI version](https://badge.fury.io/py/cylindra.svg)](https://badge.fury.io/py/cylindra)
[![codecov](https://codecov.io/gh/hanjinliu/cylindra/graph/badge.svg?token=X1F259JYT5)](https://codecov.io/gh/hanjinliu/cylindra)

![](https://github.com/hanjinliu/cylindra/blob/main/resources/fig.png)

# cylindra

`cylindra` is a GUI-integrated cryo-ET image analysis tool for cylindric periodic
structures such as microtubules.

### [→ Documentation](https://hanjinliu.github.io/cylindra/)

## Installation

- Use `pip`

```shell
pip install cylindra -U
```

- From source

If you install from the source, you'll need Rust to compile a part of the code.

```shell
git clone git+https://github.com/hanjinliu/cylindra
cd cylindra
pip install .
```

## Usage

#### Launch GUI

- From shell

  ```shell
  cylindra
  ```

- From a Python interpreter

  ```python
  from cylindra import start

  # launch a napari viewer with a cylindra dock widget.
  ui = start()
  ```

#### Command line interface

`cylindra` is implemented with some basic command line interface (CLI).

```shell
cylindra --help
```

## Implemented Functions

- Automatic/manual fitting of splines to cylindrical structures in 3D.
- Analyze lattice structures (such as lattice spacing and skew angle) using Cylindric
  Fourier transformation.
- Automatic determination of polarity, protofilament number etc.
- Monomer mapping along splines for subtomogram averaging and alignment.
- Microtubule seam search with or without binding proteins.
- Subtomogram alignment with 2D constraint.
- Tomogram simulation of cylindric structure.

## Prerequisite and Recommendations

- **Python ≥ 3.10**. This project follows [spec-0000](https://scientific-python.org/specs/spec-0000/).
- **Sufficient memory size**. Most of the intense calculations are done out-of-core
  using `dask`, so that you can even run on 8-GB memory PC in many cases. However,
  larger memory size will make parallel processing more efficient. ≥32 GB is
  recommended.
- **Images should be loaded from SSD**. Raw image stacks are loaded lazily in most of
  the processes. Loading from HDD will slow down many analyses as well.

## Issues

If you encountered any bugs or have any requests, feel free to
[report an issue](https://github.com/hanjinliu/cylindra/issues/new).
(We'll appreciate if you find some methods are over-fitted to microtubules and do not
work well on other cylindric structures)

For better reproducibility, please copy your environments from `Others > cylindra info`
and the recorded macro from `Others > Macro > Show macro`.

## Citation

If you find `cylindra` useful in your work, please consider citing [our paper](https://www.biorxiv.org/content/10.1101/2024.04.30.591984v1).

```
Heterogeneous local structures of the microtubule lattice revealed by cryo-ET and non-averaging analysis
Hanjin Liu, Hiroshi Yamaguchi, Masahide Kikkawa, Tomohiro Shima
bioRxiv 2024.04.30.591984; doi: https://doi.org/10.1101/2024.04.30.591984
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "cylindra",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "gui, napari, cryo-ET, tomography",
    "author": "Hanjin Liu",
    "author_email": "liuha@med.kobe-u.ac.jp",
    "download_url": "https://files.pythonhosted.org/packages/7e/d1/3ccde919609982c6b4d3e7e692fcfc9738725fdb7849548ccbe7be5e1960/cylindra-1.0.0b1.tar.gz",
    "platform": null,
    "description": "[![BSD 3-Clause License](https://img.shields.io/pypi/l/cylindra.svg?color=green)](https://github.com/hanjinliu/cylindra/blob/main/LICENSE)\n[![Python package index download statistics](https://img.shields.io/pypi/dm/cylindra.svg)](https://pypistats.org/packages/cylindra)\n[![PyPI version](https://badge.fury.io/py/cylindra.svg)](https://badge.fury.io/py/cylindra)\n[![codecov](https://codecov.io/gh/hanjinliu/cylindra/graph/badge.svg?token=X1F259JYT5)](https://codecov.io/gh/hanjinliu/cylindra)\n\n![](https://github.com/hanjinliu/cylindra/blob/main/resources/fig.png)\n\n# cylindra\n\n`cylindra` is a GUI-integrated cryo-ET image analysis tool for cylindric periodic\nstructures such as microtubules.\n\n### [→ Documentation](https://hanjinliu.github.io/cylindra/)\n\n## Installation\n\n- Use `pip`\n\n```shell\npip install cylindra -U\n```\n\n- From source\n\nIf you install from the source, you'll need Rust to compile a part of the code.\n\n```shell\ngit clone git+https://github.com/hanjinliu/cylindra\ncd cylindra\npip install .\n```\n\n## Usage\n\n#### Launch GUI\n\n- From shell\n\n  ```shell\n  cylindra\n  ```\n\n- From a Python interpreter\n\n  ```python\n  from cylindra import start\n\n  # launch a napari viewer with a cylindra dock widget.\n  ui = start()\n  ```\n\n#### Command line interface\n\n`cylindra` is implemented with some basic command line interface (CLI).\n\n```shell\ncylindra --help\n```\n\n## Implemented Functions\n\n- Automatic/manual fitting of splines to cylindrical structures in 3D.\n- Analyze lattice structures (such as lattice spacing and skew angle) using Cylindric\n  Fourier transformation.\n- Automatic determination of polarity, protofilament number etc.\n- Monomer mapping along splines for subtomogram averaging and alignment.\n- Microtubule seam search with or without binding proteins.\n- Subtomogram alignment with 2D constraint.\n- Tomogram simulation of cylindric structure.\n\n## Prerequisite and Recommendations\n\n- **Python ≥ 3.10**. This project follows [spec-0000](https://scientific-python.org/specs/spec-0000/).\n- **Sufficient memory size**. Most of the intense calculations are done out-of-core\n  using `dask`, so that you can even run on 8-GB memory PC in many cases. However,\n  larger memory size will make parallel processing more efficient. ≥32 GB is\n  recommended.\n- **Images should be loaded from SSD**. Raw image stacks are loaded lazily in most of\n  the processes. Loading from HDD will slow down many analyses as well.\n\n## Issues\n\nIf you encountered any bugs or have any requests, feel free to\n[report an issue](https://github.com/hanjinliu/cylindra/issues/new).\n(We'll appreciate if you find some methods are over-fitted to microtubules and do not\nwork well on other cylindric structures)\n\nFor better reproducibility, please copy your environments from `Others > cylindra info`\nand the recorded macro from `Others > Macro > Show macro`.\n\n## Citation\n\nIf you find `cylindra` useful in your work, please consider citing [our paper](https://www.biorxiv.org/content/10.1101/2024.04.30.591984v1).\n\n```\nHeterogeneous local structures of the microtubule lattice revealed by cryo-ET and non-averaging analysis\nHanjin Liu, Hiroshi Yamaguchi, Masahide Kikkawa, Tomohiro Shima\nbioRxiv 2024.04.30.591984; doi: https://doi.org/10.1101/2024.04.30.591984\n```\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Spectral analysis, simulation and subtomogram averaging of heterogenic cylindrical structures",
    "version": "1.0.0b1",
    "project_urls": null,
    "split_keywords": [
        "gui",
        " napari",
        " cryo-et",
        " tomography"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7fe318e62e8666267d6c5e89768b9e86691c414d65c53eb481555c7069d2ed4f",
                "md5": "164132de9bfb2bb010cd730a8069518e",
                "sha256": "704b9726841aab0d787d4d2e192ec5dc2f8edc89ed94e33567b268fc449d2b65"
            },
            "downloads": -1,
            "filename": "cylindra-1.0.0b1-cp310-cp310-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "164132de9bfb2bb010cd730a8069518e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 751699,
            "upload_time": "2024-05-07T14:45:23",
            "upload_time_iso_8601": "2024-05-07T14:45:23.946175Z",
            "url": "https://files.pythonhosted.org/packages/7f/e3/18e62e8666267d6c5e89768b9e86691c414d65c53eb481555c7069d2ed4f/cylindra-1.0.0b1-cp310-cp310-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e312efd6a19e7f80c2f97522d3118dfd3dd4fe452e6132b638006a12b79072ba",
                "md5": "070e218431b4a4993cdc814340870cfd",
                "sha256": "b4a7427d1a4a2391c3c4452807cf578b5312e158ab45e76cc4ccfe5e9aca8ad2"
            },
            "downloads": -1,
            "filename": "cylindra-1.0.0b1-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "070e218431b4a4993cdc814340870cfd",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 732542,
            "upload_time": "2024-05-07T14:45:25",
            "upload_time_iso_8601": "2024-05-07T14:45:25.705142Z",
            "url": "https://files.pythonhosted.org/packages/e3/12/efd6a19e7f80c2f97522d3118dfd3dd4fe452e6132b638006a12b79072ba/cylindra-1.0.0b1-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "77befb1ab323ed51c9f1bb14769ef78e0bfb745ba70c2c27a63b7c1898a27a5c",
                "md5": "410e52c5bd8d172e88ef96a0e7b6122a",
                "sha256": "1b612d4260df69a8cf9325873b54d539961b22f62a3cc9218bba97e26d543664"
            },
            "downloads": -1,
            "filename": "cylindra-1.0.0b1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "410e52c5bd8d172e88ef96a0e7b6122a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 1529218,
            "upload_time": "2024-05-07T14:45:27",
            "upload_time_iso_8601": "2024-05-07T14:45:27.043333Z",
            "url": "https://files.pythonhosted.org/packages/77/be/fb1ab323ed51c9f1bb14769ef78e0bfb745ba70c2c27a63b7c1898a27a5c/cylindra-1.0.0b1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "224ca71b5fe2e47751cd6d929f50faaa9dae4f33325046ed2886016bc7f02365",
                "md5": "ba8f8262fcbe8a3949ea025debde80cf",
                "sha256": "ca7cb239c8d99721264d3d6e2990f9403360c7a597968091fe16674b0707c242"
            },
            "downloads": -1,
            "filename": "cylindra-1.0.0b1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "ba8f8262fcbe8a3949ea025debde80cf",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 1549465,
            "upload_time": "2024-05-07T14:45:28",
            "upload_time_iso_8601": "2024-05-07T14:45:28.977489Z",
            "url": "https://files.pythonhosted.org/packages/22/4c/a71b5fe2e47751cd6d929f50faaa9dae4f33325046ed2886016bc7f02365/cylindra-1.0.0b1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "691337239d71e8d851b204a0f38eaf702825895fd19f492e59625547e2e402b5",
                "md5": "06805d1fe2bd5da268243ded83417ba0",
                "sha256": "1df8f44f334e9ac9ead283869c0f9f7f810aa4aa5ea8309c45a1d16b7e8ddb3c"
            },
            "downloads": -1,
            "filename": "cylindra-1.0.0b1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "06805d1fe2bd5da268243ded83417ba0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 1594777,
            "upload_time": "2024-05-07T14:45:30",
            "upload_time_iso_8601": "2024-05-07T14:45:30.516015Z",
            "url": "https://files.pythonhosted.org/packages/69/13/37239d71e8d851b204a0f38eaf702825895fd19f492e59625547e2e402b5/cylindra-1.0.0b1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "38c19de4c727146116c7abd598553edc0006abbc8045e370a162cff123f8a55d",
                "md5": "c13fc2bae3ab617f4b333fa0192bd710",
                "sha256": "b22df9c06fb63a2d929d93e93ec9b6bcea7b93187b639a0e2a8c41edcfbbad8a"
            },
            "downloads": -1,
            "filename": "cylindra-1.0.0b1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "c13fc2bae3ab617f4b333fa0192bd710",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 1741588,
            "upload_time": "2024-05-07T14:45:32",
            "upload_time_iso_8601": "2024-05-07T14:45:32.427386Z",
            "url": "https://files.pythonhosted.org/packages/38/c1/9de4c727146116c7abd598553edc0006abbc8045e370a162cff123f8a55d/cylindra-1.0.0b1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0e8afe28d5f25df6b2d498b05593350168a1e5e730515e366d450001119e73bb",
                "md5": "72f702ab0dcb834b8d7d44838c92b84b",
                "sha256": "3f89fb45ce427bb3e4b99115b5b054fbc2b546517de6c5133fb82c0354f69bd7"
            },
            "downloads": -1,
            "filename": "cylindra-1.0.0b1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "72f702ab0dcb834b8d7d44838c92b84b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 1543314,
            "upload_time": "2024-05-07T14:45:33",
            "upload_time_iso_8601": "2024-05-07T14:45:33.951479Z",
            "url": "https://files.pythonhosted.org/packages/0e/8a/fe28d5f25df6b2d498b05593350168a1e5e730515e366d450001119e73bb/cylindra-1.0.0b1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "405864cac96bfc6818b54af0c340916433d6fea85e444a2d903cb2ccbb2e1a9f",
                "md5": "bdb05a4d8e4579d09a30111925da3a5c",
                "sha256": "8d6a7250e141d56b9e4ae0946580351ecc4420c519d03394f78d2626daa6d764"
            },
            "downloads": -1,
            "filename": "cylindra-1.0.0b1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "bdb05a4d8e4579d09a30111925da3a5c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 1574999,
            "upload_time": "2024-05-07T14:45:35",
            "upload_time_iso_8601": "2024-05-07T14:45:35.862846Z",
            "url": "https://files.pythonhosted.org/packages/40/58/64cac96bfc6818b54af0c340916433d6fea85e444a2d903cb2ccbb2e1a9f/cylindra-1.0.0b1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "57c993e8719cd8b11ade5a3e75ae46b2eb61bca8f71468d9812a0f1467a3225f",
                "md5": "a1e3d092128c866a5f57ca02999a661e",
                "sha256": "b26ae667eff61f0fc2ca94a5e57b7378dc0ba6464f588fc4bb5fc8b3c20ed69a"
            },
            "downloads": -1,
            "filename": "cylindra-1.0.0b1-cp310-none-win32.whl",
            "has_sig": false,
            "md5_digest": "a1e3d092128c866a5f57ca02999a661e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 618011,
            "upload_time": "2024-05-07T14:45:37",
            "upload_time_iso_8601": "2024-05-07T14:45:37.353663Z",
            "url": "https://files.pythonhosted.org/packages/57/c9/93e8719cd8b11ade5a3e75ae46b2eb61bca8f71468d9812a0f1467a3225f/cylindra-1.0.0b1-cp310-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a14d6f0e0ddc089a4c9bf8beb1ea47b9ba9b126660fb6ab496827bc577911b21",
                "md5": "0e2b8cacdc1ec635962d3f062fb32b53",
                "sha256": "77c90023d676ca81697352ee168094b1f71c79a5ee16d8d7e701da50a3e67c47"
            },
            "downloads": -1,
            "filename": "cylindra-1.0.0b1-cp310-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0e2b8cacdc1ec635962d3f062fb32b53",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 636631,
            "upload_time": "2024-05-07T14:45:38",
            "upload_time_iso_8601": "2024-05-07T14:45:38.559478Z",
            "url": "https://files.pythonhosted.org/packages/a1/4d/6f0e0ddc089a4c9bf8beb1ea47b9ba9b126660fb6ab496827bc577911b21/cylindra-1.0.0b1-cp310-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e5ecbdf375e49f3f576fd81017e0161df40cfddd4147dd85605515798e7971a6",
                "md5": "0a04ba09e7d62eca317485e79e3052f8",
                "sha256": "2a33e981211131f3190df7c54ee982a0426a54e28279c41b5a607593d0f6b0ea"
            },
            "downloads": -1,
            "filename": "cylindra-1.0.0b1-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0a04ba09e7d62eca317485e79e3052f8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 752442,
            "upload_time": "2024-05-07T14:45:40",
            "upload_time_iso_8601": "2024-05-07T14:45:40.278809Z",
            "url": "https://files.pythonhosted.org/packages/e5/ec/bdf375e49f3f576fd81017e0161df40cfddd4147dd85605515798e7971a6/cylindra-1.0.0b1-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "be1cd4a61c68a8acee0d9d41633f1287ad09be408228e83af6de7d74fa58d17e",
                "md5": "eeff90574aecea397af4bc9185a129fa",
                "sha256": "bf3b57e5c9b29c0d9f4f9aa8b3f9eb27e16b99843f19dda7d3b2775bae086562"
            },
            "downloads": -1,
            "filename": "cylindra-1.0.0b1-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "eeff90574aecea397af4bc9185a129fa",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 733170,
            "upload_time": "2024-05-07T14:45:41",
            "upload_time_iso_8601": "2024-05-07T14:45:41.852404Z",
            "url": "https://files.pythonhosted.org/packages/be/1c/d4a61c68a8acee0d9d41633f1287ad09be408228e83af6de7d74fa58d17e/cylindra-1.0.0b1-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6aac3900b008da2441bb00cd08911cdaf040377a4ce2866dbe67e9c3a4f4891d",
                "md5": "7c2fabc563d643741744a45b656caaab",
                "sha256": "2e5dabd886313239c77ea14545cc87c918de1b5222560e1f1ca17a58b0a882d3"
            },
            "downloads": -1,
            "filename": "cylindra-1.0.0b1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7c2fabc563d643741744a45b656caaab",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 1529385,
            "upload_time": "2024-05-07T14:45:43",
            "upload_time_iso_8601": "2024-05-07T14:45:43.200976Z",
            "url": "https://files.pythonhosted.org/packages/6a/ac/3900b008da2441bb00cd08911cdaf040377a4ce2866dbe67e9c3a4f4891d/cylindra-1.0.0b1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a2c4e2a4229a58fd7972bcf6c1c826275875a60ad5be51b66b638054733ffb6e",
                "md5": "80953c17c9485ef96bba1609d8f0e78c",
                "sha256": "c6b6cd6b37ae82d65e29155ad5904648db358edcefa871862aea056ea938e39c"
            },
            "downloads": -1,
            "filename": "cylindra-1.0.0b1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "80953c17c9485ef96bba1609d8f0e78c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 1550002,
            "upload_time": "2024-05-07T14:45:45",
            "upload_time_iso_8601": "2024-05-07T14:45:45.135216Z",
            "url": "https://files.pythonhosted.org/packages/a2/c4/e2a4229a58fd7972bcf6c1c826275875a60ad5be51b66b638054733ffb6e/cylindra-1.0.0b1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2523a9c4469c4b0a4d6d43cbda66fc96379836c6edbbbca306bce66ad7cee4ba",
                "md5": "77742a3404a370fb981534436ba1b986",
                "sha256": "37f2488a1c94b684c8324d3b3486ce99cdeee3d77dc95ab5eb37b4c0bbc486a0"
            },
            "downloads": -1,
            "filename": "cylindra-1.0.0b1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "77742a3404a370fb981534436ba1b986",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 1595381,
            "upload_time": "2024-05-07T14:45:47",
            "upload_time_iso_8601": "2024-05-07T14:45:47.134584Z",
            "url": "https://files.pythonhosted.org/packages/25/23/a9c4469c4b0a4d6d43cbda66fc96379836c6edbbbca306bce66ad7cee4ba/cylindra-1.0.0b1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "354b3f317b5d888fa94b4c3fdff0de967a77fd374f413cd1cfe581f4b0f849ea",
                "md5": "7a93fe05ad367fadf02e6f47c0df66ae",
                "sha256": "5cd7227f30864d723194a411115e7cc91cf5fb6d930530c734b8c7e3e48990c0"
            },
            "downloads": -1,
            "filename": "cylindra-1.0.0b1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "7a93fe05ad367fadf02e6f47c0df66ae",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 1741608,
            "upload_time": "2024-05-07T14:45:48",
            "upload_time_iso_8601": "2024-05-07T14:45:48.823984Z",
            "url": "https://files.pythonhosted.org/packages/35/4b/3f317b5d888fa94b4c3fdff0de967a77fd374f413cd1cfe581f4b0f849ea/cylindra-1.0.0b1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7fdde2e6a08063cca5537ff9ba721ebc91a1dd632e42b3c6cbd5ad817d0e608e",
                "md5": "16c38e97e257fe7e3d7a112bbc3988d7",
                "sha256": "a2544ca8305cb3fd8a8af19efcf4f90e681165dff0aa72e33a93161ff5bddb9c"
            },
            "downloads": -1,
            "filename": "cylindra-1.0.0b1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "16c38e97e257fe7e3d7a112bbc3988d7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 1543984,
            "upload_time": "2024-05-07T14:45:50",
            "upload_time_iso_8601": "2024-05-07T14:45:50.761981Z",
            "url": "https://files.pythonhosted.org/packages/7f/dd/e2e6a08063cca5537ff9ba721ebc91a1dd632e42b3c6cbd5ad817d0e608e/cylindra-1.0.0b1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d2b3980c96ced63ac249aa9180e7f74e943c3c36c083d17250e983d734136b00",
                "md5": "19041926eb59c151f9807c16bf88c924",
                "sha256": "bd3cc279bc9258076bc688791f4188ec591e3dd94a3c372f02121ba5286d0776"
            },
            "downloads": -1,
            "filename": "cylindra-1.0.0b1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "19041926eb59c151f9807c16bf88c924",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 1575185,
            "upload_time": "2024-05-07T14:45:52",
            "upload_time_iso_8601": "2024-05-07T14:45:52.699032Z",
            "url": "https://files.pythonhosted.org/packages/d2/b3/980c96ced63ac249aa9180e7f74e943c3c36c083d17250e983d734136b00/cylindra-1.0.0b1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dd8526fd70ea58b13c3a12e471ac474f5b7b61d7448b90408ac0047e175ae7a2",
                "md5": "ec072e7a2b9f213f802bc634375ae071",
                "sha256": "037cd327d45c327aaaf5499ec7b641d38e6dd9a34c1ffe49cf216b6453c4902c"
            },
            "downloads": -1,
            "filename": "cylindra-1.0.0b1-cp311-none-win32.whl",
            "has_sig": false,
            "md5_digest": "ec072e7a2b9f213f802bc634375ae071",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 618068,
            "upload_time": "2024-05-07T14:45:54",
            "upload_time_iso_8601": "2024-05-07T14:45:54.087464Z",
            "url": "https://files.pythonhosted.org/packages/dd/85/26fd70ea58b13c3a12e471ac474f5b7b61d7448b90408ac0047e175ae7a2/cylindra-1.0.0b1-cp311-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "21e32236b5386f99a7f240a75a0804419b8ea6c39940c54de2485dd1dd9dd33a",
                "md5": "d6c446652f7883042b7b3316592ea875",
                "sha256": "7a67866f932bd14901311a871edff4552c38265e734926038c16fdaba5bad03d"
            },
            "downloads": -1,
            "filename": "cylindra-1.0.0b1-cp311-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d6c446652f7883042b7b3316592ea875",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 636597,
            "upload_time": "2024-05-07T14:45:55",
            "upload_time_iso_8601": "2024-05-07T14:45:55.397364Z",
            "url": "https://files.pythonhosted.org/packages/21/e3/2236b5386f99a7f240a75a0804419b8ea6c39940c54de2485dd1dd9dd33a/cylindra-1.0.0b1-cp311-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "78ddd55d9eac950cfde0ecf2e05ec2129cb9a5cb9fba06489a0f392e9882721d",
                "md5": "03d90603d1c5e3c45175315f7e04da60",
                "sha256": "d45dcc3cb214c7b196a4781d8729fcf35622a6ff4a4e510fad9375a4b0e2e984"
            },
            "downloads": -1,
            "filename": "cylindra-1.0.0b1-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "03d90603d1c5e3c45175315f7e04da60",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 746022,
            "upload_time": "2024-05-07T14:45:56",
            "upload_time_iso_8601": "2024-05-07T14:45:56.609690Z",
            "url": "https://files.pythonhosted.org/packages/78/dd/d55d9eac950cfde0ecf2e05ec2129cb9a5cb9fba06489a0f392e9882721d/cylindra-1.0.0b1-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5cacfa576bbda73222ce7a73d9bf51fbe886c37d7630fa9b98cef5d11dc391bb",
                "md5": "eadd9ac03b9ae617e3c5c139466106ae",
                "sha256": "57382871c742625b8fc238d7d15c757a3baf43ebd8aefb844e0556c3b1dfbf39"
            },
            "downloads": -1,
            "filename": "cylindra-1.0.0b1-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "eadd9ac03b9ae617e3c5c139466106ae",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 729553,
            "upload_time": "2024-05-07T14:45:57",
            "upload_time_iso_8601": "2024-05-07T14:45:57.791467Z",
            "url": "https://files.pythonhosted.org/packages/5c/ac/fa576bbda73222ce7a73d9bf51fbe886c37d7630fa9b98cef5d11dc391bb/cylindra-1.0.0b1-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "474168c056abdc9ec397b750dc66d9c0116c4bdb67982ceddb3d916ff9f9f0ec",
                "md5": "0c16edf051a8831d96171b4841460854",
                "sha256": "c4deefdc22b00c895cc0fc8c32aecd86ed307cc576ddd76b2abbededba8e53e6"
            },
            "downloads": -1,
            "filename": "cylindra-1.0.0b1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "0c16edf051a8831d96171b4841460854",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 1526090,
            "upload_time": "2024-05-07T14:45:59",
            "upload_time_iso_8601": "2024-05-07T14:45:59.113632Z",
            "url": "https://files.pythonhosted.org/packages/47/41/68c056abdc9ec397b750dc66d9c0116c4bdb67982ceddb3d916ff9f9f0ec/cylindra-1.0.0b1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d3a2ff31cb81c2149a27c3bf058cd3eddf15b45b9797b42707a307e6a3326c85",
                "md5": "6f37587d95550b854c253e642c148004",
                "sha256": "52d094a37995431e0c2498065a841dbb0102054ec315cbb7ea80608b4a5a7e21"
            },
            "downloads": -1,
            "filename": "cylindra-1.0.0b1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "6f37587d95550b854c253e642c148004",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 1548253,
            "upload_time": "2024-05-07T14:46:00",
            "upload_time_iso_8601": "2024-05-07T14:46:00.484683Z",
            "url": "https://files.pythonhosted.org/packages/d3/a2/ff31cb81c2149a27c3bf058cd3eddf15b45b9797b42707a307e6a3326c85/cylindra-1.0.0b1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f0e4094a971b4d7a3767d59c3fc29e3ac71e61102218558f35713151c5e447ca",
                "md5": "6b35166b1b9be6f0e7ac0aaa7a56df3d",
                "sha256": "b79c2edc0074d67f78abeaf1699f4d10b4c50c4bbfbdca22a7fd73ab255d1d2f"
            },
            "downloads": -1,
            "filename": "cylindra-1.0.0b1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "6b35166b1b9be6f0e7ac0aaa7a56df3d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 1593461,
            "upload_time": "2024-05-07T14:46:01",
            "upload_time_iso_8601": "2024-05-07T14:46:01.989353Z",
            "url": "https://files.pythonhosted.org/packages/f0/e4/094a971b4d7a3767d59c3fc29e3ac71e61102218558f35713151c5e447ca/cylindra-1.0.0b1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1c31e9bf10fdbb9c03e4d633d7c3888e09275fd6bdb2440e0ef0aaab91e4053c",
                "md5": "98582ac49bef33805dd84e60a6d43530",
                "sha256": "5450aac3da0568319e519b96bc0578b8179e4a713529340d39ba13ba0dd614ce"
            },
            "downloads": -1,
            "filename": "cylindra-1.0.0b1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "98582ac49bef33805dd84e60a6d43530",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 1729942,
            "upload_time": "2024-05-07T14:46:04",
            "upload_time_iso_8601": "2024-05-07T14:46:04.115899Z",
            "url": "https://files.pythonhosted.org/packages/1c/31/e9bf10fdbb9c03e4d633d7c3888e09275fd6bdb2440e0ef0aaab91e4053c/cylindra-1.0.0b1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6698c8001273aa05e71fac46f4a22c4af309927b0d187d1ef4d6a5b0428e0014",
                "md5": "616db5f11f89e7c2b3b48badee89450f",
                "sha256": "36ff9a2b2bec8b3d7cc692fad9827fe1845b6d17cc8032331f2ae4844ed529fb"
            },
            "downloads": -1,
            "filename": "cylindra-1.0.0b1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "616db5f11f89e7c2b3b48badee89450f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 1541014,
            "upload_time": "2024-05-07T14:46:05",
            "upload_time_iso_8601": "2024-05-07T14:46:05.756258Z",
            "url": "https://files.pythonhosted.org/packages/66/98/c8001273aa05e71fac46f4a22c4af309927b0d187d1ef4d6a5b0428e0014/cylindra-1.0.0b1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3050652a4e7a27568cff9e047623559864fa9248176ebb49d887c3178312073e",
                "md5": "4848a69e37c6adf428b33a507aa5585e",
                "sha256": "cc6d83902e42f0909d9b6d471be74cdee7d61e76ae775d567da689c8dd7feada"
            },
            "downloads": -1,
            "filename": "cylindra-1.0.0b1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "4848a69e37c6adf428b33a507aa5585e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 1574972,
            "upload_time": "2024-05-07T14:46:07",
            "upload_time_iso_8601": "2024-05-07T14:46:07.367836Z",
            "url": "https://files.pythonhosted.org/packages/30/50/652a4e7a27568cff9e047623559864fa9248176ebb49d887c3178312073e/cylindra-1.0.0b1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b15915294656bc34644e37e566c26ff3cc4c1c0d92af28fbb717a5e10fb0c274",
                "md5": "8a041b6acfc4563c021e70cd77fd4ad3",
                "sha256": "e15f0a5947f0022ed98d56ce64b8b04bfc526253410454ad0b565aaf973eeba3"
            },
            "downloads": -1,
            "filename": "cylindra-1.0.0b1-cp312-none-win32.whl",
            "has_sig": false,
            "md5_digest": "8a041b6acfc4563c021e70cd77fd4ad3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 614729,
            "upload_time": "2024-05-07T14:46:08",
            "upload_time_iso_8601": "2024-05-07T14:46:08.709130Z",
            "url": "https://files.pythonhosted.org/packages/b1/59/15294656bc34644e37e566c26ff3cc4c1c0d92af28fbb717a5e10fb0c274/cylindra-1.0.0b1-cp312-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7fd269f0e517e3d508116ea900748cd5f1a300a2129ec61a520c462372caec17",
                "md5": "8f1ff49b91c98cee65f9d4be9ffb5028",
                "sha256": "450b87dd374208c106201ffdabd767f8d4baccff7ee0724e14894294939c8c92"
            },
            "downloads": -1,
            "filename": "cylindra-1.0.0b1-cp312-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8f1ff49b91c98cee65f9d4be9ffb5028",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 631136,
            "upload_time": "2024-05-07T14:46:10",
            "upload_time_iso_8601": "2024-05-07T14:46:10.231848Z",
            "url": "https://files.pythonhosted.org/packages/7f/d2/69f0e517e3d508116ea900748cd5f1a300a2129ec61a520c462372caec17/cylindra-1.0.0b1-cp312-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3fcd6efe704204437935cc339e46b7c463f116bf11cc709746a7ea73f7cdb93f",
                "md5": "c03bf369feb41fc18a399e9248bb1b8b",
                "sha256": "c63e85ddab49a18ad8fa3e5d690cb0925c6800d655698a181f253d746ae413c0"
            },
            "downloads": -1,
            "filename": "cylindra-1.0.0b1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c03bf369feb41fc18a399e9248bb1b8b",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 1530338,
            "upload_time": "2024-05-07T14:46:12",
            "upload_time_iso_8601": "2024-05-07T14:46:12.139822Z",
            "url": "https://files.pythonhosted.org/packages/3f/cd/6efe704204437935cc339e46b7c463f116bf11cc709746a7ea73f7cdb93f/cylindra-1.0.0b1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5c629615f1acfd5a892d6d7c393baa7fc01f4e3bb9fe696767913eb667af48d8",
                "md5": "024da04cc92498faa87301df778042a3",
                "sha256": "c60cd5c7e215f1c1fe48ca96d77be7a7a0292f95739908853503c4d42776fd8f"
            },
            "downloads": -1,
            "filename": "cylindra-1.0.0b1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "024da04cc92498faa87301df778042a3",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 1550191,
            "upload_time": "2024-05-07T14:46:13",
            "upload_time_iso_8601": "2024-05-07T14:46:13.915470Z",
            "url": "https://files.pythonhosted.org/packages/5c/62/9615f1acfd5a892d6d7c393baa7fc01f4e3bb9fe696767913eb667af48d8/cylindra-1.0.0b1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cd66058f6313fc26e96c03b0cd92744ec22742a38750d5f2af9b07870611e2db",
                "md5": "3017a60f8c3b02b4e5b4404d88eaba90",
                "sha256": "edd409331b5847f98d77b2373dbe08ef87fa11ff5047fed7fcea8c870962c766"
            },
            "downloads": -1,
            "filename": "cylindra-1.0.0b1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "3017a60f8c3b02b4e5b4404d88eaba90",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 1595702,
            "upload_time": "2024-05-07T14:46:15",
            "upload_time_iso_8601": "2024-05-07T14:46:15.401002Z",
            "url": "https://files.pythonhosted.org/packages/cd/66/058f6313fc26e96c03b0cd92744ec22742a38750d5f2af9b07870611e2db/cylindra-1.0.0b1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "72690e5e4647353692b271e77495628e78aaf5f2dc0201b4fc9508bd052015eb",
                "md5": "84f59eafc6c42f2ac46342c0b58a7db4",
                "sha256": "fe6eec68c9eb35f0a70fc24cb6d76b354866001d14f749c0419059267f8f682e"
            },
            "downloads": -1,
            "filename": "cylindra-1.0.0b1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "84f59eafc6c42f2ac46342c0b58a7db4",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 1737368,
            "upload_time": "2024-05-07T14:46:17",
            "upload_time_iso_8601": "2024-05-07T14:46:17.430874Z",
            "url": "https://files.pythonhosted.org/packages/72/69/0e5e4647353692b271e77495628e78aaf5f2dc0201b4fc9508bd052015eb/cylindra-1.0.0b1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "531b453312b97a34c0a5ad02101b8fb2583a8d8d9d6b3595eeb7bffdcb6fffff",
                "md5": "053eb3e9f367e3bade8289d90b8e7002",
                "sha256": "fafc05554f329f8d554ca903f98cca4fbdf39baefb389361083f7351f0c99115"
            },
            "downloads": -1,
            "filename": "cylindra-1.0.0b1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "053eb3e9f367e3bade8289d90b8e7002",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 1542887,
            "upload_time": "2024-05-07T14:46:18",
            "upload_time_iso_8601": "2024-05-07T14:46:18.794442Z",
            "url": "https://files.pythonhosted.org/packages/53/1b/453312b97a34c0a5ad02101b8fb2583a8d8d9d6b3595eeb7bffdcb6fffff/cylindra-1.0.0b1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "762bdd27efc14a6d0559adc4534bcda28778964f7d1eb79627117c173aeb4bb6",
                "md5": "d60693dc8cea9a71cbcc91b47265a027",
                "sha256": "ab86c9735888855ffa96fa0dd2c470bcd5d4d760f935b699433eaeb619364f97"
            },
            "downloads": -1,
            "filename": "cylindra-1.0.0b1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "d60693dc8cea9a71cbcc91b47265a027",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 1576286,
            "upload_time": "2024-05-07T14:46:20",
            "upload_time_iso_8601": "2024-05-07T14:46:20.166939Z",
            "url": "https://files.pythonhosted.org/packages/76/2b/dd27efc14a6d0559adc4534bcda28778964f7d1eb79627117c173aeb4bb6/cylindra-1.0.0b1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7ed13ccde919609982c6b4d3e7e692fcfc9738725fdb7849548ccbe7be5e1960",
                "md5": "1652f5294673c2895a94479b4c4924c3",
                "sha256": "1b69c7af680c35b543ceeaa37ab84e80f15a88e88889a434d095442c737dcec1"
            },
            "downloads": -1,
            "filename": "cylindra-1.0.0b1.tar.gz",
            "has_sig": false,
            "md5_digest": "1652f5294673c2895a94479b4c4924c3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 7119356,
            "upload_time": "2024-05-07T14:46:21",
            "upload_time_iso_8601": "2024-05-07T14:46:21.566868Z",
            "url": "https://files.pythonhosted.org/packages/7e/d1/3ccde919609982c6b4d3e7e692fcfc9738725fdb7849548ccbe7be5e1960/cylindra-1.0.0b1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-07 14:46:21",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "cylindra"
}
        
Elapsed time: 0.24572s