cpp-pd-code-simplify-interface 0.1.4__py3-none-any.whl → 0.1.5__py3-none-any.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.
- {cpp_pd_code_simplify_interface-0.1.4.dist-info → cpp_pd_code_simplify_interface-0.1.5.dist-info}/METADATA +6 -1
- {cpp_pd_code_simplify_interface-0.1.4.dist-info → cpp_pd_code_simplify_interface-0.1.5.dist-info}/RECORD +4 -4
- {cpp_pd_code_simplify_interface-0.1.4.dist-info → cpp_pd_code_simplify_interface-0.1.5.dist-info}/WHEEL +0 -0
- {cpp_pd_code_simplify_interface-0.1.4.dist-info → cpp_pd_code_simplify_interface-0.1.5.dist-info}/entry_points.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cpp-pd-code-simplify-interface
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.5
|
|
4
4
|
Summary: Python interface for cpp-pd-code-simplify with runtime C++ compilation.
|
|
5
5
|
License-Expression: MIT
|
|
6
6
|
Author: GGN_2015
|
|
@@ -34,6 +34,11 @@ use, the package compiles a cached local dynamic library through
|
|
|
34
34
|
`cpp-simple-interface`; later calls reuse that library through `ctypes`. A C++14
|
|
35
35
|
compiler compatible with `g++` must be available at runtime.
|
|
36
36
|
|
|
37
|
+
The core C++ source and header are not stored as permanent generated copies in
|
|
38
|
+
this subproject. The custom Poetry build backend syncs them from the repository
|
|
39
|
+
root during `poetry build`, embeds them in the wheel and sdist, then removes the
|
|
40
|
+
temporary copies from the working tree.
|
|
41
|
+
|
|
37
42
|
Calls use the C++ library's default preprocessing pipeline: R1-move removal
|
|
38
43
|
followed by nugatory-crossing removal, then iterative mid-simplification.
|
|
39
44
|
|
|
@@ -2,10 +2,10 @@ cpp_pd_code_simplify_interface/__init__.py,sha256=aaNwD--zgQX13xiU1hpuvgXy8vVTFG
|
|
|
2
2
|
cpp_pd_code_simplify_interface/__main__.py,sha256=fdA1QWBe5LNX0fbtaJXa1-dwEhrg_4sS_5UnjaajcMo,80
|
|
3
3
|
cpp_pd_code_simplify_interface/main.py,sha256=_7dPNfbtUxAC8o9cZOOwicU04zIFIA55nHIzQ_UZunw,20624
|
|
4
4
|
cpp_pd_code_simplify_interface/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
5
|
-
cpp_pd_code_simplify_interface-0.1.
|
|
6
|
-
cpp_pd_code_simplify_interface-0.1.
|
|
7
|
-
cpp_pd_code_simplify_interface-0.1.
|
|
5
|
+
cpp_pd_code_simplify_interface-0.1.5.dist-info/entry_points.txt,sha256=ThorC4Enxp317TKITsXm9pE0gUp7pt-pP6Dl5mEPUR8,91
|
|
6
|
+
cpp_pd_code_simplify_interface-0.1.5.dist-info/METADATA,sha256=fOfawPT30ykYwCdpCSHpzJegU4BV23vl60yHdFzHG2A,3186
|
|
7
|
+
cpp_pd_code_simplify_interface-0.1.5.dist-info/WHEEL,sha256=eY7nduwzv-ldUxpzbRlxwvC693Hg6PX8bWDjEHjZ_dk,88
|
|
8
8
|
cpp_pd_code_simplify_interface/data/include/pdcode_simplify/pdcode_simplify.hpp,sha256=P8XgFxLelCFesArCrKJ_UwqG7LlpoXiegNHLOV-DhG8,5162
|
|
9
9
|
cpp_pd_code_simplify_interface/data/src/native_interface.cpp,sha256=LnffzIhwbGbw4xDTp5QXd-Vx23Nc9y5Xgr0AdbULlF0,6077
|
|
10
10
|
cpp_pd_code_simplify_interface/data/src/pdcode_simplify.cpp,sha256=ptDTjjSlx_Lq_2snHYWgjnIbr-mGsDG7rqTevuqoSEc,94195
|
|
11
|
-
cpp_pd_code_simplify_interface-0.1.
|
|
11
|
+
cpp_pd_code_simplify_interface-0.1.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|