kodexa-document 8.0.1.post1746986432__tar.gz → 8.0.14978026732__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.
Potentially problematic release.
This version of kodexa-document might be problematic. Click here for more details.
- {kodexa_document-8.0.1.post1746986432 → kodexa_document-8.0.14978026732}/PKG-INFO +1 -1
- {kodexa_document-8.0.1.post1746986432 → kodexa_document-8.0.14978026732}/pyproject.toml +1 -1
- {kodexa_document-8.0.1.post1746986432 → kodexa_document-8.0.14978026732}/README.md +0 -0
- {kodexa_document-8.0.1.post1746986432 → kodexa_document-8.0.14978026732}/kodexa_document/connectors.py +0 -0
- {kodexa_document-8.0.1.post1746986432 → kodexa_document-8.0.14978026732}/kodexa_document/model.py +0 -0
- {kodexa_document-8.0.1.post1746986432 → kodexa_document-8.0.14978026732}/kodexa_document/persistence.py +0 -0
- {kodexa_document-8.0.1.post1746986432 → kodexa_document-8.0.14978026732}/kodexa_document/persistence_models.py +0 -0
- {kodexa_document-8.0.1.post1746986432 → kodexa_document-8.0.14978026732}/kodexa_document/selectors/__init__.py +0 -0
- {kodexa_document-8.0.1.post1746986432 → kodexa_document-8.0.14978026732}/kodexa_document/selectors/ast.py +0 -0
- {kodexa_document-8.0.1.post1746986432 → kodexa_document-8.0.14978026732}/kodexa_document/selectors/error.py +0 -0
- {kodexa_document-8.0.1.post1746986432 → kodexa_document-8.0.14978026732}/kodexa_document/selectors/kodexa-ast-visitor.py +0 -0
- {kodexa_document-8.0.1.post1746986432 → kodexa_document-8.0.14978026732}/kodexa_document/selectors/parser.py +0 -0
- {kodexa_document-8.0.1.post1746986432 → kodexa_document-8.0.14978026732}/kodexa_document/selectors/resources/KodexaSelector.interp +0 -0
- {kodexa_document-8.0.1.post1746986432 → kodexa_document-8.0.14978026732}/kodexa_document/selectors/resources/KodexaSelector.tokens +0 -0
- {kodexa_document-8.0.1.post1746986432 → kodexa_document-8.0.14978026732}/kodexa_document/selectors/resources/KodexaSelectorLexer.interp +0 -0
- {kodexa_document-8.0.1.post1746986432 → kodexa_document-8.0.14978026732}/kodexa_document/selectors/resources/KodexaSelectorLexer.py +0 -0
- {kodexa_document-8.0.1.post1746986432 → kodexa_document-8.0.14978026732}/kodexa_document/selectors/resources/KodexaSelectorLexer.tokens +0 -0
- {kodexa_document-8.0.1.post1746986432 → kodexa_document-8.0.14978026732}/kodexa_document/selectors/resources/KodexaSelectorListener.py +0 -0
- {kodexa_document-8.0.1.post1746986432 → kodexa_document-8.0.14978026732}/kodexa_document/selectors/resources/KodexaSelectorParser.py +0 -0
- {kodexa_document-8.0.1.post1746986432 → kodexa_document-8.0.14978026732}/kodexa_document/selectors/resources/KodexaSelectorVisitor.py +0 -0
- {kodexa_document-8.0.1.post1746986432 → kodexa_document-8.0.14978026732}/kodexa_document/selectors/visitor.py +0 -0
- {kodexa_document-8.0.1.post1746986432 → kodexa_document-8.0.14978026732}/kodexa_document/steps.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "kodexa-document"
|
|
3
|
-
version = "8.0.
|
|
3
|
+
version = "8.0.14978026732"
|
|
4
4
|
description = "Python SDK for the Kodexa Document Database (KDDB)"
|
|
5
5
|
authors = ["Austin Redenbaugh <austin@kodexa.com>", "Philip Dodds <philip@kodexa.com>", "Romar Cablao <rcablao@kodexa.com>", "Amadea Paula Dodds <amadeapaula@kodexa.com>"]
|
|
6
6
|
readme = "README.md"
|
|
File without changes
|
|
File without changes
|
{kodexa_document-8.0.1.post1746986432 → kodexa_document-8.0.14978026732}/kodexa_document/model.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kodexa_document-8.0.1.post1746986432 → kodexa_document-8.0.14978026732}/kodexa_document/steps.py
RENAMED
|
File without changes
|