kodexa-document 7.5.0__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.

Potentially problematic release.


This version of kodexa-document might be problematic. Click here for more details.

@@ -0,0 +1,27 @@
1
+ Metadata-Version: 2.3
2
+ Name: kodexa-document
3
+ Version: 7.5.0
4
+ Summary: Python SDK for the Kodexa Document Database (KDDB)
5
+ Author: Austin Redenbaugh
6
+ Author-email: austin@kodexa.com
7
+ Requires-Python: >=3.11,<4.0
8
+ Classifier: Development Status :: 5 - Production/Stable
9
+ Classifier: Intended Audience :: Developers
10
+ Classifier: License :: OSI Approved :: Apache Software License
11
+ Classifier: Programming Language :: Python :: 3
12
+ Classifier: Programming Language :: Python :: 3.11
13
+ Classifier: Programming Language :: Python :: 3.12
14
+ Classifier: Programming Language :: Python :: 3.13
15
+ Classifier: Topic :: Software Development :: Libraries
16
+ Requires-Dist: addict (>=2.4.0,<3.0.0)
17
+ Requires-Dist: antlr4-python3-runtime (>=4.13.2,<5.0.0)
18
+ Requires-Dist: deepdiff (>=8.4.2,<9.0.0)
19
+ Requires-Dist: msgpack (>=1.1.0,<2.0.0)
20
+ Requires-Dist: peewee (>=3.18.1,<4.0.0)
21
+ Requires-Dist: pydantic (>=2.11.4,<3.0.0)
22
+ Requires-Dist: pytest (>=8.3.5,<9.0.0)
23
+ Requires-Dist: pyyaml (>=6.0,<7.0)
24
+ Requires-Dist: requests (>=2.32.0,<3.0.0)
25
+ Description-Content-Type: text/markdown
26
+
27
+
@@ -0,0 +1,22 @@
1
+ kodexa_document/connectors.py,sha256=LXLBErbBHI85QXWgDtQLJ_ygKxXhkqOvpjtVHne_Ack,11814
2
+ kodexa_document/model.py,sha256=uJSStMlwSBA5yTH4gQcCn3K9DGJY34E-YcHGg9Ds57k,130170
3
+ kodexa_document/persistence.py,sha256=hLSO22H7K4RVmlofpYYOVbwRUaki6uvEmnVYX22qAWo,81864
4
+ kodexa_document/persistence_models.py,sha256=J7moH8PD3AzGbojPgpCL65xWiLkRHmE9zPl3miuOURY,11984
5
+ kodexa_document/selectors/__init__.py,sha256=xDSAiNsvzifn33eluwLY6fOKQKuztuQCAmtiLSM9ao0,102
6
+ kodexa_document/selectors/ast.py,sha256=_ZuEUxNql4ttfZWKVVWQKaw8eLU6IogvTCTKjpFP5CM,23643
7
+ kodexa_document/selectors/error.py,sha256=EuDKv7CTc113LB-qbPoxQUQJzzUNrQSSBHsXACw2Vag,801
8
+ kodexa_document/selectors/kodexa-ast-visitor.py,sha256=ASf8j80MksrpCiyV6AuEui-M1C5AJH316CbC8ArBp-g,11033
9
+ kodexa_document/selectors/parser.py,sha256=rfOp2DwAT7-_R8CIOPcFKkbLrvCfx8Bl8ibTpDD5Nvc,2933
10
+ kodexa_document/selectors/resources/KodexaSelector.interp,sha256=e55wpEvyCYWfEX0aqrtykDNxFkVeoFN9ZoN7tOuspMo,7997
11
+ kodexa_document/selectors/resources/KodexaSelector.tokens,sha256=mmZ_Ig9Lmr_Zs5z33yL6kV0mVpOxgSWEmzjaf8KsIrs,541
12
+ kodexa_document/selectors/resources/KodexaSelectorLexer.interp,sha256=8RQTI50ecwGgEBqEQL-GKc89n6_8NweeOROyIPbQvI0,11155
13
+ kodexa_document/selectors/resources/KodexaSelectorLexer.py,sha256=86yCFXYCTkEEwwRePD5Bxgn4-snIu41WButj2EB3vxY,11227
14
+ kodexa_document/selectors/resources/KodexaSelectorLexer.tokens,sha256=mmZ_Ig9Lmr_Zs5z33yL6kV0mVpOxgSWEmzjaf8KsIrs,541
15
+ kodexa_document/selectors/resources/KodexaSelectorListener.py,sha256=wuF1W5A-uWiWHZRD3b1lyPZrdeKoRrbcawAdavwr6to,20887
16
+ kodexa_document/selectors/resources/KodexaSelectorParser.py,sha256=vi7LmJ-Uq7FXtmSf4AexA6ck7lbszAGn6eE67J9d_1A,120853
17
+ kodexa_document/selectors/resources/KodexaSelectorVisitor.py,sha256=i3v6HcMwhb4MxykV8nnfnHGws3syMsF_jOOMVPPMv5A,12351
18
+ kodexa_document/selectors/visitor.py,sha256=viWn8d0dSzmrWroKgUHcA0_0WwkiLedFn4t7QyGwsNM,10992
19
+ kodexa_document/steps.py,sha256=FBdpRM83pXgVH1i59yzvxL_GypTQ6jGgBXKMu4_EAfw,3887
20
+ kodexa_document-7.5.0.dist-info/METADATA,sha256=uszn6yr-ERxX_495vPajtiHSyuCI8f9A10o6kyw6vpk,1041
21
+ kodexa_document-7.5.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
22
+ kodexa_document-7.5.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: poetry-core 2.1.3
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any