pinpointPy


NamepinpointPy JSON
Version 1.4.1 PyPI version JSON
download
home_pagehttps://github.com/pinpoint-apm/pinpoint-c-agent
SummaryThe pinpoint Python library
upload_time2024-11-26 07:02:11
maintainerNone
docs_urlNone
authorpinpoint members
requires_python!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7
licenseApache License 2.0
keywords pinpoint
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [English](Readme.md) | [中文](Readme-CN.md) | [한국어](Readme-KR.md)

![pinpoint](images/logo.png)

[![CI](https://github.com/pinpoint-apm/pinpoint-c-agent/actions/workflows/main.yml/badge.svg)](https://github.com/pinpoint-apm/pinpoint-c-agent/actions/workflows/main.yml) [![Gitter](https://badges.gitter.im/naver/pinpoint-c-agent.svg)](https://gitter.im/naver/pinpoint-c-agent?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![codecov](https://codecov.io/gh/pinpoint-apm/pinpoint-c-agent/branch/master/graph/badge.svg?token=KswbmFvWp3)](https://codecov.io/gh/pinpoint-apm/pinpoint-c-agent) [![License](https://img.shields.io/github/license/pinpoint-apm/pinpoint-c-agent)](LICENSE) \
`pinpoint_php_ext:` [![pinpoint_php](https://img.shields.io/badge/php-7.1~8.3-8892BF)](https://pecl.php.net/package/pinpoint_php)\
`pinpoint-php-aop:` ![Packagist License](https://img.shields.io/packagist/l/pinpoint-apm/pinpoint-php-aop)
 [![Total Downloads](https://img.shields.io/packagist/dt/pinpoint-apm/pinpoint-php-aop.svg?style=flat-square)](https://packagist.org/packages/pinpoint-apm/pinpoint-php-aop)\
`pinpointpy:` ![PyPI - License](https://img.shields.io/pypi/l/pinpointpy)
 [![pypi](https://badge.fury.io/py/pinpointpy.svg)](https://pypi.org/project/pinpointpy/)
![PyPI - Downloads](https://img.shields.io/pypi/dm/pinpointpy)\
`github-assert`: ![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/pinpoint-apm/pinpoint-c-agent/total)



**Visit [our official website](http://pinpoint-apm.github.io/pinpoint/) for more information and [the Latest updates on Pinpoint](https://pinpoint-apm.github.io/pinpoint/news.html)**  

> [v0.7](https://github.com/pinpoint-apm/pinpoint-c-agent/tree/v0.7) async api version 

# Pinpoint `C` Agent

> What's `C`

1. Use `C/Cpp` common API
2. `C`ross-platform: windows/*nux/macOS 
3. [`C`ollector-agent](DOC/collector-agent/Readme.md): a bridge to pinpoint-collector

Pinpoint C Agent helps your monitor your PHP/PYTHON applications into [pinpoint-apm](https://github.com/pinpoint-apm/pinpoint).\
Our advantage:
1. Continuous maintenance and optimization. (Since Jul 31,2018)
2. Auto-injection, that means less aggression against your code.
    - python: leverage [PEP 318 Decorator](https://peps.python.org/pep-0318/) 
    - php: leverage `CG(*_table)` in php kernel and AST parser([nikic/PHP-Parser](https://github.com/nikic/PHP-Parser))
3. Cross-platform: windows/*nux/macOS. It helps address the problems even when you are developing.

## Python Agent

> py 3.9+

`pip install pinpointPy`

[Full guide for python](DOC/PY/Readme.md) 

## PHP Agent

> php 7.1+

1. Install extension

` pecl install pinpoint_php `

2. Import pinpoint aspect plugin

`composer require pinpoint-apm/pinpoint-php-aop`

[Full guide for PHP](DOC/PHP/Readme.md) 

## C/CPP built in API

[Full guide for C](DOC/C-CPP/Readme.md)


## Our agent playground

`cd testapps && docker compose build --build-arg PHP_VERSION=7.4 && docker compose up`

[Tested project](/testapps/readme.md)

### Blogs 

- [Intro pinpoint php aop](https://github.com/pinpoint-apm/pinpoint-php-aop/wiki/Intro-pinpoint-php-aop)
- [pinpoint php on phpmyadmin](https://github.com/pinpoint-apm/pinpoint-c-agent/wiki/phpmyadmin_en)


## Contact Us

* Submit an [issue](https://github.com/pinpoint-apm/pinpoint-c-agent/issues) 👍👍
* [Email Us](mailto:dl_cd_pinpoint@navercorp.com)   👍👍
* [Gitter char room](https://gitter.im/naver/pinpoint-c-agent)
* QQ us (QQ Group: 882020485)
    <details>
    <summary> show more 
    </summary>

    |          QQ Group1: 897594820          |          QQ Group2: 812507584           |          QQ Group3: 882020485           |               DING Group : 21981598                |
    | :------------------------------------: | :-------------------------------------: | :-------------------------------------: | :------------------------------------------------: |
    | ![QQ Group1](images/NAVERPinpoint.png) | ![QQ Group2](images/NAVERPinpoint2.png) | ![QQ Group3](images/NAVERPinpoint3.png) | ![DING Group](images/NaverPinpoint交流群-DING.jpg) |
</details>

## Contributing

Thanks all [![GitHub contributors](https://img.shields.io/github/contributors/pinpoint-apm/pinpoint-c-agent)](https://github.com/pinpoint-apm/pinpoint-c-agent/graphs/contributors)

We are looking forward to your contributions via pull requests.

## License
This project is licensed under the Apache License, Version 2.0.
See [LICENSE](LICENSE) for full license text.

```
Copyright 2024 NAVER Corp.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pinpoint-apm/pinpoint-c-agent",
    "name": "pinpointPy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
    "maintainer_email": null,
    "keywords": "pinpoint",
    "author": "pinpoint members",
    "author_email": "cd_pinpoint members <dl_cd_pinpoint@navercorp.com>",
    "download_url": "https://files.pythonhosted.org/packages/52/7a/13d9cc823c8028b26dffbe47340c5eb009d77ed3c4b306a53c754de220b4/pinpointpy-1.4.1.tar.gz",
    "platform": null,
    "description": "[English](Readme.md) | [\u4e2d\u6587](Readme-CN.md) | [\ud55c\uad6d\uc5b4](Readme-KR.md)\n\n![pinpoint](images/logo.png)\n\n[![CI](https://github.com/pinpoint-apm/pinpoint-c-agent/actions/workflows/main.yml/badge.svg)](https://github.com/pinpoint-apm/pinpoint-c-agent/actions/workflows/main.yml) [![Gitter](https://badges.gitter.im/naver/pinpoint-c-agent.svg)](https://gitter.im/naver/pinpoint-c-agent?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![codecov](https://codecov.io/gh/pinpoint-apm/pinpoint-c-agent/branch/master/graph/badge.svg?token=KswbmFvWp3)](https://codecov.io/gh/pinpoint-apm/pinpoint-c-agent) [![License](https://img.shields.io/github/license/pinpoint-apm/pinpoint-c-agent)](LICENSE) \\\n`pinpoint_php_ext:` [![pinpoint_php](https://img.shields.io/badge/php-7.1~8.3-8892BF)](https://pecl.php.net/package/pinpoint_php)\\\n`pinpoint-php-aop:` ![Packagist License](https://img.shields.io/packagist/l/pinpoint-apm/pinpoint-php-aop)\n [![Total Downloads](https://img.shields.io/packagist/dt/pinpoint-apm/pinpoint-php-aop.svg?style=flat-square)](https://packagist.org/packages/pinpoint-apm/pinpoint-php-aop)\\\n`pinpointpy:` ![PyPI - License](https://img.shields.io/pypi/l/pinpointpy)\n [![pypi](https://badge.fury.io/py/pinpointpy.svg)](https://pypi.org/project/pinpointpy/)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/pinpointpy)\\\n`github-assert`: ![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/pinpoint-apm/pinpoint-c-agent/total)\n\n\n\n**Visit [our official website](http://pinpoint-apm.github.io/pinpoint/) for more information and [the Latest updates on Pinpoint](https://pinpoint-apm.github.io/pinpoint/news.html)**  \n\n> [v0.7](https://github.com/pinpoint-apm/pinpoint-c-agent/tree/v0.7) async api version \n\n# Pinpoint `C` Agent\n\n> What's `C`\n\n1. Use `C/Cpp` common API\n2. `C`ross-platform: windows/*nux/macOS \n3. [`C`ollector-agent](DOC/collector-agent/Readme.md): a bridge to pinpoint-collector\n\nPinpoint C Agent helps your monitor your PHP/PYTHON applications into [pinpoint-apm](https://github.com/pinpoint-apm/pinpoint).\\\nOur advantage:\n1. Continuous maintenance and optimization. (Since Jul 31,2018)\n2. Auto-injection, that means less aggression against your code.\n    - python: leverage [PEP 318 Decorator](https://peps.python.org/pep-0318/) \n    - php: leverage `CG(*_table)` in php kernel and AST parser([nikic/PHP-Parser](https://github.com/nikic/PHP-Parser))\n3. Cross-platform: windows/*nux/macOS. It helps address the problems even when you are developing.\n\n## Python Agent\n\n> py 3.9+\n\n`pip install pinpointPy`\n\n[Full guide for python](DOC/PY/Readme.md) \n\n## PHP Agent\n\n> php 7.1+\n\n1. Install extension\n\n` pecl install pinpoint_php `\n\n2. Import pinpoint aspect plugin\n\n`composer require pinpoint-apm/pinpoint-php-aop`\n\n[Full guide for PHP](DOC/PHP/Readme.md) \n\n## C/CPP built in API\n\n[Full guide for C](DOC/C-CPP/Readme.md)\n\n\n## Our agent playground\n\n`cd testapps && docker compose build --build-arg PHP_VERSION=7.4 && docker compose up`\n\n[Tested project](/testapps/readme.md)\n\n### Blogs \n\n- [Intro pinpoint php aop](https://github.com/pinpoint-apm/pinpoint-php-aop/wiki/Intro-pinpoint-php-aop)\n- [pinpoint php on phpmyadmin](https://github.com/pinpoint-apm/pinpoint-c-agent/wiki/phpmyadmin_en)\n\n\n## Contact Us\n\n* Submit an [issue](https://github.com/pinpoint-apm/pinpoint-c-agent/issues) \ud83d\udc4d\ud83d\udc4d\n* [Email Us](mailto:dl_cd_pinpoint@navercorp.com)   \ud83d\udc4d\ud83d\udc4d\n* [Gitter char room](https://gitter.im/naver/pinpoint-c-agent)\n* QQ us (QQ Group: 882020485)\n    <details>\n    <summary> show more \n    </summary>\n\n    |          QQ Group1: 897594820          |          QQ Group2: 812507584           |          QQ Group3: 882020485           |               DING Group : 21981598                |\n    | :------------------------------------: | :-------------------------------------: | :-------------------------------------: | :------------------------------------------------: |\n    | ![QQ Group1](images/NAVERPinpoint.png) | ![QQ Group2](images/NAVERPinpoint2.png) | ![QQ Group3](images/NAVERPinpoint3.png) | ![DING Group](images/NaverPinpoint\u4ea4\u6d41\u7fa4-DING.jpg) |\n</details>\n\n## Contributing\n\nThanks all [![GitHub contributors](https://img.shields.io/github/contributors/pinpoint-apm/pinpoint-c-agent)](https://github.com/pinpoint-apm/pinpoint-c-agent/graphs/contributors)\n\nWe are looking forward to your contributions via pull requests.\n\n## License\nThis project is licensed under the Apache License, Version 2.0.\nSee [LICENSE](LICENSE) for full license text.\n\n```\nCopyright 2024 NAVER Corp.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "The pinpoint Python library",
    "version": "1.4.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/pinpoint-apm/pinpoint-c-agentissues",
        "Documentation": "https://github.com/pinpoint-apm/pinpoint-c-agent/tree/dev/DOC/PY",
        "Homepage": "https://github.com/pinpoint-apm/pinpoint-c-agent",
        "Source Code": "https://github.com/pinpoint-apm/pinpoint-c-agent"
    },
    "split_keywords": [
        "pinpoint"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c2551fe344f2d982b02c9333eacc8bdb630d290fc094b1062116202e4626e0f",
                "md5": "ef1ae036524c88dca50cf591443ddf54",
                "sha256": "16bfca3e8a80ba3928bfa998af08b319eafc55c67120ac88152fd8ece8c99f4e"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ef1ae036524c88dca50cf591443ddf54",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 246751,
            "upload_time": "2024-11-26T07:00:48",
            "upload_time_iso_8601": "2024-11-26T07:00:48.890318Z",
            "url": "https://files.pythonhosted.org/packages/5c/25/51fe344f2d982b02c9333eacc8bdb630d290fc094b1062116202e4626e0f/pinpointPy-1.4.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7b0a9e5f1351232928c3164e834d2650c834c220c37b615fc42be6b00d21a63d",
                "md5": "9a0825a7e06eda8d6fc22d5389e2bd8a",
                "sha256": "3da4999783f6fb9102fdd846f293407ba9944fd4b54d2a7132ff19d6b55c962c"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "9a0825a7e06eda8d6fc22d5389e2bd8a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 240534,
            "upload_time": "2024-11-26T07:00:50",
            "upload_time_iso_8601": "2024-11-26T07:00:50.236220Z",
            "url": "https://files.pythonhosted.org/packages/7b/0a/9e5f1351232928c3164e834d2650c834c220c37b615fc42be6b00d21a63d/pinpointPy-1.4.1-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d95c761a53f83bffe91bc7096769ba68da34fe48fff8f1349fe1658e7afd3c5",
                "md5": "92700f6627746cc7308db9d38ca0dc35",
                "sha256": "6f9bdcdd0078a0c986374c23ef0b95272c605944e101ed56a46c9eee79246940"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "92700f6627746cc7308db9d38ca0dc35",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 1815192,
            "upload_time": "2024-11-26T07:00:52",
            "upload_time_iso_8601": "2024-11-26T07:00:52.213501Z",
            "url": "https://files.pythonhosted.org/packages/5d/95/c761a53f83bffe91bc7096769ba68da34fe48fff8f1349fe1658e7afd3c5/pinpointPy-1.4.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cdab8b3f3320ba7201bad910c138327ea1ddc1be43770a1bd3f04e251ad5bf94",
                "md5": "d14d15026b75db93cca878c84ceeaa93",
                "sha256": "e1f809746b6943cd3a9bfcbba4340840cbd03ea12e635eebcc154a94402a4b55"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "d14d15026b75db93cca878c84ceeaa93",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 1758186,
            "upload_time": "2024-11-26T07:00:54",
            "upload_time_iso_8601": "2024-11-26T07:00:54.048486Z",
            "url": "https://files.pythonhosted.org/packages/cd/ab/8b3f3320ba7201bad910c138327ea1ddc1be43770a1bd3f04e251ad5bf94/pinpointPy-1.4.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1e51f83413864102880b90af6e695596a604498bb5a799fc6c61068905c018f8",
                "md5": "ccea657d3636e217c7a59176d13c3072",
                "sha256": "df7ab6f9606f6a5e514a303d5293083c60908dca8ed10b826a8d4e5e68f43b63"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ccea657d3636e217c7a59176d13c3072",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 1821120,
            "upload_time": "2024-11-26T07:00:55",
            "upload_time_iso_8601": "2024-11-26T07:00:55.915217Z",
            "url": "https://files.pythonhosted.org/packages/1e/51/f83413864102880b90af6e695596a604498bb5a799fc6c61068905c018f8/pinpointPy-1.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1cd895fceb8f1b34e231cbe3fe57c151ddbc6c9ee42fe8d4db4265cd8940a832",
                "md5": "4a8e53dd9d744130318daeb3a3c5c284",
                "sha256": "11be5cc338ec3cea24fcf95f142203fce1e935cbe4b2b5b2753479340660d931"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4a8e53dd9d744130318daeb3a3c5c284",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 2571463,
            "upload_time": "2024-11-26T07:00:57",
            "upload_time_iso_8601": "2024-11-26T07:00:57.154045Z",
            "url": "https://files.pythonhosted.org/packages/1c/d8/95fceb8f1b34e231cbe3fe57c151ddbc6c9ee42fe8d4db4265cd8940a832/pinpointPy-1.4.1-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "86b73b56558d557c97aae96867c83511b2f974d521c284bca4f06712eb28afb6",
                "md5": "28ad12d39e11e1718f82451ccaf09892",
                "sha256": "af974e54771a820123664e80063911951086d592361e5b57755f82232271fb80"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "28ad12d39e11e1718f82451ccaf09892",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 2729517,
            "upload_time": "2024-11-26T07:00:59",
            "upload_time_iso_8601": "2024-11-26T07:00:59.084355Z",
            "url": "https://files.pythonhosted.org/packages/86/b7/3b56558d557c97aae96867c83511b2f974d521c284bca4f06712eb28afb6/pinpointPy-1.4.1-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6d19235a0a6f0ac7ea8e980c0050b2b068a5d095ad602c052433d6475cbc8253",
                "md5": "0da23385c615df80bf108eb18fd14e8a",
                "sha256": "d0db03b62bf7164999d2ea8056254288d8f78f07055dfbcf3607493166d98b25"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0da23385c615df80bf108eb18fd14e8a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 2676699,
            "upload_time": "2024-11-26T07:01:00",
            "upload_time_iso_8601": "2024-11-26T07:01:00.670392Z",
            "url": "https://files.pythonhosted.org/packages/6d/19/235a0a6f0ac7ea8e980c0050b2b068a5d095ad602c052433d6475cbc8253/pinpointPy-1.4.1-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6afef86b3d41b52ac3aa52f2f679764f6d2b98a9e41cbcff8a3e362e028ffd2c",
                "md5": "d90268737c12f4b6d2084ed788ad133c",
                "sha256": "8d9130acc46159a3bc7eb07a37c6f700d225d34776d80432c9046d75b30cf9b5"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "d90268737c12f4b6d2084ed788ad133c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 176622,
            "upload_time": "2024-11-26T07:01:03",
            "upload_time_iso_8601": "2024-11-26T07:01:03.335000Z",
            "url": "https://files.pythonhosted.org/packages/6a/fe/f86b3d41b52ac3aa52f2f679764f6d2b98a9e41cbcff8a3e362e028ffd2c/pinpointPy-1.4.1-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2b0cf39bb8e78d9cf8d7b94f74793b5e40c6bbf0094363fd360ab8b5d6ddf757",
                "md5": "13903cd5c306c7ccafd234e8a9036476",
                "sha256": "d122405029f1337edf0fb1cbc3106b10e74048ea5ccc2b2ddf309a804102e79b"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "13903cd5c306c7ccafd234e8a9036476",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 184227,
            "upload_time": "2024-11-26T07:01:04",
            "upload_time_iso_8601": "2024-11-26T07:01:04.882493Z",
            "url": "https://files.pythonhosted.org/packages/2b/0c/f39bb8e78d9cf8d7b94f74793b5e40c6bbf0094363fd360ab8b5d6ddf757/pinpointPy-1.4.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e7297f68e8002ee57fa411056e96f2b9d7048a293f4ee6813ec109f5e87f374",
                "md5": "ae8cf986833cf3ab44d8de46898e2c61",
                "sha256": "0c2aecee00a90cb29dae9228f475cbd937b6387b7b23596be52e73bda27f1549"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp310-cp310-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "ae8cf986833cf3ab44d8de46898e2c61",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 177810,
            "upload_time": "2024-11-26T07:01:06",
            "upload_time_iso_8601": "2024-11-26T07:01:06.030089Z",
            "url": "https://files.pythonhosted.org/packages/3e/72/97f68e8002ee57fa411056e96f2b9d7048a293f4ee6813ec109f5e87f374/pinpointPy-1.4.1-cp310-cp310-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e768d39f7e5ed53940ea6d158c74c9e61b6a3dfa4eab44bcf930e056d91558c",
                "md5": "7887a62c43d6d58acd11adc462c4fed3",
                "sha256": "066437290f35507041a9bbc710b1936478f6b1642a8d09635e48634d33ff2839"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7887a62c43d6d58acd11adc462c4fed3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 246748,
            "upload_time": "2024-11-26T07:01:07",
            "upload_time_iso_8601": "2024-11-26T07:01:07.653722Z",
            "url": "https://files.pythonhosted.org/packages/6e/76/8d39f7e5ed53940ea6d158c74c9e61b6a3dfa4eab44bcf930e056d91558c/pinpointPy-1.4.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f62cc8992ff70768816f51ac0ba29fcc3e59f2e07d17c50d6c36b792c68d951e",
                "md5": "619af70d67baa215c7c99bda07702d59",
                "sha256": "c6831d837ae8430f60767e532886fa71dcee55a31fceaa8490903b0c05d08413"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "619af70d67baa215c7c99bda07702d59",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 240534,
            "upload_time": "2024-11-26T07:01:08",
            "upload_time_iso_8601": "2024-11-26T07:01:08.751441Z",
            "url": "https://files.pythonhosted.org/packages/f6/2c/c8992ff70768816f51ac0ba29fcc3e59f2e07d17c50d6c36b792c68d951e/pinpointPy-1.4.1-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "86accf95c39437b15b890a50a456af01157336e6e499a4f24f69b6eed8598b57",
                "md5": "a2365894a442bd991ac301296b7d33c3",
                "sha256": "cfdb3b3f1380f00f6ee921789e11b3af16d40e060b79e52010f99f2f90cabea0"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a2365894a442bd991ac301296b7d33c3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 1815237,
            "upload_time": "2024-11-26T07:01:10",
            "upload_time_iso_8601": "2024-11-26T07:01:10.635320Z",
            "url": "https://files.pythonhosted.org/packages/86/ac/cf95c39437b15b890a50a456af01157336e6e499a4f24f69b6eed8598b57/pinpointPy-1.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f41e3a6073aa93ec28dc4cc232c7f41d02e09b9a607195e752aac20b70f2eafe",
                "md5": "40da2b95e4bb4b1d30d462d814abf8fe",
                "sha256": "3aa20e1d07a06baa5ef72a85fb6598327da1367979422336883ca1cac21018cf"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "40da2b95e4bb4b1d30d462d814abf8fe",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 1758216,
            "upload_time": "2024-11-26T07:01:12",
            "upload_time_iso_8601": "2024-11-26T07:01:12.088171Z",
            "url": "https://files.pythonhosted.org/packages/f4/1e/3a6073aa93ec28dc4cc232c7f41d02e09b9a607195e752aac20b70f2eafe/pinpointPy-1.4.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "732af0c77232000ba17d6a985531ce128b283049e5f7152c11a77158e72387fd",
                "md5": "403427b6d11c881a6faa284eb19f92e7",
                "sha256": "83e331c99c1283fc3c405b7ab989da019273149f344c06ebf957d1554bb86229"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "403427b6d11c881a6faa284eb19f92e7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 1821190,
            "upload_time": "2024-11-26T07:01:13",
            "upload_time_iso_8601": "2024-11-26T07:01:13.559356Z",
            "url": "https://files.pythonhosted.org/packages/73/2a/f0c77232000ba17d6a985531ce128b283049e5f7152c11a77158e72387fd/pinpointPy-1.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da28490f6319c15ddb0ce0b2a59cf30a4a7b52e7bd6520d04e05c7a8a8bf05b1",
                "md5": "c8c832be7072b324ba03a968cbf3f62d",
                "sha256": "be0216c67a53777fe119c26cec954f951e5341537b78da9b7d8f15096da5e9b9"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c8c832be7072b324ba03a968cbf3f62d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 2571529,
            "upload_time": "2024-11-26T07:01:14",
            "upload_time_iso_8601": "2024-11-26T07:01:14.994937Z",
            "url": "https://files.pythonhosted.org/packages/da/28/490f6319c15ddb0ce0b2a59cf30a4a7b52e7bd6520d04e05c7a8a8bf05b1/pinpointPy-1.4.1-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f85b34b70e62319ad826d615e9d996eaa7bf8718d22fc791a247b7e4623a0c4",
                "md5": "38e6abb6165366a3a20f6f6de84397c3",
                "sha256": "e8a797dff2455b93f8f39c3796d236074d49252017e230278258e9d350ba4ce0"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "38e6abb6165366a3a20f6f6de84397c3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 2729573,
            "upload_time": "2024-11-26T07:01:16",
            "upload_time_iso_8601": "2024-11-26T07:01:16.984316Z",
            "url": "https://files.pythonhosted.org/packages/6f/85/b34b70e62319ad826d615e9d996eaa7bf8718d22fc791a247b7e4623a0c4/pinpointPy-1.4.1-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e5e6abcd43d5549c252788bf7d27cab2b91a62b4054aba4a55a0701df13e1f32",
                "md5": "475047741f53264a48613299289c194a",
                "sha256": "e3d79e44fd8f12b4ed47a9219865a06821fac7a88c023e2b5845b98fe092805e"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "475047741f53264a48613299289c194a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 2676733,
            "upload_time": "2024-11-26T07:01:18",
            "upload_time_iso_8601": "2024-11-26T07:01:18.399838Z",
            "url": "https://files.pythonhosted.org/packages/e5/e6/abcd43d5549c252788bf7d27cab2b91a62b4054aba4a55a0701df13e1f32/pinpointPy-1.4.1-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ad116f2a95c633e3ea8a8312c641bdd1894fd2fcef08c267b69dd8757144a93d",
                "md5": "b5cbf8854b53ac8b87674e72ca1e1d9c",
                "sha256": "cf60c2498c01fc1f62fdad64d7c2ea7c7a26c1d0715c6bf2b83443c5c4aaab94"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "b5cbf8854b53ac8b87674e72ca1e1d9c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 176624,
            "upload_time": "2024-11-26T07:01:19",
            "upload_time_iso_8601": "2024-11-26T07:01:19.683666Z",
            "url": "https://files.pythonhosted.org/packages/ad/11/6f2a95c633e3ea8a8312c641bdd1894fd2fcef08c267b69dd8757144a93d/pinpointPy-1.4.1-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "902e12d9ef12b4cd3782364be918491e1a7b51adee3aecc9e96fafc719200c1d",
                "md5": "0c46c66940b0b99b4f617ce02fa3f179",
                "sha256": "4b7a4dccaf47379faf5d6a21cfc3db44820e6b71b7e3e3a9996bf54a23738c7d"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0c46c66940b0b99b4f617ce02fa3f179",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 184228,
            "upload_time": "2024-11-26T07:01:20",
            "upload_time_iso_8601": "2024-11-26T07:01:20.711152Z",
            "url": "https://files.pythonhosted.org/packages/90/2e/12d9ef12b4cd3782364be918491e1a7b51adee3aecc9e96fafc719200c1d/pinpointPy-1.4.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "037391c4535f155a5efa238ac7e563127adb82284dbd55936a0e05ff7153bd53",
                "md5": "e977963596c18373356ec05446ba78bc",
                "sha256": "41f6c37fabaab63ca27c2e3853de5bbb0de48397d63b0fd6ff0282a2a454d1e4"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp311-cp311-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "e977963596c18373356ec05446ba78bc",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 177810,
            "upload_time": "2024-11-26T07:01:22",
            "upload_time_iso_8601": "2024-11-26T07:01:22.297290Z",
            "url": "https://files.pythonhosted.org/packages/03/73/91c4535f155a5efa238ac7e563127adb82284dbd55936a0e05ff7153bd53/pinpointPy-1.4.1-cp311-cp311-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6f2df70d32cfe3e9d43919aa4673647765d9b00949fb8e53e7607c659cab95b",
                "md5": "2dfae26a4aa4f7540d993acc56e00d05",
                "sha256": "248900a1d9405812382ae7e139babe1cf9c69fe44184bb0431100675dd1d99ab"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp312-cp312-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2dfae26a4aa4f7540d993acc56e00d05",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 246826,
            "upload_time": "2024-11-26T07:01:23",
            "upload_time_iso_8601": "2024-11-26T07:01:23.464591Z",
            "url": "https://files.pythonhosted.org/packages/f6/f2/df70d32cfe3e9d43919aa4673647765d9b00949fb8e53e7607c659cab95b/pinpointPy-1.4.1-cp312-cp312-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "737a8b48ddfafc2d054605cefaa935cb51ef50bb642d847b1ba7aa1dec4c6ca3",
                "md5": "dce70015a1d75f7d7a88ec7e1edee625",
                "sha256": "c021cac68951d353019be797724ee997b1aca3a4c2c00afb42e029770f0dc8c3"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "dce70015a1d75f7d7a88ec7e1edee625",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 240534,
            "upload_time": "2024-11-26T07:01:24",
            "upload_time_iso_8601": "2024-11-26T07:01:24.708028Z",
            "url": "https://files.pythonhosted.org/packages/73/7a/8b48ddfafc2d054605cefaa935cb51ef50bb642d847b1ba7aa1dec4c6ca3/pinpointPy-1.4.1-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ee3b6348e84fa09b3f719b4ccbb17083b0a12dcb41ab086bf10e1cccb0b3c3b",
                "md5": "79186b91564d2e55bfcbd33df70ff53b",
                "sha256": "db811eb234380346de3120538047de00a5db98e49ce417f2a9247d4bcd901b5f"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "79186b91564d2e55bfcbd33df70ff53b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 1816189,
            "upload_time": "2024-11-26T07:01:25",
            "upload_time_iso_8601": "2024-11-26T07:01:25.877342Z",
            "url": "https://files.pythonhosted.org/packages/4e/e3/b6348e84fa09b3f719b4ccbb17083b0a12dcb41ab086bf10e1cccb0b3c3b/pinpointPy-1.4.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aeaf71175e32707c30feca92d4c4459c97af4962b2387ee525a20eaf9f4a8de5",
                "md5": "ff6c7d5f93369b82ca19a846908b8b07",
                "sha256": "43c138837e5e8f7e159a69e953515b419409b43e29f5157b9b1b46f0cbf1961c"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "ff6c7d5f93369b82ca19a846908b8b07",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 1758812,
            "upload_time": "2024-11-26T07:01:27",
            "upload_time_iso_8601": "2024-11-26T07:01:27.315157Z",
            "url": "https://files.pythonhosted.org/packages/ae/af/71175e32707c30feca92d4c4459c97af4962b2387ee525a20eaf9f4a8de5/pinpointPy-1.4.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5039b1f13bca06ce7947a115e261aa4e3ee19b5dcd78db1d78888042d85be029",
                "md5": "e354d5d2f5eeea8814a4a14b2631bc07",
                "sha256": "3e4eb433d5024cc9a382b1b8d603dbda8dcae4fb1995d80271cdf3678818e9d9"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e354d5d2f5eeea8814a4a14b2631bc07",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 1822618,
            "upload_time": "2024-11-26T07:01:28",
            "upload_time_iso_8601": "2024-11-26T07:01:28.747846Z",
            "url": "https://files.pythonhosted.org/packages/50/39/b1f13bca06ce7947a115e261aa4e3ee19b5dcd78db1d78888042d85be029/pinpointPy-1.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a111b70bb4553feadf85b668ce487cd300d7a025fcfbf277f42463b9ec82436b",
                "md5": "e1e49389f96d6c8efaf3e30cf7fe52e5",
                "sha256": "a23d2a410fd16456239c0c9ad83b17e7a46e2f9d9ca9c132789c8628ee3c25ce"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e1e49389f96d6c8efaf3e30cf7fe52e5",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 2571810,
            "upload_time": "2024-11-26T07:01:30",
            "upload_time_iso_8601": "2024-11-26T07:01:30.039236Z",
            "url": "https://files.pythonhosted.org/packages/a1/11/b70bb4553feadf85b668ce487cd300d7a025fcfbf277f42463b9ec82436b/pinpointPy-1.4.1-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c2bcde4b48dc0b88827e42918b9d2c771725a63ef3b5ea55853904b8b1322883",
                "md5": "d397dcdabe06809e0715f78770170dda",
                "sha256": "900fb88cc183f992ee4a697307f9dc83ae7a6b7ab9435ee987ee1c0e921b3f49"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "d397dcdabe06809e0715f78770170dda",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 2730519,
            "upload_time": "2024-11-26T07:01:31",
            "upload_time_iso_8601": "2024-11-26T07:01:31.615214Z",
            "url": "https://files.pythonhosted.org/packages/c2/bc/de4b48dc0b88827e42918b9d2c771725a63ef3b5ea55853904b8b1322883/pinpointPy-1.4.1-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c332586ec9bfd741e421e76e87919c873b77954010214201cec02fba8278d51",
                "md5": "05d73b30059596d23b9f079d120ccdf9",
                "sha256": "f666266760fe91d28a33dfaa1e8fccedaab9f4c9df100c9e6de8792e41b6e31b"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "05d73b30059596d23b9f079d120ccdf9",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 2677409,
            "upload_time": "2024-11-26T07:01:33",
            "upload_time_iso_8601": "2024-11-26T07:01:33.179752Z",
            "url": "https://files.pythonhosted.org/packages/2c/33/2586ec9bfd741e421e76e87919c873b77954010214201cec02fba8278d51/pinpointPy-1.4.1-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "571923ee95b673825a46000cc8b95807c5b5ee24b11a3e4d2e10efe9c6d72e19",
                "md5": "1f9d05b99bdde69b3d4d8cdbd733438c",
                "sha256": "dbacb4436cb3160f38ca9c052cd255fd315b5b741ef9a24bf08979b6ac0c7f18"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "1f9d05b99bdde69b3d4d8cdbd733438c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 176623,
            "upload_time": "2024-11-26T07:01:34",
            "upload_time_iso_8601": "2024-11-26T07:01:34.347691Z",
            "url": "https://files.pythonhosted.org/packages/57/19/23ee95b673825a46000cc8b95807c5b5ee24b11a3e4d2e10efe9c6d72e19/pinpointPy-1.4.1-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a6f8a0b1c4a374d80ad1357f84940ee45d815625afeaa1b1b9e172b033752e7",
                "md5": "d50e9aa2c0be3b3f1be89d95d8223780",
                "sha256": "d04894094b38ab2b1693d8571765a80da782b2b94b9bccdf5b62153d77fdbafe"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d50e9aa2c0be3b3f1be89d95d8223780",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 184244,
            "upload_time": "2024-11-26T07:01:35",
            "upload_time_iso_8601": "2024-11-26T07:01:35.441724Z",
            "url": "https://files.pythonhosted.org/packages/0a/6f/8a0b1c4a374d80ad1357f84940ee45d815625afeaa1b1b9e172b033752e7/pinpointPy-1.4.1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1185260337c55913498b205147774730ace47542fd714c1317284ec2ef78744a",
                "md5": "f4874882b0c1425ddefac0af1fc80789",
                "sha256": "005de2a0d8a9890e2c5b755c6e0ef78ccbe30b53e5668e874c6d8e74cb0be5b7"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp312-cp312-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "f4874882b0c1425ddefac0af1fc80789",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 177839,
            "upload_time": "2024-11-26T07:01:37",
            "upload_time_iso_8601": "2024-11-26T07:01:37.188326Z",
            "url": "https://files.pythonhosted.org/packages/11/85/260337c55913498b205147774730ace47542fd714c1317284ec2ef78744a/pinpointPy-1.4.1-cp312-cp312-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e33b14e7873d0b1b47100cd18805cb70b842a111898088b7a2be168fc52cd68",
                "md5": "c89ca54fc29d80ab18cc5f80a6841cae",
                "sha256": "13ce88b1deba82c469c7451bc1afb461fb87c353a0cf4cfc261780d1b90f4c5b"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp313-cp313-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c89ca54fc29d80ab18cc5f80a6841cae",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 246824,
            "upload_time": "2024-11-26T07:01:38",
            "upload_time_iso_8601": "2024-11-26T07:01:38.598301Z",
            "url": "https://files.pythonhosted.org/packages/6e/33/b14e7873d0b1b47100cd18805cb70b842a111898088b7a2be168fc52cd68/pinpointPy-1.4.1-cp313-cp313-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a42521d21273f26b036b1a695eaf336493b9d515d97cfe7f9554c1491dbf78bb",
                "md5": "c522daf5aea03b39dd1bf181f4102dc2",
                "sha256": "b0a3cef71d6c875db7ac14fb3851b5dc86859ce56f6037403397e9f2b8566fd8"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c522daf5aea03b39dd1bf181f4102dc2",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 240534,
            "upload_time": "2024-11-26T07:01:39",
            "upload_time_iso_8601": "2024-11-26T07:01:39.820872Z",
            "url": "https://files.pythonhosted.org/packages/a4/25/21d21273f26b036b1a695eaf336493b9d515d97cfe7f9554c1491dbf78bb/pinpointPy-1.4.1-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0fd662255d2dedb6d5bf408429110f3d79bde28356403c9f9696b726a332c8c7",
                "md5": "6530462de69f54981be925a10d960bdf",
                "sha256": "e35664a1444a3ec56508302fee1f9705544c39a8752671c59d9ee9a4ea2ddec3"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6530462de69f54981be925a10d960bdf",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 1816080,
            "upload_time": "2024-11-26T07:01:42",
            "upload_time_iso_8601": "2024-11-26T07:01:42.164919Z",
            "url": "https://files.pythonhosted.org/packages/0f/d6/62255d2dedb6d5bf408429110f3d79bde28356403c9f9696b726a332c8c7/pinpointPy-1.4.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e0c2a83aa10b8cfdd9e3ecab001e1a1fa5c258c3f937afe902324627c9d1e44d",
                "md5": "87282b13fb681a2a3cfb8a8e45f547d4",
                "sha256": "153e850799ca93e75f2621a91b8dcf8d7da13c1c7a6a30d39ac4640c3a77113e"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "87282b13fb681a2a3cfb8a8e45f547d4",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 1758720,
            "upload_time": "2024-11-26T07:01:43",
            "upload_time_iso_8601": "2024-11-26T07:01:43.648264Z",
            "url": "https://files.pythonhosted.org/packages/e0/c2/a83aa10b8cfdd9e3ecab001e1a1fa5c258c3f937afe902324627c9d1e44d/pinpointPy-1.4.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3ef3aeb99273ad30c9624a6dbfb4d51b3917d5cabc2e2d008f87fcfb99200d8f",
                "md5": "da1562d1380d7323c008e5187a11c98d",
                "sha256": "dfaf08f132642af0b6f3999a9053e8da966eba6a610efe3dbbf6727065eb8fc4"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "da1562d1380d7323c008e5187a11c98d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 1822479,
            "upload_time": "2024-11-26T07:01:45",
            "upload_time_iso_8601": "2024-11-26T07:01:45.079405Z",
            "url": "https://files.pythonhosted.org/packages/3e/f3/aeb99273ad30c9624a6dbfb4d51b3917d5cabc2e2d008f87fcfb99200d8f/pinpointPy-1.4.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9abea71de82b6359b6d75994a1533d28acb22678f94b41dc61530961e8277547",
                "md5": "25800ecd528fa0ede206f48f597a2259",
                "sha256": "069ae84d1fce7344c1152e0946cd9b9c6ae4a2b49915540e18c15b13fe35f3c3"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp313-cp313-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "25800ecd528fa0ede206f48f597a2259",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 2571717,
            "upload_time": "2024-11-26T07:01:46",
            "upload_time_iso_8601": "2024-11-26T07:01:46.445928Z",
            "url": "https://files.pythonhosted.org/packages/9a/be/a71de82b6359b6d75994a1533d28acb22678f94b41dc61530961e8277547/pinpointPy-1.4.1-cp313-cp313-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71bd91b41e5282216f0c87808040a5ef58b526dd7afb87c4bda18544d82b1ada",
                "md5": "f199055c55937587354f3812cd4f1d51",
                "sha256": "b71bf3dd07eec57b5fcdf3185da6cd6f5fa10a0eb6c4a3dfedd88f8ab9ddd698"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp313-cp313-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "f199055c55937587354f3812cd4f1d51",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 2730404,
            "upload_time": "2024-11-26T07:01:47",
            "upload_time_iso_8601": "2024-11-26T07:01:47.819410Z",
            "url": "https://files.pythonhosted.org/packages/71/bd/91b41e5282216f0c87808040a5ef58b526dd7afb87c4bda18544d82b1ada/pinpointPy-1.4.1-cp313-cp313-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "363732d071180c70698cd11b876bddcec4bfca9f4954ed64d8cac1c68b8a1cba",
                "md5": "139d82769dac761f93b5873ead442bc5",
                "sha256": "03d1234a4985d86e1718896dbc03da568ace94fb9f2e120a2b24f0d8d3de35b9"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "139d82769dac761f93b5873ead442bc5",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 2677343,
            "upload_time": "2024-11-26T07:01:49",
            "upload_time_iso_8601": "2024-11-26T07:01:49.835304Z",
            "url": "https://files.pythonhosted.org/packages/36/37/32d071180c70698cd11b876bddcec4bfca9f4954ed64d8cac1c68b8a1cba/pinpointPy-1.4.1-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "96530355d498776d5be6503a462f3cc30b9baacfa22a2ebb8299b144f4331839",
                "md5": "ee208a315544ddd15caf8b0c19596884",
                "sha256": "c20b1a052016965a1d66cee13cf41a310603865226269bc468b5a1165919b36c"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp313-cp313-win32.whl",
            "has_sig": false,
            "md5_digest": "ee208a315544ddd15caf8b0c19596884",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 176627,
            "upload_time": "2024-11-26T07:01:51",
            "upload_time_iso_8601": "2024-11-26T07:01:51.064348Z",
            "url": "https://files.pythonhosted.org/packages/96/53/0355d498776d5be6503a462f3cc30b9baacfa22a2ebb8299b144f4331839/pinpointPy-1.4.1-cp313-cp313-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "feb79e4a915c711424f1303f1f5337f81a39b3ae5a0846a6486438491f7074e7",
                "md5": "705aecfec734c5c423a65383d6097644",
                "sha256": "5658c9c506ea38448733cd61a78171344b8ee724b0b50e43644fdc8cb4592eb5"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "705aecfec734c5c423a65383d6097644",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 184243,
            "upload_time": "2024-11-26T07:01:52",
            "upload_time_iso_8601": "2024-11-26T07:01:52.680251Z",
            "url": "https://files.pythonhosted.org/packages/fe/b7/9e4a915c711424f1303f1f5337f81a39b3ae5a0846a6486438491f7074e7/pinpointPy-1.4.1-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "347153286674f3e63490a37a4ed3a7db56cb418704c0a230e4fbc441ffb377a6",
                "md5": "38d70e6629a1d512bfe5a7884ed27ef5",
                "sha256": "3a36d58deec2b6216898cbe5af0a25f169a15ab5bf8835fd3f5bac2eee2369c9"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp313-cp313-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "38d70e6629a1d512bfe5a7884ed27ef5",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 177837,
            "upload_time": "2024-11-26T07:01:53",
            "upload_time_iso_8601": "2024-11-26T07:01:53.808734Z",
            "url": "https://files.pythonhosted.org/packages/34/71/53286674f3e63490a37a4ed3a7db56cb418704c0a230e4fbc441ffb377a6/pinpointPy-1.4.1-cp313-cp313-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "819f91d9d9b1ef0f3681c290456b8c06018bae4a16fab5e0dc95cffdd4c39099",
                "md5": "c68aefbd76f9209b8d9182472b9821d7",
                "sha256": "c1455c28779010b1d6c8a85112503a61545629f551c893335468c422b01dfeed"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c68aefbd76f9209b8d9182472b9821d7",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 246747,
            "upload_time": "2024-11-26T07:01:54",
            "upload_time_iso_8601": "2024-11-26T07:01:54.923856Z",
            "url": "https://files.pythonhosted.org/packages/81/9f/91d9d9b1ef0f3681c290456b8c06018bae4a16fab5e0dc95cffdd4c39099/pinpointPy-1.4.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "378067273c574d41ef290e4d82908d52b1e2651b669ae40ac725caca278bd1df",
                "md5": "cecf81dc86105b15be2b6bdd7a0323d5",
                "sha256": "f1084bb314dbdf6b86f2de8f37e115e544d058a8e902d403fc446f351dd543f8"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "cecf81dc86105b15be2b6bdd7a0323d5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 240538,
            "upload_time": "2024-11-26T07:01:56",
            "upload_time_iso_8601": "2024-11-26T07:01:56.067774Z",
            "url": "https://files.pythonhosted.org/packages/37/80/67273c574d41ef290e4d82908d52b1e2651b669ae40ac725caca278bd1df/pinpointPy-1.4.1-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba82a208d2a7f20ec53fe6ad8fc5b6c2d613e9ae548f55dee43784c87be7cf42",
                "md5": "eb6daeef2c06453cd3a388fdb6dfd426",
                "sha256": "8c6c3d4aa4a79969575cc9a626e8d2ecbf36be434c0dec8770adca11c96175d3"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "eb6daeef2c06453cd3a388fdb6dfd426",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 1815068,
            "upload_time": "2024-11-26T07:01:57",
            "upload_time_iso_8601": "2024-11-26T07:01:57.352239Z",
            "url": "https://files.pythonhosted.org/packages/ba/82/a208d2a7f20ec53fe6ad8fc5b6c2d613e9ae548f55dee43784c87be7cf42/pinpointPy-1.4.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4abae7cd8bde2d79b5cbe7aebd78881d8ce42f11ed6aa9b6eedc4db348218a41",
                "md5": "5133e7ce73b29b60018bb36ebc896ce5",
                "sha256": "a0c540dde72cc370c89e3b992403984ebb60d3dc3c9e434afa988a75f74a0794"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "5133e7ce73b29b60018bb36ebc896ce5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 1758068,
            "upload_time": "2024-11-26T07:01:59",
            "upload_time_iso_8601": "2024-11-26T07:01:59.460876Z",
            "url": "https://files.pythonhosted.org/packages/4a/ba/e7cd8bde2d79b5cbe7aebd78881d8ce42f11ed6aa9b6eedc4db348218a41/pinpointPy-1.4.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c156b698e26a157afc16361764b3478d1e6c60401cf054cb09612dc47eef786",
                "md5": "76fc3093f2c502225aba8272b66aa0b2",
                "sha256": "83d255f0646ea79ff8871beb3b7f10fc7a49186bc58a37b2d5c2e9088b0359b4"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "76fc3093f2c502225aba8272b66aa0b2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 1820980,
            "upload_time": "2024-11-26T07:02:00",
            "upload_time_iso_8601": "2024-11-26T07:02:00.850587Z",
            "url": "https://files.pythonhosted.org/packages/1c/15/6b698e26a157afc16361764b3478d1e6c60401cf054cb09612dc47eef786/pinpointPy-1.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71454527ce25eeae381be9c4e818b866a8bbd1f64d2887ebb0f0bbd2f84df31c",
                "md5": "6d9744b275a12ac144d89fa87c5e7e01",
                "sha256": "f39b30434acf660df50ba37a2dc7ee589ed9a2dcf9f80b09d7a6f813a83d6f74"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp39-cp39-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6d9744b275a12ac144d89fa87c5e7e01",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 2571328,
            "upload_time": "2024-11-26T07:02:02",
            "upload_time_iso_8601": "2024-11-26T07:02:02.874883Z",
            "url": "https://files.pythonhosted.org/packages/71/45/4527ce25eeae381be9c4e818b866a8bbd1f64d2887ebb0f0bbd2f84df31c/pinpointPy-1.4.1-cp39-cp39-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0ac6f13f3ac16499cea6664339552a9e7c559d260a1b3a05321a440edebce50",
                "md5": "01681e6c934ca559440edca41a83a14d",
                "sha256": "544cfd999526b6a86e2c56d547ec8d9bee06932dcbf15182cfc59077bde1bbae"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "01681e6c934ca559440edca41a83a14d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 2729353,
            "upload_time": "2024-11-26T07:02:05",
            "upload_time_iso_8601": "2024-11-26T07:02:05.075874Z",
            "url": "https://files.pythonhosted.org/packages/a0/ac/6f13f3ac16499cea6664339552a9e7c559d260a1b3a05321a440edebce50/pinpointPy-1.4.1-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a7f5416c49eb4b8efcbc4b952857d625398ffa372cc7310def5a4062b070b662",
                "md5": "6739c34b2af51405f3a9c3e91e9ab721",
                "sha256": "bdd7a86e1d8767917001bdd1e66df71c8cb8ecb80a02276ca84bbaf4ab9916c4"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6739c34b2af51405f3a9c3e91e9ab721",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 2676610,
            "upload_time": "2024-11-26T07:02:06",
            "upload_time_iso_8601": "2024-11-26T07:02:06.522849Z",
            "url": "https://files.pythonhosted.org/packages/a7/f5/416c49eb4b8efcbc4b952857d625398ffa372cc7310def5a4062b070b662/pinpointPy-1.4.1-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a28682f9df075e4c880d7652ea3a3be8cb4a277bd1bd64b98d242f74049b6fa9",
                "md5": "5a828a9e177f4fc4e82cd32a17a144b0",
                "sha256": "e3ec0bcee45b3818e833bcb322728aefa2120188fea749f2c54a4fad9cba9585"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "5a828a9e177f4fc4e82cd32a17a144b0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 176621,
            "upload_time": "2024-11-26T07:02:07",
            "upload_time_iso_8601": "2024-11-26T07:02:07.838177Z",
            "url": "https://files.pythonhosted.org/packages/a2/86/82f9df075e4c880d7652ea3a3be8cb4a277bd1bd64b98d242f74049b6fa9/pinpointPy-1.4.1-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c2341f0a3ef4cd75d520e6f36e8a05725c1b62a0adc6ff72d3158a4ab14cc8f",
                "md5": "e84dd621ddd41ee3efa93a484b49c91f",
                "sha256": "9a99ccb365e0e618e13cd067e842074fa3632697d3fd94187718663a7db783eb"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e84dd621ddd41ee3efa93a484b49c91f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 184219,
            "upload_time": "2024-11-26T07:02:09",
            "upload_time_iso_8601": "2024-11-26T07:02:09.043410Z",
            "url": "https://files.pythonhosted.org/packages/5c/23/41f0a3ef4cd75d520e6f36e8a05725c1b62a0adc6ff72d3158a4ab14cc8f/pinpointPy-1.4.1-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ec6e3f4d7cfcf21d56ec93775f7133b538759c8e84d4fbee7ec8d62010e138e0",
                "md5": "5e8bd15d2d13397d2debd97e9b3ffa7c",
                "sha256": "efe87fa5f0b9b2bbc3e0b674fe745f3439607aa006a0f75390f44cfaaf6de2f4"
            },
            "downloads": -1,
            "filename": "pinpointPy-1.4.1-cp39-cp39-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "5e8bd15d2d13397d2debd97e9b3ffa7c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 177803,
            "upload_time": "2024-11-26T07:02:10",
            "upload_time_iso_8601": "2024-11-26T07:02:10.765063Z",
            "url": "https://files.pythonhosted.org/packages/ec/6e/3f4d7cfcf21d56ec93775f7133b538759c8e84d4fbee7ec8d62010e138e0/pinpointPy-1.4.1-cp39-cp39-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "527a13d9cc823c8028b26dffbe47340c5eb009d77ed3c4b306a53c754de220b4",
                "md5": "822f29184437c5ca1971af6931b59a69",
                "sha256": "009a945ed4648d9d62492ad10f1db4bac25174244138e29637acce013c9ec817"
            },
            "downloads": -1,
            "filename": "pinpointpy-1.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "822f29184437c5ca1971af6931b59a69",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7",
            "size": 123240,
            "upload_time": "2024-11-26T07:02:11",
            "upload_time_iso_8601": "2024-11-26T07:02:11.827830Z",
            "url": "https://files.pythonhosted.org/packages/52/7a/13d9cc823c8028b26dffbe47340c5eb009d77ed3c4b306a53c754de220b4/pinpointpy-1.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-26 07:02:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pinpoint-apm",
    "github_project": "pinpoint-c-agent",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pinpointpy"
}
        
Elapsed time: 0.35231s