rara-tools 0.6.4__tar.gz → 0.6.5__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.

Files changed (62) hide show
  1. {rara_tools-0.6.4/rara_tools.egg-info → rara_tools-0.6.5}/PKG-INFO +1 -1
  2. rara_tools-0.6.5/VERSION +1 -0
  3. rara_tools-0.6.5/rara_tools/constants/general.py +39 -0
  4. {rara_tools-0.6.4 → rara_tools-0.6.5/rara_tools.egg-info}/PKG-INFO +1 -1
  5. rara_tools-0.6.4/VERSION +0 -1
  6. rara_tools-0.6.4/rara_tools/constants/general.py +0 -20
  7. {rara_tools-0.6.4 → rara_tools-0.6.5}/LICENSE.md +0 -0
  8. {rara_tools-0.6.4 → rara_tools-0.6.5}/README.md +0 -0
  9. {rara_tools-0.6.4 → rara_tools-0.6.5}/pyproject.toml +0 -0
  10. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools/constants/__init__.py +0 -0
  11. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools/constants/digitizer.py +0 -0
  12. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools/constants/language_evaluator.py +0 -0
  13. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools/constants/linker.py +0 -0
  14. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools/constants/meta_extractor.py +0 -0
  15. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools/constants/normalizers.py +0 -0
  16. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools/constants/parsers.py +0 -0
  17. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools/constants/subject_indexer.py +0 -0
  18. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools/converters.py +0 -0
  19. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools/decorators.py +0 -0
  20. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools/digar_schema_converter.py +0 -0
  21. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools/elastic.py +0 -0
  22. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools/exceptions.py +0 -0
  23. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools/normalizers/__init__.py +0 -0
  24. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools/normalizers/authorities.py +0 -0
  25. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools/normalizers/base.py +0 -0
  26. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools/normalizers/bibs.py +0 -0
  27. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools/normalizers/viaf.py +0 -0
  28. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools/parsers/marc_parsers/base_parser.py +0 -0
  29. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools/parsers/marc_parsers/ems_parser.py +0 -0
  30. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools/parsers/marc_parsers/location_parser.py +0 -0
  31. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools/parsers/marc_parsers/organization_parser.py +0 -0
  32. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools/parsers/marc_parsers/person_parser.py +0 -0
  33. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools/parsers/marc_parsers/title_parser.py +0 -0
  34. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools/parsers/marc_records/base_record.py +0 -0
  35. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools/parsers/marc_records/ems_record.py +0 -0
  36. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools/parsers/marc_records/organization_record.py +0 -0
  37. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools/parsers/marc_records/person_record.py +0 -0
  38. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools/parsers/marc_records/title_record.py +0 -0
  39. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools/parsers/tools/entity_normalizers.py +0 -0
  40. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools/parsers/tools/marc_converter.py +0 -0
  41. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools/parsers/tools/russian_transliterator.py +0 -0
  42. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools/s3.py +0 -0
  43. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools/task_reporter.py +0 -0
  44. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools/utils.py +0 -0
  45. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools.egg-info/SOURCES.txt +0 -0
  46. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools.egg-info/dependency_links.txt +0 -0
  47. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools.egg-info/requires.txt +0 -0
  48. {rara_tools-0.6.4 → rara_tools-0.6.5}/rara_tools.egg-info/top_level.txt +0 -0
  49. {rara_tools-0.6.4 → rara_tools-0.6.5}/requirements.txt +0 -0
  50. {rara_tools-0.6.4 → rara_tools-0.6.5}/setup.cfg +0 -0
  51. {rara_tools-0.6.4 → rara_tools-0.6.5}/tests/test_digar_schema_converter.py +0 -0
  52. {rara_tools-0.6.4 → rara_tools-0.6.5}/tests/test_elastic.py +0 -0
  53. {rara_tools-0.6.4 → rara_tools-0.6.5}/tests/test_elastic_vector_and_search_operations.py +0 -0
  54. {rara_tools-0.6.4 → rara_tools-0.6.5}/tests/test_entity_normalizers.py +0 -0
  55. {rara_tools-0.6.4 → rara_tools-0.6.5}/tests/test_marc_parsers.py +0 -0
  56. {rara_tools-0.6.4 → rara_tools-0.6.5}/tests/test_normalization.py +0 -0
  57. {rara_tools-0.6.4 → rara_tools-0.6.5}/tests/test_s3_exceptions.py +0 -0
  58. {rara_tools-0.6.4 → rara_tools-0.6.5}/tests/test_s3_file_operations.py +0 -0
  59. {rara_tools-0.6.4 → rara_tools-0.6.5}/tests/test_sierra_converters.py +0 -0
  60. {rara_tools-0.6.4 → rara_tools-0.6.5}/tests/test_task_reporter.py +0 -0
  61. {rara_tools-0.6.4 → rara_tools-0.6.5}/tests/test_utils.py +0 -0
  62. {rara_tools-0.6.4 → rara_tools-0.6.5}/tests/test_viaf_client.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rara-tools
