kosmos-core


Namekosmos-core JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryKoordinations-, Optimierungs- und Simulations-Software für Modulare Quanten-Systeme in 6G Netzwerken
upload_time2025-08-04 10:19:19
maintainerNone
docs_urlNone
authorNone
requires_python>=3.13
licenseNone
keywords api kosmos kosmos-core
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Kosmos

Koordinations-, Optimierungs- und Simulations-Software für Modulare Quanten-Systeme in 6G Netzwerken

Make sure that you have Python version >=3.13

## Installation

### Install from PyPI (when published)

```sh
pip install kosmos
```

### Development Setup

```sh
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
pip install --upgrade pip
pip install -e ".[dev]"
```

## Usage

```sh
python -m kosmos.main
```

### Run tests

```sh
pytest -v
```

### Get test coverage

```sh
coverage run -m pytest tests/ && coverage report -m
```

### Run lint

```sh
ruff check .
```

### Run format

```sh
ruff format .
```

## Building and Publishing

### Build the package

```sh
python -m build
```

### Publish to PyPI

```sh
pip install twine
twine upload dist/*
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "kosmos-core",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.13",
    "maintainer_email": null,
    "keywords": "api, kosmos, kosmos-core",
    "author": null,
    "author_email": "Michael K\u00f6lle <michael.koelle@aignosco.com>",
    "download_url": "https://files.pythonhosted.org/packages/44/3e/c470e94c24590167800bb2f019e2d124ff12e30f4c232bc6a9af8f218e35/kosmos_core-0.1.1.tar.gz",
    "platform": null,
    "description": "# Kosmos\n\nKoordinations-, Optimierungs- und Simulations-Software f\u00fcr Modulare Quanten-Systeme in 6G Netzwerken\n\nMake sure that you have Python version >=3.13\n\n## Installation\n\n### Install from PyPI (when published)\n\n```sh\npip install kosmos\n```\n\n### Development Setup\n\n```sh\npython -m venv venv\nsource venv/bin/activate  # On Windows: venv\\Scripts\\activate\npip install --upgrade pip\npip install -e \".[dev]\"\n```\n\n## Usage\n\n```sh\npython -m kosmos.main\n```\n\n### Run tests\n\n```sh\npytest -v\n```\n\n### Get test coverage\n\n```sh\ncoverage run -m pytest tests/ && coverage report -m\n```\n\n### Run lint\n\n```sh\nruff check .\n```\n\n### Run format\n\n```sh\nruff format .\n```\n\n## Building and Publishing\n\n### Build the package\n\n```sh\npython -m build\n```\n\n### Publish to PyPI\n\n```sh\npip install twine\ntwine upload dist/*\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Koordinations-, Optimierungs- und Simulations-Software f\u00fcr Modulare Quanten-Systeme in 6G Netzwerken",
    "version": "0.1.1",
    "project_urls": null,
    "split_keywords": [
        "api",
        " kosmos",
        " kosmos-core"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "777d16439bf3f1d7552f03af0770dafec3f83e4ce32ffc5bbd5dc976ff1a9488",
                "md5": "4b99c472fbec0ed47cdae53e6afb95b6",
                "sha256": "148389723fb7c40bbd8185b1bc45b51557eb6d7640fe07d8ed1a231296b7d8ad"
            },
            "downloads": -1,
            "filename": "kosmos_core-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4b99c472fbec0ed47cdae53e6afb95b6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.13",
            "size": 3264,
            "upload_time": "2025-08-04T10:19:17",
            "upload_time_iso_8601": "2025-08-04T10:19:17.013996Z",
            "url": "https://files.pythonhosted.org/packages/77/7d/16439bf3f1d7552f03af0770dafec3f83e4ce32ffc5bbd5dc976ff1a9488/kosmos_core-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "443ec470e94c24590167800bb2f019e2d124ff12e30f4c232bc6a9af8f218e35",
                "md5": "c4efffadc661484e0a5ae12cc120a185",
                "sha256": "fa0e02588b2a84590b83d432435ac1e542933a9c33fb4c90e2971a698f23aba6"
            },
            "downloads": -1,
            "filename": "kosmos_core-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c4efffadc661484e0a5ae12cc120a185",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.13",
            "size": 3518,
            "upload_time": "2025-08-04T10:19:19",
            "upload_time_iso_8601": "2025-08-04T10:19:19.439021Z",
            "url": "https://files.pythonhosted.org/packages/44/3e/c470e94c24590167800bb2f019e2d124ff12e30f4c232bc6a9af8f218e35/kosmos_core-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-04 10:19:19",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "kosmos-core"
}
        
Elapsed time: 0.40254s