datum


Namedatum JSON
Version 1.11.0 PyPI version JSON
download
home_pagehttps://github.com/openagi/datum
SummaryDatum provides APIs to create tfrecord daatsets and read tfrecord as tf.data.Datasets
upload_time2024-04-28 10:24:16
maintainerNone
docs_urlNone
authorOpenAGI
requires_python>=3.9
licenseApache 2.0
keywords datum tensorflow tf.data datasets tfrecord
VCS
bugtrack_url
requirements tensorflow opencv-python absl-py tqdm wrapt pytest pytest-cov pytest-xdist coverage yapf docformatter isort mypy pylint pycodestyle
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Datum provides APIs to create tfrecord daatsets and read tfrecord as tf.data.Datasets
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/openagi/datum",
    "name": "datum",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "datum tensorflow tf.data datasets tfrecord",
    "author": "OpenAGI",
    "author_email": "maintainer@openagi.io",
    "download_url": "https://files.pythonhosted.org/packages/92/43/5145fb539733aa645dc3ed137514bc12bf9c48886db088f54b7b8fa88c2e/datum-1.11.0.tar.gz",
    "platform": null,
    "description": "Datum provides APIs to create tfrecord daatsets and read tfrecord as tf.data.Datasets",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Datum provides APIs to create tfrecord daatsets and read tfrecord as tf.data.Datasets",
    "version": "1.11.0",
    "project_urls": {
        "Download": "https://github.com/openagi/datum/tags",
        "Homepage": "https://github.com/openagi/datum"
    },
    "split_keywords": [
        "datum",
        "tensorflow",
        "tf.data",
        "datasets",
        "tfrecord"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92435145fb539733aa645dc3ed137514bc12bf9c48886db088f54b7b8fa88c2e",
                "md5": "5d3f2bd56bccd34eff821b818b5e3439",
                "sha256": "09928dd8b4c37700152e6d80e280a634ce8d5c3d95ef7387b671f39d2d6b8d67"
            },
            "downloads": -1,
            "filename": "datum-1.11.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5d3f2bd56bccd34eff821b818b5e3439",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 45558,
            "upload_time": "2024-04-28T10:24:16",
            "upload_time_iso_8601": "2024-04-28T10:24:16.398087Z",
            "url": "https://files.pythonhosted.org/packages/92/43/5145fb539733aa645dc3ed137514bc12bf9c48886db088f54b7b8fa88c2e/datum-1.11.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-28 10:24:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "openagi",
    "github_project": "datum",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "tensorflow",
            "specs": [
                [
                    "<",
                    "2.17"
                ]
            ]
        },
        {
            "name": "opencv-python",
            "specs": [
                [
                    "==",
                    "4.5.*"
                ]
            ]
        },
        {
            "name": "absl-py",
            "specs": [
                [
                    ">=",
                    "0.10"
                ]
            ]
        },
        {
            "name": "tqdm",
            "specs": [
                [
                    ">=",
                    "4.39.0"
                ]
            ]
        },
        {
            "name": "wrapt",
            "specs": [
                [
                    "==",
                    "1.14.1"
                ]
            ]
        },
        {
            "name": "pytest",
            "specs": [
                [
                    "==",
                    "7.4.3"
                ]
            ]
        },
        {
            "name": "pytest-cov",
            "specs": [
                [
                    "==",
                    "4.1.0"
                ]
            ]
        },
        {
            "name": "pytest-xdist",
            "specs": [
                [
                    "==",
                    "3.4.0"
                ]
            ]
        },
        {
            "name": "coverage",
            "specs": [
                [
                    "==",
                    "7.3.2"
                ]
            ]
        },
        {
            "name": "yapf",
            "specs": [
                [
                    "==",
                    "0.40.2"
                ]
            ]
        },
        {
            "name": "docformatter",
            "specs": [
                [
                    "==",
                    "1.7.5"
                ]
            ]
        },
        {
            "name": "isort",
            "specs": [
                [
                    "==",
                    "5.12.0"
                ]
            ]
        },
        {
            "name": "mypy",
            "specs": [
                [
                    "==",
                    "1.7.0"
                ]
            ]
        },
        {
            "name": "pylint",
            "specs": [
                [
                    "==",
                    "3.0.2"
                ]
            ]
        },
        {
            "name": "pycodestyle",
            "specs": [
                [
                    "==",
                    "2.11.1"
                ]
            ]
        }
    ],
    "lcname": "datum"
}
        
Elapsed time: 0.27579s