native-dumper 0.3.5.2__cp313-cp313-win_amd64.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.
@@ -0,0 +1,22 @@
1
+ native_dumper/__init__.py,sha256=q4rYKVDORN8eztiVFnRYzpLRiN304GPoxvkOpkl3a24,739
2
+ native_dumper/dumper.py,sha256=XJoqQd_eDkI8dcfYwok_SXjG-NQv3psw9GotIhhmiYY,16126
3
+ native_dumper/version.py,sha256=1BRVpmp2ZnGoQfQPjZkdulmA9kM-H7lwLo20bwVlpUw,25
4
+ native_dumper/common/__init__.py,sha256=PKUQZ5kJ_OjYlfz-JAK3aBJBqCS_zIHFbdu0WURi_-k,1247
5
+ native_dumper/common/columns.py,sha256=4cRyhL8bEiR6-WWi6_mtnVOkYoPidpa5GIxLuDDV79g,904
6
+ native_dumper/common/connector.py,sha256=zC-RG9jhIdR-wZTGB_CapYjDL1iTBUtghLtOymCzSmM,368
7
+ native_dumper/common/cursor.py,sha256=2idvdUL1s1KhY6qwxb-Rt2S1rZVgrKeUNBgrXuIA-Kc,5805
8
+ native_dumper/common/defines.py,sha256=O6aWWXEXZPHnuZ5P-W1Qk7DgBxgnzgganKbsmIz7CPg,146
9
+ native_dumper/common/diagram.py,sha256=IkmRtKF6Jt4z0cMWpAYGCZ4LwhNWQ4qkWYEJd8Xvd9I,2583
10
+ native_dumper/common/errors.py,sha256=v8ZfvJtb0N4UfQTxFNzjbbcSW8UTW5jrIVjCQSUvNlQ,413
11
+ native_dumper/common/logger.py,sha256=tNsG_n76Z8QYMDsGh-XFzzuBG17Ho5VOei68l9lOZ-E,1745
12
+ native_dumper/common/multiquery.py,sha256=_vngN4cQOetT1l8_p2br83KPk7QLklwxllkoxuupsTY,801
13
+ native_dumper/common/pyo3http.cp313-win_amd64.pyd,sha256=a0IVuVyVYJxG4d3Yz6t0ddnWoEq-skjoEU2bIO6L0zA,2953216
14
+ native_dumper/common/pyo3http.pyi,sha256=iix6S63awOpuuD4KIhokAyavxhQCP4UVZPs1P5zpJvM,6282
15
+ native_dumper/common/writer.py,sha256=m4GVMxZ8e-B4ViDTPuk10Vxpq8yK87xgm9AOXokNTdc,298
16
+ native_dumper/common/pyo3http/Cargo.toml,sha256=nWZH83Bbb5zSwADujU8pKrY_nmbOtFZbP9MOLdTxC24,390
17
+ native_dumper/common/pyo3http/src/lib.rs,sha256=7JxAOMu4uqWd_UtsM88cgNHXILDzs8ZcyFpKEndrMkE,25773
18
+ native_dumper-0.3.5.2.dist-info/licenses/LICENSE,sha256=jW7Zeev0dRSYqbEnAk6qGz3e3yok-NhdTxP0ceNPlWM,1088
19
+ native_dumper-0.3.5.2.dist-info/METADATA,sha256=6zUTmGEnMRt-ELPjiX-BcRzgs874Yb8BCowvAcn3qs8,4522
20
+ native_dumper-0.3.5.2.dist-info/WHEEL,sha256=-WvvtQtdhM1F5HMi-4hSXLQ_1Tg6qJRWO1HnLNr4mCU,102
21
+ native_dumper-0.3.5.2.dist-info/top_level.txt,sha256=mRPA9FLefVYq0__gRJ2LVJeFyIG_EmfYkKXBLdj0u54,14
22
+ native_dumper-0.3.5.2.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.10.2)
3
+ Root-Is-Purelib: false
4
+ Tag: cp313-cp313-win_amd64
5
+
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 0xMihalich
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1 @@
1
+ native_dumper