mmif-python 1.1.0__tar.gz → 1.1.1__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.0/mmif_python.egg-info → mmif_python-1.1.1}/PKG-INFO +2 -3
  2. mmif_python-1.1.1/VERSION +1 -0
  3. mmif_python-1.1.1/mmif/ver/__init__.py +2 -0
  4. {mmif_python-1.1.0 → mmif_python-1.1.1/mmif_python.egg-info}/PKG-INFO +2 -3
  5. {mmif_python-1.1.0 → mmif_python-1.1.1}/setup.py +25 -19
  6. mmif_python-1.1.0/VERSION +0 -1
  7. mmif_python-1.1.0/mmif/ver/__init__.py +0 -2
  8. {mmif_python-1.1.0 → mmif_python-1.1.1}/LICENSE +0 -0
  9. {mmif_python-1.1.0 → mmif_python-1.1.1}/MANIFEST.in +0 -0
  10. {mmif_python-1.1.0 → mmif_python-1.1.1}/README.md +0 -0
  11. {mmif_python-1.1.0 → mmif_python-1.1.1}/mmif/__init__.py +0 -0
  12. {mmif_python-1.1.0 → mmif_python-1.1.1}/mmif/res/__init__.py +0 -0
  13. {mmif_python-1.1.0 → mmif_python-1.1.1}/mmif/res/clams.vocabulary.yaml +0 -0
  14. {mmif_python-1.1.0 → mmif_python-1.1.1}/mmif/res/do-not-edit.txt +0 -0
  15. {mmif_python-1.1.0 → mmif_python-1.1.1}/mmif/res/mmif.json +0 -0
  16. {mmif_python-1.1.0 → mmif_python-1.1.1}/mmif/serialize/__init__.py +0 -0
  17. {mmif_python-1.1.0 → mmif_python-1.1.1}/mmif/serialize/annotation.py +0 -0
  18. {mmif_python-1.1.0 → mmif_python-1.1.1}/mmif/serialize/mmif.py +0 -0
  19. {mmif_python-1.1.0 → mmif_python-1.1.1}/mmif/serialize/model.py +0 -0
  20. {mmif_python-1.1.0 → mmif_python-1.1.1}/mmif/serialize/view.py +0 -0
  21. {mmif_python-1.1.0 → mmif_python-1.1.1}/mmif/utils/__init__.py +0 -0
  22. {mmif_python-1.1.0 → mmif_python-1.1.1}/mmif/utils/cli/__init__.py +0 -0
  23. {mmif_python-1.1.0 → mmif_python-1.1.1}/mmif/utils/cli/rewind.py +0 -0
  24. {mmif_python-1.1.0 → mmif_python-1.1.1}/mmif/utils/cli/source.py +0 -0
  25. {mmif_python-1.1.0 → mmif_python-1.1.1}/mmif/utils/sequence_helper.py +0 -0
  26. {mmif_python-1.1.0 → mmif_python-1.1.1}/mmif/utils/text_document_helper.py +0 -0
  27. {mmif_python-1.1.0 → mmif_python-1.1.1}/mmif/utils/timeunit_helper.py +0 -0
  28. {mmif_python-1.1.0 → mmif_python-1.1.1}/mmif/utils/video_document_helper.py +0 -0
  29. {mmif_python-1.1.0 → mmif_python-1.1.1}/mmif/ver/do-not-edit.txt +0 -0
  30. {mmif_python-1.1.0 → mmif_python-1.1.1}/mmif/vocabulary/__init__.py +0 -0
  31. {mmif_python-1.1.0 → mmif_python-1.1.1}/mmif/vocabulary/annotation_types.py +0 -0
  32. {mmif_python-1.1.0 → mmif_python-1.1.1}/mmif/vocabulary/base_types.py +0 -0
  33. {mmif_python-1.1.0 → mmif_python-1.1.1}/mmif/vocabulary/do-not-edit.txt +0 -0
  34. {mmif_python-1.1.0 → mmif_python-1.1.1}/mmif/vocabulary/document_types.py +0 -0
  35. {mmif_python-1.1.0 → mmif_python-1.1.1}/mmif_docloc_http/__init__.py +0 -0
  36. {mmif_python-1.1.0 → mmif_python-1.1.1}/mmif_python.egg-info/SOURCES.txt +0 -0
  37. {mmif_python-1.1.0 → mmif_python-1.1.1}/mmif_python.egg-info/dependency_links.txt +0 -0
  38. {mmif_python-1.1.0 → mmif_python-1.1.1}/mmif_python.egg-info/entry_points.txt +0 -0
  39. {mmif_python-1.1.0 → mmif_python-1.1.1}/mmif_python.egg-info/requires.txt +0 -0
  40. {mmif_python-1.1.0 → mmif_python-1.1.1}/mmif_python.egg-info/top_level.txt +0 -0
  41. {mmif_python-1.1.0 → mmif_python-1.1.1}/requirements.cv +0 -0
  42. {mmif_python-1.1.0 → mmif_python-1.1.1}/requirements.seq +0 -0
  43. {mmif_python-1.1.0 → mmif_python-1.1.1}/requirements.txt +0 -0
  44. {mmif_python-1.1.0 → mmif_python-1.1.1}/setup.cfg +0 -0
  45. {mmif_python-1.1.0 → mmif_python-1.1.1}/tests/test_serialize.py +0 -0
  46. {mmif_python-1.1.0 → mmif_python-1.1.1}/tests/test_utils.py +0 -0
  47. {mmif_python-1.1.0 → mmif_python-1.1.1}/tests/test_utils_cli.py +0 -0
  48. {mmif_python-1.1.0 → mmif_python-1.1.1}/tests/test_versioncompat.py +0 -0
  49. {mmif_python-1.1.0 → mmif_python-1.1.1}/tests/test_vocab.py +0 -0
