Koordinations-, Optimierungs- und Simulations-Software für Modulare Quanten-Systeme in 6G Netzwerken
Project description
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)
pip install kosmos-core
Development Setup
Create virtual environment
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install --upgrade pip
Install dependencies
pip install -r requirements.txt
Run (usually not necessary for a package, since only functions get imported)
python -m kosmos.main
Run tests
pytest -v
Get test coverage
python -m pytest --cov=kosmos --cov-report=term-missing -q
or as HTML
python -m pytest --cov=kosmos --cov-report=html -q
Run lint
ruff check .
Run format
ruff format .
Building and Publishing
Build the package
python -m build
Publish to PyPI
pip install twine
twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kosmos_core-0.2.0.tar.gz
(3.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kosmos_core-0.2.0.tar.gz.
File metadata
- Download URL: kosmos_core-0.2.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73253279be3c484b4b68bbd81d263cfe96d88443b6f3de6140fdcc69f3cadd1d
|
|
| MD5 |
e7a6301237d32e309215b474950264f8
|
|
| BLAKE2b-256 |
7211afaf7f7654093e6cf0e990856491bd0e87a4f90295a9bdc0825298910af4
|
File details
Details for the file kosmos_core-0.2.0-py3-none-any.whl.
File metadata
- Download URL: kosmos_core-0.2.0-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54616ac6e2fb406181f259c5c6a60a252580e312da8231caf569e1bf7c936738
|
|
| MD5 |
7560ffff51e82e96dce2af4c513efb18
|
|
| BLAKE2b-256 |
e5194da0f7b9c0532aa5f07c1833ad40a5254c5f54a39f2f8e92cc744b970d03
|