rara-tools 0.7.1__tar.gz → 0.7.3__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 rara-tools might be problematic. Click here for more details.
- {rara_tools-0.7.1/rara_tools.egg-info → rara_tools-0.7.3}/PKG-INFO +1 -1
- rara_tools-0.7.3/VERSION +1 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/constants/digitizer.py +2 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/constants/general.py +6 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/constants/subject_indexer.py +4 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3/rara_tools.egg-info}/PKG-INFO +1 -1
- rara_tools-0.7.1/VERSION +0 -1
- {rara_tools-0.7.1 → rara_tools-0.7.3}/LICENSE.md +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/README.md +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/pyproject.toml +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/constants/__init__.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/constants/language_evaluator.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/constants/linker.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/constants/meta_extractor.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/constants/normalizers.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/constants/parsers.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/converters.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/core_formatters/core_formatter.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/core_formatters/formatted_keyword.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/core_formatters/formatted_meta.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/core_formatters/formatted_object.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/decorators.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/digar_schema_converter.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/elastic.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/exceptions.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/normalizers/__init__.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/normalizers/authorities.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/normalizers/base.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/normalizers/bibs.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/normalizers/reader.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/normalizers/viaf.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/parsers/marc_parsers/base_parser.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/parsers/marc_parsers/ems_parser.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/parsers/marc_parsers/location_parser.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/parsers/marc_parsers/organization_parser.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/parsers/marc_parsers/person_parser.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/parsers/marc_parsers/title_parser.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/parsers/marc_records/base_record.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/parsers/marc_records/ems_record.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/parsers/marc_records/organization_record.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/parsers/marc_records/person_record.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/parsers/marc_records/title_record.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/parsers/tools/entity_normalizers.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/parsers/tools/marc_converter.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/parsers/tools/russian_transliterator.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/s3.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/task_reporter.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/utils.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools.egg-info/SOURCES.txt +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools.egg-info/dependency_links.txt +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools.egg-info/requires.txt +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools.egg-info/top_level.txt +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/requirements.txt +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/setup.cfg +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/tests/test_digar_schema_converter.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/tests/test_elastic.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/tests/test_elastic_vector_and_search_operations.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/tests/test_entity_normalizers.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/tests/test_formatters.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/tests/test_marc_parsers.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/tests/test_normalization.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/tests/test_s3_exceptions.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/tests/test_s3_file_operations.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/tests/test_sierra_converters.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/tests/test_task_reporter.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/tests/test_utils.py +0 -0
- {rara_tools-0.7.1 → rara_tools-0.7.3}/tests/test_viaf_client.py +0 -0
rara_tools-0.7.3/VERSION
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.7.3
|
|
@@ -9,6 +9,11 @@ class Status:
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
class Queue:
|
|
12
|
+
SHORT = "core-short"
|
|
13
|
+
MEDIUM = "core-medium"
|
|
14
|
+
LONG = "core-long"
|
|
15
|
+
|
|
16
|
+
# Legacy
|
|
12
17
|
CORE = "core"
|
|
13
18
|
EMS = "ems"
|
|
14
19
|
SIERRA = "sierra"
|
|
@@ -20,6 +25,7 @@ class Tasks:
|
|
|
20
25
|
UPDATE_TASK_VALUES = "update_task_values"
|
|
21
26
|
MODEL_UPDATE = "component_model_update"
|
|
22
27
|
RUN_POST_TASK_COMPLETION_TASKS = "run_post_task_completion_tasks"
|
|
28
|
+
PURGE_MODELS = "purge_unused_models"
|
|
23
29
|
|
|
24
30
|
|
|
25
31
|
class Models:
|
|
@@ -6,10 +6,12 @@ COMPONENT_KEY = "subject_indexer"
|
|
|
6
6
|
class Tasks:
|
|
7
7
|
SINGLE = "run_subject_indexer_process"
|
|
8
8
|
PIPELINE = "run_subject_indexer_with_core_logic"
|
|
9
|
+
PURGE_MODELS = "purge_unused_subjectindexer_models"
|
|
9
10
|
|
|
10
11
|
|
|
11
12
|
class Queue:
|
|
12
13
|
MAIN = "subject-indexer"
|
|
14
|
+
UTILITY = "subjectindexer-utility"
|
|
13
15
|
|
|
14
16
|
|
|
15
17
|
class StatusKeys:
|
|
@@ -21,6 +23,7 @@ class URLSource:
|
|
|
21
23
|
SIERRA = "Sierra"
|
|
22
24
|
EMS = "EMS"
|
|
23
25
|
|
|
26
|
+
|
|
24
27
|
class KeywordType:
|
|
25
28
|
LOC = "Kohamärksõnad"
|
|
26
29
|
TIME = "Ajamärksõnad"
|
|
@@ -45,6 +48,7 @@ class KeywordMARC:
|
|
|
45
48
|
EVENT = 611
|
|
46
49
|
TITLE = 630
|
|
47
50
|
|
|
51
|
+
|
|
48
52
|
class KeywordSource:
|
|
49
53
|
EMS = "EMS"
|
|
50
54
|
SIERRA = "SIERRA"
|
rara_tools-0.7.1/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.7.1
|
|
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
|
{rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/parsers/marc_parsers/organization_parser.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rara_tools-0.7.1 → rara_tools-0.7.3}/rara_tools/parsers/marc_records/organization_record.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
|