@@ -1,13 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mmif-python
3
- Version: 1.1.0
3
+ Version: 1.1.1
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
7
7
  Author-email: admin@clams.ai
8
- Classifier: Development Status :: 2 - Pre-Alpha
8
+ Classifier: Development Status :: 5 - Production/Stable
9
9
  Classifier: Intended Audience :: Developers
10
- Classifier: License :: OSI Approved :: Apache Software License
11
10
  Classifier: Programming Language :: Python :: 3 :: Only
12
11
  Requires-Python: >=3.10
13
12
  Description-Content-Type: text/markdown
@@ -0,0 +1 @@
1
+ 1.1.1
@@ -0,0 +1,2 @@
1
+ __version__ = "1.1.1"
2
+ __specver__ = "1.1.0"
@@ -1,13 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mmif-python
3
- Version: 1.1.0
3
+ Version: 1.1.1
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
7
7
  Author-email: admin@clams.ai
8
- Classifier: Development Status :: 2 - Pre-Alpha
8
+ Classifier: Development Status :: 5 - Production/Stable
9
9
  Classifier: Intended Audience :: Developers
10
- Classifier: License :: OSI Approved :: Apache Software License
11
10
  Classifier: Programming Language :: Python :: 3 :: Only
12
11
  Requires-Python: >=3.10
13
12
  Description-Content-Type: text/markdown
@@ -11,7 +11,8 @@ from typing import Union
11
11
  from urllib import request
12
12
 
13
13
  import setuptools.command.build_py
14
- import setuptools.command.develop
14
+ from setuptools.command.sdist import sdist
15
+ from setuptools.command.develop import develop
15
16
 
16
17
  name = "mmif-python"
17
18
  version_fname = "VERSION"
@@ -254,15 +255,18 @@ def prep_ext_files(setuptools_cmd):
254
255
  return setuptools_cmd
255
256
 
256
257
 
258
+ # Modernize cmdclass to ensure compatibility with setuptools >=80
257
259
  @prep_ext_files
258
- class SdistCommand(setuptools.command.sdist.sdist):
259
- pass
260
-
260
+ class SdistCommand(sdist):
261
+ def initialize_options(self):
262
+ super().initialize_options()
263
+ # Add any additional initialization logic here if needed
261
264
 
262
265
  @prep_ext_files
263
- class DevelopCommand(setuptools.command.develop.develop):
264
- pass
265
-
266
+ class DevelopCommand(develop):
267
+ def initialize_options(self):
268
+ super().initialize_options()
269
+ # Add any additional initialization logic here if needed
266
270
 
267
271
  cmdclass['sdist'] = SdistCommand
268
272
  cmdclass['develop'] = DevelopCommand
@@ -279,6 +283,17 @@ with open('requirements.cv') as requirements:
279
283
  with open('requirements.seq') as requirements:
280
284
  seq_requires = requirements.readlines()
281
285
 
286
+ extras_require = {
287
+ 'seq': seq_requires,
288
+ 'cv': cv_requires,
289
+ 'dev': [
290
+ 'pytest',
291
+ 'pytest-pep8',
292
+ 'pytest-cov',
293
+ 'pytype',
294
+ ]
295
+ }
296
+
282
297
  setuptools.setup(
283
298
  name=name,
284
299
  version=version,
@@ -301,21 +316,12 @@ setuptools.setup(
301
316
  'mmif': [f'{mmif_res_pkg}/*', f'{mmif_ver_pkg}/*', f'{mmif_vocabulary_pkg}/*'],
302
317
  },
303
318
  install_requires=requires,
304
- extras_require={
305
- 'seq': seq_requires,
306
- 'cv': cv_requires,
307
- 'dev': [
308
- 'pytest',
309
- 'pytest-pep8',
310
- 'pytest-cov',
311
- 'pytype',
312
- ]
313
- },
319
+ extras_require=extras_require,
314
320
  python_requires='>=3.10',
321
+ licenses='Apache-2.0',
315
322
  classifiers=[
316
- 'Development Status :: 2 - Pre-Alpha',
323
+ 'Development Status :: 5 - Production/Stable',
317
324
  'Intended Audience :: Developers',
318
- 'License :: OSI Approved :: Apache Software License',
319
325
  'Programming Language :: Python :: 3 :: Only',
320
326
  ]
321
327
  )
mmif_python-1.1.0/VERSION DELETED
@@ -1 +0,0 @@
1
- 1.1.0
@@ -1,2 +0,0 @@
1
- __version__ = "1.1.0"
2
- __specver__ = "1.1.0"
File without changes
File without changes
File without changes
File without changes
File without changes