keramics-python 0.0.0

Keramics Python bindings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[tox]
envlist = py3{9,10,11,12,13,14}

[testenv]
usedevelop = True
pip_pre = True
deps =
    build
    pip >= 21.3
    pytest >= 3.5.0
    setuptools >= 65
    setuptools_rust ~= 1.0.0
    wheel
commands =
    python -m build --no-isolation --outdir=dist --wheel
    python -m pip install --no-index --find-links=dist pykeramics
    pytest