dominx


Namedominx JSON
Version 0.2.0.post17 PyPI version JSON
download
home_pagehttps://dominx.readthedocs.io/en/latest
SummaryThe Python library for game development.
upload_time2023-08-24 02:25:40
maintainer
docs_urlNone
author
requires_python>=3.7
licenseMIT License Copyright (c) 2023 Zenthm Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords python gamedev game-engine python-library game-development game-framework game-library game-dev
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # dominx

[![Badge: Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![Status: Build](https://img.shields.io/github/actions/workflow/status/zenthm/dominx/build.yaml)](https://github.com/zenthm/dominx/actions/workflows/build.yaml)
[![Status: Documentation](https://img.shields.io/readthedocs/dominx)](https://dominx.readthedocs.io/en/latest/)
[![Status: Lint](https://img.shields.io/github/actions/workflow/status/zenthm/dominx/lint.yaml?label=lint)](https://github.com/zenthm/dominx/actions/workflows/lint.yaml)
[![Project: License](https://img.shields.io/github/license/zenthm/dominx)](https://github.com/zenthm/dominx/blob/main/LICENSE.txt)
[![Project: Version](https://img.shields.io/pypi/v/dominx)](https://pypi.org/project/dominx/)
[![Project: Status](https://img.shields.io/pypi/status/dominx)](https://pypi.org/project/dominx/)
[![Python: Version](https://img.shields.io/pypi/pyversions/dominx)](https://www.python.org/)

The **dominx** library is a powerful high-level Python library designed specifically for game
development, leveraging the low-level APIs of operating systems like Win32, X11, Cocoa, and more.
It offers a seamless interface for game developers to harness the full potential of these
low-level APIs without getting bogged down in complex code.

## Installation

You can install the library using `pip`. Before installation, ensure you have Python and pip
installed on your system. The library requires Python 3.7 or later to function properly.

```bash
pip install dominx
```

Alternatively, you can install the latest version directly from the GitHub repository:

```bash
pip install git+https://github.com/zenthm/dominx.git
```

## Contributing

If you're interested in contributing to the project, please read the
[Contributing Guidelines](https://github.com/zenthm/dominx/blob/main/CONTRIBUTING.md).
We welcome contributions from the community and appreciate your interest in making the project even
better!

## Code of Conduct

I am committed to treating everyone with respect and kindness, regardless of their background,
beliefs, or identity. As a member of the open source community, I believe it is important to create
a welcoming and inclusive environment for all.

To that end, I ask that anyone who interacts with this project or contributes to it follow this
[Code of Conduct](https://github.com/zenthm/dominx/blob/main/CODE_OF_CONDUCT.md).
The Code of Conduct outlines specific behaviors that are expected of contributors and community
members, as well as the consequences for violating the Code of Conduct.

If I observe or experience any behavior that violates this Code of Conduct, I may take any action I
deem appropriate, including warning the offender or blocking them from further interaction with
this project.

I take this Code of Conduct seriously and am committed to creating a positive and respectful
environment for everyone who interacts with this project.

## License

This project is licensed under the MIT License - see the
[LICENSE](https://github.com/zenthm/dominx/blob/main/LICENSE.txt) file for details.

            

Raw data

            {
    "_id": null,
    "home_page": "https://dominx.readthedocs.io/en/latest",
    "name": "dominx",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "python,gamedev,game-engine,python-library,game-development,game-framework,game-library,game-dev",
    "author": "",
    "author_email": "Zenthm <zenthm.dev@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/fb/72/0ce4cf1f40d5e2d58d7bd766388d3a41fc01f0f38001880cb099bf115cf9/dominx-0.2.0.post17.tar.gz",
    "platform": null,
    "description": "# dominx\n\n[![Badge: Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n[![Status: Build](https://img.shields.io/github/actions/workflow/status/zenthm/dominx/build.yaml)](https://github.com/zenthm/dominx/actions/workflows/build.yaml)\n[![Status: Documentation](https://img.shields.io/readthedocs/dominx)](https://dominx.readthedocs.io/en/latest/)\n[![Status: Lint](https://img.shields.io/github/actions/workflow/status/zenthm/dominx/lint.yaml?label=lint)](https://github.com/zenthm/dominx/actions/workflows/lint.yaml)\n[![Project: License](https://img.shields.io/github/license/zenthm/dominx)](https://github.com/zenthm/dominx/blob/main/LICENSE.txt)\n[![Project: Version](https://img.shields.io/pypi/v/dominx)](https://pypi.org/project/dominx/)\n[![Project: Status](https://img.shields.io/pypi/status/dominx)](https://pypi.org/project/dominx/)\n[![Python: Version](https://img.shields.io/pypi/pyversions/dominx)](https://www.python.org/)\n\nThe **dominx** library is a powerful high-level Python library designed specifically for game\ndevelopment, leveraging the low-level APIs of operating systems like Win32, X11, Cocoa, and more.\nIt offers a seamless interface for game developers to harness the full potential of these\nlow-level APIs without getting bogged down in complex code.\n\n## Installation\n\nYou can install the library using `pip`. Before installation, ensure you have Python and pip\ninstalled on your system. The library requires Python 3.7 or later to function properly.\n\n```bash\npip install dominx\n```\n\nAlternatively, you can install the latest version directly from the GitHub repository:\n\n```bash\npip install git+https://github.com/zenthm/dominx.git\n```\n\n## Contributing\n\nIf you're interested in contributing to the project, please read the\n[Contributing Guidelines](https://github.com/zenthm/dominx/blob/main/CONTRIBUTING.md).\nWe welcome contributions from the community and appreciate your interest in making the project even\nbetter!\n\n## Code of Conduct\n\nI am committed to treating everyone with respect and kindness, regardless of their background,\nbeliefs, or identity. As a member of the open source community, I believe it is important to create\na welcoming and inclusive environment for all.\n\nTo that end, I ask that anyone who interacts with this project or contributes to it follow this\n[Code of Conduct](https://github.com/zenthm/dominx/blob/main/CODE_OF_CONDUCT.md).\nThe Code of Conduct outlines specific behaviors that are expected of contributors and community\nmembers, as well as the consequences for violating the Code of Conduct.\n\nIf I observe or experience any behavior that violates this Code of Conduct, I may take any action I\ndeem appropriate, including warning the offender or blocking them from further interaction with\nthis project.\n\nI take this Code of Conduct seriously and am committed to creating a positive and respectful\nenvironment for everyone who interacts with this project.\n\n## License\n\nThis project is licensed under the MIT License - see the\n[LICENSE](https://github.com/zenthm/dominx/blob/main/LICENSE.txt) file for details.\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 Zenthm  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "The Python library for game development.",
    "version": "0.2.0.post17",
    "project_urls": {
        "Documentation": "https://dominx.readthedocs.io/en/latest",
        "Download": "https://pypi.org/project/dominx",
        "Homepage": "https://dominx.readthedocs.io/en/latest",
        "Source": "https://github.com/zenthm/dominx",
        "Tracker": "https://github.com/zenthm/dominx/issues"
    },
    "split_keywords": [
        "python",
        "gamedev",
        "game-engine",
        "python-library",
        "game-development",
        "game-framework",
        "game-library",
        "game-dev"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d006e0f9a9674ee7731720e288e3cfaab20e6e2daae080cf874acccc1b873b2",
                "md5": "0a24def3c552019da8e0ef1a46991410",
                "sha256": "44b5baab93b4e9060954ddf91118a0af595b3bc88d68728ad6f3bd965d3c63bd"
            },
            "downloads": -1,
            "filename": "dominx-0.2.0.post17-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0a24def3c552019da8e0ef1a46991410",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 6042,
            "upload_time": "2023-08-24T02:25:02",
            "upload_time_iso_8601": "2023-08-24T02:25:02.363634Z",
            "url": "https://files.pythonhosted.org/packages/5d/00/6e0f9a9674ee7731720e288e3cfaab20e6e2daae080cf874acccc1b873b2/dominx-0.2.0.post17-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "27190d4d4f5c43119a2ff01e0e762717ec905214b2392d5801eb893c287b6afb",
                "md5": "72eb0f2c94a282f76e309e72f52184a4",
                "sha256": "b78008e9633976b86c6b4c942f46cfc42d2ce62debd4cf7984d66fe8d05fd7e1"
            },
            "downloads": -1,
            "filename": "dominx-0.2.0.post17-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "72eb0f2c94a282f76e309e72f52184a4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 11585,
            "upload_time": "2023-08-24T02:25:04",
            "upload_time_iso_8601": "2023-08-24T02:25:04.431495Z",
            "url": "https://files.pythonhosted.org/packages/27/19/0d4d4f5c43119a2ff01e0e762717ec905214b2392d5801eb893c287b6afb/dominx-0.2.0.post17-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bab9a9ab5e99ad3707fb98f3ca66e16e5299b916c693099c14a2bca4357f2f7f",
                "md5": "b17103d0f4d4fd688606a48dd6eb1c65",
                "sha256": "a8143c116f251767e8f1bd313f8566cba98ed7af16ea7b534f5930b7e7d74f2a"
            },
            "downloads": -1,
            "filename": "dominx-0.2.0.post17-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b17103d0f4d4fd688606a48dd6eb1c65",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 16208,
            "upload_time": "2023-08-24T02:25:06",
            "upload_time_iso_8601": "2023-08-24T02:25:06.031154Z",
            "url": "https://files.pythonhosted.org/packages/ba/b9/a9ab5e99ad3707fb98f3ca66e16e5299b916c693099c14a2bca4357f2f7f/dominx-0.2.0.post17-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4905c5c87d2488bd2943e1f56fe7a3b535f0eda7f04796aed8da11b737b80fbe",
                "md5": "d0b5e47a3717376995b5b33a15d6f7f2",
                "sha256": "7f7490a19102c5a004472cac6f205488e3076b5f466635862603246dfd871ad2"
            },
            "downloads": -1,
            "filename": "dominx-0.2.0.post17-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d0b5e47a3717376995b5b33a15d6f7f2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 9755,
            "upload_time": "2023-08-24T02:25:07",
            "upload_time_iso_8601": "2023-08-24T02:25:07.055823Z",
            "url": "https://files.pythonhosted.org/packages/49/05/c5c87d2488bd2943e1f56fe7a3b535f0eda7f04796aed8da11b737b80fbe/dominx-0.2.0.post17-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "945b04dfd262c0543f985a049f2ac0a443ee2706c3b2e7465a73784e3a8dc260",
                "md5": "f6f37e73f07b4a863f0fd31dc4649dcc",
                "sha256": "9488b3d1b62f983ae32f6a3d594bf445eb6d5117385b107a1ce79adeadb248b8"
            },
            "downloads": -1,
            "filename": "dominx-0.2.0.post17-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f6f37e73f07b4a863f0fd31dc4649dcc",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 6043,
            "upload_time": "2023-08-24T02:25:08",
            "upload_time_iso_8601": "2023-08-24T02:25:08.787476Z",
            "url": "https://files.pythonhosted.org/packages/94/5b/04dfd262c0543f985a049f2ac0a443ee2706c3b2e7465a73784e3a8dc260/dominx-0.2.0.post17-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "54eb6732e81438f9bf7f9697e831a1eb974e9954b5921be0591d79a9796fc9cb",
                "md5": "42787b5ee48462e88e3732e7d37c38cd",
                "sha256": "fc5b84860d89af70e96a21d9e8de51337066a7df5991136290977fc595c19471"
            },
            "downloads": -1,
            "filename": "dominx-0.2.0.post17-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "42787b5ee48462e88e3732e7d37c38cd",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 11586,
            "upload_time": "2023-08-24T02:25:10",
            "upload_time_iso_8601": "2023-08-24T02:25:10.137605Z",
            "url": "https://files.pythonhosted.org/packages/54/eb/6732e81438f9bf7f9697e831a1eb974e9954b5921be0591d79a9796fc9cb/dominx-0.2.0.post17-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28ff84e834a984d742c56c40f7f7e5617d11777ab2cd27f1d384fe819f4731ca",
                "md5": "74a7589bf911a8d585f6a9117ec54e75",
                "sha256": "79a0fc70dd56ec47193995aaa5bfbe0973660138617d7c40b943b8aaf2dc5f35"
            },
            "downloads": -1,
            "filename": "dominx-0.2.0.post17-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "74a7589bf911a8d585f6a9117ec54e75",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 17013,
            "upload_time": "2023-08-24T02:25:11",
            "upload_time_iso_8601": "2023-08-24T02:25:11.125477Z",
            "url": "https://files.pythonhosted.org/packages/28/ff/84e834a984d742c56c40f7f7e5617d11777ab2cd27f1d384fe819f4731ca/dominx-0.2.0.post17-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ed6039442de6582597e49da2e90e74b6ac0e28ddcd9378f1b9c06641bba468fd",
                "md5": "8fe89a34eef778f3269a1d9099951ad9",
                "sha256": "273a85efa384b46db671d92e2395715373c6537140964b07bb3409d0a29216c0"
            },
            "downloads": -1,
            "filename": "dominx-0.2.0.post17-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8fe89a34eef778f3269a1d9099951ad9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 9758,
            "upload_time": "2023-08-24T02:25:12",
            "upload_time_iso_8601": "2023-08-24T02:25:12.076289Z",
            "url": "https://files.pythonhosted.org/packages/ed/60/39442de6582597e49da2e90e74b6ac0e28ddcd9378f1b9c06641bba468fd/dominx-0.2.0.post17-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d0e88b10cba8a02a271de3b9ffa878f13656cbe900e8a5b68b19b3c0ad9342e4",
                "md5": "0a4bccff225c992e42797bcd2b2189ca",
                "sha256": "c1d65fbbbb2ce0d7a6e6f48734e47b0e167975ec4172dcabd9a1ad5ce9ab8947"
            },
            "downloads": -1,
            "filename": "dominx-0.2.0.post17-cp37-cp37m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0a4bccff225c992e42797bcd2b2189ca",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 6041,
            "upload_time": "2023-08-24T02:25:13",
            "upload_time_iso_8601": "2023-08-24T02:25:13.492965Z",
            "url": "https://files.pythonhosted.org/packages/d0/e8/8b10cba8a02a271de3b9ffa878f13656cbe900e8a5b68b19b3c0ad9342e4/dominx-0.2.0.post17-cp37-cp37m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16f17a6c49daa17d447443ec1b500f04a6d17290b115b6529511ad828021aaed",
                "md5": "538c6a869535473b7ee547fb8232d3e4",
                "sha256": "6591e8124b12b9a7a69c5f0bf7cbc30e9aa5a7edef02b239c6a994b68c94afd5"
            },
            "downloads": -1,
            "filename": "dominx-0.2.0.post17-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "538c6a869535473b7ee547fb8232d3e4",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 12006,
            "upload_time": "2023-08-24T02:25:14",
            "upload_time_iso_8601": "2023-08-24T02:25:14.332111Z",
            "url": "https://files.pythonhosted.org/packages/16/f1/7a6c49daa17d447443ec1b500f04a6d17290b115b6529511ad828021aaed/dominx-0.2.0.post17-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a450a80dd5efe7280d83d8e8cb165816ab96b3ae7e92d9bfb26ad459ab45dc71",
                "md5": "3061e0e3610c452962a2424b186bd22c",
                "sha256": "f1686daeff41f4a8a538c993cc658d703621bf12da21a6c89c2a5d8baabdd7a3"
            },
            "downloads": -1,
            "filename": "dominx-0.2.0.post17-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3061e0e3610c452962a2424b186bd22c",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 17273,
            "upload_time": "2023-08-24T02:25:15",
            "upload_time_iso_8601": "2023-08-24T02:25:15.696405Z",
            "url": "https://files.pythonhosted.org/packages/a4/50/a80dd5efe7280d83d8e8cb165816ab96b3ae7e92d9bfb26ad459ab45dc71/dominx-0.2.0.post17-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4de06497db7d7e6c2fc691c5e2b0459b8caa09658804ffa9b9af653be87b2432",
                "md5": "e7d1fb5b411472cb525cb4f9f4d84443",
                "sha256": "701023aed2c00397a540f74613afdf60b3348b06b1ffb0775626f722eda6e93f"
            },
            "downloads": -1,
            "filename": "dominx-0.2.0.post17-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e7d1fb5b411472cb525cb4f9f4d84443",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 9755,
            "upload_time": "2023-08-24T02:25:17",
            "upload_time_iso_8601": "2023-08-24T02:25:17.168930Z",
            "url": "https://files.pythonhosted.org/packages/4d/e0/6497db7d7e6c2fc691c5e2b0459b8caa09658804ffa9b9af653be87b2432/dominx-0.2.0.post17-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b08e0921b033cc3ab6d98936937ea5da8ea3b8421189b0a310e3c2e2e65cde2",
                "md5": "997a37c603ef708476ff15b0d7ffe210",
                "sha256": "1f961211ba24eb892eb2db49ba6d90d9009559b391e6f1ee0cc3bc3bcce72eb3"
            },
            "downloads": -1,
            "filename": "dominx-0.2.0.post17-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "997a37c603ef708476ff15b0d7ffe210",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 6037,
            "upload_time": "2023-08-24T02:25:18",
            "upload_time_iso_8601": "2023-08-24T02:25:18.039985Z",
            "url": "https://files.pythonhosted.org/packages/9b/08/e0921b033cc3ab6d98936937ea5da8ea3b8421189b0a310e3c2e2e65cde2/dominx-0.2.0.post17-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bbeb83c1eb02b1ea2ebdcbb93479e40528ea7136a0266f94f25e0010bf8faeb0",
                "md5": "90af2e7fc8578685b5aabf94c79ab8d0",
                "sha256": "dc3c355dfd31025b9ac29834f573e565b0b07f803f48df29b45b8849885903e4"
            },
            "downloads": -1,
            "filename": "dominx-0.2.0.post17-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "90af2e7fc8578685b5aabf94c79ab8d0",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 11999,
            "upload_time": "2023-08-24T02:25:19",
            "upload_time_iso_8601": "2023-08-24T02:25:19.103300Z",
            "url": "https://files.pythonhosted.org/packages/bb/eb/83c1eb02b1ea2ebdcbb93479e40528ea7136a0266f94f25e0010bf8faeb0/dominx-0.2.0.post17-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "25e5361eb898edd461e8b01340996209e349b91629a135ed3efe664af73ff0bc",
                "md5": "e77648ca59207661ac2d6684a16f4b1d",
                "sha256": "c9fb93b1255c5552cd3805e22d7b7833ca7b220505869d26aa0945050e338147"
            },
            "downloads": -1,
            "filename": "dominx-0.2.0.post17-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e77648ca59207661ac2d6684a16f4b1d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 16237,
            "upload_time": "2023-08-24T02:25:20",
            "upload_time_iso_8601": "2023-08-24T02:25:20.539463Z",
            "url": "https://files.pythonhosted.org/packages/25/e5/361eb898edd461e8b01340996209e349b91629a135ed3efe664af73ff0bc/dominx-0.2.0.post17-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "159b4a9c86e9221fbd8a079e3d01b9fd6d4498f4b1901f8e3154909600c452a8",
                "md5": "defef4190d7b1582987b69455ca1d0ef",
                "sha256": "cfd8c706697d409cac357b80776d6309a87f6d4bccf32af8d0995010b66e6bba"
            },
            "downloads": -1,
            "filename": "dominx-0.2.0.post17-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "defef4190d7b1582987b69455ca1d0ef",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 9752,
            "upload_time": "2023-08-24T02:25:21",
            "upload_time_iso_8601": "2023-08-24T02:25:21.400496Z",
            "url": "https://files.pythonhosted.org/packages/15/9b/4a9c86e9221fbd8a079e3d01b9fd6d4498f4b1901f8e3154909600c452a8/dominx-0.2.0.post17-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4708271ec5796ec321a77ebfff676e433f789431477aaa9ddb8fcba53d24c0d8",
                "md5": "baa95379aa266ac6b59b5d55ccfb4011",
                "sha256": "1cd190a1e87a28fdc697bba866e6437ad365ee37952c360259274329166713d6"
            },
            "downloads": -1,
            "filename": "dominx-0.2.0.post17-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "baa95379aa266ac6b59b5d55ccfb4011",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 6039,
            "upload_time": "2023-08-24T02:25:22",
            "upload_time_iso_8601": "2023-08-24T02:25:22.787460Z",
            "url": "https://files.pythonhosted.org/packages/47/08/271ec5796ec321a77ebfff676e433f789431477aaa9ddb8fcba53d24c0d8/dominx-0.2.0.post17-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "772627e3df3dd3320bfc440b1ea16e7156b17800a537790f4eccc72b3697f88c",
                "md5": "0611b37d3b9e2079f18ba900740d74c3",
                "sha256": "ae4575c8c3b3cee08c06c41cc1d3e92f980ba36df045c63ff7a6e1a2132eecc6"
            },
            "downloads": -1,
            "filename": "dominx-0.2.0.post17-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0611b37d3b9e2079f18ba900740d74c3",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 11435,
            "upload_time": "2023-08-24T02:25:23",
            "upload_time_iso_8601": "2023-08-24T02:25:23.665564Z",
            "url": "https://files.pythonhosted.org/packages/77/26/27e3df3dd3320bfc440b1ea16e7156b17800a537790f4eccc72b3697f88c/dominx-0.2.0.post17-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c6e6eef801688bbf1fef361585cdb45191afb8b5a31545b51cb01e9e372a4a1a",
                "md5": "66b76132b4703789d326be7dba349039",
                "sha256": "64d3196c9650f85282ecd66f5a626eef9e59a0330459e0d3c832cca13593f626"
            },
            "downloads": -1,
            "filename": "dominx-0.2.0.post17-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "66b76132b4703789d326be7dba349039",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 16024,
            "upload_time": "2023-08-24T02:25:24",
            "upload_time_iso_8601": "2023-08-24T02:25:24.967324Z",
            "url": "https://files.pythonhosted.org/packages/c6/e6/eef801688bbf1fef361585cdb45191afb8b5a31545b51cb01e9e372a4a1a/dominx-0.2.0.post17-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "85939e4edec4808077768d76366605d1bc64f61af31d304b42a26cc25acc0476",
                "md5": "0e28b54376b058687cf6fc73289d71a0",
                "sha256": "ec664f41bae25c63e1b17418b1ce8437eb31b262953971c2beed8b2171bf9801"
            },
            "downloads": -1,
            "filename": "dominx-0.2.0.post17-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0e28b54376b058687cf6fc73289d71a0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 9751,
            "upload_time": "2023-08-24T02:25:26",
            "upload_time_iso_8601": "2023-08-24T02:25:26.362925Z",
            "url": "https://files.pythonhosted.org/packages/85/93/9e4edec4808077768d76366605d1bc64f61af31d304b42a26cc25acc0476/dominx-0.2.0.post17-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f09c2bacd97ee3752a41e2c3a862d22663a5327e7cdf74081d7fb1f87699f3d6",
                "md5": "b8b54371447fd474c7a260e798d9288e",
                "sha256": "c4ca3efbe77621d00be297ae236118e5665b1400a6b7881ae1765a2c5184e271"
            },
            "downloads": -1,
            "filename": "dominx-0.2.0.post17-pp310-pypy310_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b8b54371447fd474c7a260e798d9288e",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 5991,
            "upload_time": "2023-08-24T02:25:27",
            "upload_time_iso_8601": "2023-08-24T02:25:27.290663Z",
            "url": "https://files.pythonhosted.org/packages/f0/9c/2bacd97ee3752a41e2c3a862d22663a5327e7cdf74081d7fb1f87699f3d6/dominx-0.2.0.post17-pp310-pypy310_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "21cb5d302ca90bed6b87ffbdca23c88e1c687ecb1e3fe32eeb055b2fe73ef2b8",
                "md5": "cff64a7c94038f1da5a83ed02cf58cf3",
                "sha256": "9f476ac0209e6797e905f57471e0c9a589d879596b630a1fdda28655c5dcb1b8"
            },
            "downloads": -1,
            "filename": "dominx-0.2.0.post17-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cff64a7c94038f1da5a83ed02cf58cf3",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 7555,
            "upload_time": "2023-08-24T02:25:28",
            "upload_time_iso_8601": "2023-08-24T02:25:28.324083Z",
            "url": "https://files.pythonhosted.org/packages/21/cb/5d302ca90bed6b87ffbdca23c88e1c687ecb1e3fe32eeb055b2fe73ef2b8/dominx-0.2.0.post17-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f0d3492615211dcf2f34d6d9b0e3f7e98214b819c8cbc4b765b571c28d98590",
                "md5": "2ea7374f8545e08ee6c79241ed9a1cc0",
                "sha256": "e85f12e488ba2f6e59d1582f547851c50291fc7e73e3114d94c9c3f9cc2c2e08"
            },
            "downloads": -1,
            "filename": "dominx-0.2.0.post17-pp310-pypy310_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2ea7374f8545e08ee6c79241ed9a1cc0",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 9796,
            "upload_time": "2023-08-24T02:25:29",
            "upload_time_iso_8601": "2023-08-24T02:25:29.735849Z",
            "url": "https://files.pythonhosted.org/packages/0f/0d/3492615211dcf2f34d6d9b0e3f7e98214b819c8cbc4b765b571c28d98590/dominx-0.2.0.post17-pp310-pypy310_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c0493ecbeb47554eb20784cc9c090258f0e23d53e8e5e11e2fe280d1d26363f6",
                "md5": "ce8617ca15591ea5762b2158735ab6a8",
                "sha256": "f76dd3a0133741ed0c55d7654d030058b372e6d34937e43c64df8a2556a1b4d5"
            },
            "downloads": -1,
            "filename": "dominx-0.2.0.post17-pp37-pypy37_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ce8617ca15591ea5762b2158735ab6a8",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 5986,
            "upload_time": "2023-08-24T02:25:30",
            "upload_time_iso_8601": "2023-08-24T02:25:30.730366Z",
            "url": "https://files.pythonhosted.org/packages/c0/49/3ecbeb47554eb20784cc9c090258f0e23d53e8e5e11e2fe280d1d26363f6/dominx-0.2.0.post17-pp37-pypy37_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d202834ce8834b473c9d0f61bc7b3b5b36b0d9e8ae80cda4a8df9803b676bb11",
                "md5": "3607fb2ab915e0faa181181a70b2f7b1",
                "sha256": "5f026f3d54e98b3b693d282e0c350f118562d8b5931233e7dbbad86a21f04533"
            },
            "downloads": -1,
            "filename": "dominx-0.2.0.post17-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3607fb2ab915e0faa181181a70b2f7b1",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 7551,
            "upload_time": "2023-08-24T02:25:31",
            "upload_time_iso_8601": "2023-08-24T02:25:31.801355Z",
            "url": "https://files.pythonhosted.org/packages/d2/02/834ce8834b473c9d0f61bc7b3b5b36b0d9e8ae80cda4a8df9803b676bb11/dominx-0.2.0.post17-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bbe53e17ab37fa90ff902d46c62d8ee99a8a185891d9f285252ef202f055a2f6",
                "md5": "b1239c502f2e0d144df015df02198980",
                "sha256": "7351f05749a9ef87a1c58a5b8c12846085cce9f81955ce4530fc4e55a40546a8"
            },
            "downloads": -1,
            "filename": "dominx-0.2.0.post17-pp37-pypy37_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b1239c502f2e0d144df015df02198980",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 9789,
            "upload_time": "2023-08-24T02:25:32",
            "upload_time_iso_8601": "2023-08-24T02:25:32.795464Z",
            "url": "https://files.pythonhosted.org/packages/bb/e5/3e17ab37fa90ff902d46c62d8ee99a8a185891d9f285252ef202f055a2f6/dominx-0.2.0.post17-pp37-pypy37_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d2fefee8a21b7dd9fd86de0f528b0f1e62c55117fb7707c98d4096964e39bc14",
                "md5": "9ff1158f0b5dad4edfc2c487b63df3b4",
                "sha256": "fb7b36c7db6ca5645ffebfe95e492593bd23dfedbf2ac45eaf4db1cf88897a61"
            },
            "downloads": -1,
            "filename": "dominx-0.2.0.post17-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9ff1158f0b5dad4edfc2c487b63df3b4",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 5986,
            "upload_time": "2023-08-24T02:25:33",
            "upload_time_iso_8601": "2023-08-24T02:25:33.614613Z",
            "url": "https://files.pythonhosted.org/packages/d2/fe/fee8a21b7dd9fd86de0f528b0f1e62c55117fb7707c98d4096964e39bc14/dominx-0.2.0.post17-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "082355ecd8991a80a969a11600de59c8bcbbe83229e20a663549ac49f5addd8f",
                "md5": "fbacfb8f8d7f09798e2c6a3b7114bc1c",
                "sha256": "4186c2ed957dc50b010c78a9a6617941cc574aa48f2e9f428c7c66e051964d33"
            },
            "downloads": -1,
            "filename": "dominx-0.2.0.post17-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fbacfb8f8d7f09798e2c6a3b7114bc1c",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 7552,
            "upload_time": "2023-08-24T02:25:34",
            "upload_time_iso_8601": "2023-08-24T02:25:34.410066Z",
            "url": "https://files.pythonhosted.org/packages/08/23/55ecd8991a80a969a11600de59c8bcbbe83229e20a663549ac49f5addd8f/dominx-0.2.0.post17-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5bb80eb37631e5518ecde51e8f93cfdb1bc82acf850ac30a4c8e5e95757a40f1",
                "md5": "1589eb78155f14a3daa98f64dc8ebd32",
                "sha256": "3e5553c8eb92790f0142c636f746a0b5c4bf833f9457b53a9f1165cdc2eae70a"
            },
            "downloads": -1,
            "filename": "dominx-0.2.0.post17-pp38-pypy38_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1589eb78155f14a3daa98f64dc8ebd32",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 9786,
            "upload_time": "2023-08-24T02:25:35",
            "upload_time_iso_8601": "2023-08-24T02:25:35.319463Z",
            "url": "https://files.pythonhosted.org/packages/5b/b8/0eb37631e5518ecde51e8f93cfdb1bc82acf850ac30a4c8e5e95757a40f1/dominx-0.2.0.post17-pp38-pypy38_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "03bb697ec7f01623578a9009acc57c4d5e87e4c4c744d74d5d606ad4f8a79e1a",
                "md5": "2789c45594d4c75b22041bd04d181acc",
                "sha256": "6ad5dbcf2afc166c7df50d7f3d964baacbea603569f0d4d32ea07b6c902c27ec"
            },
            "downloads": -1,
            "filename": "dominx-0.2.0.post17-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2789c45594d4c75b22041bd04d181acc",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 5986,
            "upload_time": "2023-08-24T02:25:36",
            "upload_time_iso_8601": "2023-08-24T02:25:36.443595Z",
            "url": "https://files.pythonhosted.org/packages/03/bb/697ec7f01623578a9009acc57c4d5e87e4c4c744d74d5d606ad4f8a79e1a/dominx-0.2.0.post17-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ee8811e584d1d7d1e9cd92f0d9fdef8956acc6e59bfcc8d193606d9ad27d5a0",
                "md5": "c75fd75b9a0ef15680414cd3a1baf7dc",
                "sha256": "efbc428730d91a6e420c52cab88c16d533949a257eaf7fe49807edbf652486fc"
            },
            "downloads": -1,
            "filename": "dominx-0.2.0.post17-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c75fd75b9a0ef15680414cd3a1baf7dc",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 7551,
            "upload_time": "2023-08-24T02:25:37",
            "upload_time_iso_8601": "2023-08-24T02:25:37.253794Z",
            "url": "https://files.pythonhosted.org/packages/9e/e8/811e584d1d7d1e9cd92f0d9fdef8956acc6e59bfcc8d193606d9ad27d5a0/dominx-0.2.0.post17-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e38ddade53ed5b1f5c3ede7bb566779dad92ea71fa135f252c854c59eefb4f5",
                "md5": "f21ffa7fed13c72f52726e190172fb6d",
                "sha256": "341bc251d2c2c381a26fd64c1fe7c64e6b8a89aec6b55174adb131a8c3afd7a8"
            },
            "downloads": -1,
            "filename": "dominx-0.2.0.post17-pp39-pypy39_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f21ffa7fed13c72f52726e190172fb6d",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 9791,
            "upload_time": "2023-08-24T02:25:38",
            "upload_time_iso_8601": "2023-08-24T02:25:38.823463Z",
            "url": "https://files.pythonhosted.org/packages/3e/38/ddade53ed5b1f5c3ede7bb566779dad92ea71fa135f252c854c59eefb4f5/dominx-0.2.0.post17-pp39-pypy39_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb720ce4cf1f40d5e2d58d7bd766388d3a41fc01f0f38001880cb099bf115cf9",
                "md5": "618908f53faf74b260c5ff1e68e6d996",
                "sha256": "c5501c61b455a946643917ce9d8f01d5fce447f170cfcf3407c5d3719e360384"
            },
            "downloads": -1,
            "filename": "dominx-0.2.0.post17.tar.gz",
            "has_sig": false,
            "md5_digest": "618908f53faf74b260c5ff1e68e6d996",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 4412,
            "upload_time": "2023-08-24T02:25:40",
            "upload_time_iso_8601": "2023-08-24T02:25:40.402093Z",
            "url": "https://files.pythonhosted.org/packages/fb/72/0ce4cf1f40d5e2d58d7bd766388d3a41fc01f0f38001880cb099bf115cf9/dominx-0.2.0.post17.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-24 02:25:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zenthm",
    "github_project": "dominx",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "dominx"
}
        
Elapsed time: 0.14748s