webgestaltpy 0.1.1__cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl → 0.3.0__cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of webgestaltpy might be problematic. Click here for more details.
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.3
|
|
2
2
|
Name: WebGestaltPy
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.0
|
|
4
4
|
Classifier: Programming Language :: Rust
|
|
5
5
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
6
6
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
@@ -30,11 +30,13 @@ pip install webgestaltpy
|
|
|
30
30
|
WebGestaltPy uses [maturin](https://www.maturin.rs) and [rye](https://rye-up.com) to build the full project. To build WebGestaltPy, run the following commands
|
|
31
31
|
|
|
32
32
|
```bash
|
|
33
|
+
git clone https://github.com/bzhanglab/webgestaltpy.git
|
|
34
|
+
cd webgestaltpy
|
|
33
35
|
rye sync # download correct python version and install dependencies
|
|
34
36
|
rye tools install maturin
|
|
35
37
|
rye run python -m ensurepip --default-pip # makes sure maturin can run correctly
|
|
36
38
|
rye shell # initialize shell so the python command executes the local version
|
|
37
|
-
maturin develop #
|
|
39
|
+
maturin develop # add -r to build and install the full release version of the rust library.
|
|
38
40
|
python test.py # run the test script
|
|
39
41
|
```
|
|
40
42
|
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
WebGestaltPy-0.3.0.dist-info/METADATA,sha256=Vtfw9rfLPgVRWtJ2QaEu8mg6vuFWmV2d_-5bFeC_tBg,1488
|
|
2
|
+
WebGestaltPy-0.3.0.dist-info/WHEEL,sha256=CYNtGNLnwEYh38xfbG9Lq2L1mwZqC7pi2SqTXImo-28,125
|
|
3
|
+
webgestaltpy/__init__.py,sha256=PaTxMdW2SyWnB3IZ94Cgb1EGw7KaMwAQOUnvVvh6HIE,131
|
|
4
|
+
webgestaltpy/webgestaltpy.cpython-39-s390x-linux-gnu.so,sha256=4bmISgObPnBNkSxDd_YirpfIfNSemIOY9NaJJ8w2CV0,1715416
|
|
5
|
+
WebGestaltPy-0.3.0.dist-info/RECORD,,
|
|
Binary file
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
WebGestaltPy-0.1.1.dist-info/METADATA,sha256=Yk-a7vp71iM4m2aLGSpHSYI8Qfw8BNg62l9UfCa5Oqk,1409
|
|
2
|
-
WebGestaltPy-0.1.1.dist-info/WHEEL,sha256=dcgYOc79xfLnrEJ6mdJbcGx7IE1xCKQj82RiKFVs_dI,125
|
|
3
|
-
webgestaltpy/__init__.py,sha256=PaTxMdW2SyWnB3IZ94Cgb1EGw7KaMwAQOUnvVvh6HIE,131
|
|
4
|
-
webgestaltpy/webgestaltpy.cpython-39-s390x-linux-gnu.so,sha256=JXAg9C6kKj9kLkGmcXDEPoR94NZ576ra1bIeBkGrlMQ,6268760
|
|
5
|
-
WebGestaltPy-0.1.1.dist-info/RECORD,,
|