prexsyn-engine 0.1.1.dev3__tar.gz → 0.1.1.dev4__tar.gz
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.
- {prexsyn_engine-0.1.1.dev3 → prexsyn_engine-0.1.1.dev4}/PKG-INFO +3 -4
- {prexsyn_engine-0.1.1.dev3 → prexsyn_engine-0.1.1.dev4}/README.md +2 -3
- {prexsyn_engine-0.1.1.dev3 → prexsyn_engine-0.1.1.dev4}/prexsyn_engine/__init__.py +1 -1
- {prexsyn_engine-0.1.1.dev3 → prexsyn_engine-0.1.1.dev4}/prexsyn_engine.egg-info/PKG-INFO +3 -4
- {prexsyn_engine-0.1.1.dev3 → prexsyn_engine-0.1.1.dev4}/LICENSE +0 -0
- {prexsyn_engine-0.1.1.dev3 → prexsyn_engine-0.1.1.dev4}/prexsyn_engine.egg-info/SOURCES.txt +0 -0
- {prexsyn_engine-0.1.1.dev3 → prexsyn_engine-0.1.1.dev4}/prexsyn_engine.egg-info/dependency_links.txt +0 -0
- {prexsyn_engine-0.1.1.dev3 → prexsyn_engine-0.1.1.dev4}/prexsyn_engine.egg-info/top_level.txt +0 -0
- {prexsyn_engine-0.1.1.dev3 → prexsyn_engine-0.1.1.dev4}/pyproject.toml +0 -0
- {prexsyn_engine-0.1.1.dev3 → prexsyn_engine-0.1.1.dev4}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: prexsyn-engine
|
|
3
|
-
Version: 0.1.1.
|
|
3
|
+
Version: 0.1.1.dev4
|
|
4
4
|
Author-email: Shitong Luo <luost26@gmail.com>
|
|
5
5
|
Requires-Python: >=3.11
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -11,12 +11,11 @@ Dynamic: license-file
|
|
|
11
11
|
|
|
12
12
|
[](https://github.com/luost26/prexsyn-engine/actions/workflows/test.yml)
|
|
13
13
|
[](https://github.com/luost26/prexsyn-engine/actions/workflows/build-conda.yml)
|
|
14
|
-
[](https://github.com/luost26/prexsyn-engine/actions/workflows/publish-conda.yml)
|
|
15
14
|
[](https://anaconda.org/luost26/prexsyn-engine)
|
|
16
15
|
[](https://anaconda.org/luost26/prexsyn-engine)
|
|
17
16
|

|
|
18
17
|
|
|
19
|
-
PrexSyn Engine is the C++ backend library for [PrexSyn](https://github.com/luost26/
|
|
18
|
+
PrexSyn Engine is the C++ backend library for [PrexSyn](https://github.com/luost26/prexsyn). It provides a high-throughput data pipeline that generates synthetic pathways annotated with molecular properties to train PrexSyn models. It also includes a fast detokenizer for reconstructing synthetic pathways and product molecules from model outputs.
|
|
20
19
|
|
|
21
20
|
|
|
22
21
|
## Installation & Usage
|
|
@@ -27,4 +26,4 @@ PrexSyn Engine can only be installed via Conda. To install, run the following co
|
|
|
27
26
|
conda install luost26::prexsyn-engine
|
|
28
27
|
```
|
|
29
28
|
|
|
30
|
-
Please refer to the [PrexSyn repository](https://github.com/luost26/
|
|
29
|
+
Please refer to the [documentation](https://prexsyn.readthedocs.io/en/latest/prexsyn-engine/) and [PrexSyn repository](https://github.com/luost26/prexsyn) for usage instructions.
|
|
@@ -2,12 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://github.com/luost26/prexsyn-engine/actions/workflows/test.yml)
|
|
4
4
|
[](https://github.com/luost26/prexsyn-engine/actions/workflows/build-conda.yml)
|
|
5
|
-
[](https://github.com/luost26/prexsyn-engine/actions/workflows/publish-conda.yml)
|
|
6
5
|
[](https://anaconda.org/luost26/prexsyn-engine)
|
|
7
6
|
[](https://anaconda.org/luost26/prexsyn-engine)
|
|
8
7
|

|
|
9
8
|
|
|
10
|
-
PrexSyn Engine is the C++ backend library for [PrexSyn](https://github.com/luost26/
|
|
9
|
+
PrexSyn Engine is the C++ backend library for [PrexSyn](https://github.com/luost26/prexsyn). It provides a high-throughput data pipeline that generates synthetic pathways annotated with molecular properties to train PrexSyn models. It also includes a fast detokenizer for reconstructing synthetic pathways and product molecules from model outputs.
|
|
11
10
|
|
|
12
11
|
|
|
13
12
|
## Installation & Usage
|
|
@@ -18,4 +17,4 @@ PrexSyn Engine can only be installed via Conda. To install, run the following co
|
|
|
18
17
|
conda install luost26::prexsyn-engine
|
|
19
18
|
```
|
|
20
19
|
|
|
21
|
-
Please refer to the [PrexSyn repository](https://github.com/luost26/
|
|
20
|
+
Please refer to the [documentation](https://prexsyn.readthedocs.io/en/latest/prexsyn-engine/) and [PrexSyn repository](https://github.com/luost26/prexsyn) for usage instructions.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: prexsyn-engine
|
|
3
|
-
Version: 0.1.1.
|
|
3
|
+
Version: 0.1.1.dev4
|
|
4
4
|
Author-email: Shitong Luo <luost26@gmail.com>
|
|
5
5
|
Requires-Python: >=3.11
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -11,12 +11,11 @@ Dynamic: license-file
|
|
|
11
11
|
|
|
12
12
|
[](https://github.com/luost26/prexsyn-engine/actions/workflows/test.yml)
|
|
13
13
|
[](https://github.com/luost26/prexsyn-engine/actions/workflows/build-conda.yml)
|
|
14
|
-
[](https://github.com/luost26/prexsyn-engine/actions/workflows/publish-conda.yml)
|
|
15
14
|
[](https://anaconda.org/luost26/prexsyn-engine)
|
|
16
15
|
[](https://anaconda.org/luost26/prexsyn-engine)
|
|
17
16
|

|
|
18
17
|
|
|
19
|
-
PrexSyn Engine is the C++ backend library for [PrexSyn](https://github.com/luost26/
|
|
18
|
+
PrexSyn Engine is the C++ backend library for [PrexSyn](https://github.com/luost26/prexsyn). It provides a high-throughput data pipeline that generates synthetic pathways annotated with molecular properties to train PrexSyn models. It also includes a fast detokenizer for reconstructing synthetic pathways and product molecules from model outputs.
|
|
20
19
|
|
|
21
20
|
|
|
22
21
|
## Installation & Usage
|
|
@@ -27,4 +26,4 @@ PrexSyn Engine can only be installed via Conda. To install, run the following co
|
|
|
27
26
|
conda install luost26::prexsyn-engine
|
|
28
27
|
```
|
|
29
28
|
|
|
30
|
-
Please refer to the [PrexSyn repository](https://github.com/luost26/
|
|
29
|
+
Please refer to the [documentation](https://prexsyn.readthedocs.io/en/latest/prexsyn-engine/) and [PrexSyn repository](https://github.com/luost26/prexsyn) for usage instructions.
|
|
File without changes
|
|
File without changes
|
{prexsyn_engine-0.1.1.dev3 → prexsyn_engine-0.1.1.dev4}/prexsyn_engine.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{prexsyn_engine-0.1.1.dev3 → prexsyn_engine-0.1.1.dev4}/prexsyn_engine.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|