torchprint


Nametorchprint JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/alberto-rota/torchprint
SummaryA Python module for pretty printing PyTorch tensors
upload_time2024-12-06 09:26:43
maintainerNone
docs_urlNone
authorAlberto Rota
requires_python>=3.6
licenseGPLv3
keywords
VCS
bugtrack_url
requirements lovely_tensors numpy rich setuptools torch
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # torchprint
A Python Library for Pretty Printing Torch Tensors

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/alberto-rota/torchprint",
    "name": "torchprint",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Alberto Rota",
    "author_email": "alberto1.rota@polimi.it",
    "download_url": "https://files.pythonhosted.org/packages/1e/db/9b2f26768b3e14a3b1d7a2a6175355495ce006c560d61fe7d250e75c8d6f/torchprint-0.1.1.tar.gz",
    "platform": null,
    "description": "# torchprint\nA Python Library for Pretty Printing Torch Tensors\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "A Python module for pretty printing PyTorch tensors",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/alberto-rota/torchprint"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d7ab9e17f252339e44b377f3022b777a154a05938a0cc654f18c4cdff195114f",
                "md5": "450a7d0ad1129ce0c3276d6e88c46aa1",
                "sha256": "45cdbac4a8236440f99f698fb2033c59b0fca9ab934d63426b872356e7538542"
            },
            "downloads": -1,
            "filename": "torchprint-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "450a7d0ad1129ce0c3276d6e88c46aa1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 15327,
            "upload_time": "2024-12-06T09:26:41",
            "upload_time_iso_8601": "2024-12-06T09:26:41.961704Z",
            "url": "https://files.pythonhosted.org/packages/d7/ab/9e17f252339e44b377f3022b777a154a05938a0cc654f18c4cdff195114f/torchprint-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1edb9b2f26768b3e14a3b1d7a2a6175355495ce006c560d61fe7d250e75c8d6f",
                "md5": "4356dd7a9f590f1ebaa72e43a71ac436",
                "sha256": "5a702972db1816f071752d669ce754f1c7b5382683bb41d32eceff532f104c46"
            },
            "downloads": -1,
            "filename": "torchprint-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "4356dd7a9f590f1ebaa72e43a71ac436",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 15088,
            "upload_time": "2024-12-06T09:26:43",
            "upload_time_iso_8601": "2024-12-06T09:26:43.780451Z",
            "url": "https://files.pythonhosted.org/packages/1e/db/9b2f26768b3e14a3b1d7a2a6175355495ce006c560d61fe7d250e75c8d6f/torchprint-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-06 09:26:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "alberto-rota",
    "github_project": "torchprint",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "lovely_tensors",
            "specs": [
                [
                    "==",
                    "0.1.15"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "2.1.3"
                ]
            ]
        },
        {
            "name": "rich",
            "specs": [
                [
                    "==",
                    "13.9.4"
                ]
            ]
        },
        {
            "name": "setuptools",
            "specs": [
                [
                    "==",
                    "75.1.0"
                ]
            ]
        },
        {
            "name": "torch",
            "specs": [
                [
                    "==",
                    "2.4.1"
                ]
            ]
        }
    ],
    "lcname": "torchprint"
}
        
Elapsed time: 0.37501s