judo


Namejudo JSON
Version 0.0.14 PyPI version JSON
download
home_pagehttps://github.com/FragileTech/judo
SummaryAPI and data structures for efficient AI research.
upload_time2023-04-18 19:18:22
maintainer
docs_urlNone
authorFragileTech
requires_python
licenseMIT
keywords machine learning artificial intelligence
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # judo
[![Travis build status](https://travis-ci.com/fragiletech/judo.svg)](https://travis-ci.com/fragiletech/judo)
[![Documentation Status](https://readthedocs.org/projects/fragile/badge/?version=latest)](https://judo.readthedocs.io/en/latest/?badge=latest)
[![Code coverage](https://codecov.io/github/fragiletech/judo/coverage.svg)](https://codecov.io/github/fragiletech/judo)
[![PyPI package](https://badgen.net/pypi/v/judo)](https://pypi.org/project/judo/)
[![Latest docker image](https://badgen.net/docker/pulls/fragiletech/judo)](https://hub.docker.com/r/fragiletech/judo/tags)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
[![license: MIT](https://img.shields.io/badge/license-MIT-green.svg)](https://opensource.org/licenses/MIT)

Common API for working with tensors in the context of machine learning research 

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/FragileTech/judo",
    "name": "judo",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Machine learning,artificial intelligence",
    "author": "FragileTech",
    "author_email": "info@fragile.tech",
    "download_url": "https://files.pythonhosted.org/packages/60/78/8d3a3895f06b4a1b4711abf5f3f2d5046217a1a7fecfa6871e43f6b7fcc5/judo-0.0.14.tar.gz",
    "platform": null,
    "description": "# judo\n[![Travis build status](https://travis-ci.com/fragiletech/judo.svg)](https://travis-ci.com/fragiletech/judo)\n[![Documentation Status](https://readthedocs.org/projects/fragile/badge/?version=latest)](https://judo.readthedocs.io/en/latest/?badge=latest)\n[![Code coverage](https://codecov.io/github/fragiletech/judo/coverage.svg)](https://codecov.io/github/fragiletech/judo)\n[![PyPI package](https://badgen.net/pypi/v/judo)](https://pypi.org/project/judo/)\n[![Latest docker image](https://badgen.net/docker/pulls/fragiletech/judo)](https://hub.docker.com/r/fragiletech/judo/tags)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)\n[![license: MIT](https://img.shields.io/badge/license-MIT-green.svg)](https://opensource.org/licenses/MIT)\n\nCommon API for working with tensors in the context of machine learning research \n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "API and data structures for efficient AI research.",
    "version": "0.0.14",
    "split_keywords": [
        "machine learning",
        "artificial intelligence"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "df9e2fb6b5538f56c5012c45ad8e525a7ef4223765e1a3a52b17aad16bb8637f",
                "md5": "930690cdef9a25e1d1fcad5da6c37ac9",
                "sha256": "d9bc5a226c2b90c01433c124f8df384340ac0ae1e2fef4fb34079f3b28f307ed"
            },
            "downloads": -1,
            "filename": "judo-0.0.14-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "930690cdef9a25e1d1fcad5da6c37ac9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 39108,
            "upload_time": "2023-04-18T19:18:20",
            "upload_time_iso_8601": "2023-04-18T19:18:20.416330Z",
            "url": "https://files.pythonhosted.org/packages/df/9e/2fb6b5538f56c5012c45ad8e525a7ef4223765e1a3a52b17aad16bb8637f/judo-0.0.14-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "60788d3a3895f06b4a1b4711abf5f3f2d5046217a1a7fecfa6871e43f6b7fcc5",
                "md5": "d0a6c1f1bd47568a71e29d91f61fb3dc",
                "sha256": "ada76af987205f25f755171982e2112ec22d952ea5364d10563f3969778730ec"
            },
            "downloads": -1,
            "filename": "judo-0.0.14.tar.gz",
            "has_sig": false,
            "md5_digest": "d0a6c1f1bd47568a71e29d91f61fb3dc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 32696,
            "upload_time": "2023-04-18T19:18:22",
            "upload_time_iso_8601": "2023-04-18T19:18:22.585009Z",
            "url": "https://files.pythonhosted.org/packages/60/78/8d3a3895f06b4a1b4711abf5f3f2d5046217a1a7fecfa6871e43f6b7fcc5/judo-0.0.14.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-18 19:18:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "FragileTech",
    "github_project": "judo",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "judo"
}
        
Elapsed time: 0.16158s