iri-client 0.1.4

Rust client and Python bindings for the NERSC IRI API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
version = 1
revision = 3
requires-python = ">=3.9"

[[package]]
name = "iri-client"
source = { editable = "." }

[package.dev-dependencies]
dev = [
    { name = "iri-client" },
]

[package.metadata]

[package.metadata.requires-dev]
dev = [{ name = "iri-client", editable = "." }]