audiometa-python 0.2.2__tar.gz → 0.2.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.
- {audiometa_python-0.2.2/audiometa_python.egg-info → audiometa_python-0.2.5}/PKG-INFO +12 -6
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/README.md +11 -5
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/utils/os_dependencies_checker/config.py +32 -6
- {audiometa_python-0.2.2 → audiometa_python-0.2.5/audiometa_python.egg-info}/PKG-INFO +12 -6
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/pyproject.toml +1 -1
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/LICENSE +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/__main__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/_audio_file.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/cli.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/exceptions.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/manager/_MetadataManager.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/manager/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/manager/_rating_supporting/_RatingSupportingMetadataManager.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/manager/_rating_supporting/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/manager/_rating_supporting/id3v2/_Id3v2Manager.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/manager/_rating_supporting/id3v2/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/manager/_rating_supporting/id3v2/_id3v2_constants.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/manager/_rating_supporting/riff/_RiffManager.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/manager/_rating_supporting/riff/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/manager/_rating_supporting/riff/_riff_constants.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/manager/_rating_supporting/vorbis/_VorbisManager.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/manager/_rating_supporting/vorbis/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/manager/_rating_supporting/vorbis/_vorbis_constants.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/manager/id3v1/_Id3v1Manager.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/manager/id3v1/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/manager/id3v1/_constants.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/manager/id3v1/id3v1_raw_metadata.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/manager/id3v1/id3v1_raw_metadata_key.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/assets/create_test_files.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/helpers/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/helpers/common/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/helpers/common/audio_file_creator.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/helpers/common/external_tool_runner.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/helpers/id3v1/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/helpers/id3v1/id3v1_header_verifier.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/helpers/id3v1/id3v1_metadata_deleter.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/helpers/id3v1/id3v1_metadata_getter.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/helpers/id3v1/id3v1_metadata_setter.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/helpers/id3v2/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/helpers/id3v2/id3v2_frame_manual_creator.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/helpers/id3v2/id3v2_header_verifier.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/helpers/id3v2/id3v2_metadata_deleter.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/helpers/id3v2/id3v2_metadata_getter.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/helpers/id3v2/id3v2_metadata_setter.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/helpers/riff/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/helpers/riff/riff_header_verifier.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/helpers/riff/riff_manual_metadata_creator.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/helpers/riff/riff_metadata_deleter.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/helpers/riff/riff_metadata_getter.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/helpers/riff/riff_metadata_setter.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/helpers/scripts/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/helpers/technical_info_inspector.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/helpers/temp_file_with_metadata.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/helpers/vorbis/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/helpers/vorbis/vorbis_header_verifier.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/helpers/vorbis/vorbis_metadata_deleter.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/helpers/vorbis/vorbis_metadata_getter.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/helpers/vorbis/vorbis_metadata_setter.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/conftest.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/e2e/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/e2e/cli/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/e2e/cli/error_handling/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/e2e/cli/error_handling/test_command_structure_errors.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/e2e/cli/error_handling/test_file_access_errors.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/e2e/cli/error_handling/test_format_output_errors.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/e2e/cli/error_handling/test_input_validation_errors.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/e2e/cli/error_handling/test_missing_fields_validation.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/e2e/cli/error_handling/test_multiple_files_errors.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/e2e/cli/error_handling/test_rating_validation.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/e2e/cli/error_handling/test_year_validation.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/e2e/cli/test_cli_delete.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/e2e/cli/test_cli_formatting.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/e2e/cli/test_cli_help.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/e2e/cli/test_cli_read.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/e2e/cli/test_cli_unified.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/e2e/cli/test_cli_write.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/e2e/scenarios/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/e2e/scenarios/test_user_scenarios.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/e2e/workflows/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/e2e/workflows/test_core_workflows.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/e2e/workflows/test_deletion_workflows.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/e2e/workflows/test_error_handling_workflows.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/e2e/workflows/test_format_specific_workflows.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/e2e/workflows/test_rating_workflows.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/audio_format/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/audio_format/flac/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/audio_format/flac/test_flac_delete_all.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/audio_format/flac/test_flac_reading_all.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/audio_format/flac/test_flac_reading_field.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/audio_format/flac/test_flac_writing.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/audio_format/mp3/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/audio_format/mp3/test_mp3_delete_all.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/audio_format/mp3/test_mp3_reading_all.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/audio_format/mp3/test_mp3_reading_field.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/audio_format/mp3/test_mp3_writing.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/audio_format/wav/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/audio_format/wav/test_wav_delete_all.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/audio_format/wav/test_wav_reading_all.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/audio_format/wav/test_wav_reading_field.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/audio_format/wav/test_wav_with_id3v2_tags.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/audio_format/wav/test_wav_writing.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/conftest.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/delete_all_metadata/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/delete_all_metadata/test_audio_format_all.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/delete_all_metadata/test_audio_format_header_deletion.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/delete_all_metadata/test_basic_functionality.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/delete_all_metadata/test_error_handling.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/encoding/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/encoding/test_encoding.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/encoding/test_special_characters_edge_cases.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/get_full_metadata/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/get_full_metadata/test_binary_data_filtering.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/get_full_metadata/test_get_full_metadata.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/get_full_metadata/test_get_full_metadata_edge_cases.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/get_full_metadata/test_options.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/get_full_metadata/test_parsed_fields_keys.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/album/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/album/test_deleting.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/album/test_reading.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/album/test_writing.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/album_artists/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/album_artists/test_deleting.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/album_artists/test_reading.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/album_artists/test_writing.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/artists/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/artists/test_deleting.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/artists/test_reading.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/artists/test_writing.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/bpm/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/bpm/test_deleting.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/bpm/test_reading.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/bpm/test_writing.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/comment/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/comment/test_deleting.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/comment/test_reading.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/comment/test_writing.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/composer/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/composer/test_deleting.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/composer/test_reading.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/composer/test_writing.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/copyright/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/copyright/test_deleting.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/copyright/test_reading.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/copyright/test_writing.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/field_not_supported/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/field_not_supported/test_deleting.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/field_not_supported/test_reading.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/field_not_supported/test_writing.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/genre/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/genre/reading/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/genre/reading/metadata_format/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/genre/reading/metadata_format/test_id3v1_reading.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/genre/reading/metadata_format/test_id3v2_reading.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/genre/reading/metadata_format/test_riff_reading.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/genre/reading/metadata_format/test_vorbis_reading.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/genre/reading/test_smart_reading.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/genre/test_deleting.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/genre/test_writing.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/language/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/language/test_deleting.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/language/test_reading.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/language/test_writing.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/lyrics/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/lyrics/test_deleting.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/lyrics/test_reading.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/lyrics/test_writing.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/publisher/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/publisher/test_deleting.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/publisher/test_reading.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/publisher/test_writing.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/rating/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/rating/reading/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/rating/reading/test_base_100_proportional.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/rating/reading/test_base_255_non_proportional.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/rating/reading/test_base_255_proportional.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/rating/test_deleting.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/rating/test_error_handling.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/rating/writing/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/rating/writing/metadata_format/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/rating/writing/metadata_format/test_id3v2.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/rating/writing/metadata_format/test_riff.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/rating/writing/metadata_format/test_vorbis.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/rating/writing/test_comprehensive.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/release_date/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/release_date/test_deleting.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/release_date/test_error_handling.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/release_date/test_reading.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/release_date/test_writing.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/test_metadata_field_validation.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/title/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/title/test_deleting.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/title/test_error_handling.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/title/test_reading.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/title/test_writing.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/track_number/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/track_number/reading/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/track_number/reading/test_edge_cases.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/track_number/reading/test_metadata_format.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/track_number/test_deleting.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/metadata_field/track_number/test_writing.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/multiple_values/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/multiple_values/reading/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/multiple_values/reading/metadata_format/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/multiple_values/reading/metadata_format/test_id3v1.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/multiple_values/reading/metadata_format/test_id3v2_3.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/multiple_values/reading/metadata_format/test_id3v2_4.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/multiple_values/reading/metadata_format/test_riff.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/multiple_values/reading/metadata_format/test_vorbis.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/multiple_values/reading/test_performance_large_data.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/multiple_values/reading/test_smart_parsing_scenarios.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/multiple_values/reading/test_unicode_handling.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/multiple_values/writing/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/multiple_values/writing/metadata_format/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/multiple_values/writing/metadata_format/test_id3v1.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/multiple_values/writing/metadata_format/test_id3v2_3.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/multiple_values/writing/metadata_format/test_id3v2_4.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/multiple_values/writing/metadata_format/test_riff.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/multiple_values/writing/metadata_format/test_vorbis.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/multiple_values/writing/test_error_handling.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/multiple_values/writing/test_large_values.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/reading/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/reading/test_read_multiple_metadata.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/reading/test_reading_error_handling.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/real_audio_files/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/real_audio_files/test_reading.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/real_audio_files/test_writing.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/technical_info/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/technical_info/flac_md5/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/technical_info/flac_md5/conftest.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/technical_info/flac_md5/test_invalid_md5/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/technical_info/flac_md5/test_invalid_md5/test_audio_data_corruption.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/technical_info/flac_md5/test_invalid_md5/test_flipped_md5.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/technical_info/flac_md5/test_invalid_md5/test_non_flac_error.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/technical_info/flac_md5/test_invalid_md5/test_partial_md5.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/technical_info/flac_md5/test_invalid_md5/test_random_md5.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/technical_info/flac_md5/test_invalid_md5/test_unset_md5.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/technical_info/flac_md5/test_valid_md5.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/technical_info/test_bitrate.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/technical_info/test_channels.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/technical_info/test_duration_in_sec.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/technical_info/test_sample_rate.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/test_audio_file.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/test_audio_format_readable_after_update_all_metadata_formats.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/writing/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/writing/test_error_handling.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/writing/test_forced_format.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/writing/test_multiple_format_preservation.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/writing/test_partial_update.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/writing/writing_strategies/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/writing/writing_strategies/test_cleanup_strategy.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/writing/writing_strategies/test_preserve_strategy.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/writing/writing_strategies/test_sync_strategy.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/writing/writing_strategies/unsupported_fields/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/writing/writing_strategies/unsupported_fields/test_fail_behavior.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/writing/writing_strategies/unsupported_fields/test_no_writing_on_failure.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/writing/writing_strategies/unsupported_fields/test_strategy_specific.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/audio_file/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/audio_file/technical_info/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/audio_file/technical_info/test_bitrate.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/audio_file/technical_info/test_channels.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/audio_file/technical_info/test_duration_in_sec.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/audio_file/technical_info/test_error_handling.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/audio_file/technical_info/test_file_size.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/audio_file/technical_info/test_format_name.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/audio_file/technical_info/test_sample_rate.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/audio_file/test_context_manager.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/audio_file/test_file_validation.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/audio_file/test_operations.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/audio_file/test_path_handling.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/cli/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/cli/test_expand_file_patterns.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/metadata_managers/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/metadata_managers/conftest.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/metadata_managers/header_info/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/metadata_managers/header_info/test_id3v1.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/metadata_managers/header_info/test_id3v2.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/metadata_managers/header_info/test_riff.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/metadata_managers/header_info/test_vorbis.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/metadata_managers/metadata_field/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/metadata_managers/metadata_field/multiple_values/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/metadata_managers/metadata_field/multiple_values/reading/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/metadata_managers/metadata_field/multiple_values/reading/test_smart_parsing.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/metadata_managers/metadata_field/multiple_values/writing/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/metadata_managers/metadata_field/multiple_values/writing/test_separator_selection.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/metadata_managers/metadata_field/multiple_values/writing/test_value_filtering.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/metadata_managers/metadata_field/rating/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/metadata_managers/metadata_field/rating/reading/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/metadata_managers/metadata_field/rating/reading/test_normalization.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/metadata_managers/metadata_field/rating/reading/test_profiles_values.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/metadata_managers/metadata_field/rating/test_rating_validation.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/metadata_managers/metadata_field/rating/writing/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/metadata_managers/metadata_field/rating/writing/test_validation.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/metadata_managers/metadata_field/rating/writing/test_writing_profiles.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/metadata_managers/metadata_field/test_date_format_validation.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/metadata_managers/metadata_field/test_track_number_validation.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/metadata_managers/metadata_field/test_type_validation_exception.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/metadata_managers/metadata_field/test_validation.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/unit/metadata_managers/test_metadata_format_managers_write_and_read.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/utils/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/utils/id3v1_genre_code_map.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/utils/metadata_format.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/utils/metadata_writing_strategy.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/utils/os_dependencies_checker/__init__.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/utils/os_dependencies_checker/base.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/utils/os_dependencies_checker/macos.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/utils/os_dependencies_checker/ubuntu.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/utils/os_dependencies_checker/windows.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/utils/rating_profiles.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/utils/tool_path_resolver.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/utils/types.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/utils/unified_metadata_key.py +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa_python.egg-info/SOURCES.txt +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa_python.egg-info/dependency_links.txt +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa_python.egg-info/entry_points.txt +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa_python.egg-info/requires.txt +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa_python.egg-info/top_level.txt +0 -0
- {audiometa_python-0.2.2 → audiometa_python-0.2.5}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: audiometa-python
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.5
|
|
4
4
|
Summary: A comprehensive Python library for reading and writing audio metadata across multiple formats
|
|
5
5
|
Author: AudioMeta Python Contributors
|
|
6
6
|
Author-email: Andreas Garcia <garcia.andreas.1991@gmail.com>
|
|
@@ -49,9 +49,9 @@ Dynamic: license-file
|
|
|
49
49
|
[](https://www.python.org/)
|
|
50
50
|
[](LICENSE)
|
|
51
51
|
[](https://pypi.org/project/audiometa-python/)
|
|
52
|
-
[](https://pypi.org/project/audiometa-python/)
|
|
53
|
-
[](https://pypi.org/project/audiometa-python/)
|
|
54
|
-
[](https://pypi.org/project/audiometa-python/)
|
|
53
|
+
[](https://pypi.org/project/audiometa-python/)
|
|
54
|
+
[](https://github.com/Andreas-Garcia/audiometa)
|
|
55
55
|
|
|
56
56
|
A powerful, unified Python library for reading and writing audio metadata across multiple formats. AudioMeta supports MP3, FLAC, and WAV audio files, working seamlessly with ID3v1, ID3v2, Vorbis, and RIFF metadata formats through a single, consistent API.
|
|
57
57
|
|
|
@@ -246,7 +246,13 @@ These scripts install all required tools with pinned versions that match CI:
|
|
|
246
246
|
- **mediainfo** - Only for integration test verification
|
|
247
247
|
- **exiftool** - Only for integration test verification
|
|
248
248
|
|
|
249
|
-
**Pinned versions:** All tool versions are pinned in
|
|
249
|
+
**Pinned versions:** All tool versions are pinned in separate configuration files (the single source of truth):
|
|
250
|
+
|
|
251
|
+
- [`system-dependencies-prod.toml`](system-dependencies-prod.toml) - Production dependencies (ffmpeg, flac, id3v2)
|
|
252
|
+
- [`system-dependencies-test-only.toml`](system-dependencies-test-only.toml) - Test-only dependencies (mediainfo, exiftool, bwfmetaedit, libsndfile) - supplementary to prod dependencies
|
|
253
|
+
- [`system-dependencies-lint.toml`](system-dependencies-lint.toml) - Lint dependencies (PowerShell)
|
|
254
|
+
|
|
255
|
+
The scripts verify installed versions match these pinned versions. See the configuration files for complete details and OS-specific version information.
|
|
250
256
|
|
|
251
257
|
**Note for Windows users:**
|
|
252
258
|
|
|
@@ -262,7 +268,7 @@ ffprobe -version
|
|
|
262
268
|
flac --version
|
|
263
269
|
```
|
|
264
270
|
|
|
265
|
-
The installation scripts automatically verify installed versions match pinned versions from `system-dependencies.toml`.
|
|
271
|
+
The installation scripts automatically verify installed versions match pinned versions from `system-dependencies-prod.toml`, `system-dependencies-test-only.toml`, and `system-dependencies-lint.toml`.
|
|
266
272
|
|
|
267
273
|
#### External Tools Usage
|
|
268
274
|
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
[](https://www.python.org/)
|
|
9
9
|
[](LICENSE)
|
|
10
10
|
[](https://pypi.org/project/audiometa-python/)
|
|
11
|
-
[](https://pypi.org/project/audiometa-python/)
|
|
12
|
-
[](https://pypi.org/project/audiometa-python/)
|
|
13
|
-
[](https://pypi.org/project/audiometa-python/)
|
|
12
|
+
[](https://pypi.org/project/audiometa-python/)
|
|
13
|
+
[](https://github.com/Andreas-Garcia/audiometa)
|
|
14
14
|
|
|
15
15
|
A powerful, unified Python library for reading and writing audio metadata across multiple formats. AudioMeta supports MP3, FLAC, and WAV audio files, working seamlessly with ID3v1, ID3v2, Vorbis, and RIFF metadata formats through a single, consistent API.
|
|
16
16
|
|
|
@@ -205,7 +205,13 @@ These scripts install all required tools with pinned versions that match CI:
|
|
|
205
205
|
- **mediainfo** - Only for integration test verification
|
|
206
206
|
- **exiftool** - Only for integration test verification
|
|
207
207
|
|
|
208
|
-
**Pinned versions:** All tool versions are pinned in
|
|
208
|
+
**Pinned versions:** All tool versions are pinned in separate configuration files (the single source of truth):
|
|
209
|
+
|
|
210
|
+
- [`system-dependencies-prod.toml`](system-dependencies-prod.toml) - Production dependencies (ffmpeg, flac, id3v2)
|
|
211
|
+
- [`system-dependencies-test-only.toml`](system-dependencies-test-only.toml) - Test-only dependencies (mediainfo, exiftool, bwfmetaedit, libsndfile) - supplementary to prod dependencies
|
|
212
|
+
- [`system-dependencies-lint.toml`](system-dependencies-lint.toml) - Lint dependencies (PowerShell)
|
|
213
|
+
|
|
214
|
+
The scripts verify installed versions match these pinned versions. See the configuration files for complete details and OS-specific version information.
|
|
209
215
|
|
|
210
216
|
**Note for Windows users:**
|
|
211
217
|
|
|
@@ -221,7 +227,7 @@ ffprobe -version
|
|
|
221
227
|
flac --version
|
|
222
228
|
```
|
|
223
229
|
|
|
224
|
-
The installation scripts automatically verify installed versions match pinned versions from `system-dependencies.toml`.
|
|
230
|
+
The installation scripts automatically verify installed versions match pinned versions from `system-dependencies-prod.toml`, `system-dependencies-test-only.toml`, and `system-dependencies-lint.toml`.
|
|
225
231
|
|
|
226
232
|
#### External Tools Usage
|
|
227
233
|
|
{audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/utils/os_dependencies_checker/config.py
RENAMED
|
@@ -4,22 +4,48 @@ import tomllib
|
|
|
4
4
|
from pathlib import Path
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
def _load_config_file(project_root: Path, filename: str) -> dict | None:
|
|
8
|
+
"""Load a TOML configuration file."""
|
|
9
|
+
config_path = project_root / filename
|
|
10
|
+
if not config_path.exists():
|
|
11
|
+
return None
|
|
12
|
+
|
|
13
|
+
try:
|
|
14
|
+
with config_path.open("rb") as f:
|
|
15
|
+
return tomllib.load(f)
|
|
16
|
+
except Exception:
|
|
17
|
+
return None
|
|
18
|
+
|
|
19
|
+
|
|
7
20
|
def load_dependencies_pinned_versions() -> dict[str, dict[str, str]] | None:
|
|
8
|
-
"""Load pinned versions from system-dependencies.toml.
|
|
21
|
+
"""Load pinned versions from system-dependencies-prod.toml and system-dependencies-test-only.toml.
|
|
9
22
|
|
|
10
23
|
Returns:
|
|
11
24
|
Dictionary mapping tool names to OS-specific versions, or None if config not found
|
|
12
25
|
"""
|
|
13
|
-
# Try to find
|
|
26
|
+
# Try to find config files relative to this file
|
|
14
27
|
# This file is in audiometa/utils/os_dependencies_checker/, so go up to project root
|
|
15
|
-
|
|
28
|
+
project_root = Path(__file__).parent.parent.parent.parent
|
|
16
29
|
|
|
17
|
-
|
|
30
|
+
# Load prod and test configs
|
|
31
|
+
prod_config = _load_config_file(project_root, "system-dependencies-prod.toml")
|
|
32
|
+
test_config = _load_config_file(project_root, "system-dependencies-test-only.toml")
|
|
33
|
+
|
|
34
|
+
if not prod_config and not test_config:
|
|
18
35
|
return None
|
|
19
36
|
|
|
20
37
|
try:
|
|
21
|
-
|
|
22
|
-
|
|
38
|
+
# Merge configs (test can override prod if needed, though they shouldn't overlap)
|
|
39
|
+
config = {}
|
|
40
|
+
if prod_config:
|
|
41
|
+
config.update(prod_config)
|
|
42
|
+
if test_config:
|
|
43
|
+
# Merge OS sections
|
|
44
|
+
for os_type in ["ubuntu", "macos", "windows"]:
|
|
45
|
+
if os_type in test_config:
|
|
46
|
+
if os_type not in config:
|
|
47
|
+
config[os_type] = {}
|
|
48
|
+
config[os_type].update(test_config[os_type])
|
|
23
49
|
|
|
24
50
|
pinned_versions: dict[str, dict[str, str]] = {}
|
|
25
51
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: audiometa-python
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.5
|
|
4
4
|
Summary: A comprehensive Python library for reading and writing audio metadata across multiple formats
|
|
5
5
|
Author: AudioMeta Python Contributors
|
|
6
6
|
Author-email: Andreas Garcia <garcia.andreas.1991@gmail.com>
|
|
@@ -49,9 +49,9 @@ Dynamic: license-file
|
|
|
49
49
|
[](https://www.python.org/)
|
|
50
50
|
[](LICENSE)
|
|
51
51
|
[](https://pypi.org/project/audiometa-python/)
|
|
52
|
-
[](https://pypi.org/project/audiometa-python/)
|
|
53
|
-
[](https://pypi.org/project/audiometa-python/)
|
|
54
|
-
[](https://pypi.org/project/audiometa-python/)
|
|
53
|
+
[](https://pypi.org/project/audiometa-python/)
|
|
54
|
+
[](https://github.com/Andreas-Garcia/audiometa)
|
|
55
55
|
|
|
56
56
|
A powerful, unified Python library for reading and writing audio metadata across multiple formats. AudioMeta supports MP3, FLAC, and WAV audio files, working seamlessly with ID3v1, ID3v2, Vorbis, and RIFF metadata formats through a single, consistent API.
|
|
57
57
|
|
|
@@ -246,7 +246,13 @@ These scripts install all required tools with pinned versions that match CI:
|
|
|
246
246
|
- **mediainfo** - Only for integration test verification
|
|
247
247
|
- **exiftool** - Only for integration test verification
|
|
248
248
|
|
|
249
|
-
**Pinned versions:** All tool versions are pinned in
|
|
249
|
+
**Pinned versions:** All tool versions are pinned in separate configuration files (the single source of truth):
|
|
250
|
+
|
|
251
|
+
- [`system-dependencies-prod.toml`](system-dependencies-prod.toml) - Production dependencies (ffmpeg, flac, id3v2)
|
|
252
|
+
- [`system-dependencies-test-only.toml`](system-dependencies-test-only.toml) - Test-only dependencies (mediainfo, exiftool, bwfmetaedit, libsndfile) - supplementary to prod dependencies
|
|
253
|
+
- [`system-dependencies-lint.toml`](system-dependencies-lint.toml) - Lint dependencies (PowerShell)
|
|
254
|
+
|
|
255
|
+
The scripts verify installed versions match these pinned versions. See the configuration files for complete details and OS-specific version information.
|
|
250
256
|
|
|
251
257
|
**Note for Windows users:**
|
|
252
258
|
|
|
@@ -262,7 +268,7 @@ ffprobe -version
|
|
|
262
268
|
flac --version
|
|
263
269
|
```
|
|
264
270
|
|
|
265
|
-
The installation scripts automatically verify installed versions match pinned versions from `system-dependencies.toml`.
|
|
271
|
+
The installation scripts automatically verify installed versions match pinned versions from `system-dependencies-prod.toml`, `system-dependencies-test-only.toml`, and `system-dependencies-lint.toml`.
|
|
266
272
|
|
|
267
273
|
#### External Tools Usage
|
|
268
274
|
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "audiometa-python"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.5"
|
|
8
8
|
description = "A comprehensive Python library for reading and writing audio metadata across multiple formats"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.12"
|
|
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
|
{audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/manager/_rating_supporting/__init__.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
|
{audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/manager/id3v1/id3v1_raw_metadata.py
RENAMED
|
File without changes
|
{audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/manager/id3v1/id3v1_raw_metadata_key.py
RENAMED
|
File without changes
|
|
File without changes
|
{audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/assets/create_test_files.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
|
{audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/helpers/scripts/__init__.py
RENAMED
|
File without changes
|
{audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/helpers/technical_info_inspector.py
RENAMED
|
File without changes
|
{audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/helpers/temp_file_with_metadata.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
|
{audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/e2e/cli/test_cli_delete.py
RENAMED
|
File without changes
|
|
File without changes
|
{audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/e2e/cli/test_cli_help.py
RENAMED
|
File without changes
|
{audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/e2e/cli/test_cli_read.py
RENAMED
|
File without changes
|
{audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/e2e/cli/test_cli_unified.py
RENAMED
|
File without changes
|
{audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/e2e/cli/test_cli_write.py
RENAMED
|
File without changes
|
{audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/e2e/scenarios/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/e2e/workflows/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/__init__.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
|
{audiometa_python-0.2.2 → audiometa_python-0.2.5}/audiometa/test/tests/integration/conftest.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|