insdc-benchmarking-schema


Nameinsdc-benchmarking-schema JSON
Version 1.2.0 PyPI version JSON
download
home_pagehttps://github.com/AustralianBioCommons/insdc-benchmarking-schema
SummaryJSON schema and validation for INSDC benchmarking results
upload_time2025-10-16 11:37:57
maintainerNone
docs_urlNone
authorAustralian BioCommons
requires_python<4.0,>=3.9
licenseApache-2.0
keywords insdc benchmarking genomics data-transfer
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # INSDC Benchmarking Schema

Python package providing JSON schema and validation for INSDC benchmarking results.

## Installation

```bash
pip install insdc-benchmarking-schema
```

## Quick Start

```python
from insdc_benchmarking_schema import BenchmarkResult

result = BenchmarkResult(
    timestamp="2025-01-15T14:30:00Z",
    site="nci",
    protocol="globus",
    repository="ENA",
    dataset_id="SRR12345678",
    duration_sec=42.7,
    file_size_bytes=104857600,
    average_speed_mbps=950.5,
    status="success",
    checksum_md5="d41d8cd98f00b204e9800998ecf8427e"
)

print(result.model_dump_json(indent=2))
```

See full documentation in the repository.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/AustralianBioCommons/insdc-benchmarking-schema",
    "name": "insdc-benchmarking-schema",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": "insdc, benchmarking, genomics, data-transfer",
    "author": "Australian BioCommons",
    "author_email": "guerdon@biocommons.org.au",
    "download_url": "https://files.pythonhosted.org/packages/15/2f/3cf95120b31d234ab1232f171bcffa9845d0dd452b966b7d53ef2b6f180f/insdc_benchmarking_schema-1.2.0.tar.gz",
    "platform": null,
    "description": "# INSDC Benchmarking Schema\n\nPython package providing JSON schema and validation for INSDC benchmarking results.\n\n## Installation\n\n```bash\npip install insdc-benchmarking-schema\n```\n\n## Quick Start\n\n```python\nfrom insdc_benchmarking_schema import BenchmarkResult\n\nresult = BenchmarkResult(\n    timestamp=\"2025-01-15T14:30:00Z\",\n    site=\"nci\",\n    protocol=\"globus\",\n    repository=\"ENA\",\n    dataset_id=\"SRR12345678\",\n    duration_sec=42.7,\n    file_size_bytes=104857600,\n    average_speed_mbps=950.5,\n    status=\"success\",\n    checksum_md5=\"d41d8cd98f00b204e9800998ecf8427e\"\n)\n\nprint(result.model_dump_json(indent=2))\n```\n\nSee full documentation in the repository.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "JSON schema and validation for INSDC benchmarking results",
    "version": "1.2.0",
    "project_urls": {
        "Homepage": "https://github.com/AustralianBioCommons/insdc-benchmarking-schema",
        "Repository": "https://github.com/AustralianBioCommons/insdc-benchmarking-schema"
    },
    "split_keywords": [
        "insdc",
        " benchmarking",
        " genomics",
        " data-transfer"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "864ef4e5103141d8617eeec34b7c674a2677799baba07f67f3669987317f9098",
                "md5": "c9d2bf3777d96d1dcb53ae538bdeccf6",
                "sha256": "29cb5f7979d6c848f3e280f0f6cda787a6f636236a64c8c054b145ccc86386f3"
            },
            "downloads": -1,
            "filename": "insdc_benchmarking_schema-1.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c9d2bf3777d96d1dcb53ae538bdeccf6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 10577,
            "upload_time": "2025-10-16T11:37:55",
            "upload_time_iso_8601": "2025-10-16T11:37:55.711538Z",
            "url": "https://files.pythonhosted.org/packages/86/4e/f4e5103141d8617eeec34b7c674a2677799baba07f67f3669987317f9098/insdc_benchmarking_schema-1.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "152f3cf95120b31d234ab1232f171bcffa9845d0dd452b966b7d53ef2b6f180f",
                "md5": "398be73f5a105ae6fe97433f7668e3f6",
                "sha256": "852488b564b5563aed7ef1a8be304236ef90c7193d2efeb9a7a9fc533c70d699"
            },
            "downloads": -1,
            "filename": "insdc_benchmarking_schema-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "398be73f5a105ae6fe97433f7668e3f6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 7722,
            "upload_time": "2025-10-16T11:37:57",
            "upload_time_iso_8601": "2025-10-16T11:37:57.065884Z",
            "url": "https://files.pythonhosted.org/packages/15/2f/3cf95120b31d234ab1232f171bcffa9845d0dd452b966b7d53ef2b6f180f/insdc_benchmarking_schema-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-16 11:37:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AustralianBioCommons",
    "github_project": "insdc-benchmarking-schema",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "insdc-benchmarking-schema"
}
        
Elapsed time: 0.97631s