You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -47,7 +47,7 @@ Ontologies fetched from a URL often declare a different, usually versioned, onto
47
47
48
48
- Install from crates.io with `cargo install --locked ontoenv-cli`
49
49
- From a local checkout, run `cargo install --path cli --locked` to build the current workspace
50
-
- Install via PyPI with `pip install pyontoenv` to get the CLI together with the Python bindings
50
+
- Install via PyPI with `pip install ontoenv` to get the CLI together with the Python bindings
51
51
- Download a binary from the [Releases](https://github.com/gtfierro/ontoenv-rs/releases) tab
52
52
53
53
### Usage
@@ -151,11 +151,11 @@ Notes:
151
151
-`ontoenv list missing` — missing imports (i.e. not found in environment); add `--json` for JSON array
152
152
-`ontoenv why <IRI> [<IRI> ...]` — show who imports the given ontology as paths; add `--json` to emit a single JSON document mapping each IRI to path arrays
153
153
154
-
## Python API (`pyontoenv`)
154
+
## Python API (`ontoenv`)
155
155
156
156
##### Installation
157
157
158
-
`pip install pyontoenv` (requires Python 3.9+; prebuilt wheels ship for common platforms. Building from source needs a Rust toolchain.)
158
+
`pip install ontoenv` (requires Python 3.9+; prebuilt wheels ship for common platforms. Building from source needs a Rust toolchain.)
This is a lightweight wrapper that depends on the main `ontoenv` wheel and re-exports its public API so that existing `pip install pyontoenv` workflows continue to function.
4
+
5
+
It contains no additional functionality beyond importing `ontoenv`.
0 commit comments