checkarchivedataset


Namecheckarchivedataset JSON
Version 0.1.0 PyPI version JSON
download
home_page
Summarycheck archive dataset
upload_time2024-01-30 08:26:06
maintainer
docs_urlNone
authorlily
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Function:
Check whether the dataset archived in a folder conforms to specifications.

Usage:
>>> from checkarchivedataset import check_archive_dataset
>>> archive_dir = './test'
>>> check_archive_dataset(archive_dir)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "checkarchivedataset",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "lily",
    "author_email": "2239041944@qq.com",
    "download_url": "",
    "platform": null,
    "description": "Function:\r\nCheck whether the dataset archived in a folder conforms to specifications.\r\n\r\nUsage:\r\n>>> from checkarchivedataset import check_archive_dataset\r\n>>> archive_dir = './test'\r\n>>> check_archive_dataset(archive_dir)\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "check archive dataset",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ede019e310ebfb3cf7ade4d099e5f3414fa92dc07cf044af82f34eac8ad91a4e",
                "md5": "f11c698e38c88dce239994e4d0bce0f2",
                "sha256": "fd8a354d39fba05a337f48bf2d5f96b3533b98163eadf8d2d7fab244f8225443"
            },
            "downloads": -1,
            "filename": "checkarchivedataset-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f11c698e38c88dce239994e4d0bce0f2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4044,
            "upload_time": "2024-01-30T08:26:06",
            "upload_time_iso_8601": "2024-01-30T08:26:06.728064Z",
            "url": "https://files.pythonhosted.org/packages/ed/e0/19e310ebfb3cf7ade4d099e5f3414fa92dc07cf044af82f34eac8ad91a4e/checkarchivedataset-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-30 08:26:06",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "checkarchivedataset"
}
        
Elapsed time: 0.64280s