3
- Version: 0.6.4
3
+ Version: 0.6.5
4
4
  Summary: Tools to support Kata's work.
5
5
  Classifier: Programming Language :: Python :: 3
6
6
  Classifier: Programming Language :: Python :: 3.10
@@ -0,0 +1 @@
1
+ 0.6.5
@@ -0,0 +1,39 @@
1
+ class Status:
2
+ SKIPPED = "SKIPPED"
3
+ FAILED = "FAILED"
4
+ PENDING = "PENDING"
5
+ RUNNING = "RUNNING"
6
+ COMPLETED = "COMPLETED"
7
+ RETRYING = "RETRYING"
8
+
9
+
10
+ class Queue:
11
+ CORE = "core"
12
+ EMS = "ems"
13
+ SIERRA = "sierra"
14
+
15
+
16
+ class Tasks:
17
+ SEND_VERSION = "send_version_to_core"
18
+ UPDATE_TASK_STATUS = "update_task_status"
19
+ UPDATE_TASK_VALUES = "update_task_values"
20
+ MODEL_UPDATE = "component_model_update"
21
+
22
+
23
+ class Models:
24
+ IMAGE_CLASSIFIER = "Pildid"
25
+
26
+ TOPIC_KEYWORDS_ET = "Teemamärksõnad (ET)"
27
+ TOPIC_KEYWORDS_EN = "Teemamärksõnad (EN)"
28
+
29
+ FORM_KEYWORDS_ET = "Vormimärksõnad (ET)"
30
+ FORM_KEYWORDS_EN = "Vormimärksõnad (EN)"
31
+
32
+ TIME_KEYWORDS_ET = "Ajamärksõnad (ET)"
33
+ TIME_KEYWORDS_EN = "Ajamärksõnad (EN)"
34
+
35
+ UDK = "UDK"
36
+ UDC = "UDC"
37
+
38
+ DOMAIN_KEYWORDS_ET = "Märksõnade valdkonnad (ET)"
39
+ DOMAIN_KEYWORDS_EN = "Märksõnade valdkonnad (EN)"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rara-tools
3
- Version: 0.6.4
3
+ Version: 0.6.5
4
4
  Summary: Tools to support Kata's work.
5
5
  Classifier: Programming Language :: Python :: 3
6
6
  Classifier: Programming Language :: Python :: 3.10
rara_tools-0.6.4/VERSION DELETED
@@ -1 +0,0 @@
1
- 0.6.4
@@ -1,20 +0,0 @@
1
- class Status:
2
- SKIPPED = "SKIPPED"
3
- FAILED = "FAILED"
4
- PENDING = "PENDING"
5
- RUNNING = "RUNNING"
6
- COMPLETED = "COMPLETED"
7
- RETRYING = "RETRYING"
8
-
9
-
10
- class Queue:
11
- CORE = "core"
12
- EMS = "ems"
13
- SIERRA = "sierra"
14
-
15
-
16
- class Tasks:
17
- SEND_VERSION = "send_version_to_core"
18
- UPDATE_TASK_STATUS = "update_task_status"
19
- UPDATE_TASK_VALUES = "update_task_values"
20
- MODEL_UPDATE = "component_model_update"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes