mmif-python 1.1.1__tar.gz → 1.1.2__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.
Files changed (49) hide show
  1. {mmif_python-1.1.1/mmif_python.egg-info → mmif_python-1.1.2}/PKG-INFO +1 -1
  2. mmif_python-1.1.2/VERSION +1 -0
  3. {mmif_python-1.1.1 → mmif_python-1.1.2}/mmif/serialize/view.py +2 -2
  4. mmif_python-1.1.2/mmif/ver/__init__.py +2 -0
  5. {mmif_python-1.1.1 → mmif_python-1.1.2/mmif_python.egg-info}/PKG-INFO +1 -1
  6. mmif_python-1.1.1/VERSION +0 -1
  7. mmif_python-1.1.1/mmif/ver/__init__.py +0 -2
  8. {mmif_python-1.1.1 → mmif_python-1.1.2}/LICENSE +0 -0
  9. {mmif_python-1.1.1 → mmif_python-1.1.2}/MANIFEST.in +0 -0
  10. {mmif_python-1.1.1 → mmif_python-1.1.2}/README.md +0 -0
  11. {mmif_python-1.1.1 → mmif_python-1.1.2}/mmif/__init__.py +0 -0
  12. {mmif_python-1.1.1 → mmif_python-1.1.2}/mmif/res/__init__.py +0 -0
  13. {mmif_python-1.1.1 → mmif_python-1.1.2}/mmif/res/clams.vocabulary.yaml +0 -0
  14. {mmif_python-1.1.1 → mmif_python-1.1.2}/mmif/res/do-not-edit.txt +0 -0
  15. {mmif_python-1.1.1 → mmif_python-1.1.2}/mmif/res/mmif.json +0 -0
  16. {mmif_python-1.1.1 → mmif_python-1.1.2}/mmif/serialize/__init__.py +0 -0
  17. {mmif_python-1.1.1 → mmif_python-1.1.2}/mmif/serialize/annotation.py +0 -0
  18. {mmif_python-1.1.1 → mmif_python-1.1.2}/mmif/serialize/mmif.py +0 -0
  19. {mmif_python-1.1.1 → mmif_python-1.1.2}/mmif/serialize/model.py +0 -0
  20. {mmif_python-1.1.1 → mmif_python-1.1.2}/mmif/utils/__init__.py +0 -0
  21. {mmif_python-1.1.1 → mmif_python-1.1.2}/mmif/utils/cli/__init__.py +0 -0
  22. {mmif_python-1.1.1 → mmif_python-1.1.2}/mmif/utils/cli/rewind.py +0 -0
  23. {mmif_python-1.1.1 → mmif_python-1.1.2}/mmif/utils/cli/source.py +0 -0
  24. {mmif_python-1.1.1 → mmif_python-1.1.2}/mmif/utils/sequence_helper.py +0 -0
  25. {mmif_python-1.1.1 → mmif_python-1.1.2}/mmif/utils/text_document_helper.py +0 -0
  26. {mmif_python-1.1.1 → mmif_python-1.1.2}/mmif/utils/timeunit_helper.py +0 -0
  27. {mmif_python-1.1.1 → mmif_python-1.1.2}/mmif/utils/video_document_helper.py +0 -0
  28. {mmif_python-1.1.1 → mmif_python-1.1.2}/mmif/ver/do-not-edit.txt +0 -0
  29. {mmif_python-1.1.1 → mmif_python-1.1.2}/mmif/vocabulary/__init__.py +0 -0
  30. {mmif_python-1.1.1 → mmif_python-1.1.2}/mmif/vocabulary/annotation_types.py +0 -0
  31. {mmif_python-1.1.1 → mmif_python-1.1.2}/mmif/vocabulary/base_types.py +0 -0
  32. {mmif_python-1.1.1 → mmif_python-1.1.2}/mmif/vocabulary/do-not-edit.txt +0 -0
  33. {mmif_python-1.1.1 → mmif_python-1.1.2}/mmif/vocabulary/document_types.py +0 -0
  34. {mmif_python-1.1.1 → mmif_python-1.1.2}/mmif_docloc_http/__init__.py +0 -0
  35. {mmif_python-1.1.1 → mmif_python-1.1.2}/mmif_python.egg-info/SOURCES.txt +0 -0
  36. {mmif_python-1.1.1 → mmif_python-1.1.2}/mmif_python.egg-info/dependency_links.txt +0 -0
  37. {mmif_python-1.1.1 → mmif_python-1.1.2}/mmif_python.egg-info/entry_points.txt +0 -0
  38. {mmif_python-1.1.1 → mmif_python-1.1.2}/mmif_python.egg-info/requires.txt +0 -0
  39. {mmif_python-1.1.1 → mmif_python-1.1.2}/mmif_python.egg-info/top_level.txt +0 -0
  40. {mmif_python-1.1.1 → mmif_python-1.1.2}/requirements.cv +0 -0
  41. {mmif_python-1.1.1 → mmif_python-1.1.2}/requirements.seq +0 -0
  42. {mmif_python-1.1.1 → mmif_python-1.1.2}/requirements.txt +0 -0
  43. {mmif_python-1.1.1 → mmif_python-1.1.2}/setup.cfg +0 -0
  44. {mmif_python-1.1.1 → mmif_python-1.1.2}/setup.py +0 -0
  45. {mmif_python-1.1.1 → mmif_python-1.1.2}/tests/test_serialize.py +0 -0
  46. {mmif_python-1.1.1 → mmif_python-1.1.2}/tests/test_utils.py +0 -0
  47. {mmif_python-1.1.1 → mmif_python-1.1.2}/tests/test_utils_cli.py +0 -0
  48. {mmif_python-1.1.1 → mmif_python-1.1.2}/tests/test_versioncompat.py +0 -0
  49. {mmif_python-1.1.1 → mmif_python-1.1.2}/tests/test_vocab.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mmif-python
3
- Version: 1.1.1
3
+ Version: 1.1.2
4
4
  Summary: Python implementation of MultiMedia Interchange Format specification. (https://mmif.clams.ai)
5
5
  Home-page: https://mmif.clams.ai
6
6
  Author: Brandeis Lab for Linguistics and Computation
@@ -0,0 +1 @@
1
+ 1.1.2
@@ -83,13 +83,13 @@ class View(MmifObject):
83
83
  propv = self.metadata.contains[annotation.at_type][propk]
84
84
  if isinstance(propv, list):
85
85
  for i, item in enumerate(propv):
86
- if propv not in mmif_docs and self.id_delimiter not in item:
86
+ if item not in mmif_docs and self.id_delimiter not in item:
87
87
  propv[i] = f"{self.id}{self.id_delimiter}{item}"
88
88
  if propk in annotation.properties:
89
89
  propv = annotation.properties[propk]
90
90
  if isinstance(propv, list):
91
91
  for i, item in enumerate(propv):
92
- if propv not in mmif_docs and self.id_delimiter not in item:
92
+ if item not in mmif_docs and self.id_delimiter not in item:
93
93
  propv[i] = f"{self.id}{self.id_delimiter}{item}"
94
94
  self.annotations.append(annotation)
95
95
 
@@ -0,0 +1,2 @@
1
+ __version__ = "1.1.2"
2
+ __specver__ = "1.1.0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mmif-python
3
- Version: 1.1.1
3
+ Version: 1.1.2
4
4
  Summary: Python implementation of MultiMedia Interchange Format specification. (https://mmif.clams.ai)
5
5
  Home-page: https://mmif.clams.ai
6
6
  Author: Brandeis Lab for Linguistics and Computation
mmif_python-1.1.1/VERSION DELETED
@@ -1 +0,0 @@
1
- 1.1.1
@@ -1,2 +0,0 @@
1
- __version__ = "1.1.1"
2
- __specver__ = "1.1.0"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes