ichello


Nameichello JSON
Version 0.0.5 PyPI version JSON
download
home_pageNone
SummaryA sample Python app
upload_time2024-12-20 10:44:27
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords sample app
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ichello

This is a 'hello world' Python wrapped C++ app to show a sample packaging approach. It is based on the [Reference Nanobind Example](https://github.com/wjakob/nanobind_example) but will diverge over time.

It uses:

* `nanobind` to do the wrapping, defined in `src/binding.cpp`, 
* `CMake` to build the module shared library, defined in `CMakeLists.txt`
* `scikit-build-core` to interface the Python project definition in `pyproject.toml` and CMake.
* `cibuildwheel` to build wheels for various platforms using the CI.

To locally install and use the package you can do:

``` shell
pip install -e .
```

from the project directory.

Then you can do:

``` python
import ichello
ichello.get_sum([1.0, 2.0, 3.0])
>> 6.0
```

in a shell. The `get_sum` function is an instantiation of the template defined in `include.hpp` for the `double` type.




            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ichello",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "Sample App",
    "author": null,
    "author_email": "\"James Grogan, Irish Centre for High End Computing\" <james.grogan@ichec.ie>",
    "download_url": "https://files.pythonhosted.org/packages/91/92/d5a07224311cb932c4d89be76466ecfa49c0c9c5cd17a9edd9de8993df4f/ichello-0.0.5.tar.gz",
    "platform": null,
    "description": "# ichello\n\nThis is a 'hello world' Python wrapped C++ app to show a sample packaging approach. It is based on the [Reference Nanobind Example](https://github.com/wjakob/nanobind_example) but will diverge over time.\n\nIt uses:\n\n* `nanobind` to do the wrapping, defined in `src/binding.cpp`, \n* `CMake` to build the module shared library, defined in `CMakeLists.txt`\n* `scikit-build-core` to interface the Python project definition in `pyproject.toml` and CMake.\n* `cibuildwheel` to build wheels for various platforms using the CI.\n\nTo locally install and use the package you can do:\n\n``` shell\npip install -e .\n```\n\nfrom the project directory.\n\nThen you can do:\n\n``` python\nimport ichello\nichello.get_sum([1.0, 2.0, 3.0])\n>> 6.0\n```\n\nin a shell. The `get_sum` function is an instantiation of the template defined in `include.hpp` for the `double` type.\n\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A sample Python app",
    "version": "0.0.5",
    "project_urls": {
        "Homepage": "https://github.com/jmsgrogan/sample-python-deploy",
        "Repository": "https://github.com/jmsgrogan/sample-python-deploy"
    },
    "split_keywords": [
        "sample",
        "app"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c39f75e334a6df8fd427f86795f68833cf1d0a1020a592a1e4625c5e13404c5",
                "md5": "b9886eb04b7cce016a3b92aea130b6b5",
                "sha256": "7057e5cfea44b3c1726ae3848088c63e509fc4a6cdc14448abb7ccc61407c19e"
            },
            "downloads": -1,
            "filename": "ichello-0.0.5-cp310-cp310-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b9886eb04b7cce016a3b92aea130b6b5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 34463,
            "upload_time": "2024-12-20T10:43:49",
            "upload_time_iso_8601": "2024-12-20T10:43:49.685468Z",
            "url": "https://files.pythonhosted.org/packages/4c/39/f75e334a6df8fd427f86795f68833cf1d0a1020a592a1e4625c5e13404c5/ichello-0.0.5-cp310-cp310-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea8e677f1e0309fe21a52c78c4ad41bdfce86d33700fb7a1d2215595377a22e9",
                "md5": "0130f89771186c36923cb275324f294c",
                "sha256": "7d6ce1ecd622ccce922c74b8059a5d33bd49ed2046ca2fb1fb99e58014e60d44"
            },
            "downloads": -1,
            "filename": "ichello-0.0.5-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "0130f89771186c36923cb275324f294c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 32240,
            "upload_time": "2024-12-20T10:43:51",
            "upload_time_iso_8601": "2024-12-20T10:43:51.632770Z",
            "url": "https://files.pythonhosted.org/packages/ea/8e/677f1e0309fe21a52c78c4ad41bdfce86d33700fb7a1d2215595377a22e9/ichello-0.0.5-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a7adb55052ffb3eef68d60c44684a3c1887c99d97b2794837befd9055386878c",
                "md5": "b8db0e64d50bfbeeb5467e4b40088ad0",
                "sha256": "655b848744c4381c3e990c2bf97a540d93db5772523a61583d0ff243cfcd2768"
            },
            "downloads": -1,
            "filename": "ichello-0.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b8db0e64d50bfbeeb5467e4b40088ad0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 56249,
            "upload_time": "2024-12-20T10:43:52",
            "upload_time_iso_8601": "2024-12-20T10:43:52.933606Z",
            "url": "https://files.pythonhosted.org/packages/a7/ad/b55052ffb3eef68d60c44684a3c1887c99d97b2794837befd9055386878c/ichello-0.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e29d93eed60f8c95254703e6254ec761b007baa0ad579feb5196835cbe0ef705",
                "md5": "93147063e7cdb2916df58e5d9b953374",
                "sha256": "12b5d363cc2f075c32a32af07c027e25a30d152bc1ec5356e4399b9ae644a0cd"
            },
            "downloads": -1,
            "filename": "ichello-0.0.5-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "93147063e7cdb2916df58e5d9b953374",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 480276,
            "upload_time": "2024-12-20T10:43:56",
            "upload_time_iso_8601": "2024-12-20T10:43:56.919344Z",
            "url": "https://files.pythonhosted.org/packages/e2/9d/93eed60f8c95254703e6254ec761b007baa0ad579feb5196835cbe0ef705/ichello-0.0.5-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6d094f3fa80d75e879bb4a8d2694ee1e7fe0bfc595ff199b851cc3eac2621d7c",
                "md5": "3d53020d9d964c2dd7e6c5a0580e6d82",
                "sha256": "f545322887012aefa2b519a5276a89e3839695bfb20f9f4f096a60302a1c80d2"
            },
            "downloads": -1,
            "filename": "ichello-0.0.5-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3d53020d9d964c2dd7e6c5a0580e6d82",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 40531,
            "upload_time": "2024-12-20T10:44:01",
            "upload_time_iso_8601": "2024-12-20T10:44:01.576627Z",
            "url": "https://files.pythonhosted.org/packages/6d/09/4f3fa80d75e879bb4a8d2694ee1e7fe0bfc595ff199b851cc3eac2621d7c/ichello-0.0.5-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb25303f8953971806dff28c2bc914f9b7b8f997a5a37e9fca2e7b93340abd41",
                "md5": "d10535c8fff6bdfbb57f5ca3253a6e04",
                "sha256": "9bf087bc49d37cf5f0da64a2cb245b86fed3cf42004924cc4b9ca29aa18b74dd"
            },
            "downloads": -1,
            "filename": "ichello-0.0.5-cp311-cp311-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d10535c8fff6bdfbb57f5ca3253a6e04",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 34506,
            "upload_time": "2024-12-20T10:44:03",
            "upload_time_iso_8601": "2024-12-20T10:44:03.041650Z",
            "url": "https://files.pythonhosted.org/packages/fb/25/303f8953971806dff28c2bc914f9b7b8f997a5a37e9fca2e7b93340abd41/ichello-0.0.5-cp311-cp311-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e5561ab5fcc002c286d58c10fa519fb9cbcd8fa1bdddaf56ab14fe5fc4ece83",
                "md5": "bcb9786486b2dd79911162c817d98375",
                "sha256": "64668eebcc7c2044c507cccc8764008ebe37a680b5c9c21b7b8d5ccb2fe1e193"
            },
            "downloads": -1,
            "filename": "ichello-0.0.5-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "bcb9786486b2dd79911162c817d98375",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 32278,
            "upload_time": "2024-12-20T10:44:04",
            "upload_time_iso_8601": "2024-12-20T10:44:04.141550Z",
            "url": "https://files.pythonhosted.org/packages/8e/55/61ab5fcc002c286d58c10fa519fb9cbcd8fa1bdddaf56ab14fe5fc4ece83/ichello-0.0.5-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "623949f1602a43f9e12ad2e6fd1408f7c3138650e4233efe0ddb117cc2cf7829",
                "md5": "4158261b303095b0bbe0ac88e1882bba",
                "sha256": "ca0343944f7ea73306f343619aa7062e8ce750a67cb8aba24a4d8af3263d6656"
            },
            "downloads": -1,
            "filename": "ichello-0.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4158261b303095b0bbe0ac88e1882bba",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 56242,
            "upload_time": "2024-12-20T10:44:05",
            "upload_time_iso_8601": "2024-12-20T10:44:05.452472Z",
            "url": "https://files.pythonhosted.org/packages/62/39/49f1602a43f9e12ad2e6fd1408f7c3138650e4233efe0ddb117cc2cf7829/ichello-0.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9bf126356af51e86821556bd4909b3cc25f2af62b673d3b21163fa9d10d631ae",
                "md5": "b0aedefd0d8c0a328064081ba3b6bf44",
                "sha256": "3da3065af660ed5c30995b0187d72feb6fe55eced751a0aff7352c3cbdac45fc"
            },
            "downloads": -1,
            "filename": "ichello-0.0.5-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b0aedefd0d8c0a328064081ba3b6bf44",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 480325,
            "upload_time": "2024-12-20T10:44:08",
            "upload_time_iso_8601": "2024-12-20T10:44:08.819973Z",
            "url": "https://files.pythonhosted.org/packages/9b/f1/26356af51e86821556bd4909b3cc25f2af62b673d3b21163fa9d10d631ae/ichello-0.0.5-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "93f555f7f1f41b08961ba0ca1b3e7f0eb3153b7976474c6f58f4de5a0ef16448",
                "md5": "2a374635cca3554f60adb4e86f5b233a",
                "sha256": "c6fe8725285db084e5ca105f62f8d727908ba852b844945e714ae63ae242dbf1"
            },
            "downloads": -1,
            "filename": "ichello-0.0.5-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2a374635cca3554f60adb4e86f5b233a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 40541,
            "upload_time": "2024-12-20T10:44:10",
            "upload_time_iso_8601": "2024-12-20T10:44:10.457156Z",
            "url": "https://files.pythonhosted.org/packages/93/f5/55f7f1f41b08961ba0ca1b3e7f0eb3153b7976474c6f58f4de5a0ef16448/ichello-0.0.5-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e660766b987b49eee463e8fa5226fc252471259c0673242a5a9220675684d9a1",
                "md5": "d8ed9b3f32f445348a6578b7f279f4d2",
                "sha256": "61b37500a4326d1921ba17451120e8318aa7fb0f48ed52f3f1e24bf23d3ea4da"
            },
            "downloads": -1,
            "filename": "ichello-0.0.5-cp312-abi3-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d8ed9b3f32f445348a6578b7f279f4d2",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 33164,
            "upload_time": "2024-12-20T10:44:11",
            "upload_time_iso_8601": "2024-12-20T10:44:11.592608Z",
            "url": "https://files.pythonhosted.org/packages/e6/60/766b987b49eee463e8fa5226fc252471259c0673242a5a9220675684d9a1/ichello-0.0.5-cp312-abi3-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8bab9785badfb6e55ad7f274ce6ea2db59e34c2343f16d8d91e3210f68e767b3",
                "md5": "f89de9eaf7eafce461d4999b34262dc6",
                "sha256": "9886a8f6da038a795667555c715331e34f5c087b318675a4c348a1f2dfdb1438"
            },
            "downloads": -1,
            "filename": "ichello-0.0.5-cp312-abi3-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "f89de9eaf7eafce461d4999b34262dc6",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 30897,
            "upload_time": "2024-12-20T10:44:12",
            "upload_time_iso_8601": "2024-12-20T10:44:12.884665Z",
            "url": "https://files.pythonhosted.org/packages/8b/ab/9785badfb6e55ad7f274ce6ea2db59e34c2343f16d8d91e3210f68e767b3/ichello-0.0.5-cp312-abi3-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e605a02856e058fefc88c4a0933f6127c7e5b9e6b6ea4b80bf8ef696d671131c",
                "md5": "20387e6d591b74a961b4d305e61ed635",
                "sha256": "c3e52bf835f4ba26cb877b27f77f6b83b9f4282af045e08b59fdead547537843"
            },
            "downloads": -1,
            "filename": "ichello-0.0.5-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "20387e6d591b74a961b4d305e61ed635",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 54423,
            "upload_time": "2024-12-20T10:44:15",
            "upload_time_iso_8601": "2024-12-20T10:44:15.139827Z",
            "url": "https://files.pythonhosted.org/packages/e6/05/a02856e058fefc88c4a0933f6127c7e5b9e6b6ea4b80bf8ef696d671131c/ichello-0.0.5-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c3a9afa6dd0d61141d0051be43f41c4d51e38843b321c66163c759a5ef2ad709",
                "md5": "377549c4307c5aceb504100ecf148c2b",
                "sha256": "50cf05140d11168cf6042c80f35fa3abd5924c7f811e2bbcb46b5884004eab8c"
            },
            "downloads": -1,
            "filename": "ichello-0.0.5-cp312-abi3-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "377549c4307c5aceb504100ecf148c2b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 478605,
            "upload_time": "2024-12-20T10:44:16",
            "upload_time_iso_8601": "2024-12-20T10:44:16.938174Z",
            "url": "https://files.pythonhosted.org/packages/c3/a9/afa6dd0d61141d0051be43f41c4d51e38843b321c66163c759a5ef2ad709/ichello-0.0.5-cp312-abi3-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a33035ecb22e436ab2bbb16fae8de7acdde2cbcc057f00ed63837494cbd3cff5",
                "md5": "a2de42878017e2397e19f45b318ca18f",
                "sha256": "3767b6367668c38c9605c54020c513a34130661d5066b6a59e3df01db3bc2d92"
            },
            "downloads": -1,
            "filename": "ichello-0.0.5-cp312-abi3-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a2de42878017e2397e19f45b318ca18f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 39251,
            "upload_time": "2024-12-20T10:44:20",
            "upload_time_iso_8601": "2024-12-20T10:44:20.058295Z",
            "url": "https://files.pythonhosted.org/packages/a3/30/35ecb22e436ab2bbb16fae8de7acdde2cbcc057f00ed63837494cbd3cff5/ichello-0.0.5-cp312-abi3-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70a02b8f98359279bbe299e3baaf82cb16841d312c3020ad4bf4d905b683e6a9",
                "md5": "7332a913df56455c7ec30fe901573523",
                "sha256": "80c96c6a5fbd652be38ce06d919a45383f0cd16b1e21069088837e0ba36f0510"
            },
            "downloads": -1,
            "filename": "ichello-0.0.5-cp39-cp39-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7332a913df56455c7ec30fe901573523",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 34559,
            "upload_time": "2024-12-20T10:44:21",
            "upload_time_iso_8601": "2024-12-20T10:44:21.119466Z",
            "url": "https://files.pythonhosted.org/packages/70/a0/2b8f98359279bbe299e3baaf82cb16841d312c3020ad4bf4d905b683e6a9/ichello-0.0.5-cp39-cp39-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e0ec4bb0a8b8eaf2db2037f48a2fd096b4dea480088e221f96c866f5eeb9e225",
                "md5": "86c35901ac0c8b2332eec1cfa7ef7986",
                "sha256": "7ed8fb4f34b492005423ec7a9821cb7c70b5fb04381079736947491f4fe7ba9e"
            },
            "downloads": -1,
            "filename": "ichello-0.0.5-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "86c35901ac0c8b2332eec1cfa7ef7986",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 32263,
            "upload_time": "2024-12-20T10:44:22",
            "upload_time_iso_8601": "2024-12-20T10:44:22.398761Z",
            "url": "https://files.pythonhosted.org/packages/e0/ec/4bb0a8b8eaf2db2037f48a2fd096b4dea480088e221f96c866f5eeb9e225/ichello-0.0.5-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "58185cbf3fdafdf521a3f9e64f9455426faf34ec3bdd2de07b3d94e317e2de44",
                "md5": "7741261c8d07103795c6534cf0504fc5",
                "sha256": "aba59ed846322354a3c09e9b0c2f197ba9c49d99a429bb77fa1180fd6c1bbc72"
            },
            "downloads": -1,
            "filename": "ichello-0.0.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7741261c8d07103795c6534cf0504fc5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 56313,
            "upload_time": "2024-12-20T10:44:23",
            "upload_time_iso_8601": "2024-12-20T10:44:23.502739Z",
            "url": "https://files.pythonhosted.org/packages/58/18/5cbf3fdafdf521a3f9e64f9455426faf34ec3bdd2de07b3d94e317e2de44/ichello-0.0.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ecab4cb2d5a5f9759c43a99ba198520587da1b41440a4fc9c927cf5a4e64b57d",
                "md5": "863651fec74fcb3bfa0143fefc083056",
                "sha256": "ab591dfcc4c1730978a26e1004efe88ea6f106bb74d7bb937e565b370e6e5aed"
            },
            "downloads": -1,
            "filename": "ichello-0.0.5-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "863651fec74fcb3bfa0143fefc083056",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 480298,
            "upload_time": "2024-12-20T10:44:25",
            "upload_time_iso_8601": "2024-12-20T10:44:25.190337Z",
            "url": "https://files.pythonhosted.org/packages/ec/ab/4cb2d5a5f9759c43a99ba198520587da1b41440a4fc9c927cf5a4e64b57d/ichello-0.0.5-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b26fec982161b8d4746cabde5e55b3b700ad90a607f552404252b9d994fda40",
                "md5": "d2ea8eac9e018e616199e25fb0135387",
                "sha256": "35f498df646a9a4d5fc41dbf6bc517e7c00da6e016c57aaf01f050c5310ce29c"
            },
            "downloads": -1,
            "filename": "ichello-0.0.5-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d2ea8eac9e018e616199e25fb0135387",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 40802,
            "upload_time": "2024-12-20T10:44:26",
            "upload_time_iso_8601": "2024-12-20T10:44:26.866274Z",
            "url": "https://files.pythonhosted.org/packages/3b/26/fec982161b8d4746cabde5e55b3b700ad90a607f552404252b9d994fda40/ichello-0.0.5-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9192d5a07224311cb932c4d89be76466ecfa49c0c9c5cd17a9edd9de8993df4f",
                "md5": "0ecbfc96c0a0d0436a3ec011528b32e5",
                "sha256": "d05b593926e107f5cb16d02e1a788d24f33a91ddb0918fa06db3cfb22b3bc686"
            },
            "downloads": -1,
            "filename": "ichello-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "0ecbfc96c0a0d0436a3ec011528b32e5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 5103,
            "upload_time": "2024-12-20T10:44:27",
            "upload_time_iso_8601": "2024-12-20T10:44:27.879987Z",
            "url": "https://files.pythonhosted.org/packages/91/92/d5a07224311cb932c4d89be76466ecfa49c0c9c5cd17a9edd9de8993df4f/ichello-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-20 10:44:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jmsgrogan",
    "github_project": "sample-python-deploy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ichello"
}
        
Elapsed time: 0.42879s