rcsb.exdb 1.31__tar.gz → 1.32__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.
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/HISTORY.txt +1 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/PKG-INFO +1 -1
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/pyproject.toml +2 -2
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/.gitignore +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/LICENSE +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/README.md +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/__init__.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/__init__.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/branch/BranchedEntityExtractor.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/branch/GlycanProvider.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/branch/GlycanUtils.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/branch/__init__.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/chemref/ChemRefEtlWorker.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/chemref/ChemRefExtractor.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/chemref/ChemRefMappingProvider.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/chemref/PubChemDataCacheProvider.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/chemref/PubChemEtlWrapper.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/chemref/PubChemIndexCacheProvider.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/chemref/__init__.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/citation/CitationAdapter.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/citation/CitationExtractor.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/citation/CitationUtils.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/citation/__init__.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/cli/__init__.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/entry/EntryInfoProvider.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/entry/__init__.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/examples-seq/EntityInstanceExtractor.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/examples-seq/EntityPolymerExtractor.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/examples-seq/EntityPolymerExtractorFullTests.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/examples-seq/ReferenceSequenceAssignmentUpdater.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/examples-seq/ReferenceSequenceUtils.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/examples-seq/ReferenceSequenceUtilsTests.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/examples-seq/exampleObjectExtractor.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/examples-seq/fixtureEntityPolymerExtractor.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/examples-seq/testEntityInstanceExtractor.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/examples-seq/testEntityPolymerExtractor.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/examples-seq/testReferenceSequenceAssignmentUpdater.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/examples-seq/testReferenceSequenceUtils.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/seq/AnnotationExtractor.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/seq/LigandNeighborMappingExtractor.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/seq/LigandNeighborMappingProvider.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/seq/PolymerEntityExtractor.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/seq/ReferenceSequenceAnnotationAdapter.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/seq/ReferenceSequenceAnnotationProvider.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/seq/ReferenceSequenceAssignmentAdapter.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/seq/ReferenceSequenceAssignmentProvider.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/seq/ReferenceSequenceCacheProvider.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/seq/TaxonomyExtractor.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/seq/UniProtCoreEtlWorker.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/seq/UniProtExtractor.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/seq/__init__.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/tests/__init__.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/tests/fixtureDictMethodResourceProvider.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/tests/fixturePdbxLoader.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/tests/testAnnotationExtractor.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/tests/testBranchedEntityExtractor.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/tests/testChemRefLoader.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/tests/testChemRefMappingProvider.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/tests/testCitationAdapter.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/tests/testCitationExtractor.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/tests/testCitationUtils.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/tests/testEntryInfoEtlWorkflow.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/tests/testEntryInfoProvider.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/tests/testGlycanEtlWorkflow.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/tests/testGlycanProvider.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/tests/testGlycanUtils.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/tests/testLigandNeighborMappingProvider.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/tests/testObjectExtractor.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/tests/testObjectTransformer.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/tests/testObjectUpdater.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/tests/testPolymerEntityExtractor.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/tests/testPubChemDataCacheProvider.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/tests/testPubChemEtlWorkflow.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/tests/testPubChemEtlWrapper.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/tests/testPubChemIndexCacheProvider.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/tests/testReferenceSequenceAnnotationAdapter.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/tests/testReferenceSequenceAssignmentAdapter.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/tests/testReferenceSequenceAssignmentAdapterValidate.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/tests/testReferenceSequenceAssignmentProvider.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/tests/testReferenceSequenceCacheProvider.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/tests/testTaxonomyExtractor.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/tests/testTreeNodeListWorker.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/tests/testUniProtCoreEtlWorker.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/tests/testUniProtExtractor.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/tree/TreeNodeListWorker.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/tree/__init__.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/utils/ObjectAdapterBase.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/utils/ObjectExtractor.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/utils/ObjectTransformer.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/utils/ObjectUpdater.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/utils/ObjectValidator.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/utils/__init__.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/wf/EntryInfoEtlWorkflow.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/wf/GlycanEtlWorkflow.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/wf/PubChemEtlWorkflow.py +0 -0
- {rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/wf/__init__.py +0 -0
|
@@ -113,3 +113,4 @@
|
|
|
113
113
|
8-Apr-2025 V1.29 Add more logging to PubChemIndexCacheProvider and increase default numProc
|
|
114
114
|
2-Oct-2025 V1.30 Make use of ExDB configuration file for loading drugbank and tree node list DBs/collections and setting indexed fields
|
|
115
115
|
2-Dec-2025 V1.31 Switch to 'pyproject.toml' file and update test pipelines to python 3.12
|
|
116
|
+
8-Dec-2025 V1.32 Correction to pyproject.toml
|
|
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "rcsb.exdb"
|
|
7
7
|
description = "RCSB Python ExDB data extraction and loading workflows"
|
|
8
|
-
version = "1.
|
|
8
|
+
version = "1.32"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [
|
|
11
11
|
{ name="John Westbrook", email="john.westbrook@rcsb.org" }
|
|
@@ -71,7 +71,7 @@ exclude = [
|
|
|
71
71
|
[tool.hatch.build.targets.wheel]
|
|
72
72
|
packages = ["rcsb"]
|
|
73
73
|
exclude = [
|
|
74
|
-
"/rcsb/
|
|
74
|
+
"/rcsb/exdb/test*",
|
|
75
75
|
"/rcsb/mock-*",
|
|
76
76
|
]
|
|
77
77
|
|
|
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
|
|
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
|
{rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/examples-seq/ReferenceSequenceAssignmentUpdater.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/examples-seq/testReferenceSequenceAssignmentUpdater.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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/tests/testReferenceSequenceAssignmentAdapterValidate.py
RENAMED
|
File without changes
|
{rcsb_exdb-1.31 → rcsb_exdb-1.32}/rcsb/exdb/tests/testReferenceSequenceAssignmentProvider.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
|
|
File without changes
|