pgstacrs


Namepgstacrs JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryPython async API for pgstac, backed by Rust
upload_time2024-11-27 19:38:11
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords stac geospatial postgres pgstac
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pgstacrs

[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/stac-utils/pgstacrs/ci.yml?style=for-the-badge)](https://github.com/stac-utils/pgstacrs/actions/workflows/ci.yml)
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/stac-utils/pgstacrs/docs.yml?style=for-the-badge&label=docs)](https://stac-utils.github.io/pgstacrs)

Python async API for pgstac, backed by Rust.

## Usage

```shell
python -m pip install pgstacrs
```

Then:

```python
from pgstacrs import Client

# Search
client = await Client.open("postgresql://username:password@localhost:5432/pgstac")
feature_collection = await client.search(
    collections=["collection-a"], # or collections="collection-a"
    intersects={"type": "Point", "coordinates": [-105.1019, 40.1672]},
    sortby="-datetime",
)

# CRUD
await client.create_item({"type": "Feature", "id": "foo", ...})
await client.delete_item("foo")
await client.create_items([...])
```

See [the documentation](https://stac-utils.github.io/pgstacrs/) for more.

## Developing

Get [Rust](https://rustup.rs/) and [uv](https://docs.astral.sh/uv/getting-started/installation/).
Then:

```shell
git clone git@github.com:stac-utils/pgstacrs.git
cd pgstacrs
uv sync
scripts/test
```

## License

MIT


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pgstacrs",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "stac, geospatial, postgres, pgstac",
    "author": null,
    "author_email": "Pete Gadomski <pete.gadomski@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/04/53/7166485e34531634bbdbf1b1e18c7c88691b3216980bafee246849b3c3a4/pgstacrs-0.1.0.tar.gz",
    "platform": null,
    "description": "# pgstacrs\n\n[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/stac-utils/pgstacrs/ci.yml?style=for-the-badge)](https://github.com/stac-utils/pgstacrs/actions/workflows/ci.yml)\n[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/stac-utils/pgstacrs/docs.yml?style=for-the-badge&label=docs)](https://stac-utils.github.io/pgstacrs)\n\nPython async API for pgstac, backed by Rust.\n\n## Usage\n\n```shell\npython -m pip install pgstacrs\n```\n\nThen:\n\n```python\nfrom pgstacrs import Client\n\n# Search\nclient = await Client.open(\"postgresql://username:password@localhost:5432/pgstac\")\nfeature_collection = await client.search(\n    collections=[\"collection-a\"], # or collections=\"collection-a\"\n    intersects={\"type\": \"Point\", \"coordinates\": [-105.1019, 40.1672]},\n    sortby=\"-datetime\",\n)\n\n# CRUD\nawait client.create_item({\"type\": \"Feature\", \"id\": \"foo\", ...})\nawait client.delete_item(\"foo\")\nawait client.create_items([...])\n```\n\nSee [the documentation](https://stac-utils.github.io/pgstacrs/) for more.\n\n## Developing\n\nGet [Rust](https://rustup.rs/) and [uv](https://docs.astral.sh/uv/getting-started/installation/).\nThen:\n\n```shell\ngit clone git@github.com:stac-utils/pgstacrs.git\ncd pgstacrs\nuv sync\nscripts/test\n```\n\n## License\n\nMIT\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python async API for pgstac, backed by Rust",
    "version": "0.1.0",
    "project_urls": {
        "Docs": "https://stac-utils.github.io/pgstacrs/",
        "Github": "https://github.com/stac-utils/pgstacrs",
        "Issues": "https://github.com/stac-utils/pgstacrs/issues"
    },
    "split_keywords": [
        "stac",
        " geospatial",
        " postgres",
        " pgstac"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6ea106b6122288dfc236abd7754d4f8c34beb410c4afb4b643dfaea7cf41b47a",
                "md5": "7f04412178b8424dd9823ee7bf141630",
                "sha256": "8dbc4d9ca11a99fe9a8f074784ec47e97a0dd593e119e831935cab2d6b9f82f8"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7f04412178b8424dd9823ee7bf141630",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1437818,
            "upload_time": "2024-11-27T19:36:11",
            "upload_time_iso_8601": "2024-11-27T19:36:11.629205Z",
            "url": "https://files.pythonhosted.org/packages/6e/a1/06b6122288dfc236abd7754d4f8c34beb410c4afb4b643dfaea7cf41b47a/pgstacrs-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2c58b07e37b78fab332195928ee2fa10e01cea74471a95458a53b56c7649da06",
                "md5": "0f8aae0cb73b6959bd7b3a8a51c5d2f3",
                "sha256": "86e1fcc0f58c2beb7da18615beb08504d8bd0ffaefd3d55a641af15d983b8204"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "0f8aae0cb73b6959bd7b3a8a51c5d2f3",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1428447,
            "upload_time": "2024-11-27T19:36:23",
            "upload_time_iso_8601": "2024-11-27T19:36:23.461385Z",
            "url": "https://files.pythonhosted.org/packages/2c/58/b07e37b78fab332195928ee2fa10e01cea74471a95458a53b56c7649da06/pgstacrs-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6758228616d0706e0db4b2214309b59324bd430ce6d5df6828230ec301c128ad",
                "md5": "91eca606af0184e00caefb3d3f8ff95d",
                "sha256": "7128abdaa8d017907c75fb4ca3c11333540531affeed73e1fbd18ba85822ad16"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "91eca606af0184e00caefb3d3f8ff95d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1542331,
            "upload_time": "2024-11-27T19:36:56",
            "upload_time_iso_8601": "2024-11-27T19:36:56.365882Z",
            "url": "https://files.pythonhosted.org/packages/67/58/228616d0706e0db4b2214309b59324bd430ce6d5df6828230ec301c128ad/pgstacrs-0.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c2e226459f2d2060872548f9ca7456b9214da254f06221cdbe38b04b8c31a0a4",
                "md5": "59a016767388a7e512d385d8ed44c530",
                "sha256": "8aa1062eeeebbcd053e3250ac46e1f0ea2b3117f51a8effba2916074dfa552b8"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "59a016767388a7e512d385d8ed44c530",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1544559,
            "upload_time": "2024-11-27T19:36:33",
            "upload_time_iso_8601": "2024-11-27T19:36:33.379513Z",
            "url": "https://files.pythonhosted.org/packages/c2/e2/26459f2d2060872548f9ca7456b9214da254f06221cdbe38b04b8c31a0a4/pgstacrs-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5fdbd0ad55c2e53eb101b49fb110dace219c9c950d4f6ffa29fff02207c4231b",
                "md5": "e7e1f0a3210344304ab73d424481ed59",
                "sha256": "658037ca11264711ed00ae0174bb5eb18eb87988a31c8b3ecab9b2985c1e6870"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "e7e1f0a3210344304ab73d424481ed59",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1628336,
            "upload_time": "2024-11-27T19:36:44",
            "upload_time_iso_8601": "2024-11-27T19:36:44.967664Z",
            "url": "https://files.pythonhosted.org/packages/5f/db/d0ad55c2e53eb101b49fb110dace219c9c950d4f6ffa29fff02207c4231b/pgstacrs-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "06fbbf4905a54ec900aa19b415fc9ffd9d6646f4c4fc6c4438f5cc939e7e1172",
                "md5": "5bd3e84922ca615c65a2733ed839a03a",
                "sha256": "f6ecf04df3f2221e450062825732b9e37e21b2edbb056ad9e9ff9b3b1f68b542"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5bd3e84922ca615c65a2733ed839a03a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1451546,
            "upload_time": "2024-11-27T19:37:04",
            "upload_time_iso_8601": "2024-11-27T19:37:04.277582Z",
            "url": "https://files.pythonhosted.org/packages/06/fb/bf4905a54ec900aa19b415fc9ffd9d6646f4c4fc6c4438f5cc939e7e1172/pgstacrs-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "53758bee29aa82219f9680f1dcc6f81a821659f9da137dd9f80322d6fabfc71f",
                "md5": "8c5f131c23c28698d67642642d9e1078",
                "sha256": "b4165d994cfd4d8c7e3df4a145078d8b776c45c82494bebb1495b4e185be2186"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8c5f131c23c28698d67642642d9e1078",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1603741,
            "upload_time": "2024-11-27T19:37:20",
            "upload_time_iso_8601": "2024-11-27T19:37:20.342501Z",
            "url": "https://files.pythonhosted.org/packages/53/75/8bee29aa82219f9680f1dcc6f81a821659f9da137dd9f80322d6fabfc71f/pgstacrs-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e92ea53ee0e5c31e71b57aed1a9eaeefec96ad1515e9d36aed8887b0e44debda",
                "md5": "725d8a3e74279683cd0f96fc240ad377",
                "sha256": "a362abe2a428dddd3b9f45555c6426e214ed8bbf2a0ca5d40f8830a2864b8bbf"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "725d8a3e74279683cd0f96fc240ad377",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1689909,
            "upload_time": "2024-11-27T19:37:33",
            "upload_time_iso_8601": "2024-11-27T19:37:33.107298Z",
            "url": "https://files.pythonhosted.org/packages/e9/2e/a53ee0e5c31e71b57aed1a9eaeefec96ad1515e9d36aed8887b0e44debda/pgstacrs-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7fce8cffa50981b6a6dbd51cba31d1678c223463e098bf2611910774833db3c3",
                "md5": "0e42c8539c631b13975c25d4dd2cf009",
                "sha256": "5392edda0f90500ce536f89ebc885fc3d2e93f921e75361b11dd47d7ba1d7cb0"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "0e42c8539c631b13975c25d4dd2cf009",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1672229,
            "upload_time": "2024-11-27T19:37:45",
            "upload_time_iso_8601": "2024-11-27T19:37:45.283113Z",
            "url": "https://files.pythonhosted.org/packages/7f/ce/8cffa50981b6a6dbd51cba31d1678c223463e098bf2611910774833db3c3/pgstacrs-0.1.0-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3e0c387944a2606093e3f15e366de0f79ab6a6fd11c07b68efdeca832c1928db",
                "md5": "a5cf3bea6f6e12d7cb7f395909a5f093",
                "sha256": "ef41d8a83dd532977eb1b8494df390f44c2dba9c03be7d5b3f12b21130c8f030"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a5cf3bea6f6e12d7cb7f395909a5f093",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1622332,
            "upload_time": "2024-11-27T19:37:59",
            "upload_time_iso_8601": "2024-11-27T19:37:59.335602Z",
            "url": "https://files.pythonhosted.org/packages/3e/0c/387944a2606093e3f15e366de0f79ab6a6fd11c07b68efdeca832c1928db/pgstacrs-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8e868bd5bbc61f4891590ea67e21f39848d69e0b0ce0be720dfcb721b2f2736b",
                "md5": "875d3e084384db2cdaf4de63dbe4816e",
                "sha256": "c5b00b679ec49fe247c7844d1054086c3fbbd37c3a4e990dd94c2f8b004fc199"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp310-none-win32.whl",
            "has_sig": false,
            "md5_digest": "875d3e084384db2cdaf4de63dbe4816e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1053032,
            "upload_time": "2024-11-27T19:38:18",
            "upload_time_iso_8601": "2024-11-27T19:38:18.854495Z",
            "url": "https://files.pythonhosted.org/packages/8e/86/8bd5bbc61f4891590ea67e21f39848d69e0b0ce0be720dfcb721b2f2736b/pgstacrs-0.1.0-cp310-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "46118d2b98188b954f48cf79fbb9ca36b49b1f54c36213a9d79f95b1f92ca233",
                "md5": "423b3c11bbeea059a0fb65718d82b3cf",
                "sha256": "2e2bda7f8ffd5047cbc97bda0c1f33f8a630a2f8c33ef960828d21ce16e5691a"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp310-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "423b3c11bbeea059a0fb65718d82b3cf",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1164056,
            "upload_time": "2024-11-27T19:38:12",
            "upload_time_iso_8601": "2024-11-27T19:38:12.826911Z",
            "url": "https://files.pythonhosted.org/packages/46/11/8d2b98188b954f48cf79fbb9ca36b49b1f54c36213a9d79f95b1f92ca233/pgstacrs-0.1.0-cp310-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "07cc96d4f358fae8e290b04e07323ff1ca3950b8588ba6724db6fb572cd27b66",
                "md5": "7760c6f22fccbe403a17a60c72669499",
                "sha256": "a1b2eddb430461b5db0fcb94fd9277566f4f94527e9366a3f2dd68f802f20be4"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7760c6f22fccbe403a17a60c72669499",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1307401,
            "upload_time": "2024-11-27T19:37:17",
            "upload_time_iso_8601": "2024-11-27T19:37:17.346200Z",
            "url": "https://files.pythonhosted.org/packages/07/cc/96d4f358fae8e290b04e07323ff1ca3950b8588ba6724db6fb572cd27b66/pgstacrs-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "143012283e9fa7b3db4168ff27d3b483eb260df05b9c5da8c0196c3280b09de4",
                "md5": "5082bee207753733a7c9a653c9edec1c",
                "sha256": "96c54f52035967510b87e6348e5fc1e151d7917df92a6221d3b7cece9f610640"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "5082bee207753733a7c9a653c9edec1c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1297599,
            "upload_time": "2024-11-27T19:37:13",
            "upload_time_iso_8601": "2024-11-27T19:37:13.498532Z",
            "url": "https://files.pythonhosted.org/packages/14/30/12283e9fa7b3db4168ff27d3b483eb260df05b9c5da8c0196c3280b09de4/pgstacrs-0.1.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a95e9489730867ac9168205dfdeb91637ae816fbafd5d61dd7a89cf64e21e8f8",
                "md5": "e27e69154c216e7eac67c20b05aa7047",
                "sha256": "b1810afca5524261b3062d784d3e516c48238eedaf87951b258106c0288cccf7"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e27e69154c216e7eac67c20b05aa7047",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1437817,
            "upload_time": "2024-11-27T19:36:13",
            "upload_time_iso_8601": "2024-11-27T19:36:13.449603Z",
            "url": "https://files.pythonhosted.org/packages/a9/5e/9489730867ac9168205dfdeb91637ae816fbafd5d61dd7a89cf64e21e8f8/pgstacrs-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8be8c6f9adc4cde7db7b8ac450fa05a850ff83fee6f6910a385b4f4d53fc1830",
                "md5": "fdfb7014d1768582621203def43e9e19",
                "sha256": "65fe84abb897b79a293bea8dfa96bb00953b7860e983b44302f61a9290108338"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "fdfb7014d1768582621203def43e9e19",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1428447,
            "upload_time": "2024-11-27T19:36:24",
            "upload_time_iso_8601": "2024-11-27T19:36:24.787606Z",
            "url": "https://files.pythonhosted.org/packages/8b/e8/c6f9adc4cde7db7b8ac450fa05a850ff83fee6f6910a385b4f4d53fc1830/pgstacrs-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2916d910bb13bcfb44d7d09f03c523df3ae22ed8e3ff5fbb0e99c7b5dbac3ff5",
                "md5": "75e752f0a28b078af171bad2d71e12d8",
                "sha256": "41fcb6c669c16b3143aa88f1987fc5afccc2df9b80f99410cfca795b991398a4"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "75e752f0a28b078af171bad2d71e12d8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1542327,
            "upload_time": "2024-11-27T19:36:57",
            "upload_time_iso_8601": "2024-11-27T19:36:57.711829Z",
            "url": "https://files.pythonhosted.org/packages/29/16/d910bb13bcfb44d7d09f03c523df3ae22ed8e3ff5fbb0e99c7b5dbac3ff5/pgstacrs-0.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0216ea9e7a8d57dc6cf1cb8dfeab948baf8a2a1ca5ba56aa8c3385737f4fd2fb",
                "md5": "249fb941d4292f8ea393db730a2e6988",
                "sha256": "8526840799a22f7eef492b6927b1c7a7efa6241452617d1450597ddfb4b9abb9"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "249fb941d4292f8ea393db730a2e6988",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1544562,
            "upload_time": "2024-11-27T19:36:34",
            "upload_time_iso_8601": "2024-11-27T19:36:34.619286Z",
            "url": "https://files.pythonhosted.org/packages/02/16/ea9e7a8d57dc6cf1cb8dfeab948baf8a2a1ca5ba56aa8c3385737f4fd2fb/pgstacrs-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fe4889b9f7e29396f9a789d659eb5c32d517aca013404c6f4e84abce493675f5",
                "md5": "5a56c3f116879ab9b5c7ee8c7f1bb0d0",
                "sha256": "a6f67c87a264878cd55a3e6615bc5daf115a19de70684809193b3ce4d162b782"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "5a56c3f116879ab9b5c7ee8c7f1bb0d0",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1628337,
            "upload_time": "2024-11-27T19:36:46",
            "upload_time_iso_8601": "2024-11-27T19:36:46.742142Z",
            "url": "https://files.pythonhosted.org/packages/fe/48/89b9f7e29396f9a789d659eb5c32d517aca013404c6f4e84abce493675f5/pgstacrs-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cea768146eb7a60f8adb9f1b1fe69a2316e53d98647b47cc092fa6b8344d11c2",
                "md5": "8459f8a70ab6934d4d04f85fcce451bb",
                "sha256": "d378ca5506810a5b491bb4d59a10b012bdfe00571e534a77f25cfccfb806d73a"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8459f8a70ab6934d4d04f85fcce451bb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1451863,
            "upload_time": "2024-11-27T19:37:06",
            "upload_time_iso_8601": "2024-11-27T19:37:06.065589Z",
            "url": "https://files.pythonhosted.org/packages/ce/a7/68146eb7a60f8adb9f1b1fe69a2316e53d98647b47cc092fa6b8344d11c2/pgstacrs-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "276bbe16ed8e1095db7da5be210fdb4fa60957fed4e5ff353ea812ccaf3e42c3",
                "md5": "0f6c21e478806b513075de685cd9e2da",
                "sha256": "721e385b51d69ff6ead078305b20718e81bd3bed89d4384a214f4e1d58e2a88f"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "0f6c21e478806b513075de685cd9e2da",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1603745,
            "upload_time": "2024-11-27T19:37:21",
            "upload_time_iso_8601": "2024-11-27T19:37:21.652739Z",
            "url": "https://files.pythonhosted.org/packages/27/6b/be16ed8e1095db7da5be210fdb4fa60957fed4e5ff353ea812ccaf3e42c3/pgstacrs-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "03e482cfc2ee513c6c96c78d8e007fedfa2c8a8795716469bc8322ec481ba6f7",
                "md5": "e898f96e0f3c5a1218247dec155c4863",
                "sha256": "92317b7fcce6166e3c040cfd827298c421e5ecbaf6bf39da9a78eb02984ef77d"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "e898f96e0f3c5a1218247dec155c4863",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1689912,
            "upload_time": "2024-11-27T19:37:35",
            "upload_time_iso_8601": "2024-11-27T19:37:35.211820Z",
            "url": "https://files.pythonhosted.org/packages/03/e4/82cfc2ee513c6c96c78d8e007fedfa2c8a8795716469bc8322ec481ba6f7/pgstacrs-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dbd90f84ee9b9fbdb13c0ca0fee237750b1c4bde22da2281b7a121be4e3617a1",
                "md5": "b289f10cec5f64da05ada11175f3f086",
                "sha256": "45c6717107a31f646ba6249d529fa19d5744fc03a2ea4e2bae0ccb464dac1f8b"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "b289f10cec5f64da05ada11175f3f086",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1672231,
            "upload_time": "2024-11-27T19:37:46",
            "upload_time_iso_8601": "2024-11-27T19:37:46.681387Z",
            "url": "https://files.pythonhosted.org/packages/db/d9/0f84ee9b9fbdb13c0ca0fee237750b1c4bde22da2281b7a121be4e3617a1/pgstacrs-0.1.0-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f39bd36cd2c07e67a5a00a855c26a2542d569e9d02db03a4fe5e23f252e8eb9b",
                "md5": "63c902ee464d289039865a216d57e449",
                "sha256": "270f6b4801b5d6e2bdddbd31687e111dae8b3d3661a0278a99638e590bf22a6c"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "63c902ee464d289039865a216d57e449",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1622334,
            "upload_time": "2024-11-27T19:38:00",
            "upload_time_iso_8601": "2024-11-27T19:38:00.705469Z",
            "url": "https://files.pythonhosted.org/packages/f3/9b/d36cd2c07e67a5a00a855c26a2542d569e9d02db03a4fe5e23f252e8eb9b/pgstacrs-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "05b0a1bfc5a7d880f4630eec6c2dbbea48617b629afb88ee6c616ab854388571",
                "md5": "13b28a58bda37d4680f5183ea3a69ff6",
                "sha256": "06a2a14c6aabc8212f68311af8e80420d0028cf2e62efa1ac1a3f9169b12242e"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp311-none-win32.whl",
            "has_sig": false,
            "md5_digest": "13b28a58bda37d4680f5183ea3a69ff6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1053498,
            "upload_time": "2024-11-27T19:38:20",
            "upload_time_iso_8601": "2024-11-27T19:38:20.278195Z",
            "url": "https://files.pythonhosted.org/packages/05/b0/a1bfc5a7d880f4630eec6c2dbbea48617b629afb88ee6c616ab854388571/pgstacrs-0.1.0-cp311-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0b5c9a0a65d4b36f92c50b3017124bd4adb8f56f99308d2058226e8219db49d6",
                "md5": "ac46b5b2e4df5f0a2a4cfecf5d1d1c23",
                "sha256": "51be68aba242e227c7ff3d5a17240ab81e47fc5dec29517def4b4f9b662c0520"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp311-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ac46b5b2e4df5f0a2a4cfecf5d1d1c23",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1163540,
            "upload_time": "2024-11-27T19:38:14",
            "upload_time_iso_8601": "2024-11-27T19:38:14.189064Z",
            "url": "https://files.pythonhosted.org/packages/0b/5c/9a0a65d4b36f92c50b3017124bd4adb8f56f99308d2058226e8219db49d6/pgstacrs-0.1.0-cp311-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cb315a7007ce66b700fcf5ad8893a094d32a62ade7931e44691e5568151b1648",
                "md5": "d3ee2f6f4f08e47c1ae1101369bed6a7",
                "sha256": "51c502154b37c50a7aac696c3e8a480ba7a939f25cb06b74f0d74d712acc35f6"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d3ee2f6f4f08e47c1ae1101369bed6a7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1304524,
            "upload_time": "2024-11-27T19:37:18",
            "upload_time_iso_8601": "2024-11-27T19:37:18.982041Z",
            "url": "https://files.pythonhosted.org/packages/cb/31/5a7007ce66b700fcf5ad8893a094d32a62ade7931e44691e5568151b1648/pgstacrs-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0f71798619c0c618705ace1899920e258b916325f4209c38b118f4dd40e6c081",
                "md5": "c9e9406bd838eb5bb586831e81a2029c",
                "sha256": "ecd8f9d8ed5da15cd4af9598df10b931f7f1c13cd7bfd47ec562adb8a960774a"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c9e9406bd838eb5bb586831e81a2029c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1291828,
            "upload_time": "2024-11-27T19:37:14",
            "upload_time_iso_8601": "2024-11-27T19:37:14.738661Z",
            "url": "https://files.pythonhosted.org/packages/0f/71/798619c0c618705ace1899920e258b916325f4209c38b118f4dd40e6c081/pgstacrs-0.1.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d9d2bf221549c289814293f7e43e9bbbe21bb1f10091539402e5eef4602f93da",
                "md5": "1c31dab39af37ae5a56712477ece7436",
                "sha256": "d595a17244efdd19a7c1349caf0b3484481485e7e5a7cf43312e07e5b67b3d1e"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1c31dab39af37ae5a56712477ece7436",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1437817,
            "upload_time": "2024-11-27T19:36:14",
            "upload_time_iso_8601": "2024-11-27T19:36:14.843750Z",
            "url": "https://files.pythonhosted.org/packages/d9/d2/bf221549c289814293f7e43e9bbbe21bb1f10091539402e5eef4602f93da/pgstacrs-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3519dd8b6558a4cd2515a347af111057aa0c4b0803e410d7a898d747c7bd5562",
                "md5": "fca47c4936ffd3e440dfdc0ccbdcb37c",
                "sha256": "b816be3c74dbf748ef93bc8e875407587152ce65b0d284c0f040395d255784c0"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "fca47c4936ffd3e440dfdc0ccbdcb37c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1428447,
            "upload_time": "2024-11-27T19:36:26",
            "upload_time_iso_8601": "2024-11-27T19:36:26.007542Z",
            "url": "https://files.pythonhosted.org/packages/35/19/dd8b6558a4cd2515a347af111057aa0c4b0803e410d7a898d747c7bd5562/pgstacrs-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ccbf16a06e79cf082eedbab6de431aa7b531086a50548426860de28319e050e8",
                "md5": "d3ee1484e1a376ee5dfd00d5b9f1eaff",
                "sha256": "2e519076daea9ee28a176778fb3946d86b50ba2d7157471709bb3ad2988a42c3"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "d3ee1484e1a376ee5dfd00d5b9f1eaff",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1542936,
            "upload_time": "2024-11-27T19:36:59",
            "upload_time_iso_8601": "2024-11-27T19:36:59.215654Z",
            "url": "https://files.pythonhosted.org/packages/cc/bf/16a06e79cf082eedbab6de431aa7b531086a50548426860de28319e050e8/pgstacrs-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2e082c05bfecc73b2a5bc4c1a6d29741976c6a6edc42212fd4c57b3f22c03461",
                "md5": "a5933d1582ff8e52523838ebc0df6011",
                "sha256": "328e281e2bb214b5fafd86590e731c43e9b8814b16f92786ec0fd96093a81766"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "a5933d1582ff8e52523838ebc0df6011",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1544560,
            "upload_time": "2024-11-27T19:36:35",
            "upload_time_iso_8601": "2024-11-27T19:36:35.808497Z",
            "url": "https://files.pythonhosted.org/packages/2e/08/2c05bfecc73b2a5bc4c1a6d29741976c6a6edc42212fd4c57b3f22c03461/pgstacrs-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fbcedddce2d9a159b169c800fca5652aebe7612bffaa9d116e763b7abc824c11",
                "md5": "ec2851fa09c3a1b19f9347c135fb8568",
                "sha256": "7c49ece10337eb7e97d7fedb4d239ae4107b912613577abbc30015bf729b16cc"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "ec2851fa09c3a1b19f9347c135fb8568",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1628338,
            "upload_time": "2024-11-27T19:36:48",
            "upload_time_iso_8601": "2024-11-27T19:36:48.021269Z",
            "url": "https://files.pythonhosted.org/packages/fb/ce/dddce2d9a159b169c800fca5652aebe7612bffaa9d116e763b7abc824c11/pgstacrs-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "be2b8293d7bf04d73d8f549291f663165c6e6135a5fb9bd3b1ebda0919fa99c4",
                "md5": "c5fa8da1a258473ee6d28b359388c9df",
                "sha256": "c62252779c13c8f132b5073c8c9892cddf0c9582a958ab718a2a3c95edf43c04"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c5fa8da1a258473ee6d28b359388c9df",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1452707,
            "upload_time": "2024-11-27T19:37:07",
            "upload_time_iso_8601": "2024-11-27T19:37:07.270493Z",
            "url": "https://files.pythonhosted.org/packages/be/2b/8293d7bf04d73d8f549291f663165c6e6135a5fb9bd3b1ebda0919fa99c4/pgstacrs-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9d64f6200ca06daa436a2e9931bf1fc44d0fc312396291882e1a566e5938207e",
                "md5": "3c4999fb3dc49fc51470ddd0ad76efa7",
                "sha256": "520a9ca8e428f672eee35bea57b06e6fb36ef37321362c3bc202d9cef29487d4"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3c4999fb3dc49fc51470ddd0ad76efa7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1603745,
            "upload_time": "2024-11-27T19:37:23",
            "upload_time_iso_8601": "2024-11-27T19:37:23.710080Z",
            "url": "https://files.pythonhosted.org/packages/9d/64/f6200ca06daa436a2e9931bf1fc44d0fc312396291882e1a566e5938207e/pgstacrs-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ff93a19b51a8c07c5f18da7dc96e05ea53d99f27200f078bedce05051de5b42f",
                "md5": "5ee31347d84aa5b7d317645f0706974d",
                "sha256": "81f4c936e98ef220892051dcf9e2a8aca6100c4652529dab343e4b693a494460"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "5ee31347d84aa5b7d317645f0706974d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1689912,
            "upload_time": "2024-11-27T19:37:36",
            "upload_time_iso_8601": "2024-11-27T19:37:36.492789Z",
            "url": "https://files.pythonhosted.org/packages/ff/93/a19b51a8c07c5f18da7dc96e05ea53d99f27200f078bedce05051de5b42f/pgstacrs-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8912c6d6653fea3a553ec6a1c6a64fb39686b357fd04682b0556dbcd06839558",
                "md5": "3ee21bafa466332d71f005e2a1870bed",
                "sha256": "db36af8fcdde40f4764b3b8e90904554c7fdca339374ac1aaaaa4cdf035d984c"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "3ee21bafa466332d71f005e2a1870bed",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1672231,
            "upload_time": "2024-11-27T19:37:47",
            "upload_time_iso_8601": "2024-11-27T19:37:47.951038Z",
            "url": "https://files.pythonhosted.org/packages/89/12/c6d6653fea3a553ec6a1c6a64fb39686b357fd04682b0556dbcd06839558/pgstacrs-0.1.0-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "91c9cb18af5c0e94bbedff69ec6f5e7399b3ef9b3d45462fd4edad1b3e95865f",
                "md5": "b0527db8a0c1e26af6d17e01173b3e53",
                "sha256": "e11678f97b463f0c818ce7058dd30540e5f1a52bd76e92a429a7eaef5d5f656d"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b0527db8a0c1e26af6d17e01173b3e53",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1622334,
            "upload_time": "2024-11-27T19:38:02",
            "upload_time_iso_8601": "2024-11-27T19:38:02.349566Z",
            "url": "https://files.pythonhosted.org/packages/91/c9/cb18af5c0e94bbedff69ec6f5e7399b3ef9b3d45462fd4edad1b3e95865f/pgstacrs-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "74f6aeca5c673381029ec8a310de90c4deb23bd0fe6218016bc22344635e8d4c",
                "md5": "214abc97da5d77d6d9d7d55d9c7e1832",
                "sha256": "30090b502f16ac7d7f04241b46567687228def1e7b0d41b15328ff3f50d21ac9"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp312-none-win32.whl",
            "has_sig": false,
            "md5_digest": "214abc97da5d77d6d9d7d55d9c7e1832",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1053887,
            "upload_time": "2024-11-27T19:38:21",
            "upload_time_iso_8601": "2024-11-27T19:38:21.823737Z",
            "url": "https://files.pythonhosted.org/packages/74/f6/aeca5c673381029ec8a310de90c4deb23bd0fe6218016bc22344635e8d4c/pgstacrs-0.1.0-cp312-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f3692ddf8833681b7cb8d7aaea153b42dce8d637559bc4e23d5956bb9bcea09a",
                "md5": "443bf8a964cd1ddf7bc5ae2e9e5534b8",
                "sha256": "4087a72d145c584d5103e9601ec7fa715779678da9153005121b81290eaf8586"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp312-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "443bf8a964cd1ddf7bc5ae2e9e5534b8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1169611,
            "upload_time": "2024-11-27T19:38:16",
            "upload_time_iso_8601": "2024-11-27T19:38:16.173947Z",
            "url": "https://files.pythonhosted.org/packages/f3/69/2ddf8833681b7cb8d7aaea153b42dce8d637559bc4e23d5956bb9bcea09a/pgstacrs-0.1.0-cp312-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4e96036c9c66deff92df3d8a2df6bbae9f620278a8e59630003081caa0882d84",
                "md5": "f362c0181e2346dc0792ff2df2d18752",
                "sha256": "0258108c9492e11ea5652e698553642bfcde441990613bee6a8c2c118d22c264"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "f362c0181e2346dc0792ff2df2d18752",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1291868,
            "upload_time": "2024-11-27T19:37:16",
            "upload_time_iso_8601": "2024-11-27T19:37:16.027582Z",
            "url": "https://files.pythonhosted.org/packages/4e/96/036c9c66deff92df3d8a2df6bbae9f620278a8e59630003081caa0882d84/pgstacrs-0.1.0-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "aeec41931838cd5d553749453700ac8435ac1f6b37c630fd5b18816071248fa3",
                "md5": "a317e78cbd5f95b358bed4d44394a7d6",
                "sha256": "a9f276f68eddd528e9f609c8cbfbbe05d2e2ae401bdcb34a30a6bf6099c58471"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a317e78cbd5f95b358bed4d44394a7d6",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1437817,
            "upload_time": "2024-11-27T19:36:16",
            "upload_time_iso_8601": "2024-11-27T19:36:16.062874Z",
            "url": "https://files.pythonhosted.org/packages/ae/ec/41931838cd5d553749453700ac8435ac1f6b37c630fd5b18816071248fa3/pgstacrs-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d8d93780c526083d6c35c824010326dc8e406a4892414025d236699a71847238",
                "md5": "e1fbec68f89825d42c13585ce015446b",
                "sha256": "370ce386270538e59d585e6a8ecd1763ce3fe6b19965c59ea20d3a44b3e880f8"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "e1fbec68f89825d42c13585ce015446b",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1428448,
            "upload_time": "2024-11-27T19:36:27",
            "upload_time_iso_8601": "2024-11-27T19:36:27.202100Z",
            "url": "https://files.pythonhosted.org/packages/d8/d9/3780c526083d6c35c824010326dc8e406a4892414025d236699a71847238/pgstacrs-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4edc7ee7c8819488d6aefa20ae47f2f1f545d5b9607718355ecf5d388fe0068c",
                "md5": "34d7608c0aab2f5eb54a94fbaaa5719b",
                "sha256": "0d98a7360033dbded669f70ff8ccd91e70d22f36818b4792ef8452fdaee79e09"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "34d7608c0aab2f5eb54a94fbaaa5719b",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1542377,
            "upload_time": "2024-11-27T19:37:00",
            "upload_time_iso_8601": "2024-11-27T19:37:00.434016Z",
            "url": "https://files.pythonhosted.org/packages/4e/dc/7ee7c8819488d6aefa20ae47f2f1f545d5b9607718355ecf5d388fe0068c/pgstacrs-0.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "950716a2a3de2038ae82d0cc415d2ef421846ded9e5be8e3468e7c586ea70422",
                "md5": "1093513660393026c1824ba4eace4487",
                "sha256": "40dfac1f6d25adda266fc7ee2253dddd54ecba97196e23b1eae28df616c5496e"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "1093513660393026c1824ba4eace4487",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1544562,
            "upload_time": "2024-11-27T19:36:37",
            "upload_time_iso_8601": "2024-11-27T19:36:37.793931Z",
            "url": "https://files.pythonhosted.org/packages/95/07/16a2a3de2038ae82d0cc415d2ef421846ded9e5be8e3468e7c586ea70422/pgstacrs-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "52ab2ad92ebe18b56b1080af7780f994328ff33d1edf78d6145e3f1bb122a96d",
                "md5": "fec91dbde87744d9390d3ad145e0e2a6",
                "sha256": "ea2db7cfc0cd897e15900feaf6b740a9272a20b6c1e642e1fe2337e2f29c97f4"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "fec91dbde87744d9390d3ad145e0e2a6",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1628337,
            "upload_time": "2024-11-27T19:36:49",
            "upload_time_iso_8601": "2024-11-27T19:36:49.241058Z",
            "url": "https://files.pythonhosted.org/packages/52/ab/2ad92ebe18b56b1080af7780f994328ff33d1edf78d6145e3f1bb122a96d/pgstacrs-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fa39d5c763afead38d28192a5e41473706cbfe9d3a1b071195d377dc8359e80d",
                "md5": "beef74522a1ab24338cde9d60b274bd8",
                "sha256": "8cc70ac1ee438ff50937e9e34f3b5c9eb495a61ebe4868d7831ac3d5d9ae4b5f"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "beef74522a1ab24338cde9d60b274bd8",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1452585,
            "upload_time": "2024-11-27T19:37:09",
            "upload_time_iso_8601": "2024-11-27T19:37:09.232158Z",
            "url": "https://files.pythonhosted.org/packages/fa/39/d5c763afead38d28192a5e41473706cbfe9d3a1b071195d377dc8359e80d/pgstacrs-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4a6446d1a35987a7aa7e8ff4023fccbb2a4254339de1251bbe132e5ddc2461c0",
                "md5": "f7aeca4817e7e4ba788fe8b55a4042e2",
                "sha256": "b5995e575675b7ea2380b279e77e8285fcb872f728d5978cdfe76d7fb7d07fe7"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f7aeca4817e7e4ba788fe8b55a4042e2",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1603745,
            "upload_time": "2024-11-27T19:37:25",
            "upload_time_iso_8601": "2024-11-27T19:37:25.018980Z",
            "url": "https://files.pythonhosted.org/packages/4a/64/46d1a35987a7aa7e8ff4023fccbb2a4254339de1251bbe132e5ddc2461c0/pgstacrs-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bc52406d5baaf27f0383a172864f8d73970100a306b85feaabc9c3afb0724dcd",
                "md5": "74fb695a956f14c64409c724727ac200",
                "sha256": "dbf3b03941bc9488ceb666e5f7872a15b93a52727a3395d3516947074c57499a"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "74fb695a956f14c64409c724727ac200",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1689913,
            "upload_time": "2024-11-27T19:37:37",
            "upload_time_iso_8601": "2024-11-27T19:37:37.789404Z",
            "url": "https://files.pythonhosted.org/packages/bc/52/406d5baaf27f0383a172864f8d73970100a306b85feaabc9c3afb0724dcd/pgstacrs-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2dcf4e0c830aba3239db234e0f4d4c240f1c9d31f9d4d64b2044a2ce94ce791b",
                "md5": "14b7aafc271aee5c2cf9734c04decb27",
                "sha256": "df27d56519d15592abe6fc9890a076cac62d4f9858172c53a4b6518679162536"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp313-cp313-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "14b7aafc271aee5c2cf9734c04decb27",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1672231,
            "upload_time": "2024-11-27T19:37:49",
            "upload_time_iso_8601": "2024-11-27T19:37:49.912428Z",
            "url": "https://files.pythonhosted.org/packages/2d/cf/4e0c830aba3239db234e0f4d4c240f1c9d31f9d4d64b2044a2ce94ce791b/pgstacrs-0.1.0-cp313-cp313-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "09e9c6b9d42161a9b19f6d106149436f9772a123b5ea4159f429d2089a83a768",
                "md5": "4d859ddf93b70d2c360b7e9395fbd6e1",
                "sha256": "3d7d75dfd735d464bd1de5cb3bfd16d604ee012450f4f9ab153d282a9ee93c0b"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4d859ddf93b70d2c360b7e9395fbd6e1",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1622334,
            "upload_time": "2024-11-27T19:38:04",
            "upload_time_iso_8601": "2024-11-27T19:38:04.291078Z",
            "url": "https://files.pythonhosted.org/packages/09/e9/c6b9d42161a9b19f6d106149436f9772a123b5ea4159f429d2089a83a768/pgstacrs-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a38dba879e39a4dfc44eca972d7644b7df45ffa03e582d8701c18068a982f38d",
                "md5": "5ee03ecf96803fec43544c2b18c0b9d8",
                "sha256": "05ab675778efb922f61588116cc0a69c7bd3159df7dd736d1ba8109591aa6620"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5ee03ecf96803fec43544c2b18c0b9d8",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1437823,
            "upload_time": "2024-11-27T19:36:17",
            "upload_time_iso_8601": "2024-11-27T19:36:17.222028Z",
            "url": "https://files.pythonhosted.org/packages/a3/8d/ba879e39a4dfc44eca972d7644b7df45ffa03e582d8701c18068a982f38d/pgstacrs-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7ca3737d10525173d768d73839d928535504efcdbadca82ffdde23d2d08ff57e",
                "md5": "5e4c9a4812129da192f4365045d5b757",
                "sha256": "1e302af54383fba5509ba1369a49e771e750cbfe70ad973eb3e9e782a8b057ab"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "5e4c9a4812129da192f4365045d5b757",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1428452,
            "upload_time": "2024-11-27T19:36:28",
            "upload_time_iso_8601": "2024-11-27T19:36:28.394301Z",
            "url": "https://files.pythonhosted.org/packages/7c/a3/737d10525173d768d73839d928535504efcdbadca82ffdde23d2d08ff57e/pgstacrs-0.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f7f1c31a38096e75ce409089e2903d21c0ee0791d514a4e8282bfc958debd7ad",
                "md5": "be40edd9eb8405d9f632172045ae7b95",
                "sha256": "b579fd01a2375b2c61cdb3898d230a26030ffea9a3d05e26bbd5d465687e6f64"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "be40edd9eb8405d9f632172045ae7b95",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1544566,
            "upload_time": "2024-11-27T19:36:39",
            "upload_time_iso_8601": "2024-11-27T19:36:39.989321Z",
            "url": "https://files.pythonhosted.org/packages/f7/f1/c31a38096e75ce409089e2903d21c0ee0791d514a4e8282bfc958debd7ad/pgstacrs-0.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c9b8a0d54c33c95f7943b80e1a45965c987c22817478790b839a3b3e4e5da1bf",
                "md5": "4c2c216868cf81c7b03ab3fc519c3b66",
                "sha256": "ecb6b76b7f1d0939fd4e2454cee50e0d08b8b6eaa15cfe72211eb6291b8f9a08"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "4c2c216868cf81c7b03ab3fc519c3b66",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1628342,
            "upload_time": "2024-11-27T19:36:50",
            "upload_time_iso_8601": "2024-11-27T19:36:50.505765Z",
            "url": "https://files.pythonhosted.org/packages/c9/b8/a0d54c33c95f7943b80e1a45965c987c22817478790b839a3b3e4e5da1bf/pgstacrs-0.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f38910683f5a58cb93db58afbc2198de04ff64b16022d731d69a7cee6c02b2e2",
                "md5": "9a62cafdf8a421ad0fc41ca0357a088d",
                "sha256": "2f1d3b5ba8bb795b157b2a6d17fba9a715f8e3b717c165f63564511d28d268f7"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9a62cafdf8a421ad0fc41ca0357a088d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1603747,
            "upload_time": "2024-11-27T19:37:27",
            "upload_time_iso_8601": "2024-11-27T19:37:27.126448Z",
            "url": "https://files.pythonhosted.org/packages/f3/89/10683f5a58cb93db58afbc2198de04ff64b16022d731d69a7cee6c02b2e2/pgstacrs-0.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "29472f65859fc43a3b9922a6e903858a8ff824a1c03110d9adbe8118d1ca0bd7",
                "md5": "67b549efaa1863e51ca8de9a80a52822",
                "sha256": "11f60809d045ed514b3775c01ad07d8a83ee91f7cef726aa78fb488199feb601"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "67b549efaa1863e51ca8de9a80a52822",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1689918,
            "upload_time": "2024-11-27T19:37:39",
            "upload_time_iso_8601": "2024-11-27T19:37:39.185717Z",
            "url": "https://files.pythonhosted.org/packages/29/47/2f65859fc43a3b9922a6e903858a8ff824a1c03110d9adbe8118d1ca0bd7/pgstacrs-0.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3fdfc973ddf98884f12b769202f659ab18923f0fdd307915bf6f4a6c546563ac",
                "md5": "9ce8def0c36e0aa62fcbfd6aa8104e64",
                "sha256": "6a791a4ae715f40e789db3bda1b83f632f65f035ed0ff6e071ead7213f68227f"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp313-cp313t-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "9ce8def0c36e0aa62fcbfd6aa8104e64",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1672235,
            "upload_time": "2024-11-27T19:37:51",
            "upload_time_iso_8601": "2024-11-27T19:37:51.208416Z",
            "url": "https://files.pythonhosted.org/packages/3f/df/c973ddf98884f12b769202f659ab18923f0fdd307915bf6f4a6c546563ac/pgstacrs-0.1.0-cp313-cp313t-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d609d269bd90abd12fe778b1e28397fcfe4bc62fa670a3775119fd6eab10867d",
                "md5": "7e17e779c813db3e34ee6764e846f7ae",
                "sha256": "3991dedb3987a091962b254c551c73dfc3392322c7ab9a1ffd029484f2b5851c"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7e17e779c813db3e34ee6764e846f7ae",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1622339,
            "upload_time": "2024-11-27T19:38:05",
            "upload_time_iso_8601": "2024-11-27T19:38:05.655090Z",
            "url": "https://files.pythonhosted.org/packages/d6/09/d269bd90abd12fe778b1e28397fcfe4bc62fa670a3775119fd6eab10867d/pgstacrs-0.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3745ee719ed759a684c712f95ebf80494d220eb8397e1ca754c69c3118aed919",
                "md5": "e3188ff5ec53b66cb7a1474297795b79",
                "sha256": "3c7dc459ad8147c6e4c18632cb88c247a2a3b5dc61978520fce6c064961cea0e"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e3188ff5ec53b66cb7a1474297795b79",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1437813,
            "upload_time": "2024-11-27T19:36:18",
            "upload_time_iso_8601": "2024-11-27T19:36:18.559525Z",
            "url": "https://files.pythonhosted.org/packages/37/45/ee719ed759a684c712f95ebf80494d220eb8397e1ca754c69c3118aed919/pgstacrs-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "064bb88ffe19dc341c898e33e55992ce852f2543131abf40ea7fc68a1ac7ff93",
                "md5": "df78a4a77fda3e81640a7893c6dc8e03",
                "sha256": "2c695441144648c67493b34d632df6e22210ead02e17d764c9e43133e6e6db41"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "df78a4a77fda3e81640a7893c6dc8e03",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1428445,
            "upload_time": "2024-11-27T19:36:29",
            "upload_time_iso_8601": "2024-11-27T19:36:29.598408Z",
            "url": "https://files.pythonhosted.org/packages/06/4b/b88ffe19dc341c898e33e55992ce852f2543131abf40ea7fc68a1ac7ff93/pgstacrs-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "64c889d2fe781b2a800ab73d104a93d1f788e30ec8cfac84ce4ab936f81e2632",
                "md5": "9f99f9f493f5c332abb89786e5e1adcf",
                "sha256": "9fd8c1e4c8e3e73165396ba15867c931320aae6653ea2955085a7419992d83d5"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "9f99f9f493f5c332abb89786e5e1adcf",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1542922,
            "upload_time": "2024-11-27T19:37:01",
            "upload_time_iso_8601": "2024-11-27T19:37:01.700984Z",
            "url": "https://files.pythonhosted.org/packages/64/c8/89d2fe781b2a800ab73d104a93d1f788e30ec8cfac84ce4ab936f81e2632/pgstacrs-0.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2d2c607368c640ddc4fc15ae3e6f6a4e3392b11cd30598f60fa178e9300ac19b",
                "md5": "9e50725a8bfdfbb6515a609a4f1f1dcb",
                "sha256": "682c07a995af0be357e960e3f1b68ccac0a5929a0f61045be1bbb38b2d1064eb"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "9e50725a8bfdfbb6515a609a4f1f1dcb",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1544558,
            "upload_time": "2024-11-27T19:36:41",
            "upload_time_iso_8601": "2024-11-27T19:36:41.203247Z",
            "url": "https://files.pythonhosted.org/packages/2d/2c/607368c640ddc4fc15ae3e6f6a4e3392b11cd30598f60fa178e9300ac19b/pgstacrs-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f227ef7571efe7c7b71576b86b4ba60d3c9a4126fe23a9cac55c7da90386c3d7",
                "md5": "443d53dc1b1fd4cac9b98bc942d69fca",
                "sha256": "db50cbda2b5de3b28c626470cd5240e22c86fa348717ba11414b5f5e0b8bb377"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "443d53dc1b1fd4cac9b98bc942d69fca",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1628334,
            "upload_time": "2024-11-27T19:36:51",
            "upload_time_iso_8601": "2024-11-27T19:36:51.769651Z",
            "url": "https://files.pythonhosted.org/packages/f2/27/ef7571efe7c7b71576b86b4ba60d3c9a4126fe23a9cac55c7da90386c3d7/pgstacrs-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7e42cc659f6c546e03e5007aa4f825d1ebe4789c06fd2afe5e77c5218dd47ad2",
                "md5": "350f2178cbd648c90703dcdbb71ea8d2",
                "sha256": "14efee175a6319bdf1c330e0868161ea12bfa77aaf521d19a0dc70da11d05cc5"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "350f2178cbd648c90703dcdbb71ea8d2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1451957,
            "upload_time": "2024-11-27T19:37:10",
            "upload_time_iso_8601": "2024-11-27T19:37:10.953353Z",
            "url": "https://files.pythonhosted.org/packages/7e/42/cc659f6c546e03e5007aa4f825d1ebe4789c06fd2afe5e77c5218dd47ad2/pgstacrs-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5b005779bfc7de64f5119196475d1f067c505d4d1d35d504778838e5c978e639",
                "md5": "c9679912cedac8504e528d1f716c43ad",
                "sha256": "bd0ac9bbc838737b875050422ece2acb417a3a3e3515d79ce8a9e4316db2c0ec"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c9679912cedac8504e528d1f716c43ad",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1603738,
            "upload_time": "2024-11-27T19:37:28",
            "upload_time_iso_8601": "2024-11-27T19:37:28.391358Z",
            "url": "https://files.pythonhosted.org/packages/5b/00/5779bfc7de64f5119196475d1f067c505d4d1d35d504778838e5c978e639/pgstacrs-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1bc832539bed5336ecd4a1e92dd1ac9f967425820281ef561cf3f089faa56865",
                "md5": "4d92595c0e1542d462d374e8033d8238",
                "sha256": "c3186b1cf4cee8d91435f1a4e83fbac7beeafd5ce49c8aeacf04f7563c2e879f"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp39-cp39-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "4d92595c0e1542d462d374e8033d8238",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1689907,
            "upload_time": "2024-11-27T19:37:40",
            "upload_time_iso_8601": "2024-11-27T19:37:40.551619Z",
            "url": "https://files.pythonhosted.org/packages/1b/c8/32539bed5336ecd4a1e92dd1ac9f967425820281ef561cf3f089faa56865/pgstacrs-0.1.0-cp39-cp39-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "de81612e3d6713206008711041858222ec65876bc0d1d5af87c47074b91ce2fb",
                "md5": "db7f67a870359be66429fc4a43edebac",
                "sha256": "42a8d1c131554d50e7d1c4ee7a561cecfcca48f9f9838d09b2d13cb42711ee3f"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "db7f67a870359be66429fc4a43edebac",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1672230,
            "upload_time": "2024-11-27T19:37:52",
            "upload_time_iso_8601": "2024-11-27T19:37:52.424775Z",
            "url": "https://files.pythonhosted.org/packages/de/81/612e3d6713206008711041858222ec65876bc0d1d5af87c47074b91ce2fb/pgstacrs-0.1.0-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "822c2df92308380adaa43bf46d84202183281dc9f9df26e7e7b56f4895dd11f2",
                "md5": "f3e26dada6460d304532612d0f29c29d",
                "sha256": "61cf183cb605629de1d3cad25bfd3ed4f24274e7e22b7c8f89b37a15bcc1aa61"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f3e26dada6460d304532612d0f29c29d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1622334,
            "upload_time": "2024-11-27T19:38:07",
            "upload_time_iso_8601": "2024-11-27T19:38:07.316274Z",
            "url": "https://files.pythonhosted.org/packages/82/2c/2df92308380adaa43bf46d84202183281dc9f9df26e7e7b56f4895dd11f2/pgstacrs-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7e9fd7824b827f0f8108ec5adb9387d95ef037031ad8f4fde8756fe45f4e93c6",
                "md5": "822d45996481b7d9768c890234b97910",
                "sha256": "254030c3237997b0de699243ba6fb53d4c372bb98d227c2e7799f283afb86e1b"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp39-none-win32.whl",
            "has_sig": false,
            "md5_digest": "822d45996481b7d9768c890234b97910",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1053257,
            "upload_time": "2024-11-27T19:38:23",
            "upload_time_iso_8601": "2024-11-27T19:38:23.986916Z",
            "url": "https://files.pythonhosted.org/packages/7e/9f/d7824b827f0f8108ec5adb9387d95ef037031ad8f4fde8756fe45f4e93c6/pgstacrs-0.1.0-cp39-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f56d135d844458082c0f742f81fc572885b83aca84e13e8241072cc203f26ab2",
                "md5": "b5373a8f1f5d7de28bd0a8c14e81f21e",
                "sha256": "c68ac52b0ace07a4747f34e94a2b8eb9022dbf8b7bb146d7b0abd92fc46048e5"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-cp39-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b5373a8f1f5d7de28bd0a8c14e81f21e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1164785,
            "upload_time": "2024-11-27T19:38:17",
            "upload_time_iso_8601": "2024-11-27T19:38:17.502408Z",
            "url": "https://files.pythonhosted.org/packages/f5/6d/135d844458082c0f742f81fc572885b83aca84e13e8241072cc203f26ab2/pgstacrs-0.1.0-cp39-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "de915a6a56bb3d33239b2381ac10c6384589519d6ed182dc4c494208cece9334",
                "md5": "3477a82fdf38e171f5052b5648ef9d20",
                "sha256": "4228e0681bab9c4e9f298ec2ea79f9c9fea560869cd9d11b8a2ea9c24b38c615"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3477a82fdf38e171f5052b5648ef9d20",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 1437953,
            "upload_time": "2024-11-27T19:36:20",
            "upload_time_iso_8601": "2024-11-27T19:36:20.426249Z",
            "url": "https://files.pythonhosted.org/packages/de/91/5a6a56bb3d33239b2381ac10c6384589519d6ed182dc4c494208cece9334/pgstacrs-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2f1d39e379a058eeb25078e0cd90a050521a2b273e8f4c96ad8ffb991b7f3308",
                "md5": "481a1a8ff0e512ba371d49feceb75fca",
                "sha256": "370b11a424060f86fe8c7d948048c812cf3bef234d91314915cd2bc01edd839f"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "481a1a8ff0e512ba371d49feceb75fca",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 1428134,
            "upload_time": "2024-11-27T19:36:30",
            "upload_time_iso_8601": "2024-11-27T19:36:30.816646Z",
            "url": "https://files.pythonhosted.org/packages/2f/1d/39e379a058eeb25078e0cd90a050521a2b273e8f4c96ad8ffb991b7f3308/pgstacrs-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f7b7189af4d8458410e08d6ba32607955e8588ecf08f9795bf8afa2d5b4522c8",
                "md5": "9dd8b2f75abfc2273541446dc11ec2c5",
                "sha256": "8b79bd366d31810c57f4c6d6105885af1adc3663697bfddd66139eb355422572"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "9dd8b2f75abfc2273541446dc11ec2c5",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 1540538,
            "upload_time": "2024-11-27T19:37:02",
            "upload_time_iso_8601": "2024-11-27T19:37:02.998657Z",
            "url": "https://files.pythonhosted.org/packages/f7/b7/189af4d8458410e08d6ba32607955e8588ecf08f9795bf8afa2d5b4522c8/pgstacrs-0.1.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a649b30c5af7fa8b58702a4093fbb8bfc1500fa27834d2a08d6844e1f21f8576",
                "md5": "c4126b74e86e3a62d961f4524d66bb6c",
                "sha256": "087912bd7226cd21c7bc8d90fc58ed4f1a04bb9379dee1275ba6584a1e55586f"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "c4126b74e86e3a62d961f4524d66bb6c",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 1543210,
            "upload_time": "2024-11-27T19:36:42",
            "upload_time_iso_8601": "2024-11-27T19:36:42.408271Z",
            "url": "https://files.pythonhosted.org/packages/a6/49/b30c5af7fa8b58702a4093fbb8bfc1500fa27834d2a08d6844e1f21f8576/pgstacrs-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bb877749c7bbef2243d56fa7049213b09fd51505703891506a89b5436d5fb9ff",
                "md5": "c00c7b3ea26b42eda83bc360482e8829",
                "sha256": "b4a7e042c63359f98b697436340d2c1d71f9f2187e662e1ace493e084317231f"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "c00c7b3ea26b42eda83bc360482e8829",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 1629172,
            "upload_time": "2024-11-27T19:36:53",
            "upload_time_iso_8601": "2024-11-27T19:36:53.082450Z",
            "url": "https://files.pythonhosted.org/packages/bb/87/7749c7bbef2243d56fa7049213b09fd51505703891506a89b5436d5fb9ff/pgstacrs-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1b75293519fc0c3656f1fad004ce30369536d4abb49c3251a6255cc1c898180a",
                "md5": "3885035782ad32c3b6f40d938e4519c5",
                "sha256": "e5ab6073b46a0424622643dfdefb6e1d3d32c6bfc3b42648588bf392523805d0"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3885035782ad32c3b6f40d938e4519c5",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 1450866,
            "upload_time": "2024-11-27T19:37:12",
            "upload_time_iso_8601": "2024-11-27T19:37:12.207429Z",
            "url": "https://files.pythonhosted.org/packages/1b/75/293519fc0c3656f1fad004ce30369536d4abb49c3251a6255cc1c898180a/pgstacrs-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "90dd5124f7e35d614279cb868aea3c93654f290c8cdb5ebe8bbc2b538a201a3b",
                "md5": "78a4be691f2efa5ebd6d3eacf7cc340a",
                "sha256": "65d9d5982d199c508a1ad074d2e576f486560375f73a750d4d8e09be482f0bbd"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "78a4be691f2efa5ebd6d3eacf7cc340a",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 1603736,
            "upload_time": "2024-11-27T19:37:29",
            "upload_time_iso_8601": "2024-11-27T19:37:29.837181Z",
            "url": "https://files.pythonhosted.org/packages/90/dd/5124f7e35d614279cb868aea3c93654f290c8cdb5ebe8bbc2b538a201a3b/pgstacrs-0.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1e008ddae76a48ca8844625cdcfe27e82dd24fea1a8cbaf68a2d40f2b3fddca9",
                "md5": "ae3d009ebcba149640a6c30cc09673c4",
                "sha256": "f14b3ef087828174145305498ef5d271aa6028983a67f3fd4e30996766bce5bc"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "ae3d009ebcba149640a6c30cc09673c4",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 1687567,
            "upload_time": "2024-11-27T19:37:42",
            "upload_time_iso_8601": "2024-11-27T19:37:42.021637Z",
            "url": "https://files.pythonhosted.org/packages/1e/00/8ddae76a48ca8844625cdcfe27e82dd24fea1a8cbaf68a2d40f2b3fddca9/pgstacrs-0.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ad6b110858c32b6de29118d913b216f07fdbf494347d11dd1431bd4870531dc1",
                "md5": "92fd639811d6aec6909e8402456d91f9",
                "sha256": "f5c1616baf14ffeb872af204c4846ae2aefe3d2e858792c58f82e7a0b3f692d6"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "92fd639811d6aec6909e8402456d91f9",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 1670078,
            "upload_time": "2024-11-27T19:37:54",
            "upload_time_iso_8601": "2024-11-27T19:37:54.890175Z",
            "url": "https://files.pythonhosted.org/packages/ad/6b/110858c32b6de29118d913b216f07fdbf494347d11dd1431bd4870531dc1/pgstacrs-0.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "05960c8eb6e5a02678111d3b2eecb2016b6fd6504e037503735610e8bd3c3e0d",
                "md5": "20237a084301131a79819b96cde0b049",
                "sha256": "8aa21ee3d184e5c98e509e5bde645680cfb93f16df83ba6681ba1be60716fe56"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "20237a084301131a79819b96cde0b049",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 1619464,
            "upload_time": "2024-11-27T19:38:08",
            "upload_time_iso_8601": "2024-11-27T19:38:08.684658Z",
            "url": "https://files.pythonhosted.org/packages/05/96/0c8eb6e5a02678111d3b2eecb2016b6fd6504e037503735610e8bd3c3e0d/pgstacrs-0.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a30cb90ca3508faa535098e72f99260407ef7f857afdaddc6922232a55907f20",
                "md5": "a76635398c036ad085fecb1bfed7e4b9",
                "sha256": "a56f8f2933bd216906b712dbd75d8c4d4ecee4e56ceeeb401e9a3237b5280c1b"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a76635398c036ad085fecb1bfed7e4b9",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 1437948,
            "upload_time": "2024-11-27T19:36:22",
            "upload_time_iso_8601": "2024-11-27T19:36:22.049829Z",
            "url": "https://files.pythonhosted.org/packages/a3/0c/b90ca3508faa535098e72f99260407ef7f857afdaddc6922232a55907f20/pgstacrs-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cdfcc7883935bac1703eeb38e0b6071fbef6be6e3b5f40172bf8be097a65b09f",
                "md5": "bd112b327da5165e384ed806088a0dab",
                "sha256": "d729e73331779586b26493399e59a01954d968c5e19d85f09185252e3412b144"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "bd112b327da5165e384ed806088a0dab",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 1428129,
            "upload_time": "2024-11-27T19:36:31",
            "upload_time_iso_8601": "2024-11-27T19:36:31.993724Z",
            "url": "https://files.pythonhosted.org/packages/cd/fc/c7883935bac1703eeb38e0b6071fbef6be6e3b5f40172bf8be097a65b09f/pgstacrs-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "34c65c25eca4f51c56cebe780a7c1619a4a16dcf678ea565e9d3d3da85f47015",
                "md5": "d00895f0ee87a3d6558afd53b3a212b3",
                "sha256": "64e645db18ecc5171c944068f0772ce5d027de8c1e6cd77494becae754773efe"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "d00895f0ee87a3d6558afd53b3a212b3",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 1543204,
            "upload_time": "2024-11-27T19:36:43",
            "upload_time_iso_8601": "2024-11-27T19:36:43.540348Z",
            "url": "https://files.pythonhosted.org/packages/34/c6/5c25eca4f51c56cebe780a7c1619a4a16dcf678ea565e9d3d3da85f47015/pgstacrs-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "177aab83c979a76d2d3e2b8f6a9ffe9e0daca3a011cd9db223d3f4dbe7caf0f2",
                "md5": "85445de730bd584f252b01359a4f4667",
                "sha256": "cb62d94cc7d3904f1e131efaa02310271ae1b4684083f85cfea19b95f237af90"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "85445de730bd584f252b01359a4f4667",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 1629168,
            "upload_time": "2024-11-27T19:36:54",
            "upload_time_iso_8601": "2024-11-27T19:36:54.344035Z",
            "url": "https://files.pythonhosted.org/packages/17/7a/ab83c979a76d2d3e2b8f6a9ffe9e0daca3a011cd9db223d3f4dbe7caf0f2/pgstacrs-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5e0ab502a2fb6bd86c5229547d4f27d9ccbaf87148a53b270b5174e66da62fe5",
                "md5": "cadf1a90374ba17a7835a2f52810beb5",
                "sha256": "c5f646b73009ff88d24ea27fd813b3fda33eff7a3b55dc0bc4ce503a27996a55"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "cadf1a90374ba17a7835a2f52810beb5",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 1603729,
            "upload_time": "2024-11-27T19:37:31",
            "upload_time_iso_8601": "2024-11-27T19:37:31.158017Z",
            "url": "https://files.pythonhosted.org/packages/5e/0a/b502a2fb6bd86c5229547d4f27d9ccbaf87148a53b270b5174e66da62fe5/pgstacrs-0.1.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f4b22f3257f63cba0104d5c655456d6a2aa3a51021c452813efb2a99c99c206d",
                "md5": "7cf2296a707db6c3bb9dac217f4657b6",
                "sha256": "2b1e5ca9ee6f4d02e8b856edfddf1e19bc140097c9ec62e3c2bb467eb0171904"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "7cf2296a707db6c3bb9dac217f4657b6",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 1687560,
            "upload_time": "2024-11-27T19:37:43",
            "upload_time_iso_8601": "2024-11-27T19:37:43.808526Z",
            "url": "https://files.pythonhosted.org/packages/f4/b2/2f3257f63cba0104d5c655456d6a2aa3a51021c452813efb2a99c99c206d/pgstacrs-0.1.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "32c92e7c9fa97dccdcbcc49af4655aaed0aff9516ac8ed49bf4a09a0a79bc8a1",
                "md5": "614bf623505e5d9ad60e53a8eb1fa9b7",
                "sha256": "140db91dd3d07adb31a8c20b8ffbf09b0082ffdfd8944bc208e1b04297c06dbc"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "614bf623505e5d9ad60e53a8eb1fa9b7",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 1670070,
            "upload_time": "2024-11-27T19:37:57",
            "upload_time_iso_8601": "2024-11-27T19:37:57.103861Z",
            "url": "https://files.pythonhosted.org/packages/32/c9/2e7c9fa97dccdcbcc49af4655aaed0aff9516ac8ed49bf4a09a0a79bc8a1/pgstacrs-0.1.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "093dba2f4748a1bb732ffe37db63264ca17282c7c8a70e1473f2340211afcc4c",
                "md5": "e4a15a6ec2281ca6c587f4006bc092a7",
                "sha256": "321ac12d5d4db2fb61997c54fb6a04cd473dc6b3adf42b00d71c2b58fc4f22a7"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e4a15a6ec2281ca6c587f4006bc092a7",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 1619457,
            "upload_time": "2024-11-27T19:38:10",
            "upload_time_iso_8601": "2024-11-27T19:38:10.123437Z",
            "url": "https://files.pythonhosted.org/packages/09/3d/ba2f4748a1bb732ffe37db63264ca17282c7c8a70e1473f2340211afcc4c/pgstacrs-0.1.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "04537166485e34531634bbdbf1b1e18c7c88691b3216980bafee246849b3c3a4",
                "md5": "047ba2b57e874036de0bf9243bb22442",
                "sha256": "096ec60ed0ab02a3eb8bf9b4397121973b0fe312abcbfb3e6f6faf7200231f8d"
            },
            "downloads": -1,
            "filename": "pgstacrs-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "047ba2b57e874036de0bf9243bb22442",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 447903,
            "upload_time": "2024-11-27T19:38:11",
            "upload_time_iso_8601": "2024-11-27T19:38:11.557832Z",
            "url": "https://files.pythonhosted.org/packages/04/53/7166485e34531634bbdbf1b1e18c7c88691b3216980bafee246849b3c3a4/pgstacrs-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-27 19:38:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "stac-utils",
    "github_project": "pgstacrs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pgstacrs"
}
        
Elapsed time: 0.37593s