rustmodels


Namerustmodels JSON
Version 0.1.11 PyPI version JSON
download
home_pageNone
SummaryA python package for statistical modeling with Rust's speed and R's syntax.
upload_time2025-09-08 01:04:47
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords rust python machine-learning statistical-modeling
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # rustmodels

A high-performance statistical modeling library that combines the speed of Rust with the familiar syntax of R. rustmodels provides Python bindings for statistical models implemented in Rust, offering significant performance improvements while maintaining an intuitive R-like formula interface.

## Overview

rustmodels bridges the gap between R's expressive formula syntax and Python's ecosystem, delivering computational efficiency through Rust's zero-cost abstractions and memory safety. The library is designed for data scientists and statisticians who need the familiar formula-based model specification of R but want the performance benefits of compiled code.

The library currently focuses on foundational statistical models with plans to expand to more complex modeling techniques. All models are implemented from scratch in Rust to ensure optimal performance and reliability.

## Features

- **R-like Formula Syntax**: Specify models using familiar R formula notation (e.g., `y ~ x1 + x2 + x1:x2`)
- **High Performance**: Core algorithms implemented in Rust for maximum computational efficiency
- **Memory Safe**: Leverages Rust's ownership system to prevent common memory-related bugs
- **Python Integration**: Seamless integration with the Python data science ecosystem
- **Type Safety**: Compile-time guarantees help catch errors before runtime

## Currently Implemented Models

- Linear Regression (in development)

## Planned Models

- Mixed Effects Models
- Generalized Linear Models

And potentially more!

## Installation

```bash
pip install rustmodels
```

## Quick Start

### Basic Linear Regression

[CODE EXAMPLE PLACEHOLDER - Linear regression with simple formula]

### Multiple Predictors

[CODE EXAMPLE PLACEHOLDER - Multiple predictors with interactions]

### Working with DataFrames

[CODE EXAMPLE PLACEHOLDER - Integration with polars DataFrames]

## Formula Syntax

rustmodels supports standard R formula notation:

- `y ~ x`: Simple linear regression
- `y ~ x1 + x2`: Multiple regression
- `y ~ x1 * x2`: Main effects and interaction (equivalent to `x1 + x2 + x1:x2`)
- `y ~ x1:x2`: Interaction only
- `y ~ x - 1`: Remove intercept

[DETAILED FORMULA SYNTAX EXAMPLES PLACEHOLDER]

## API Reference

### LinearRegression

[API DOCUMENTATION PLACEHOLDER]

## Performance

rustmodels is designed for performance. Benchmarks show significant speed improvements over equivalent implementations in pure Python, particularly for large datasets.

[PERFORMANCE BENCHMARKS PLACEHOLDER]

## Requirements

- Python 3.8 or higher

## Development Status

This project is in active development. The API may change between versions until reaching 1.0. Currently implementing core linear regression functionality with plans to expand to more sophisticated models.

## Contributing

Contributions are welcome! This project involves both Rust and Python development. Please see the contributing guidelines for details on setting up the development environment.

## License

This project is licensed under the MIT License - see the LICENSE file for details.

## Acknowledgments

