torchtostr


Nametorchtostr JSON
Version 1.2 PyPI version JSON
download
home_pageNone
SummaryModule for quick and simple transportation of torch tensors arrays by converting them to str and back
upload_time2024-08-04 13:04:14
maintainerNone
docs_urlNone
authorankov
requires_pythonNone
licenseNone
keywords tensors strings torch pytorch
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Torch To Str Python Package

This free, open-source project aims to simplify arrays of transport of torch tensors over the Internet.

The package includes two functions, one of which converts massive torch tensors into simple ones for transport and text decryption.

The function "tensors_to_string(data: list)" takes an array of torch tensors as arguments and returns text with the transformed torch tensors.

The function "string_to_tensors(data: str)" has the exact opposite effect

Enjoy your use :-)

by Ankov

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "torchtostr",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "tensors strings torch pytorch",
    "author": "ankov",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/53/44/cf047555da0001224ef3a0f55f92863bb5105ce116071f27a30149d92bb9/torchtostr-1.2.tar.gz",
    "platform": null,
    "description": "Torch To Str Python Package\r\n\r\nThis free, open-source project aims to simplify arrays of transport of torch tensors over the Internet.\r\n\r\nThe package includes two functions, one of which converts massive torch tensors into simple ones for transport and text decryption.\r\n\r\nThe function \"tensors_to_string(data: list)\" takes an array of torch tensors as arguments and returns text with the transformed torch tensors.\r\n\r\nThe function \"string_to_tensors(data: str)\" has the exact opposite effect\r\n\r\nEnjoy your use :-)\r\n\r\nby Ankov\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Module for quick and simple transportation of torch tensors arrays by converting them to str and back",
    "version": "1.2",
    "project_urls": {
        "GitHub": "https://github.com/Ankov404/torchtostr"
    },
    "split_keywords": [
        "tensors",
        "strings",
        "torch",
        "pytorch"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d00eaf9112cc9cbded6648328f75900b4adf1dbd29d15d8c2298fda79c733f9",
                "md5": "8bf64b74d87d11fc5af224a26e6b13c9",
                "sha256": "9463f4e787bc19bedb5abdfcca7cd637c4a83706452860fe6710d37feb5a4333"
            },
            "downloads": -1,
            "filename": "torchtostr-1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8bf64b74d87d11fc5af224a26e6b13c9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2900,
            "upload_time": "2024-08-04T13:04:13",
            "upload_time_iso_8601": "2024-08-04T13:04:13.112806Z",
            "url": "https://files.pythonhosted.org/packages/3d/00/eaf9112cc9cbded6648328f75900b4adf1dbd29d15d8c2298fda79c733f9/torchtostr-1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5344cf047555da0001224ef3a0f55f92863bb5105ce116071f27a30149d92bb9",
                "md5": "14c350a52789325f56a32980d5c017b2",
                "sha256": "8ec1cfb70598e4125a3f537eeeaf6d3276098ded17751dc55f61d5c077aa36ef"
            },
            "downloads": -1,
            "filename": "torchtostr-1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "14c350a52789325f56a32980d5c017b2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2579,
            "upload_time": "2024-08-04T13:04:14",
            "upload_time_iso_8601": "2024-08-04T13:04:14.726607Z",
            "url": "https://files.pythonhosted.org/packages/53/44/cf047555da0001224ef3a0f55f92863bb5105ce116071f27a30149d92bb9/torchtostr-1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-04 13:04:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Ankov404",
    "github_project": "torchtostr",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "torchtostr"
}
        
Elapsed time: 0.79160s