datadivr

View on PyPIReverse Dependencies (0)

0.3 datadivr-0.3-py3-none-any.whl

Wheel Details

Project: datadivr
Version: 0.3
Filename: datadivr-0.3-py3-none-any.whl
Download: [link]
Size: 30042
MD5: 1963a859f94e3eb1e663f181c0a90cd5
SHA256: e91810aa53724149da90c894f394266444924c425130abbb8dec6fa40d3af5b7
Uploaded: 2025-01-23 13:49:19 +0000

dist-info

METADATA

Metadata-Version: 2.2
Name: datadivr
Version: 0.3
Summary: datadivr backend and toolset.
Author-Email: phfr <philipp[at]lbi-netmed.com>
Project-Url: Homepage, https://menchelab.github.io/datadivr/
Project-Url: Repository, https://github.com/menchelab/datadivr
Project-Url: Documentation, https://menchelab.github.io/datadivr/
Keywords: python
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: <4.0,>=3.10
Requires-Dist: fastapi (>=0.115.4)
Requires-Dist: prompt-toolkit (>=3.0.48)
Requires-Dist: rich (>=13.9.4)
Requires-Dist: typer (>=0.13.0)
Requires-Dist: uvicorn (>=0.32.0)
Requires-Dist: websockets (>=13.1)
Requires-Dist: pydantic (>=2.0.0)
Requires-Dist: structlog (>=23.1.0)
Requires-Dist: numpy (>=2.0.2)
Requires-Dist: orjson (>=3.10.11)
Requires-Dist: plotly (>=5.24.1)
Requires-Dist: pillow (>=11.0.0)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 1202 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.8.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
datadivr/__init__.py sha256=0y6VYM8ovjErxWsOQG2sR_YTNLoxKMxRVNkfONoRMv8 344
datadivr/cli.py sha256=lLKKN8LUVHw1HwnDAxBmg81E00ONKm3x1GXIqISsqes 780
datadivr/exceptions.py sha256=_J4BGBf_NHZAbG0CuVXWODi5JIh2u0rERxItsNjCHu8 2182
datadivr/calc/__init__.py sha256=VUrGjNaleySnnFucxjqL5iOkrqKQ6__uXaTDSmwTTi0 154
datadivr/calc/sample_data.py sha256=pdOLLeC2CULu1eLuAQ64iGoLDesGYimT7KSYeozaafw 5051
datadivr/commandlineinterface/__init__.py sha256=2-ORdKGeQSeI1eczRx0c6UAV3NHpiPk-txIuuQcrRW8 32
datadivr/commandlineinterface/client.py sha256=YoMjAkGburn31Ou8ACQb8JoMZVba5_EsiYmlw9EJek8 2796
datadivr/commandlineinterface/server.py sha256=2UyrPN6BxOrKsEtiLC1be9xJ0PQl-nPvmTPZvbCDEUc 1093
datadivr/handlers/__init__.py sha256=ygVoD_bFcB9Z1sPwDH7sUSwIDQKnDOQd_xn2XTKtA38 485
datadivr/handlers/custom_handlers.py sha256=xgFGogPcDVaMBMXlkNlNIXx-Y6IOVBG6m-Vy8tWiOUo 2309
datadivr/handlers/registry.py sha256=aL58U8VsIAD70WBCQBPGMNL93pamtTBuK2oGty4eSVU 2251
datadivr/handlers/builtin/__init__.py sha256=hhrRPCTDRWk0_xfcXwMGvr8mgNgSdr50qt51wrFinaI 33
datadivr/handlers/builtin/sum_handler.py sha256=t_lvXH9bjipl7ohWyYD8ky-AdNZzIPIm9xo0ijxv1gg 2260
datadivr/project/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
datadivr/project/json.py sha256=0QLu3mlP-7UYquAnWMWlvFCl0H72i1v2YWOsnLaB1sM 1432
datadivr/project/model.py sha256=EaFHaNl6paUh01XEk5l3MqoGP9Hkvkg22hpQqPi4Maw 22845
datadivr/project/project_manager.py sha256=Na2EzZkegw_L4bqap_v6VwEAmjKKoXvm7kBEWF3RDCQ 550
datadivr/project/textures.py sha256=Mm5tWW4ChHo4lb1f30P0uoEYdB1XRo1eItGbgySzYO0 3967
datadivr/transport/__init__.py sha256=-cLhK4kCNybymU_PcQ7pXq9rTWKZUNjqWUie6u5nEyk 288
datadivr/transport/client.py sha256=OlC48zMbF9m090pZ9ql9jeEXhZNfHMg7hPwheYQvk2s 5492
datadivr/transport/messages.py sha256=_iC8evYV_e9VFc7sYz-rstGc5Pbs8-F783Kx8oKOVLo 1486
datadivr/transport/models.py sha256=lkHGLQsdtinVVXh7CO9C7jxBiQ6iI4SYDGtai5SwSlg 1673
datadivr/transport/server.py sha256=MhE_3YLP72UdgSFYVLnRnLtHOCjimr0Tb4hU57C1lzA 5716
datadivr/transport/web_server.py sha256=sFpSQ1aaYZbA4PCit9rpVyLGCIdCF5FEXSisYXvvUv4 1918
datadivr/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
datadivr/utils/logging.py sha256=qEd033R-UkKPXDrVV_sNDmxMrmzOn4tGPesIEWhRs4Q 2843
datadivr/viz/__init__.py sha256=rlDpvmXf2sonN4rfmNVC6w-4teqVDLLOevMeIwk-4uA 125
datadivr/viz/plotly.py sha256=hE8B4QrsXn1UM5Py42fcMbBXKz6NuPPjsrz_nXqg1qw 5821
datadivr-0.3.dist-info/LICENSE sha256=oHLlXJ9ZHdRGilx_RIpFe9PBcxLAPPyERxIqWSP3Of4 1062
datadivr-0.3.dist-info/METADATA sha256=1S1sW8_Wni29ykLJNRpCOAWSHaMlrOWYBb6D1KO_sRw 2419
datadivr-0.3.dist-info/WHEEL sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8 91
datadivr-0.3.dist-info/entry_points.txt sha256=SCZN_ZvmZ9U43KPy6mUYeMCYgyeeW6WmynJkfP4-U5U 50
datadivr-0.3.dist-info/top_level.txt sha256=qEb5tlO3ZX9O94W9zi1Y0EJ4O1f-3o5pXAG8KRaGLw8 9
datadivr-0.3.dist-info/RECORD

top_level.txt

datadivr

entry_points.txt

datadivr = datadivr.cli:app_cli