Inspired by R's formula interface and the broader statistical computing community's work on making statistical modeling accessible and efficient.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "rustmodels",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Samuel Brown <brownasamuel1@gmail.com>",
    "keywords": "rust, python, machine-learning, statistical-modeling",
    "author": null,
    "author_email": "Samuel Brown <brownasamuel1@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/8e/e9/cd7f5d980450cb56c50a9ff3ecc2ebcb2efd4c8099dd70d7901fec507f90/rustmodels-0.1.11.tar.gz",
    "platform": null,
    "description": "# rustmodels\n\nA high-performance statistical modeling library that combines the speed of Rust with the familiar syntax of R. rustmodels provides Python bindings for statistical models implemented in Rust, offering significant performance improvements while maintaining an intuitive R-like formula interface.\n\n## Overview\n\nrustmodels bridges the gap between R's expressive formula syntax and Python's ecosystem, delivering computational efficiency through Rust's zero-cost abstractions and memory safety. The library is designed for data scientists and statisticians who need the familiar formula-based model specification of R but want the performance benefits of compiled code.\n\nThe library currently focuses on foundational statistical models with plans to expand to more complex modeling techniques. All models are implemented from scratch in Rust to ensure optimal performance and reliability.\n\n## Features\n\n- **R-like Formula Syntax**: Specify models using familiar R formula notation (e.g., `y ~ x1 + x2 + x1:x2`)\n- **High Performance**: Core algorithms implemented in Rust for maximum computational efficiency\n- **Memory Safe**: Leverages Rust's ownership system to prevent common memory-related bugs\n- **Python Integration**: Seamless integration with the Python data science ecosystem\n- **Type Safety**: Compile-time guarantees help catch errors before runtime\n\n## Currently Implemented Models\n\n- Linear Regression (in development)\n\n## Planned Models\n\n- Mixed Effects Models\n- Generalized Linear Models\n\nAnd potentially more!\n\n## Installation\n\n```bash\npip install rustmodels\n```\n\n## Quick Start\n\n### Basic Linear Regression\n\n[CODE EXAMPLE PLACEHOLDER - Linear regression with simple formula]\n\n### Multiple Predictors\n\n[CODE EXAMPLE PLACEHOLDER - Multiple predictors with interactions]\n\n### Working with DataFrames\n\n[CODE EXAMPLE PLACEHOLDER - Integration with polars DataFrames]\n\n## Formula Syntax\n\nrustmodels supports standard R formula notation:\n\n- `y ~ x`: Simple linear regression\n- `y ~ x1 + x2`: Multiple regression\n- `y ~ x1 * x2`: Main effects and interaction (equivalent to `x1 + x2 + x1:x2`)\n- `y ~ x1:x2`: Interaction only\n- `y ~ x - 1`: Remove intercept\n\n[DETAILED FORMULA SYNTAX EXAMPLES PLACEHOLDER]\n\n## API Reference\n\n### LinearRegression\n\n[API DOCUMENTATION PLACEHOLDER]\n\n## Performance\n\nrustmodels is designed for performance. Benchmarks show significant speed improvements over equivalent implementations in pure Python, particularly for large datasets.\n\n[PERFORMANCE BENCHMARKS PLACEHOLDER]\n\n## Requirements\n\n- Python 3.8 or higher\n\n## Development Status\n\nThis project is in active development. The API may change between versions until reaching 1.0. Currently implementing core linear regression functionality with plans to expand to more sophisticated models.\n\n## Contributing\n\nContributions are welcome! This project involves both Rust and Python development. Please see the contributing guidelines for details on setting up the development environment.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Acknowledgments\n\nInspired by R's formula interface and the broader statistical computing community's work on making statistical modeling accessible and efficient.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A python package for statistical modeling with Rust's speed and R's syntax.",
    "version": "0.1.11",
    "project_urls": null,
    "split_keywords": [
        "rust",
        " python",
        " machine-learning",
        " statistical-modeling"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9017421abc365b8fc5ace74e5e17c12dbd93d9d9607994fa90263225e98a02b8",
                "md5": "5819328c614fca264ad56b7fec37cfc9",
                "sha256": "64fbae35f7cdc0155e492dbd4b901baf3881f761e582be51388b241c0ad79c17"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5819328c614fca264ad56b7fec37cfc9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 874522,
            "upload_time": "2025-09-08T01:01:16",
            "upload_time_iso_8601": "2025-09-08T01:01:16.815009Z",
            "url": "https://files.pythonhosted.org/packages/90/17/421abc365b8fc5ace74e5e17c12dbd93d9d9607994fa90263225e98a02b8/rustmodels-0.1.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fdc0c69d3b4ecfcd87cbe61fdda491db624c3082f7a76fe12355897c24d17099",
                "md5": "64e98f53dfafed3ec9604b5806376df4",
                "sha256": "f49ca534835536eeae84be90751c2afa9dbfe7a2fa1e7421c5f3cc72d47ca373"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "64e98f53dfafed3ec9604b5806376df4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 830608,
            "upload_time": "2025-09-08T01:01:36",
            "upload_time_iso_8601": "2025-09-08T01:01:36.731909Z",
            "url": "https://files.pythonhosted.org/packages/fd/c0/c69d3b4ecfcd87cbe61fdda491db624c3082f7a76fe12355897c24d17099/rustmodels-0.1.11-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8a6876b62a7c5d679124ed4d6d7255af56948694282f00805c8d1b5fff804749",
                "md5": "d496d307a776e6644fc04f34c85e450d",
                "sha256": "789491e808d711129ef347de48166deda04e79f1b7b2762089877bd4b92cd332"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "d496d307a776e6644fc04f34c85e450d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 3476390,
            "upload_time": "2025-09-08T01:01:57",
            "upload_time_iso_8601": "2025-09-08T01:01:57.127302Z",
            "url": "https://files.pythonhosted.org/packages/8a/68/76b62a7c5d679124ed4d6d7255af56948694282f00805c8d1b5fff804749/rustmodels-0.1.11-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "822c16c1807f7ada250b0cf260fe4d4aeba5046ab4463c7f6bcc66642e86c716",
                "md5": "2119eeb1a3cd6eb680fbff80c4b9f969",
                "sha256": "66d482039d6ffedcadd74b06bbcfd56adc18f9b73ee3f273bb2a3c6ddf37395e"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "2119eeb1a3cd6eb680fbff80c4b9f969",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 959732,
            "upload_time": "2025-09-08T01:02:21",
            "upload_time_iso_8601": "2025-09-08T01:02:21.381029Z",
            "url": "https://files.pythonhosted.org/packages/82/2c/16c1807f7ada250b0cf260fe4d4aeba5046ab4463c7f6bcc66642e86c716/rustmodels-0.1.11-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7fd7f0ffb24558248464323676e625d761791121a6e38d094c20c3ab936d0a4c",
                "md5": "2cdd95868574e506b9eb12cba3229dbc",
                "sha256": "87e34abdfa48631f67442f1b3a3d3c7dce26afaa2e0ec991f322893d64f43909"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2cdd95868574e506b9eb12cba3229dbc",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 880005,
            "upload_time": "2025-09-08T01:03:00",
            "upload_time_iso_8601": "2025-09-08T01:03:00.768046Z",
            "url": "https://files.pythonhosted.org/packages/7f/d7/f0ffb24558248464323676e625d761791121a6e38d094c20c3ab936d0a4c/rustmodels-0.1.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b97f9b10f9267915f13a3564305be4f6f17d7b2ecf36f505c7aec3127a6ddf61",
                "md5": "af65f0de0472ec665fec76579faa277c",
                "sha256": "45f8bb3f8e4e86330558121c844de0286cf1ee3fb6bbcc9cfbb47b1f35c9ca85"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "af65f0de0472ec665fec76579faa277c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 888169,
            "upload_time": "2025-09-08T01:02:41",
            "upload_time_iso_8601": "2025-09-08T01:02:41.580356Z",
            "url": "https://files.pythonhosted.org/packages/b9/7f/9b10f9267915f13a3564305be4f6f17d7b2ecf36f505c7aec3127a6ddf61/rustmodels-0.1.11-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dded5be9ada69ec83a9913105a4d4e2278a7a612c6da3a86f2cc24fbfd7c74b5",
                "md5": "8c7195414f07f78babced00f906962f7",
                "sha256": "60f9af3793216d3407be287a3b731ff7561c82226a5b6bb61f790cba78743759"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8c7195414f07f78babced00f906962f7",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1043938,
            "upload_time": "2025-09-08T01:03:29",
            "upload_time_iso_8601": "2025-09-08T01:03:29.667953Z",
            "url": "https://files.pythonhosted.org/packages/dd/ed/5be9ada69ec83a9913105a4d4e2278a7a612c6da3a86f2cc24fbfd7c74b5/rustmodels-0.1.11-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "57775e7dd273d6bb426348523ff5c64b077be81a18fad7c3e398165f0df5e0a2",
                "md5": "1e81dda8b831d54509a7111dc561ae13",
                "sha256": "85f6ca7d0bbbb2829de9278a6250b26309cd4f1b18d1c7501bca5962943067b1"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp310-cp310-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "1e81dda8b831d54509a7111dc561ae13",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1092410,
            "upload_time": "2025-09-08T01:03:48",
            "upload_time_iso_8601": "2025-09-08T01:03:48.604065Z",
            "url": "https://files.pythonhosted.org/packages/57/77/5e7dd273d6bb426348523ff5c64b077be81a18fad7c3e398165f0df5e0a2/rustmodels-0.1.11-cp310-cp310-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "56ea353a6113c08de8b9b22a2049919fde04ba4531c94ebe3fb0ce2a5b0a7dff",
                "md5": "c04ec5dd7486d0697b012e95396c1881",
                "sha256": "0da78c74e6eafde60a2812512577b1b19d681a22df52b713c40956ad07c788e0"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "c04ec5dd7486d0697b012e95396c1881",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1048896,
            "upload_time": "2025-09-08T01:04:09",
            "upload_time_iso_8601": "2025-09-08T01:04:09.273551Z",
            "url": "https://files.pythonhosted.org/packages/56/ea/353a6113c08de8b9b22a2049919fde04ba4531c94ebe3fb0ce2a5b0a7dff/rustmodels-0.1.11-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1693704e86f99e5055bd2bcae933bde801acfa216e54e8cb8b3ddec0c28eb6bb",
                "md5": "f22de9e6b985736632189a951691fa09",
                "sha256": "a1587cd7ac25050637c9f6aa968b04aeb0903dddd038b207c91f437211eb267e"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f22de9e6b985736632189a951691fa09",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1047525,
            "upload_time": "2025-09-08T01:04:27",
            "upload_time_iso_8601": "2025-09-08T01:04:27.788691Z",
            "url": "https://files.pythonhosted.org/packages/16/93/704e86f99e5055bd2bcae933bde801acfa216e54e8cb8b3ddec0c28eb6bb/rustmodels-0.1.11-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "351808432c09eb1bd2d6df053cfdbd41bbd19f22fd74cee844b83cea3196d85e",
                "md5": "c1ed1a58ff14724a6aa0872a49c28804",
                "sha256": "1b6b7bdc276966b3fe6a04a9efdafda759e35f37b65023637273769a70c8d08d"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "c1ed1a58ff14724a6aa0872a49c28804",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 554262,
            "upload_time": "2025-09-08T01:04:58",
            "upload_time_iso_8601": "2025-09-08T01:04:58.624527Z",
            "url": "https://files.pythonhosted.org/packages/35/18/08432c09eb1bd2d6df053cfdbd41bbd19f22fd74cee844b83cea3196d85e/rustmodels-0.1.11-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0a78ecfb57cf39161aa8895068196b0f05c843b836a21a5069e5efb1324a3311",
                "md5": "4eed28012a23d8bfe91474e8e061cc2b",
                "sha256": "2544c91253eff51514bf61c103b498d15b9ac578a6276fb6707c4c70fd74b635"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "4eed28012a23d8bfe91474e8e061cc2b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 600002,
            "upload_time": "2025-09-08T01:04:48",
            "upload_time_iso_8601": "2025-09-08T01:04:48.771307Z",
            "url": "https://files.pythonhosted.org/packages/0a/78/ecfb57cf39161aa8895068196b0f05c843b836a21a5069e5efb1324a3311/rustmodels-0.1.11-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "10f459aff8112dae0dcb82405f18aa4511a35d033963e4b366344e3a9091bd00",
                "md5": "5eb6f558f6b88a34cece0d053b823d4e",
                "sha256": "b45c5a61ead9eb2f349075791a4709fbb45dc64a2c1864ceaea863d48ed5696e"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5eb6f558f6b88a34cece0d053b823d4e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 746231,
            "upload_time": "2025-09-08T01:03:24",
            "upload_time_iso_8601": "2025-09-08T01:03:24.225533Z",
            "url": "https://files.pythonhosted.org/packages/10/f4/59aff8112dae0dcb82405f18aa4511a35d033963e4b366344e3a9091bd00/rustmodels-0.1.11-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e965b20e54c27cb88262eed52c09d20241c032a49ee769977dbb0b110df0f0b7",
                "md5": "779aecdb48b92ba09b0e828366375223",
                "sha256": "b684e2b22ae6fe257f55a72e2747cab7faa73faea3fada12bd7dde8455c5a54c"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "779aecdb48b92ba09b0e828366375223",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 725343,
            "upload_time": "2025-09-08T01:03:18",
            "upload_time_iso_8601": "2025-09-08T01:03:18.503077Z",
            "url": "https://files.pythonhosted.org/packages/e9/65/b20e54c27cb88262eed52c09d20241c032a49ee769977dbb0b110df0f0b7/rustmodels-0.1.11-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1464ecfb0619acf3c0a58b7402209397a5b55fc474081ae719986850c4dc341c",
                "md5": "9eeb823c28c2188ec129431573109995",
                "sha256": "d67e04614e09e3fab2b8e8e0f8207617bf1b24198bb9573b06446029eb730b1b"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9eeb823c28c2188ec129431573109995",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 874900,
            "upload_time": "2025-09-08T01:01:19",
            "upload_time_iso_8601": "2025-09-08T01:01:19.236321Z",
            "url": "https://files.pythonhosted.org/packages/14/64/ecfb0619acf3c0a58b7402209397a5b55fc474081ae719986850c4dc341c/rustmodels-0.1.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "73b9a74b4e1f739f2b8dc640e690dfedded1b467dffb98f181e5984be001e321",
                "md5": "60ad1b989b787c38277ad483effc2855",
                "sha256": "7f52d800727297c4a10cc1137d0b575c65ce6362b8061c52651650bc41139b27"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "60ad1b989b787c38277ad483effc2855",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 831118,
            "upload_time": "2025-09-08T01:01:38",
            "upload_time_iso_8601": "2025-09-08T01:01:38.845476Z",
            "url": "https://files.pythonhosted.org/packages/73/b9/a74b4e1f739f2b8dc640e690dfedded1b467dffb98f181e5984be001e321/rustmodels-0.1.11-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e1d7cc2353232ce57186e6fe6a330d14c08362c040b3b1656cc5282c069a7960",
                "md5": "31d59998ea9ebc310ad86a2b0854f6e8",
                "sha256": "d7573f513de6bfac7bae01ab172f047630cc00377f08a8ba858823246ba9467d"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "31d59998ea9ebc310ad86a2b0854f6e8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 3476075,
            "upload_time": "2025-09-08T01:01:59",
            "upload_time_iso_8601": "2025-09-08T01:01:59.624182Z",
            "url": "https://files.pythonhosted.org/packages/e1/d7/cc2353232ce57186e6fe6a330d14c08362c040b3b1656cc5282c069a7960/rustmodels-0.1.11-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b6aca8529e667b3fe3f560df1c990fba11f991843afa662246b6adac5407e6b9",
                "md5": "dd3e1ae60c7d65882bed2d5ec791327b",
                "sha256": "38fe8482020b37c93f55ba8dd206cb191a887ee50c9746b4c508c5fc78a66576"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "dd3e1ae60c7d65882bed2d5ec791327b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 959671,
            "upload_time": "2025-09-08T01:02:23",
            "upload_time_iso_8601": "2025-09-08T01:02:23.183078Z",
            "url": "https://files.pythonhosted.org/packages/b6/ac/a8529e667b3fe3f560df1c990fba11f991843afa662246b6adac5407e6b9/rustmodels-0.1.11-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ec3f54d1a2be373f077674df797f8c78bcdfd4f4b412d27c4121fc87910c5b98",
                "md5": "a461bad320fc2c805dc97528d86053c6",
                "sha256": "e2c5b5c5fafc582c3aa516d26321c67e18a8237a1e322a0fcae9e347317ad3ba"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a461bad320fc2c805dc97528d86053c6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 879817,
            "upload_time": "2025-09-08T01:03:02",
            "upload_time_iso_8601": "2025-09-08T01:03:02.483132Z",
            "url": "https://files.pythonhosted.org/packages/ec/3f/54d1a2be373f077674df797f8c78bcdfd4f4b412d27c4121fc87910c5b98/rustmodels-0.1.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f0f0a4ebd4dec507e70080c4d8d1c07300a04e7fdcd4cfa52e2df44a8563fdb7",
                "md5": "3802a0e200eb437ed55c9b7fd03936f3",
                "sha256": "5c44260ce49f1c3f350a99a22e1ede812cebaa01ded9f1a1825f2d74fb27432d"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "3802a0e200eb437ed55c9b7fd03936f3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 888608,
            "upload_time": "2025-09-08T01:02:43",
            "upload_time_iso_8601": "2025-09-08T01:02:43.648168Z",
            "url": "https://files.pythonhosted.org/packages/f0/f0/a4ebd4dec507e70080c4d8d1c07300a04e7fdcd4cfa52e2df44a8563fdb7/rustmodels-0.1.11-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "be35d20e38b66fa642f53338e3c302748907d24f3d6b1968649e0c3ceafede87",
                "md5": "4d6675343f8e5f6c23d21eb0ddb75ed8",
                "sha256": "c185e23248326161342fc5fb4fe22295c265bb2292ab3a13cdae26345c56812d"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4d6675343f8e5f6c23d21eb0ddb75ed8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1043873,
            "upload_time": "2025-09-08T01:03:31",
            "upload_time_iso_8601": "2025-09-08T01:03:31.850273Z",
            "url": "https://files.pythonhosted.org/packages/be/35/d20e38b66fa642f53338e3c302748907d24f3d6b1968649e0c3ceafede87/rustmodels-0.1.11-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ea6dcfd6ad5a603ff33ae761ba146466c06eb55e69bf992c5b334716537b3b74",
                "md5": "fa7894587ba535518de23a9bd6a5cd5b",
                "sha256": "7b95a4ecabcd9ecd6e1dd02600271d88c196818b22af226c81577084bd2d660f"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp311-cp311-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "fa7894587ba535518de23a9bd6a5cd5b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1092588,
            "upload_time": "2025-09-08T01:03:50",
            "upload_time_iso_8601": "2025-09-08T01:03:50.455869Z",
            "url": "https://files.pythonhosted.org/packages/ea/6d/cfd6ad5a603ff33ae761ba146466c06eb55e69bf992c5b334716537b3b74/rustmodels-0.1.11-cp311-cp311-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "feca0285f73be5ece77d26617d502fd41927998fa80a40b5d42ba0abec6a3ceb",
                "md5": "d8d71b476ff05872c452536e6a0972d5",
                "sha256": "aa8bcf6f6e248bda166ac79b7463bb22c489ec23b75e2e9d8bfc14788bee7c3c"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "d8d71b476ff05872c452536e6a0972d5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1048817,
            "upload_time": "2025-09-08T01:04:10",
            "upload_time_iso_8601": "2025-09-08T01:04:10.951380Z",
            "url": "https://files.pythonhosted.org/packages/fe/ca/0285f73be5ece77d26617d502fd41927998fa80a40b5d42ba0abec6a3ceb/rustmodels-0.1.11-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "39158f4e032bec6805f3f05614137b76ed7b0a6dc54d4b990331982b6aa061ea",
                "md5": "9396af352d72dd5b6f9161d92347bdf0",
                "sha256": "79b12efe8ec94c657caf7d8a3ac3564c114bb7d9c20864c5699365230fc23bbb"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9396af352d72dd5b6f9161d92347bdf0",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1047381,
            "upload_time": "2025-09-08T01:04:29",
            "upload_time_iso_8601": "2025-09-08T01:04:29.980870Z",
            "url": "https://files.pythonhosted.org/packages/39/15/8f4e032bec6805f3f05614137b76ed7b0a6dc54d4b990331982b6aa061ea/rustmodels-0.1.11-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e11740cfc87fd5422b5eddd20b78150e43a098af754f684a9ba4cc25d2423e77",
                "md5": "0699f12df40f29bf03c46686d74b5906",
                "sha256": "bede3ce4207e431775de86f431dd30b539e23cbb942e8107169b123d61ff78a7"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "0699f12df40f29bf03c46686d74b5906",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 553946,
            "upload_time": "2025-09-08T01:05:00",
            "upload_time_iso_8601": "2025-09-08T01:05:00.261742Z",
            "url": "https://files.pythonhosted.org/packages/e1/17/40cfc87fd5422b5eddd20b78150e43a098af754f684a9ba4cc25d2423e77/rustmodels-0.1.11-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ceaf7c72d0c0e7fea17292725c04230ade1fd0b252a42d70d9ade758ce90bdf8",
                "md5": "6988f1c35c383c2200cecf4d93bc9f52",
                "sha256": "d17657a5efc63846eaaf802e407019cbae293f09081f9b9ba1ff38952354c133"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6988f1c35c383c2200cecf4d93bc9f52",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 600086,
            "upload_time": "2025-09-08T01:04:50",
            "upload_time_iso_8601": "2025-09-08T01:04:50.450198Z",
            "url": "https://files.pythonhosted.org/packages/ce/af/7c72d0c0e7fea17292725c04230ade1fd0b252a42d70d9ade758ce90bdf8/rustmodels-0.1.11-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "50f3a3fd7d441cbd745da21c2c706052e2e226146491db810d0132ac666ae97a",
                "md5": "34a1a3e27fb909c14d6203062e3fcc91",
                "sha256": "f4d6cad6fa773499024f1610e52ed547520acf8de5a60f0422c2506ec2764962"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "34a1a3e27fb909c14d6203062e3fcc91",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 742710,
            "upload_time": "2025-09-08T01:03:25",
            "upload_time_iso_8601": "2025-09-08T01:03:25.933610Z",
            "url": "https://files.pythonhosted.org/packages/50/f3/a3fd7d441cbd745da21c2c706052e2e226146491db810d0132ac666ae97a/rustmodels-0.1.11-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5987b8897965cb045a2b90a195b2b92a408803d42f5b46ecec905bd5d46d4a2a",
                "md5": "a3d2d4a10883a6d2864ff46cd4ce8c9c",
                "sha256": "02397ad53834fa5bc134ef4542f55f81f0c7c7b0268fe073e8e9ac9080c2ff4d"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a3d2d4a10883a6d2864ff46cd4ce8c9c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 720693,
            "upload_time": "2025-09-08T01:03:20",
            "upload_time_iso_8601": "2025-09-08T01:03:20.269610Z",
            "url": "https://files.pythonhosted.org/packages/59/87/b8897965cb045a2b90a195b2b92a408803d42f5b46ecec905bd5d46d4a2a/rustmodels-0.1.11-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "009e9019ed76aa753f176984e5e12089fde49155c8148627e1be687f542e9660",
                "md5": "dcb911009194a15022f1ee8ba393eb52",
                "sha256": "abf9073884325ecc521a7379051f26fff600209ce0d717b749e05991c04c1baa"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "dcb911009194a15022f1ee8ba393eb52",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 873883,
            "upload_time": "2025-09-08T01:01:21",
            "upload_time_iso_8601": "2025-09-08T01:01:21.230344Z",
            "url": "https://files.pythonhosted.org/packages/00/9e/9019ed76aa753f176984e5e12089fde49155c8148627e1be687f542e9660/rustmodels-0.1.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "72dbdfca10f0bd9e06b4583e581e2c991c587dfbdc1d6ddaf7aa8f1f385f516a",
                "md5": "afc2836f88c617699f5a3b0b4ccf3424",
                "sha256": "326412511bdc7443fd0169e462e54e23f6cfc4cf4c173d145c588219df2665a3"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "afc2836f88c617699f5a3b0b4ccf3424",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 829509,
            "upload_time": "2025-09-08T01:01:40",
            "upload_time_iso_8601": "2025-09-08T01:01:40.958930Z",
            "url": "https://files.pythonhosted.org/packages/72/db/dfca10f0bd9e06b4583e581e2c991c587dfbdc1d6ddaf7aa8f1f385f516a/rustmodels-0.1.11-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "06b382abbbf8bf95bffa88aa2d2bc7fdc2a30d165d51f84d830de643d8027308",
                "md5": "e28ce0024ba48ed9dd7829a2122fbb45",
                "sha256": "86a40c247ca54dd6ca9c7eb8cd93ed8dcd2490e2fb75aeb28f248ea34aa9934b"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "e28ce0024ba48ed9dd7829a2122fbb45",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1072869,
            "upload_time": "2025-09-08T01:02:02",
            "upload_time_iso_8601": "2025-09-08T01:02:02.161726Z",
            "url": "https://files.pythonhosted.org/packages/06/b3/82abbbf8bf95bffa88aa2d2bc7fdc2a30d165d51f84d830de643d8027308/rustmodels-0.1.11-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6a5b220262802f29dfdad053fc31bb1a94779c2c25ca06066a44c49281163f52",
                "md5": "e586ca795ce1f23941e9c9bdea41f41a",
                "sha256": "beb0f275bd3233b77197f962f4478d3ecf9d35957af789efb0948f525383555a"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "e586ca795ce1f23941e9c9bdea41f41a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 960897,
            "upload_time": "2025-09-08T01:02:25",
            "upload_time_iso_8601": "2025-09-08T01:02:25.241473Z",
            "url": "https://files.pythonhosted.org/packages/6a/5b/220262802f29dfdad053fc31bb1a94779c2c25ca06066a44c49281163f52/rustmodels-0.1.11-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ab499f469164da3d785e1d0157be3a0794263ce72ac585f285dc95b6689b56c4",
                "md5": "761f96af66761597a8ae60f53f164bfc",
                "sha256": "ab7cc52f7ea7b116ed6bbea2e1a5e8aa18c020ac91b4290f4eeafebd8cacea0c"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "761f96af66761597a8ae60f53f164bfc",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 878641,
            "upload_time": "2025-09-08T01:03:05",
            "upload_time_iso_8601": "2025-09-08T01:03:05.508117Z",
            "url": "https://files.pythonhosted.org/packages/ab/49/9f469164da3d785e1d0157be3a0794263ce72ac585f285dc95b6689b56c4/rustmodels-0.1.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1c89dc0213a7fe7ecef397b5c727dc58ce309546508e3f60f3695ed4685c92e5",
                "md5": "b3278ebddf86f2a83b616128f8a5cd73",
                "sha256": "768142c5c71819078cbd17faeae63d38f98b8b0793ff1ed2780219e3c4913d43"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "b3278ebddf86f2a83b616128f8a5cd73",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 886773,
            "upload_time": "2025-09-08T01:02:45",
            "upload_time_iso_8601": "2025-09-08T01:02:45.540537Z",
            "url": "https://files.pythonhosted.org/packages/1c/89/dc0213a7fe7ecef397b5c727dc58ce309546508e3f60f3695ed4685c92e5/rustmodels-0.1.11-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f6d619c64c530b951d3e089e13b5f5d29c9e975ae3bf6c66b15a3bf02790797a",
                "md5": "1f6dafcc9a9f89fc45c93e27dfbbb26e",
                "sha256": "519aef411c9de1c8f5d8ca22d66c82f18688a6696f1c2cbcd6a6fbf01a16cc68"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1f6dafcc9a9f89fc45c93e27dfbbb26e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1042543,
            "upload_time": "2025-09-08T01:03:33",
            "upload_time_iso_8601": "2025-09-08T01:03:33.780862Z",
            "url": "https://files.pythonhosted.org/packages/f6/d6/19c64c530b951d3e089e13b5f5d29c9e975ae3bf6c66b15a3bf02790797a/rustmodels-0.1.11-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "98b689a34128375b3e0c6681963fd3bb3a6aa52ec8b16c827cb12a98b99a484d",
                "md5": "f335e63a7c1f00a46f43cf02510431d5",
                "sha256": "8261a991c86534fda89f6e308b9797f02d87a8b38b84f0c3a679ef67f52ad0ea"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp312-cp312-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "f335e63a7c1f00a46f43cf02510431d5",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1091404,
            "upload_time": "2025-09-08T01:03:52",
            "upload_time_iso_8601": "2025-09-08T01:03:52.644431Z",
            "url": "https://files.pythonhosted.org/packages/98/b6/89a34128375b3e0c6681963fd3bb3a6aa52ec8b16c827cb12a98b99a484d/rustmodels-0.1.11-cp312-cp312-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1fc9cc6ee9f780724c0e68a8452a58d22261dd750055242e5263fd6e68b7d7e4",
                "md5": "f257acda81457dea860d79b70cca640b",
                "sha256": "d8036f1e535826eca73c67c49653b83dc90fe6fc72c9b63094f1328204d09401"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "f257acda81457dea860d79b70cca640b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1047393,
            "upload_time": "2025-09-08T01:04:12",
            "upload_time_iso_8601": "2025-09-08T01:04:12.649328Z",
            "url": "https://files.pythonhosted.org/packages/1f/c9/cc6ee9f780724c0e68a8452a58d22261dd750055242e5263fd6e68b7d7e4/rustmodels-0.1.11-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "29b1d39bbcc7c92157c198d8ac0e8229c360aee17bd5c47ead7b11e77e6cf138",
                "md5": "b83acb17faad18baf558a1ed77f829ea",
                "sha256": "28505b2539a482ac5a261c5e326ccb85eb773166b061357bb2735c9ba75f5fa0"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b83acb17faad18baf558a1ed77f829ea",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1047730,
            "upload_time": "2025-09-08T01:04:31",
            "upload_time_iso_8601": "2025-09-08T01:04:31.988069Z",
            "url": "https://files.pythonhosted.org/packages/29/b1/d39bbcc7c92157c198d8ac0e8229c360aee17bd5c47ead7b11e77e6cf138/rustmodels-0.1.11-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "13a4fd2d210dd5f24525d4de64f55c38c537138b5f11728b44452a43e1b668aa",
                "md5": "5d553bf4170567858f2ea07534b5b5e6",
                "sha256": "f461bb51d4f9880c1d8d72505e87f9970f70b6def6ee4a0a5d04e4a4a77191bd"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "5d553bf4170567858f2ea07534b5b5e6",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 553875,
            "upload_time": "2025-09-08T01:05:02",
            "upload_time_iso_8601": "2025-09-08T01:05:02.473725Z",
            "url": "https://files.pythonhosted.org/packages/13/a4/fd2d210dd5f24525d4de64f55c38c537138b5f11728b44452a43e1b668aa/rustmodels-0.1.11-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4e09721c194072f1318e9618c69718f38cde0a8160831901bccda5478c1123b9",
                "md5": "3adfc2683ba8946d5e507b73dd44b236",
                "sha256": "44df0e46eef784ad1f9a3203e0fc797e242ee9f03e443ca7b7f0392c50426641"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3adfc2683ba8946d5e507b73dd44b236",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 600349,
            "upload_time": "2025-09-08T01:04:52",
            "upload_time_iso_8601": "2025-09-08T01:04:52.554538Z",
            "url": "https://files.pythonhosted.org/packages/4e/09/721c194072f1318e9618c69718f38cde0a8160831901bccda5478c1123b9/rustmodels-0.1.11-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3fd87472b734a32ac0f15e0b3f6123589578c251957e07257cb050477a2f0533",
                "md5": "d0e83542eecc920ab4edf37d954d4590",
                "sha256": "5532209a4599e65ebf285aea26a83a34a836d6a036666c04e5558d9411f3fdfc"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp313-cp313-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d0e83542eecc920ab4edf37d954d4590",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 741843,
            "upload_time": "2025-09-08T01:03:27",
            "upload_time_iso_8601": "2025-09-08T01:03:27.788786Z",
            "url": "https://files.pythonhosted.org/packages/3f/d8/7472b734a32ac0f15e0b3f6123589578c251957e07257cb050477a2f0533/rustmodels-0.1.11-cp313-cp313-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1de9c92e9b67a4167f044de8f430d57f5387d6a6e524173a91e1947b5568adf1",
                "md5": "47d2ef42aac9fcef7b1360b9026f6aae",
                "sha256": "9705be9e5fb58f69e31cbbb1837e74839c84327e3d5356df681a8048629ff12d"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "47d2ef42aac9fcef7b1360b9026f6aae",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 719452,
            "upload_time": "2025-09-08T01:03:22",
            "upload_time_iso_8601": "2025-09-08T01:03:22.362579Z",
            "url": "https://files.pythonhosted.org/packages/1d/e9/c92e9b67a4167f044de8f430d57f5387d6a6e524173a91e1947b5568adf1/rustmodels-0.1.11-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a1ec2cb405d61894b995246f53f6c28d9e84cbda4cc19190b08a71e7effde3ba",
                "md5": "56497465aa466d84e95525bd1ebdd205",
                "sha256": "45dfdc3a77ff3dcf4b8fd8df46aba77367f01dade4acbe4c422ed904e93d4b30"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "56497465aa466d84e95525bd1ebdd205",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 872867,
            "upload_time": "2025-09-08T01:01:23",
            "upload_time_iso_8601": "2025-09-08T01:01:23.101658Z",
            "url": "https://files.pythonhosted.org/packages/a1/ec/2cb405d61894b995246f53f6c28d9e84cbda4cc19190b08a71e7effde3ba/rustmodels-0.1.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "240bb4c269b695acc63c9acbc57d0918c09b0a1dd074371c649beb742fe64f9d",
                "md5": "c36d6dc6a6f71e43eff23eae536f76ba",
                "sha256": "eb052b447910684d7ea13bb5a833ceb6325393187fafd06512bf99579613bac3"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "c36d6dc6a6f71e43eff23eae536f76ba",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 829552,
            "upload_time": "2025-09-08T01:01:43",
            "upload_time_iso_8601": "2025-09-08T01:01:43.214334Z",
            "url": "https://files.pythonhosted.org/packages/24/0b/b4c269b695acc63c9acbc57d0918c09b0a1dd074371c649beb742fe64f9d/rustmodels-0.1.11-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6e2b17712d92a33bd338ec11f48daa6d8e009162b5be3dfb434d1b27df34a0fc",
                "md5": "9d41bb5051d66828880ce0f669d8b3ca",
                "sha256": "505c04e4d5938775bb87f71b622fad11f3f95ccfa61b02f2b67773322f157830"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "9d41bb5051d66828880ce0f669d8b3ca",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1073089,
            "upload_time": "2025-09-08T01:02:04",
            "upload_time_iso_8601": "2025-09-08T01:02:04.207814Z",
            "url": "https://files.pythonhosted.org/packages/6e/2b/17712d92a33bd338ec11f48daa6d8e009162b5be3dfb434d1b27df34a0fc/rustmodels-0.1.11-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a15610c03ba3350851edf1d97debb451e81435a492cbf40d86c899981117af62",
                "md5": "f9bf33ad5155d1f0a0fb740b1f69ea8a",
                "sha256": "7e1003d44d1861c2911b785c078bf181ab66e710af00f528d559f4580db00591"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "f9bf33ad5155d1f0a0fb740b1f69ea8a",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 949675,
            "upload_time": "2025-09-08T01:02:27",
            "upload_time_iso_8601": "2025-09-08T01:02:27.435255Z",
            "url": "https://files.pythonhosted.org/packages/a1/56/10c03ba3350851edf1d97debb451e81435a492cbf40d86c899981117af62/rustmodels-0.1.11-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8fff732bcd91e87c7988fdc555c80f9b36bf34fd445d842d5769c3fb7a9f541b",
                "md5": "8b4e768b02ee8f646cf99e3fb5bdadb3",
                "sha256": "6a227c5d4c2e950ab9370dcce2ceb49e59cde4f83413f8f8ba7f2d9f8cedb1fa"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8b4e768b02ee8f646cf99e3fb5bdadb3",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 878399,
            "upload_time": "2025-09-08T01:03:07",
            "upload_time_iso_8601": "2025-09-08T01:03:07.530234Z",
            "url": "https://files.pythonhosted.org/packages/8f/ff/732bcd91e87c7988fdc555c80f9b36bf34fd445d842d5769c3fb7a9f541b/rustmodels-0.1.11-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "62b7869448dafbb3324dfb7014ffb593e5d79c7e32a1f75540328b2181047b29",
                "md5": "89edc596d00dda89d43c43b75841e2e6",
                "sha256": "226c4348d34ec9eedd5cb3924d1bf0020c6e7247b48d1bb979e766ef8548120b"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "89edc596d00dda89d43c43b75841e2e6",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 886721,
            "upload_time": "2025-09-08T01:02:47",
            "upload_time_iso_8601": "2025-09-08T01:02:47.828954Z",
            "url": "https://files.pythonhosted.org/packages/62/b7/869448dafbb3324dfb7014ffb593e5d79c7e32a1f75540328b2181047b29/rustmodels-0.1.11-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1e2aaa1887af777ed609bfcc0b19fd098a16eb838cbd38b2dfd812d96320a879",
                "md5": "b2c009bf76c427805bdac7b721293170",
                "sha256": "8235b7e534586b3120cc7f0f9e4bdb8dcaeed0c64430f0f160e25f3b97e72c85"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp313-cp313-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b2c009bf76c427805bdac7b721293170",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1042726,
            "upload_time": "2025-09-08T01:03:35",
            "upload_time_iso_8601": "2025-09-08T01:03:35.493216Z",
            "url": "https://files.pythonhosted.org/packages/1e/2a/aa1887af777ed609bfcc0b19fd098a16eb838cbd38b2dfd812d96320a879/rustmodels-0.1.11-cp313-cp313-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3c325f3729fc6fd7556d70f98c8a98ac9be23b6525850ce31bfd361f43dc4a57",
                "md5": "bc47b6a2dbd5afa8290059862a988aa6",
                "sha256": "85bb60b3e5f701bc73a7ef201744d82e3c235aacd2ba130ce191a51e19a46d55"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp313-cp313-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "bc47b6a2dbd5afa8290059862a988aa6",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1091189,
            "upload_time": "2025-09-08T01:03:54",
            "upload_time_iso_8601": "2025-09-08T01:03:54.830318Z",
            "url": "https://files.pythonhosted.org/packages/3c/32/5f3729fc6fd7556d70f98c8a98ac9be23b6525850ce31bfd361f43dc4a57/rustmodels-0.1.11-cp313-cp313-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cbed12c4d321c96ea6c6de36aae58d95240ab8d9b604f07fc99aca14604f1a0e",
                "md5": "eee507e79637285ce908b8c216263aca",
                "sha256": "71cb329fd26f9996032d2a711551f66137893aeeeb7841ce30c4294e08b01e3b"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp313-cp313-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "eee507e79637285ce908b8c216263aca",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1047363,
            "upload_time": "2025-09-08T01:04:14",
            "upload_time_iso_8601": "2025-09-08T01:04:14.317097Z",
            "url": "https://files.pythonhosted.org/packages/cb/ed/12c4d321c96ea6c6de36aae58d95240ab8d9b604f07fc99aca14604f1a0e/rustmodels-0.1.11-cp313-cp313-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5865073b620581c54b917dbe7c9278675a0a5f181b25dd77764f3a327492ea93",
                "md5": "e43a729ffceb97bea45e32c3be085fdb",
                "sha256": "76bdfeb53f7593e20c7ee5561539f6cba5033ca16a3f1ce93e259e97320bf9ab"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e43a729ffceb97bea45e32c3be085fdb",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1046668,
            "upload_time": "2025-09-08T01:04:33",
            "upload_time_iso_8601": "2025-09-08T01:04:33.791387Z",
            "url": "https://files.pythonhosted.org/packages/58/65/073b620581c54b917dbe7c9278675a0a5f181b25dd77764f3a327492ea93/rustmodels-0.1.11-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bfcefc8727ad80958eafa300c44a0c648a155f86bd789131111931bbc614ce38",
                "md5": "a831f123e9f9f633d62423924b78857e",
                "sha256": "a46501446585b8730748e0901515ddec822a0f6e8a49800daa4f0122d954bde1"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a831f123e9f9f633d62423924b78857e",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 872387,
            "upload_time": "2025-09-08T01:01:25",
            "upload_time_iso_8601": "2025-09-08T01:01:25.014431Z",
            "url": "https://files.pythonhosted.org/packages/bf/ce/fc8727ad80958eafa300c44a0c648a155f86bd789131111931bbc614ce38/rustmodels-0.1.11-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "87c97903daa154819a04877360dfe50f07b97df7acb5ae42c126f0ff27b3a5c2",
                "md5": "09c010017ae93395dac8da8ca4b977ed",
                "sha256": "0621b3657e577b98067e209847103f1d9fe4a49a33da104c881d2f45a8c72bcf"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "09c010017ae93395dac8da8ca4b977ed",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 827906,
            "upload_time": "2025-09-08T01:01:45",
            "upload_time_iso_8601": "2025-09-08T01:01:45.134091Z",
            "url": "https://files.pythonhosted.org/packages/87/c9/7903daa154819a04877360dfe50f07b97df7acb5ae42c126f0ff27b3a5c2/rustmodels-0.1.11-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0094984dfda1be7ae06a6af9ef96160d8bd0066362019ac911a16a3f3699f77b",
                "md5": "2a9bfa0243bc1ec0b4568f6759ff73d6",
                "sha256": "adc8e7f50d48e7d88ec050ea33b4c9decb1419c60c76937e57e5279a89edf46b"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "2a9bfa0243bc1ec0b4568f6759ff73d6",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 2869000,
            "upload_time": "2025-09-08T01:02:06",
            "upload_time_iso_8601": "2025-09-08T01:02:06.761131Z",
            "url": "https://files.pythonhosted.org/packages/00/94/984dfda1be7ae06a6af9ef96160d8bd0066362019ac911a16a3f3699f77b/rustmodels-0.1.11-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "54dc3f12a4bc685e7d8cff93ec07d6fa167cd3ab3fe4816eea428b96c9811913",
                "md5": "9f3022aff49d2404f9679817100d0758",
                "sha256": "982836577216b37ed1b6dd8ffb0ee2c4681cb670974f0fd02fcf887f4595b78c"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "9f3022aff49d2404f9679817100d0758",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 960375,
            "upload_time": "2025-09-08T01:02:29",
            "upload_time_iso_8601": "2025-09-08T01:02:29.264584Z",
            "url": "https://files.pythonhosted.org/packages/54/dc/3f12a4bc685e7d8cff93ec07d6fa167cd3ab3fe4816eea428b96c9811913/rustmodels-0.1.11-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e7054d407c2d2e3cae8ce428d29c849449a4c9c426285bc2c09eb35b55c52347",
                "md5": "b652f969cb34233b98c4d178ef895279",
                "sha256": "fb3c42a5f07493f708e29310681c2e20d6af085d12f1fc1e6fa0c4915e4d4b44"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp313-cp313t-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b652f969cb34233b98c4d178ef895279",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1041204,
            "upload_time": "2025-09-08T01:03:37",
            "upload_time_iso_8601": "2025-09-08T01:03:37.464634Z",
            "url": "https://files.pythonhosted.org/packages/e7/05/4d407c2d2e3cae8ce428d29c849449a4c9c426285bc2c09eb35b55c52347/rustmodels-0.1.11-cp313-cp313t-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e3015480841cd4fac4bf855a58264392f7b684c212f87811bbab03da74477154",
                "md5": "af0234294ced1a19c30df345f5484f02",
                "sha256": "a6330050c511b6d1aee37e4f0dfe4c3886ffce85743d2f321b6e19ea0c717ab6"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp313-cp313t-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "af0234294ced1a19c30df345f5484f02",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1089220,
            "upload_time": "2025-09-08T01:03:57",
            "upload_time_iso_8601": "2025-09-08T01:03:57.244309Z",
            "url": "https://files.pythonhosted.org/packages/e3/01/5480841cd4fac4bf855a58264392f7b684c212f87811bbab03da74477154/rustmodels-0.1.11-cp313-cp313t-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b724b438d74c2ac42011a414e532578e24497f6d685bda77cf04024be75bf2fb",
                "md5": "3062d3624ac1d226d048f04e26f95b6b",
                "sha256": "5cb403f408b041a7a30e86cb24d8020c5d11d19de45c8b2643250f1b11898526"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp313-cp313t-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "3062d3624ac1d226d048f04e26f95b6b",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1047505,
            "upload_time": "2025-09-08T01:04:16",
            "upload_time_iso_8601": "2025-09-08T01:04:16.465677Z",
            "url": "https://files.pythonhosted.org/packages/b7/24/b438d74c2ac42011a414e532578e24497f6d685bda77cf04024be75bf2fb/rustmodels-0.1.11-cp313-cp313t-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c99f29fd6f718abe327db7a8b637a97751dda64c8cd51df668406c631ef7c069",
                "md5": "0cf3b9a87a7dc33616fb57e6040f3328",
                "sha256": "4727737b710ddbf5e1b0730fcd745a4c9c6cf3054c27f5eda0b6a7c2dd0588a7"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp313-cp313t-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0cf3b9a87a7dc33616fb57e6040f3328",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 1045704,
            "upload_time": "2025-09-08T01:04:35",
            "upload_time_iso_8601": "2025-09-08T01:04:35.463742Z",
            "url": "https://files.pythonhosted.org/packages/c9/9f/29fd6f718abe327db7a8b637a97751dda64c8cd51df668406c631ef7c069/rustmodels-0.1.11-cp313-cp313t-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0099370407a6e07a27241428cb4f7645b3723521cc06124183be211f4fca9b45",
                "md5": "119bab63635cc1cb48817345bb1566d5",
                "sha256": "aeb1627da92e3cf78c987cf86f684fb6d44edd08968c3ab64f63d1658ea46579"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp313-cp313-win32.whl",
            "has_sig": false,
            "md5_digest": "119bab63635cc1cb48817345bb1566d5",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 553042,
            "upload_time": "2025-09-08T01:05:04",
            "upload_time_iso_8601": "2025-09-08T01:05:04.674764Z",
            "url": "https://files.pythonhosted.org/packages/00/99/370407a6e07a27241428cb4f7645b3723521cc06124183be211f4fca9b45/rustmodels-0.1.11-cp313-cp313-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9c9b19b18999abe8cdb47be0586df4c2a0ea097581625e7e254b2f6b7c42e280",
                "md5": "2e8e1529a8d076d301b1e534ba27590e",
                "sha256": "b59055288de95b6d7f2e1ffa2dcf258aadd5f5dad60e4dd1b5edccee77703278"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2e8e1529a8d076d301b1e534ba27590e",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 599976,
            "upload_time": "2025-09-08T01:04:54",
            "upload_time_iso_8601": "2025-09-08T01:04:54.874334Z",
            "url": "https://files.pythonhosted.org/packages/9c/9b/19b18999abe8cdb47be0586df4c2a0ea097581625e7e254b2f6b7c42e280/rustmodels-0.1.11-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "01a513b121337e890fc0f199df8b3d9068efcca92b05cd52039c3adfb546fc2d",
                "md5": "e619958dabcb1bdf2c2df13a5f889624",
                "sha256": "bc4aa67b1dcf30e9b1d463abf0937db9361a4864f10e6331c291a662100fd926"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e619958dabcb1bdf2c2df13a5f889624",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.8",
            "size": 878111,
            "upload_time": "2025-09-08T01:03:09",
            "upload_time_iso_8601": "2025-09-08T01:03:09.202112Z",
            "url": "https://files.pythonhosted.org/packages/01/a5/13b121337e890fc0f199df8b3d9068efcca92b05cd52039c3adfb546fc2d/rustmodels-0.1.11-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bb10dc58e1c3bec84d4ff7cee7bf4e2fef388b4e724019119e89b6e3d37f3f38",
                "md5": "959cf7d6645970c435f25a8072cfd7f4",
                "sha256": "c9ae2b6f5c7af6078a6ac50e027861a5d47cf4b7daa153b4c6549a302817015b"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "959cf7d6645970c435f25a8072cfd7f4",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.8",
            "size": 885849,
            "upload_time": "2025-09-08T01:02:49",
            "upload_time_iso_8601": "2025-09-08T01:02:49.455751Z",
            "url": "https://files.pythonhosted.org/packages/bb/10/dc58e1c3bec84d4ff7cee7bf4e2fef388b4e724019119e89b6e3d37f3f38/rustmodels-0.1.11-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1083c2606fef85a69a7bbaf77cc0285ab2e0ca090eb6e10af4192771926011bc",
                "md5": "5dc48f94b26fb3a8ff0c55f9eb73676f",
                "sha256": "4e5f9c39256c2690bcc21fa31c3ac9a81616f7c013a51f5445645b19ea894c68"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5dc48f94b26fb3a8ff0c55f9eb73676f",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 877244,
            "upload_time": "2025-09-08T01:01:26",
            "upload_time_iso_8601": "2025-09-08T01:01:26.608521Z",
            "url": "https://files.pythonhosted.org/packages/10/83/c2606fef85a69a7bbaf77cc0285ab2e0ca090eb6e10af4192771926011bc/rustmodels-0.1.11-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "66c3c22574f1d46fec04c9b53298399b0d617b06611024461ebaa58d7b0c6373",
                "md5": "6fb3e757a5ac9d03b243099bbd165267",
                "sha256": "bebdadaf8c39bb06d39963cdca1d19884f2bffa13a84d790eb546dcdca22ea31"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "6fb3e757a5ac9d03b243099bbd165267",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 831617,
            "upload_time": "2025-09-08T01:01:46",
            "upload_time_iso_8601": "2025-09-08T01:01:46.921219Z",
            "url": "https://files.pythonhosted.org/packages/66/c3/c22574f1d46fec04c9b53298399b0d617b06611024461ebaa58d7b0c6373/rustmodels-0.1.11-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4947be75133c578596eb70acaf0e5d186f8842a143087d94f49778ab2f42578d",
                "md5": "c34f1d7617687a14512b9cac6675acc5",
                "sha256": "6cb740c3c896de60a3270e95a64e9164c093f80154e69ec4889ca240d8a51732"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "c34f1d7617687a14512b9cac6675acc5",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 3477267,
            "upload_time": "2025-09-08T01:02:08",
            "upload_time_iso_8601": "2025-09-08T01:02:08.723398Z",
            "url": "https://files.pythonhosted.org/packages/49/47/be75133c578596eb70acaf0e5d186f8842a143087d94f49778ab2f42578d/rustmodels-0.1.11-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3c1f40a9c9c5ca53457e8d3fa18db301cb70db67f3dba7324f5b06edb6f58f73",
                "md5": "25bab318b8816f0fcaba53c6bfa74832",
                "sha256": "75d79bf3171253afe0ed965932dd48983d2b6f73e7cf9620c0e4fd583ceee352"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "25bab318b8816f0fcaba53c6bfa74832",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 960853,
            "upload_time": "2025-09-08T01:02:31",
            "upload_time_iso_8601": "2025-09-08T01:02:31.192201Z",
            "url": "https://files.pythonhosted.org/packages/3c/1f/40a9c9c5ca53457e8d3fa18db301cb70db67f3dba7324f5b06edb6f58f73/rustmodels-0.1.11-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5488ce65ff83db511b73bafebb4125e7f9cf96178777038982ee980cecdba7c1",
                "md5": "2673cbaf461149baa7c3bff9a1bf7123",
                "sha256": "7aaee3ee28c369b5627479b05fdadba5840c7a579aa95b2f70d0b2ea8a16c50f"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2673cbaf461149baa7c3bff9a1bf7123",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 881139,
            "upload_time": "2025-09-08T01:03:11",
            "upload_time_iso_8601": "2025-09-08T01:03:11.026448Z",
            "url": "https://files.pythonhosted.org/packages/54/88/ce65ff83db511b73bafebb4125e7f9cf96178777038982ee980cecdba7c1/rustmodels-0.1.11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "03ff093f9fa51b01d697c237b9cb933f1c89fbc54cb1f6ae5f670e9b2294502a",
                "md5": "358f241cb3a58b3498d7a04db68ef701",
                "sha256": "225f02ace8974c9f5c720a10e967b12947964900de84aab7103d8acaad9f4c3f"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "358f241cb3a58b3498d7a04db68ef701",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 889156,
            "upload_time": "2025-09-08T01:02:53",
            "upload_time_iso_8601": "2025-09-08T01:02:53.162421Z",
            "url": "https://files.pythonhosted.org/packages/03/ff/093f9fa51b01d697c237b9cb933f1c89fbc54cb1f6ae5f670e9b2294502a/rustmodels-0.1.11-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b14c4c6a4071c32c0b6b6443994b3d3e32c3a88cb123474f678a04828397b298",
                "md5": "12d61e946c622540338d0c671c0702b9",
                "sha256": "380a577ad7b426aaf5e7e18a1b166436f23ff3be41ac6aee02ac105e4123d5d7"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp38-cp38-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "12d61e946c622540338d0c671c0702b9",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1045667,
            "upload_time": "2025-09-08T01:03:39",
            "upload_time_iso_8601": "2025-09-08T01:03:39.368940Z",
            "url": "https://files.pythonhosted.org/packages/b1/4c/4c6a4071c32c0b6b6443994b3d3e32c3a88cb123474f678a04828397b298/rustmodels-0.1.11-cp38-cp38-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b4342eb5409e268eed1515d1f475427b70d8fd319a8f9e6e740f3ea56cfebae6",
                "md5": "df9a51327ddc1151834f12fdff15f75c",
                "sha256": "305aae860a8bed7adc3c820af734ad9b52ba8783e71b86c7fdecfec2f7730bc6"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp38-cp38-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "df9a51327ddc1151834f12fdff15f75c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1093471,
            "upload_time": "2025-09-08T01:03:59",
            "upload_time_iso_8601": "2025-09-08T01:03:59.061300Z",
            "url": "https://files.pythonhosted.org/packages/b4/34/2eb5409e268eed1515d1f475427b70d8fd319a8f9e6e740f3ea56cfebae6/rustmodels-0.1.11-cp38-cp38-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "07e91163efe933ec6476ee178f0a85ea566fb875cd9ec51c083eb8ad864d185e",
                "md5": "f6d34b9df90f843508035e53eeb98faf",
                "sha256": "0fca8b06cda39a8c4ca217e8ecc98e248271fa7e30f4d98c14cf586fa3bf171a"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp38-cp38-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "f6d34b9df90f843508035e53eeb98faf",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1050036,
            "upload_time": "2025-09-08T01:04:18",
            "upload_time_iso_8601": "2025-09-08T01:04:18.397336Z",
            "url": "https://files.pythonhosted.org/packages/07/e9/1163efe933ec6476ee178f0a85ea566fb875cd9ec51c083eb8ad864d185e/rustmodels-0.1.11-cp38-cp38-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "247cc510f8ae15d616de1600a654ce46b28c8f54ff5a9be5afec0a99dc7950bc",
                "md5": "20e1a20c55dd208cb9366f0b2b144893",
                "sha256": "73c5a3356ecc25ac46f9554e36f5c72231b5aad0f6287873cfed7ab326554cbe"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp38-cp38-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "20e1a20c55dd208cb9366f0b2b144893",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1048661,
            "upload_time": "2025-09-08T01:04:37",
            "upload_time_iso_8601": "2025-09-08T01:04:37.759429Z",
            "url": "https://files.pythonhosted.org/packages/24/7c/c510f8ae15d616de1600a654ce46b28c8f54ff5a9be5afec0a99dc7950bc/rustmodels-0.1.11-cp38-cp38-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2d071c179929ac0f19ab7959961760ac528f535c1b68dbcd8106b7cfb763bac9",
                "md5": "ab0a7d29c3f80e3794be618c38d56b5d",
                "sha256": "38592dce6bbd7d1ca1cb149ae804aab5e6b218da0e5b4e151ff7fd737ba60cfb"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ab0a7d29c3f80e3794be618c38d56b5d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 876152,
            "upload_time": "2025-09-08T01:01:28",
            "upload_time_iso_8601": "2025-09-08T01:01:28.969897Z",
            "url": "https://files.pythonhosted.org/packages/2d/07/1c179929ac0f19ab7959961760ac528f535c1b68dbcd8106b7cfb763bac9/rustmodels-0.1.11-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "117055285af357776317d4ce84624e6204951fa4afcdb460bf78ffebb007c8eb",
                "md5": "f68dec37413be1a3c8d5c288034944d4",
                "sha256": "93d41cce57242ffcdb1368cb6c953c8b02ad10547c7ef8403ead48024b090e1e"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "f68dec37413be1a3c8d5c288034944d4",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 830214,
            "upload_time": "2025-09-08T01:01:49",
            "upload_time_iso_8601": "2025-09-08T01:01:49.531915Z",
            "url": "https://files.pythonhosted.org/packages/11/70/55285af357776317d4ce84624e6204951fa4afcdb460bf78ffebb007c8eb/rustmodels-0.1.11-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "66337d4aaae51b37e79530f40123b155257dba39c8bda1adaaad06de3aabfc00",
                "md5": "4357cfda2fb87a755fb2c1f7eae11862",
                "sha256": "5a09b34e3358f64821af69c24c63568b65e249d69b3472cab03fd5e9c72a0838"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "4357cfda2fb87a755fb2c1f7eae11862",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 3478840,
            "upload_time": "2025-09-08T01:02:12",
            "upload_time_iso_8601": "2025-09-08T01:02:12.097961Z",
            "url": "https://files.pythonhosted.org/packages/66/33/7d4aaae51b37e79530f40123b155257dba39c8bda1adaaad06de3aabfc00/rustmodels-0.1.11-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "16f8886b24eefcf42dc9a9174d7b7a8314b10bb5b5419a2a390d30e1bcd69a20",
                "md5": "863783faedcef68a4f98311dd24d2fca",
                "sha256": "28909448b21d78e672254cb258f51200dce2a5c062d2b992ba9d5e06e313431d"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "863783faedcef68a4f98311dd24d2fca",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 960098,
            "upload_time": "2025-09-08T01:02:33",
            "upload_time_iso_8601": "2025-09-08T01:02:33.256042Z",
            "url": "https://files.pythonhosted.org/packages/16/f8/886b24eefcf42dc9a9174d7b7a8314b10bb5b5419a2a390d30e1bcd69a20/rustmodels-0.1.11-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "83c07ce91996bec856fc53e057b81a27f0546cfa06ec94594cd5f50b521ed7f9",
                "md5": "d5f2ca11dbb5777ad13a1dd89b462ff1",
                "sha256": "cdc5ced969900b550b6c31c2728fd34109ea3003e0bc72a792eafaed6f02ba9f"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d5f2ca11dbb5777ad13a1dd89b462ff1",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 880461,
            "upload_time": "2025-09-08T01:03:12",
            "upload_time_iso_8601": "2025-09-08T01:03:12.619244Z",
            "url": "https://files.pythonhosted.org/packages/83/c0/7ce91996bec856fc53e057b81a27f0546cfa06ec94594cd5f50b521ed7f9/rustmodels-0.1.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "11d76001a10b1fbb1819284bca0bb2f921f29291230df276722f2b061f4f3955",
                "md5": "29ebade4142f2a992737f1a229e4a96b",
                "sha256": "13309c79b16a699c96a65114b71ad8f88e819f55a8e57e2202866e2987a0d61d"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "29ebade4142f2a992737f1a229e4a96b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 888132,
            "upload_time": "2025-09-08T01:02:54",
            "upload_time_iso_8601": "2025-09-08T01:02:54.821091Z",
            "url": "https://files.pythonhosted.org/packages/11/d7/6001a10b1fbb1819284bca0bb2f921f29291230df276722f2b061f4f3955/rustmodels-0.1.11-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "112ca519cfe7181d8f4a71283f5acbfa0a36c1b68f151892d6d089ee3e5f651e",
                "md5": "dbb79e1254e4f1bcc9cc5e3a0b0a2aa7",
                "sha256": "e9459669aa72d7452baa7b375e1c894050b6b11be3302cbe1a3f9d3eb5ec6e9c"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp39-cp39-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "dbb79e1254e4f1bcc9cc5e3a0b0a2aa7",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1044928,
            "upload_time": "2025-09-08T01:03:41",
            "upload_time_iso_8601": "2025-09-08T01:03:41.416787Z",
            "url": "https://files.pythonhosted.org/packages/11/2c/a519cfe7181d8f4a71283f5acbfa0a36c1b68f151892d6d089ee3e5f651e/rustmodels-0.1.11-cp39-cp39-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "111f02301dd82696cc47d21d97c2149d17130d8da25c4d9a5199f843c3b558e0",
                "md5": "99375b77924f11c6f2e68af70e299e40",
                "sha256": "7eafbb6666275ee8069f95246896d431034766c4a74b43eb8abc477999d41c4d"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp39-cp39-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "99375b77924f11c6f2e68af70e299e40",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1091981,
            "upload_time": "2025-09-08T01:04:01",
            "upload_time_iso_8601": "2025-09-08T01:04:01.165126Z",
            "url": "https://files.pythonhosted.org/packages/11/1f/02301dd82696cc47d21d97c2149d17130d8da25c4d9a5199f843c3b558e0/rustmodels-0.1.11-cp39-cp39-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "30be4e44b487ea4fe6c077925f0926d2a0336bc8cbafac5a3faa07477bc4dcf3",
                "md5": "8c233b488d4ea7dec73c127adeb0a2d0",
                "sha256": "781403f4512611b90220861f707786d1e6e3d2edc818a2efd78d26feb5389208"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "8c233b488d4ea7dec73c127adeb0a2d0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1048321,
            "upload_time": "2025-09-08T01:04:20",
            "upload_time_iso_8601": "2025-09-08T01:04:20.429892Z",
            "url": "https://files.pythonhosted.org/packages/30/be/4e44b487ea4fe6c077925f0926d2a0336bc8cbafac5a3faa07477bc4dcf3/rustmodels-0.1.11-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "92460b6ad3b3575ddef1208524aa4ee0e8073213d7b443364da9aba799e63b71",
                "md5": "f724ac3172ad88361f2c50aedf371e12",
                "sha256": "444f95701dfae16873a3a2a8488f9999a77d5c0e71c0f40367c3e6a8d4121c41"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f724ac3172ad88361f2c50aedf371e12",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1048686,
            "upload_time": "2025-09-08T01:04:39",
            "upload_time_iso_8601": "2025-09-08T01:04:39.773668Z",
            "url": "https://files.pythonhosted.org/packages/92/46/0b6ad3b3575ddef1208524aa4ee0e8073213d7b443364da9aba799e63b71/rustmodels-0.1.11-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ac61d925f7acc77225c5a4804ba92c0b48911917a2e2823aeb15cb03a73208e1",
                "md5": "1bf1ac67c7b5e2f90461d3983e1b4701",
                "sha256": "4851d38a3b26a8583db04a7e7418e1ed00ec1df29019580ca6312cb0a11d71bd"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "1bf1ac67c7b5e2f90461d3983e1b4701",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 554550,
            "upload_time": "2025-09-08T01:05:06",
            "upload_time_iso_8601": "2025-09-08T01:05:06.492128Z",
            "url": "https://files.pythonhosted.org/packages/ac/61/d925f7acc77225c5a4804ba92c0b48911917a2e2823aeb15cb03a73208e1/rustmodels-0.1.11-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "49f2145fb57cc52c4c127ed0b388d39a31f0664367f0075359c394affd73af6d",
                "md5": "e5293d3d7c71f328dfe132dc83c9cc8d",
                "sha256": "1d9c7198abd6f6289996f7e0be30a6033d4c5fac1c0b889d5b342d050c1f318e"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e5293d3d7c71f328dfe132dc83c9cc8d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 599791,
            "upload_time": "2025-09-08T01:04:57",
            "upload_time_iso_8601": "2025-09-08T01:04:57.057291Z",
            "url": "https://files.pythonhosted.org/packages/49/f2/145fb57cc52c4c127ed0b388d39a31f0664367f0075359c394affd73af6d/rustmodels-0.1.11-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "95b86f99646a31e4718a62afc6cd76efa2638773e6731ec8bd736770ccec75d0",
                "md5": "3504fa110635d6bedf00e645424e26a1",
                "sha256": "8e8727a02b84e86e6e09522be8453bdbc7d360963a4a51e1285674c56197c8b1"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3504fa110635d6bedf00e645424e26a1",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 877297,
            "upload_time": "2025-09-08T01:01:30",
            "upload_time_iso_8601": "2025-09-08T01:01:30.990982Z",
            "url": "https://files.pythonhosted.org/packages/95/b8/6f99646a31e4718a62afc6cd76efa2638773e6731ec8bd736770ccec75d0/rustmodels-0.1.11-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "86c573f3122afaa7ff7703c8426de5420356ec312b9fea43cb22f61d88c249a8",
                "md5": "03b27045d6027515a419554ec616b6df",
                "sha256": "3e8e54174995674e81c36bc29c01d5d43f7b135f00253d2af1fb84b22541e758"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "03b27045d6027515a419554ec616b6df",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 831891,
            "upload_time": "2025-09-08T01:01:51",
            "upload_time_iso_8601": "2025-09-08T01:01:51.324534Z",
            "url": "https://files.pythonhosted.org/packages/86/c5/73f3122afaa7ff7703c8426de5420356ec312b9fea43cb22f61d88c249a8/rustmodels-0.1.11-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8daf2f20cf384d1dafd6e0637dac7d8a0f023966be2b1253d69d36e039c401de",
                "md5": "8785f43a4d6b403cd8e67dada1681c18",
                "sha256": "15e30b969f15e78d455b19edda834e2171c4f17f9852d2798bac653f01d186c3"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "8785f43a4d6b403cd8e67dada1681c18",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 3478678,
            "upload_time": "2025-09-08T01:02:14",
            "upload_time_iso_8601": "2025-09-08T01:02:14.374288Z",
            "url": "https://files.pythonhosted.org/packages/8d/af/2f20cf384d1dafd6e0637dac7d8a0f023966be2b1253d69d36e039c401de/rustmodels-0.1.11-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6e54019c57bfd9544f165c3f947b6e4dde0558ef7f2a30ce3f8f3f54a5e635b4",
                "md5": "c33dc310a7e876029fff9d98bcd55146",
                "sha256": "99c50516e421a7dbad8c59f64216756855f9be41e2d79797a1916713d0b88933"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "c33dc310a7e876029fff9d98bcd55146",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 962389,
            "upload_time": "2025-09-08T01:02:35",
            "upload_time_iso_8601": "2025-09-08T01:02:35.528059Z",
            "url": "https://files.pythonhosted.org/packages/6e/54/019c57bfd9544f165c3f947b6e4dde0558ef7f2a30ce3f8f3f54a5e635b4/rustmodels-0.1.11-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5172220f65b3edaa7a1777daf592e56e7a8a3af69495905d453f57a52db45cd6",
                "md5": "57f8107f11873c1c2637de4c8bbe5314",
                "sha256": "815039cf47f4560b6f552cb46b8cb5d161103f7d3a2a1c4cfbd6bc6714a1bb82"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "57f8107f11873c1c2637de4c8bbe5314",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 882432,
            "upload_time": "2025-09-08T01:03:14",
            "upload_time_iso_8601": "2025-09-08T01:03:14.418045Z",
            "url": "https://files.pythonhosted.org/packages/51/72/220f65b3edaa7a1777daf592e56e7a8a3af69495905d453f57a52db45cd6/rustmodels-0.1.11-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a9862ebb68ac63444899c8dd00defda57e4e09374529ab2803624ed5946f3734",
                "md5": "48c5704d523e807afc7b9a0e522835e5",
                "sha256": "b2a89ba89fbe62a8d103d7ed4debd0c2fbaec15fb492ce0ea77fbeba60217d8b"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "48c5704d523e807afc7b9a0e522835e5",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 889802,
            "upload_time": "2025-09-08T01:02:57",
            "upload_time_iso_8601": "2025-09-08T01:02:57.040226Z",
            "url": "https://files.pythonhosted.org/packages/a9/86/2ebb68ac63444899c8dd00defda57e4e09374529ab2803624ed5946f3734/rustmodels-0.1.11-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ae4af16aa5c7b198adec4e0e5e7649c07948d892f1216a968e2061ec528f1064",
                "md5": "2afef527db9c12d64a6c9366ffcf4882",
                "sha256": "d5df602a6b1756fb5eb30c368034c6ce1e61fc4befa688d761f6c69e57087036"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "2afef527db9c12d64a6c9366ffcf4882",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1046173,
            "upload_time": "2025-09-08T01:03:43",
            "upload_time_iso_8601": "2025-09-08T01:03:43.104969Z",
            "url": "https://files.pythonhosted.org/packages/ae/4a/f16aa5c7b198adec4e0e5e7649c07948d892f1216a968e2061ec528f1064/rustmodels-0.1.11-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "54a55ed13f5d319e372df7fb1cf8a23e3ba8c27838da1a29bd6f3337f52ca574",
                "md5": "1878d7bec8acd0c9b8f5fe1599e47f32",
                "sha256": "7e5b5114a11969b20cb59d1deef8d3e6b5b045840c42ed3a9d4b99684e7754fe"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "1878d7bec8acd0c9b8f5fe1599e47f32",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1094000,
            "upload_time": "2025-09-08T01:04:03",
            "upload_time_iso_8601": "2025-09-08T01:04:03.035095Z",
            "url": "https://files.pythonhosted.org/packages/54/a5/5ed13f5d319e372df7fb1cf8a23e3ba8c27838da1a29bd6f3337f52ca574/rustmodels-0.1.11-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9579b549d6bde5ede3e62db725d4c106bede1832232f44c349145bcb6944166f",
                "md5": "c38807b1fbd89f2905a50a9dbc26c873",
                "sha256": "08f2dee4fdbe91f1561be0c57df59364357007f391f5c996944572517b84500d"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "c38807b1fbd89f2905a50a9dbc26c873",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1049671,
            "upload_time": "2025-09-08T01:04:22",
            "upload_time_iso_8601": "2025-09-08T01:04:22.201183Z",
            "url": "https://files.pythonhosted.org/packages/95/79/b549d6bde5ede3e62db725d4c106bede1832232f44c349145bcb6944166f/rustmodels-0.1.11-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "975522c5e2fe96be8a4b0466784e460a26a1e127b44990e78af97c06c613f122",
                "md5": "935ba436e32db81e66d72f96c2191fce",
                "sha256": "5b07022bf5ee45fe82febb61b8e3c4aa0731cdc8dab57c7eda64c1eae669f9c3"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "935ba436e32db81e66d72f96c2191fce",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 1051355,
            "upload_time": "2025-09-08T01:04:41",
            "upload_time_iso_8601": "2025-09-08T01:04:41.501287Z",
            "url": "https://files.pythonhosted.org/packages/97/55/22c5e2fe96be8a4b0466784e460a26a1e127b44990e78af97c06c613f122/rustmodels-0.1.11-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c9e903afa95e151cdb91e19c620d0c1df9949409b0db9416401e3f3cedf89723",
                "md5": "3d17fb7ccc0a1c0ed16cd4ad131a24ba",
                "sha256": "a43433cb5952b2ee9f2ca3da5f7df828ee548e41c500b0ed6ad12df79229678e"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3d17fb7ccc0a1c0ed16cd4ad131a24ba",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.8",
            "size": 877407,
            "upload_time": "2025-09-08T01:01:32",
            "upload_time_iso_8601": "2025-09-08T01:01:32.904279Z",
            "url": "https://files.pythonhosted.org/packages/c9/e9/03afa95e151cdb91e19c620d0c1df9949409b0db9416401e3f3cedf89723/rustmodels-0.1.11-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ed6bdd393499ab724ee74cef6fa2583086311a005a8d99fdba10766980e9a4e9",
                "md5": "da65886ed187b5a207ec482253615e61",
                "sha256": "3017a7a9343c519c2dc52e912811521cf6b07aa6e3963add8a6d6e9b9236046e"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "da65886ed187b5a207ec482253615e61",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.8",
            "size": 831999,
            "upload_time": "2025-09-08T01:01:53",
            "upload_time_iso_8601": "2025-09-08T01:01:53.002571Z",
            "url": "https://files.pythonhosted.org/packages/ed/6b/dd393499ab724ee74cef6fa2583086311a005a8d99fdba10766980e9a4e9/rustmodels-0.1.11-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "aae36f7708b2c459f5c1240a223edcfe3f5602d4b32d19094a2667309611c07a",
                "md5": "d0e67bf6deb807eeba35e8c779d5ded4",
                "sha256": "ac29ba068ece0c69b57a0b4573ccfd9dee9b95463213a6e12deedebea4f78db3"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "d0e67bf6deb807eeba35e8c779d5ded4",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.8",
            "size": 3479081,
            "upload_time": "2025-09-08T01:02:16",
            "upload_time_iso_8601": "2025-09-08T01:02:16.706848Z",
            "url": "https://files.pythonhosted.org/packages/aa/e3/6f7708b2c459f5c1240a223edcfe3f5602d4b32d19094a2667309611c07a/rustmodels-0.1.11-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a60307b0bb7b93f1704c120b7df6291aeedcbc09d5aa5c6890df95fe781e8982",
                "md5": "cc9ba09d0df9d235f5e8c243981f32c2",
                "sha256": "18cf13f409e87841870270424d19ce2a7075712c1e7edcdd04eb25742167974f"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "cc9ba09d0df9d235f5e8c243981f32c2",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.8",
            "size": 962245,
            "upload_time": "2025-09-08T01:02:37",
            "upload_time_iso_8601": "2025-09-08T01:02:37.403964Z",
            "url": "https://files.pythonhosted.org/packages/a6/03/07b0bb7b93f1704c120b7df6291aeedcbc09d5aa5c6890df95fe781e8982/rustmodels-0.1.11-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2d26f5ef8f65c86c7c06cece6d10954dbb264e05a3f676ad0cd31c81c7675bab",
                "md5": "0b9e5dde4fd60865a4797732e089a99e",
                "sha256": "b1b9ee664bd5e96f93332d7527ab34176c158615d3db0fdbe6e98f464d3672b4"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0b9e5dde4fd60865a4797732e089a99e",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.8",
            "size": 882345,
            "upload_time": "2025-09-08T01:03:16",
            "upload_time_iso_8601": "2025-09-08T01:03:16.346886Z",
            "url": "https://files.pythonhosted.org/packages/2d/26/f5ef8f65c86c7c06cece6d10954dbb264e05a3f676ad0cd31c81c7675bab/rustmodels-0.1.11-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5823994708dd85de65191ced41646d33f23b19e678c751b8c392ecf8ec987112",
                "md5": "fd5cdcac50272e049f59cff90d04ad82",
                "sha256": "e7344f57e516686c3af80987c67657ca4367c0ad89c3f566686bdf11b7aaf1cf"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "fd5cdcac50272e049f59cff90d04ad82",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.8",
            "size": 889854,
            "upload_time": "2025-09-08T01:02:58",
            "upload_time_iso_8601": "2025-09-08T01:02:58.954958Z",
            "url": "https://files.pythonhosted.org/packages/58/23/994708dd85de65191ced41646d33f23b19e678c751b8c392ecf8ec987112/rustmodels-0.1.11-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "78cefcaf0d813c10e7d4230b9eb5c3dd60b101d09e787c625f18407902ddf15f",
                "md5": "fa9fcf53f3fc44f70cb7634f06cb2029",
                "sha256": "aece18e0da1f282f4d95dbefd834b1a90b44acc9c151cfcca42842fe114d04c0"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "fa9fcf53f3fc44f70cb7634f06cb2029",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.8",
            "size": 1045908,
            "upload_time": "2025-09-08T01:03:44",
            "upload_time_iso_8601": "2025-09-08T01:03:44.932965Z",
            "url": "https://files.pythonhosted.org/packages/78/ce/fcaf0d813c10e7d4230b9eb5c3dd60b101d09e787c625f18407902ddf15f/rustmodels-0.1.11-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "43d339b844b304e5b70b10c41ab8bbf23cbd150bedfb63eadcaa68585277179c",
                "md5": "391a6665822652a38a4833e01452d790",
                "sha256": "06bb3205ae10610a42184249a88544640a86d61be0e45442789bb13f56d4a24e"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "391a6665822652a38a4833e01452d790",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.8",
            "size": 1094479,
            "upload_time": "2025-09-08T01:04:05",
            "upload_time_iso_8601": "2025-09-08T01:04:05.307469Z",
            "url": "https://files.pythonhosted.org/packages/43/d3/39b844b304e5b70b10c41ab8bbf23cbd150bedfb63eadcaa68585277179c/rustmodels-0.1.11-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4000efe1dc72dda9e3fdc3f8d9789711e6da0b25f67cdc20be50dce29cd082c4",
                "md5": "e76d50144aa3050d7a5b3012465a9893",
                "sha256": "5b737ffe665acb3175f13831cf3eb4633cce202d1c81f391e0e35b106ad655f1"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-pp311-pypy311_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "e76d50144aa3050d7a5b3012465a9893",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.8",
            "size": 1049992,
            "upload_time": "2025-09-08T01:04:24",
            "upload_time_iso_8601": "2025-09-08T01:04:24.026681Z",
            "url": "https://files.pythonhosted.org/packages/40/00/efe1dc72dda9e3fdc3f8d9789711e6da0b25f67cdc20be50dce29cd082c4/rustmodels-0.1.11-pp311-pypy311_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7ac9ca374713bf834e18aa40f7daf40fa69a7e23de0084a051b6de62d20c08eb",
                "md5": "878e39730bc9c918b2ab3f0fc2f4b2ca",
                "sha256": "44c44514dac65d28988fdd5c14727c3757962f640f584f6e058895014d9a006a"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "878e39730bc9c918b2ab3f0fc2f4b2ca",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.8",
            "size": 1051530,
            "upload_time": "2025-09-08T01:04:43",
            "upload_time_iso_8601": "2025-09-08T01:04:43.561219Z",
            "url": "https://files.pythonhosted.org/packages/7a/c9/ca374713bf834e18aa40f7daf40fa69a7e23de0084a051b6de62d20c08eb/rustmodels-0.1.11-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "53c5e01dd42609e225db7b5fdc6298ac6a1cc8ffb48a5d470d4c2b60dab59083",
                "md5": "0d28c0cc97530796ccb6889910759112",
                "sha256": "02dd7c143545605b1ac1b7a0b5bbcc2dba97b56575a4dcaa52252d20adf91e3f"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "0d28c0cc97530796ccb6889910759112",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 876340,
            "upload_time": "2025-09-08T01:01:34",
            "upload_time_iso_8601": "2025-09-08T01:01:34.594687Z",
            "url": "https://files.pythonhosted.org/packages/53/c5/e01dd42609e225db7b5fdc6298ac6a1cc8ffb48a5d470d4c2b60dab59083/rustmodels-0.1.11-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b2031d904f8ca86096a8cd0ccc062ee8fb83cae54e436af7a527a439daab5f00",
                "md5": "6496bb3d8a0c93eab835a071210d8fd2",
                "sha256": "76c8da52a62aaa46fa29494f1fc4f8e89c2deb901b7714141402f1766380adbf"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "6496bb3d8a0c93eab835a071210d8fd2",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 831386,
            "upload_time": "2025-09-08T01:01:55",
            "upload_time_iso_8601": "2025-09-08T01:01:55.023507Z",
            "url": "https://files.pythonhosted.org/packages/b2/03/1d904f8ca86096a8cd0ccc062ee8fb83cae54e436af7a527a439daab5f00/rustmodels-0.1.11-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "35f2312d5571fd5515f9dc4e6b027e14f69c7137ff9f70deb95f9c5cbfa2374f",
                "md5": "d70bf0766b9a5c8b3ab358e52ee25ec1",
                "sha256": "356cf93186bdd8a09a4de638b98536f25c4b9ec62bc6d5f05d617c2e600a5300"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "d70bf0766b9a5c8b3ab358e52ee25ec1",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 3480036,
            "upload_time": "2025-09-08T01:02:19",
            "upload_time_iso_8601": "2025-09-08T01:02:19.290500Z",
            "url": "https://files.pythonhosted.org/packages/35/f2/312d5571fd5515f9dc4e6b027e14f69c7137ff9f70deb95f9c5cbfa2374f/rustmodels-0.1.11-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5cd19b08201317ec0d83bad6c47c38b268135b1c43ce8c01e2d512b324cbf7d9",
                "md5": "5f82b01dc78a2293a82062688ad7091a",
                "sha256": "e3d436c51b31be4920562a03e749cef1d804d27fefd8bce2b8c42482481ac7dc"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "5f82b01dc78a2293a82062688ad7091a",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 950277,
            "upload_time": "2025-09-08T01:02:39",
            "upload_time_iso_8601": "2025-09-08T01:02:39.418183Z",
            "url": "https://files.pythonhosted.org/packages/5c/d1/9b08201317ec0d83bad6c47c38b268135b1c43ce8c01e2d512b324cbf7d9/rustmodels-0.1.11-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1abd1b83cd943fee5c9fd22b637779ff10cf51b75a2e7bbaf8036d7d6b18cb29",
                "md5": "e6f75dfb932404372cc242f367607475",
                "sha256": "ecfcc56ab4af634792cd69d207a2a90d3401410175485a4d8dde9c283dc2f751"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e6f75dfb932404372cc242f367607475",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1045387,
            "upload_time": "2025-09-08T01:03:46",
            "upload_time_iso_8601": "2025-09-08T01:03:46.944957Z",
            "url": "https://files.pythonhosted.org/packages/1a/bd/1b83cd943fee5c9fd22b637779ff10cf51b75a2e7bbaf8036d7d6b18cb29/rustmodels-0.1.11-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6342b5fc334d4384255fe607efbbfb8bf06ecc61446a94e7244819837858da8e",
                "md5": "48bcdd4c8e0e15d5e691d3458c030a43",
                "sha256": "346e4a08e989538d678bf2f15c8a1d616570f2fdbc42695aab224123d7e85516"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "48bcdd4c8e0e15d5e691d3458c030a43",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1093446,
            "upload_time": "2025-09-08T01:04:07",
            "upload_time_iso_8601": "2025-09-08T01:04:07.338866Z",
            "url": "https://files.pythonhosted.org/packages/63/42/b5fc334d4384255fe607efbbfb8bf06ecc61446a94e7244819837858da8e/rustmodels-0.1.11-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "97faa1e95d8093dec4b035c684edd98e058969acdb357cf2e1b10804d664487c",
                "md5": "3e5193b4f49dc97f33854534a6d86b24",
                "sha256": "49c2fc32c961872e5c83b3817ef278a754dd35c8a3787deeb50701ea228d526e"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "3e5193b4f49dc97f33854534a6d86b24",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1050791,
            "upload_time": "2025-09-08T01:04:25",
            "upload_time_iso_8601": "2025-09-08T01:04:25.810559Z",
            "url": "https://files.pythonhosted.org/packages/97/fa/a1e95d8093dec4b035c684edd98e058969acdb357cf2e1b10804d664487c/rustmodels-0.1.11-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "82b37b6c28dc40396ebccbf63446120a54ce6b53ed77394dde468c2e5cdb3891",
                "md5": "719915675a8b74d13999782d3d5cb0cc",
                "sha256": "14724eb9908997f0c7bfb5cae86f971ac905de46174d4e0624a7c584df0067ab"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "719915675a8b74d13999782d3d5cb0cc",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 1049778,
            "upload_time": "2025-09-08T01:04:45",
            "upload_time_iso_8601": "2025-09-08T01:04:45.572281Z",
            "url": "https://files.pythonhosted.org/packages/82/b3/7b6c28dc40396ebccbf63446120a54ce6b53ed77394dde468c2e5cdb3891/rustmodels-0.1.11-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8ee9cd7f5d980450cb56c50a9ff3ecc2ebcb2efd4c8099dd70d7901fec507f90",
                "md5": "5b298f00c180a97ef0ccc9cbfef9a947",
                "sha256": "ac2ee3382f80407ad3e85ad03dea035aba2469c6702e79ff6d72bdb4e87dabe5"
            },
            "downloads": -1,
            "filename": "rustmodels-0.1.11.tar.gz",
            "has_sig": false,
            "md5_digest": "5b298f00c180a97ef0ccc9cbfef9a947",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 26209,
            "upload_time": "2025-09-08T01:04:47",
            "upload_time_iso_8601": "2025-09-08T01:04:47.371893Z",
            "url": "https://files.pythonhosted.org/packages/8e/e9/cd7f5d980450cb56c50a9ff3ecc2ebcb2efd4c8099dd70d7901fec507f90/rustmodels-0.1.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-08 01:04:47",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "rustmodels"
}
        
Elapsed time: 2.22897s