planqk-commons


Nameplanqk-commons JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://gitlab.com/planqk-foss/planqk-commons
SummarySet of common utilities and classes to boost development of quantum computing applications using the PlanQK Platform.
upload_time2024-12-12 10:55:08
maintainerNone
docs_urlNone
authorKipu Quantum GmbH
requires_python>=3.9
licenseapache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # planqk-commons

Set of common utilities and classes to boost development of quantum computing applications using the PlanQK Platform.

## Development

### Setup

```bash
conda env create -f environment.yml
conda activate planqk-commons
```

### Run tests

```bash
pytest
```

## License

Apache-2.0 | Copyright 2024 Kipu Quantum GmbH

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/planqk-foss/planqk-commons",
    "name": "planqk-commons",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Kipu Quantum GmbH",
    "author_email": "info@kipu-quantum.com",
    "download_url": "https://files.pythonhosted.org/packages/06/7e/438fdeb8871fa6b9d6a6576196dc3cf3fe06eefc61ab2a558b9bd7f2450d/planqk_commons-1.1.0.tar.gz",
    "platform": null,
    "description": "# planqk-commons\n\nSet of common utilities and classes to boost development of quantum computing applications using the PlanQK Platform.\n\n## Development\n\n### Setup\n\n```bash\nconda env create -f environment.yml\nconda activate planqk-commons\n```\n\n### Run tests\n\n```bash\npytest\n```\n\n## License\n\nApache-2.0 | Copyright 2024 Kipu Quantum GmbH\n",
    "bugtrack_url": null,
    "license": "apache-2.0",
    "summary": "Set of common utilities and classes to boost development of quantum computing applications using the PlanQK Platform.",
    "version": "1.1.0",
    "project_urls": {
        "Homepage": "https://gitlab.com/planqk-foss/planqk-commons"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "20443b0a6ec45024c7d833f569817bd4cb688c587b87de4859a03e8ea16119c1",
                "md5": "5ed1dd61d83ec0f32eed4e99d02240aa",
                "sha256": "b56cb075cbff5dca771eca6da9839e0871936bcc81ef1e3eeeb9c2d2e8f116cd"
            },
            "downloads": -1,
            "filename": "planqk_commons-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5ed1dd61d83ec0f32eed4e99d02240aa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 12545,
            "upload_time": "2024-12-12T10:55:07",
            "upload_time_iso_8601": "2024-12-12T10:55:07.584659Z",
            "url": "https://files.pythonhosted.org/packages/20/44/3b0a6ec45024c7d833f569817bd4cb688c587b87de4859a03e8ea16119c1/planqk_commons-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "067e438fdeb8871fa6b9d6a6576196dc3cf3fe06eefc61ab2a558b9bd7f2450d",
                "md5": "077b22b798bcc55e99ae189a5f9bd48f",
                "sha256": "d7e26dc675f6d4dff1a4077c6e6c3ea46987b0969633d54c9180a7ba5acdb9d9"
            },
            "downloads": -1,
            "filename": "planqk_commons-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "077b22b798bcc55e99ae189a5f9bd48f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 10453,
            "upload_time": "2024-12-12T10:55:08",
            "upload_time_iso_8601": "2024-12-12T10:55:08.591213Z",
            "url": "https://files.pythonhosted.org/packages/06/7e/438fdeb8871fa6b9d6a6576196dc3cf3fe06eefc61ab2a558b9bd7f2450d/planqk_commons-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-12 10:55:08",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "planqk-foss",
    "gitlab_project": "planqk-commons",
    "lcname": "planqk-commons"
}
        
Elapsed time: 0.46197s