blob: d2a6cef3c90a1dd9f0a1c128d63252dc27fd08a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
pkgbase = marimo
pkgdesc = A reactive Python notebook that's reproducible, git-friendly, and deployable as scripts or apps
pkgver = 0.14.8
pkgrel = 1
url = https://marimo.io/
arch = any
license = Apache-2.0
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-hatch
depends = python-click>=8.0
depends = python-click<9
depends = python-jedi>=0.18.0
depends = python-markdown>=3.4
depends = python-markdown<4
depends = python-pymdown-extensions>=10.11.2
depends = python-pymdown-extensions<11
depends = python-pygments>=2.13
depends = python-pygments<3
depends = python-tomlkit>=0.12.0
depends = python-yaml>=6.0
depends = uvicorn>=0.22.0
depends = python-starlette>=0.26.1
depends = python-websockets>=10.0.0
depends = python-loro>=1.5.0
depends = python-docutils>=0.16.0
depends = python-psutil>=5.0
depends = python-itsdangerous>=2.0.0
depends = python-narwhals>=1.12.0
depends = python-packaging
optdepends = jupyter-nbformat: Export as IPYNB
optdepends = python-altair: Plotting in datasource viewer
optdepends = python-duckdb: SQL cells support
optdepends = python-openai: AI features
optdepends = python-polars: SQL output back in Python
optdepends = python-sqlglot: SQL cells parsing
optdepends = ruff: Formatting
options = !debug
source = https://files.pythonhosted.org/packages/source/m/marimo/marimo-0.14.8.tar.gz
sha256sums = 05ff02baf0516484b565c1573cc22589d211e6a05f01df59fc95ae3ed9fff9c6
pkgname = marimo
|