mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Rename pyo3 directory to python
Also update the crate's name.
This commit is contained in:
@@ -99,7 +99,7 @@ jobs:
|
||||
|
||||
- name: Build the Python wrapper
|
||||
shell: bash
|
||||
working-directory: pyo3
|
||||
working-directory: python
|
||||
run: |
|
||||
python -m venv .venv
|
||||
|
||||
|
||||
Generated
+1
-1
@@ -598,7 +598,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "libloot_pyo3"
|
||||
name = "libloot_python"
|
||||
version = "0.26.0"
|
||||
dependencies = [
|
||||
"libloot",
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@ parameterized-test = { path = "./parameterized-test" }
|
||||
tempfile = "3.17.1"
|
||||
|
||||
[workspace]
|
||||
members = ["cxx", "ffi-errors", "nodejs", "parameterized-test", "pyo3"]
|
||||
members = ["cxx", "ffi-errors", "nodejs", "parameterized-test", "python"]
|
||||
|
||||
[workspace.dependencies]
|
||||
esplugin = "6.1.2"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
This is an **experimental** reimplementation of [libloot](https://github.com/loot/libloot) using Rust instead of C++, that should match libloot v0.26.0.
|
||||
|
||||
See the `cxx` and `pyo3` subdirectories for C++ and Python wrappers respectively.
|
||||
See the `cxx` and `python` subdirectories for C++ and Python wrappers respectively.
|
||||
|
||||
Expect:
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "libloot_pyo3"
|
||||
name = "libloot_python"
|
||||
version = "0.26.0"
|
||||
edition = "2024"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# libloot-pyo3
|
||||
# libloot-python
|
||||
|
||||
An **experimental** Python wrapper around the libloot Rust implementation, built using [PyO3](https://pyo3.rs).
|
||||
|
||||
Reference in New Issue
Block a user