magic_hour 0.9.3__py3-none-any.whl → 0.9.5__py3-none-any.whl
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.
- magic_hour/__init__.py +1 -1
- magic_hour/client.py +10 -12
- magic_hour/core/__init__.py +2 -3
- magic_hour/core/query.py +106 -0
- magic_hour/core/request.py +3 -5
- magic_hour/core/utils.py +1 -1
- magic_hour/environment.py +3 -1
- magic_hour/resources/v1/ai_clothes_changer/client.py +0 -2
- magic_hour/resources/v1/ai_headshot_generator/client.py +0 -2
- magic_hour/resources/v1/ai_image_generator/client.py +1 -3
- magic_hour/resources/v1/ai_image_upscaler/client.py +0 -2
- magic_hour/resources/v1/ai_photo_editor/client.py +0 -2
- magic_hour/resources/v1/ai_qr_code_generator/client.py +0 -2
- magic_hour/resources/v1/animation/client.py +0 -2
- magic_hour/resources/v1/client.py +8 -42
- magic_hour/resources/v1/face_swap/client.py +0 -2
- magic_hour/resources/v1/face_swap_photo/client.py +0 -2
- magic_hour/resources/v1/files/client.py +0 -2
- magic_hour/resources/v1/files/upload_urls/client.py +0 -2
- magic_hour/resources/v1/image_background_remover/client.py +0 -2
- magic_hour/resources/v1/image_projects/README.md +1 -1
- magic_hour/resources/v1/image_projects/client.py +2 -6
- magic_hour/resources/v1/image_to_video/client.py +0 -2
- magic_hour/resources/v1/lip_sync/client.py +0 -2
- magic_hour/resources/v1/text_to_video/client.py +1 -3
- magic_hour/resources/v1/video_projects/README.md +1 -1
- magic_hour/resources/v1/video_projects/client.py +2 -6
- magic_hour/resources/v1/video_to_video/client.py +0 -2
- magic_hour/types/models/__init__.py +4 -4
- magic_hour/types/models/get_v1_image_projects_id_response.py +2 -2
- magic_hour/types/models/get_v1_video_projects_id_response.py +2 -2
- magic_hour/types/models/post_v1_ai_clothes_changer_response.py +1 -1
- magic_hour/types/models/post_v1_ai_headshot_generator_response.py +1 -1
- magic_hour/types/models/post_v1_ai_image_generator_response.py +1 -1
- magic_hour/types/models/post_v1_ai_image_upscaler_response.py +1 -1
- magic_hour/types/models/post_v1_ai_photo_editor_response.py +1 -1
- magic_hour/types/models/post_v1_ai_qr_code_generator_response.py +1 -1
- magic_hour/types/models/post_v1_animation_response.py +1 -1
- magic_hour/types/models/post_v1_face_swap_photo_response.py +1 -1
- magic_hour/types/models/post_v1_face_swap_response.py +1 -1
- magic_hour/types/models/post_v1_files_upload_urls_response.py +1 -1
- magic_hour/types/models/post_v1_image_background_remover_response.py +1 -1
- magic_hour/types/models/post_v1_image_to_video_response.py +1 -1
- magic_hour/types/models/post_v1_lip_sync_response.py +1 -1
- magic_hour/types/models/post_v1_text_to_video_response.py +1 -1
- magic_hour/types/models/post_v1_video_to_video_response.py +1 -1
- magic_hour/types/params/__init__.py +51 -51
- magic_hour/types/params/post_v1_ai_clothes_changer_body.py +1 -1
- magic_hour/types/params/post_v1_ai_clothes_changer_body_assets.py +3 -3
- magic_hour/types/params/post_v1_ai_headshot_generator_body.py +1 -1
- magic_hour/types/params/post_v1_ai_headshot_generator_body_assets.py +2 -2
- magic_hour/types/params/post_v1_ai_image_generator_body.py +1 -1
- magic_hour/types/params/post_v1_ai_image_generator_body_style.py +1 -1
- magic_hour/types/params/post_v1_ai_image_upscaler_body.py +1 -1
- magic_hour/types/params/post_v1_ai_image_upscaler_body_assets.py +2 -2
- magic_hour/types/params/post_v1_ai_image_upscaler_body_style.py +1 -1
- magic_hour/types/params/post_v1_ai_photo_editor_body.py +1 -1
- magic_hour/types/params/post_v1_ai_photo_editor_body_assets.py +2 -2
- magic_hour/types/params/post_v1_ai_photo_editor_body_style.py +1 -1
- magic_hour/types/params/post_v1_ai_qr_code_generator_body.py +1 -1
- magic_hour/types/params/post_v1_ai_qr_code_generator_body_style.py +1 -1
- magic_hour/types/params/post_v1_animation_body.py +1 -1
- magic_hour/types/params/post_v1_animation_body_assets.py +3 -3
- magic_hour/types/params/post_v1_animation_body_style.py +1 -1
- magic_hour/types/params/post_v1_face_swap_body.py +1 -1
- magic_hour/types/params/post_v1_face_swap_body_assets.py +3 -3
- magic_hour/types/params/post_v1_face_swap_photo_body.py +1 -1
- magic_hour/types/params/post_v1_face_swap_photo_body_assets.py +3 -3
- magic_hour/types/params/post_v1_files_upload_urls_body.py +1 -1
- magic_hour/types/params/post_v1_files_upload_urls_body_items_item.py +1 -1
- magic_hour/types/params/post_v1_image_background_remover_body.py +1 -1
- magic_hour/types/params/post_v1_image_background_remover_body_assets.py +2 -2
- magic_hour/types/params/post_v1_image_to_video_body.py +1 -1
- magic_hour/types/params/post_v1_image_to_video_body_assets.py +2 -2
- magic_hour/types/params/post_v1_image_to_video_body_style.py +1 -1
- magic_hour/types/params/post_v1_lip_sync_body.py +1 -1
- magic_hour/types/params/post_v1_lip_sync_body_assets.py +3 -3
- magic_hour/types/params/post_v1_text_to_video_body.py +1 -1
- magic_hour/types/params/post_v1_text_to_video_body_style.py +1 -1
- magic_hour/types/params/post_v1_video_to_video_body.py +1 -1
- magic_hour/types/params/post_v1_video_to_video_body_assets.py +2 -2
- magic_hour/types/params/post_v1_video_to_video_body_style.py +1 -1
- {magic_hour-0.9.3.dist-info → magic_hour-0.9.5.dist-info}/METADATA +1 -1
- {magic_hour-0.9.3.dist-info → magic_hour-0.9.5.dist-info}/RECORD +86 -85
- {magic_hour-0.9.3.dist-info → magic_hour-0.9.5.dist-info}/LICENSE +0 -0
- {magic_hour-0.9.3.dist-info → magic_hour-0.9.5.dist-info}/WHEEL +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import pydantic
|
|
1
2
|
import typing
|
|
2
3
|
import typing_extensions
|
|
3
|
-
import pydantic
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
class PostV1AnimationBodyAssets(typing_extensions.TypedDict):
|
|
@@ -10,7 +10,7 @@ class PostV1AnimationBodyAssets(typing_extensions.TypedDict):
|
|
|
10
10
|
|
|
11
11
|
audio_file_path: typing_extensions.NotRequired[str]
|
|
12
12
|
"""
|
|
13
|
-
The path of the input audio. This field is required if `audio_source` is `file`. This value can be either the `file_path` field from the response of the [upload urls API](
|
|
13
|
+
The path of the input audio. This field is required if `audio_source` is `file`. This value can be either the `file_path` field from the response of the [upload urls API](https://docs.magichour.ai/api-reference/files/generate-asset-upload-urls), or the url of the file.
|
|
14
14
|
"""
|
|
15
15
|
|
|
16
16
|
audio_source: typing_extensions.Required[
|
|
@@ -22,7 +22,7 @@ class PostV1AnimationBodyAssets(typing_extensions.TypedDict):
|
|
|
22
22
|
|
|
23
23
|
image_file_path: typing_extensions.NotRequired[str]
|
|
24
24
|
"""
|
|
25
|
-
An initial image to use a the first frame of the video. This value can be either the `file_path` field from the response of the [upload urls API](
|
|
25
|
+
An initial image to use a the first frame of the video. This value can be either the `file_path` field from the response of the [upload urls API](https://docs.magichour.ai/api-reference/files/generate-asset-upload-urls), or the url of the file.
|
|
26
26
|
"""
|
|
27
27
|
|
|
28
28
|
youtube_url: typing_extensions.NotRequired[str]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import pydantic
|
|
1
2
|
import typing
|
|
2
3
|
import typing_extensions
|
|
3
|
-
import pydantic
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
class PostV1FaceSwapBodyAssets(typing_extensions.TypedDict):
|
|
@@ -10,12 +10,12 @@ class PostV1FaceSwapBodyAssets(typing_extensions.TypedDict):
|
|
|
10
10
|
|
|
11
11
|
image_file_path: typing_extensions.Required[str]
|
|
12
12
|
"""
|
|
13
|
-
The path of the input image. This value can be either the `file_path` field from the response of the [upload urls API](
|
|
13
|
+
The path of the input image. This value can be either the `file_path` field from the response of the [upload urls API](https://docs.magichour.ai/api-reference/files/generate-asset-upload-urls), or the url of the file.
|
|
14
14
|
"""
|
|
15
15
|
|
|
16
16
|
video_file_path: typing_extensions.NotRequired[str]
|
|
17
17
|
"""
|
|
18
|
-
The path of the input video. This field is required if `video_source` is `file`. This value can be either the `file_path` field from the response of the [upload urls API](
|
|
18
|
+
The path of the input video. This field is required if `video_source` is `file`. This value can be either the `file_path` field from the response of the [upload urls API](https://docs.magichour.ai/api-reference/files/generate-asset-upload-urls), or the url of the file.
|
|
19
19
|
"""
|
|
20
20
|
|
|
21
21
|
video_source: typing_extensions.Required[
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import typing_extensions
|
|
2
1
|
import pydantic
|
|
2
|
+
import typing_extensions
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
class PostV1FaceSwapPhotoBodyAssets(typing_extensions.TypedDict):
|
|
@@ -9,12 +9,12 @@ class PostV1FaceSwapPhotoBodyAssets(typing_extensions.TypedDict):
|
|
|
9
9
|
|
|
10
10
|
source_file_path: typing_extensions.Required[str]
|
|
11
11
|
"""
|
|
12
|
-
This is the image from which the face is extracted. This value can be either the `file_path` field from the response of the [upload urls API](
|
|
12
|
+
This is the image from which the face is extracted. This value can be either the `file_path` field from the response of the [upload urls API](https://docs.magichour.ai/api-reference/files/generate-asset-upload-urls), or the url of the file.
|
|
13
13
|
"""
|
|
14
14
|
|
|
15
15
|
target_file_path: typing_extensions.Required[str]
|
|
16
16
|
"""
|
|
17
|
-
This is the image where the face from the source image will be placed. This value can be either the `file_path` field from the response of the [upload urls API](
|
|
17
|
+
This is the image where the face from the source image will be placed. This value can be either the `file_path` field from the response of the [upload urls API](https://docs.magichour.ai/api-reference/files/generate-asset-upload-urls), or the url of the file.
|
|
18
18
|
"""
|
|
19
19
|
|
|
20
20
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import typing_extensions
|
|
2
1
|
import pydantic
|
|
2
|
+
import typing_extensions
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
class PostV1ImageBackgroundRemoverBodyAssets(typing_extensions.TypedDict):
|
|
@@ -9,7 +9,7 @@ class PostV1ImageBackgroundRemoverBodyAssets(typing_extensions.TypedDict):
|
|
|
9
9
|
|
|
10
10
|
image_file_path: typing_extensions.Required[str]
|
|
11
11
|
"""
|
|
12
|
-
The image used to generate the image. This value can be either the `file_path` field from the response of the [upload urls API](
|
|
12
|
+
The image used to generate the image. This value can be either the `file_path` field from the response of the [upload urls API](https://docs.magichour.ai/api-reference/files/generate-asset-upload-urls), or the url of the file.
|
|
13
13
|
"""
|
|
14
14
|
|
|
15
15
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import typing_extensions
|
|
2
1
|
import pydantic
|
|
2
|
+
import typing_extensions
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
class PostV1ImageToVideoBodyAssets(typing_extensions.TypedDict):
|
|
@@ -9,7 +9,7 @@ class PostV1ImageToVideoBodyAssets(typing_extensions.TypedDict):
|
|
|
9
9
|
|
|
10
10
|
image_file_path: typing_extensions.Required[str]
|
|
11
11
|
"""
|
|
12
|
-
The path of the image file. This value can be either the `file_path` field from the response of the [upload urls API](
|
|
12
|
+
The path of the image file. This value can be either the `file_path` field from the response of the [upload urls API](https://docs.magichour.ai/api-reference/files/generate-asset-upload-urls), or the url of the file.
|
|
13
13
|
"""
|
|
14
14
|
|
|
15
15
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import pydantic
|
|
1
2
|
import typing
|
|
2
3
|
import typing_extensions
|
|
3
|
-
import pydantic
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
class PostV1LipSyncBodyAssets(typing_extensions.TypedDict):
|
|
@@ -10,12 +10,12 @@ class PostV1LipSyncBodyAssets(typing_extensions.TypedDict):
|
|
|
10
10
|
|
|
11
11
|
audio_file_path: typing_extensions.Required[str]
|
|
12
12
|
"""
|
|
13
|
-
The path of the audio file. This value can be either the `file_path` field from the response of the [upload urls API](
|
|
13
|
+
The path of the audio file. This value can be either the `file_path` field from the response of the [upload urls API](https://docs.magichour.ai/api-reference/files/generate-asset-upload-urls), or the url of the file.
|
|
14
14
|
"""
|
|
15
15
|
|
|
16
16
|
video_file_path: typing_extensions.NotRequired[str]
|
|
17
17
|
"""
|
|
18
|
-
The path of the input video. This field is required if `video_source` is `file`. This value can be either the `file_path` field from the response of the [upload urls API](
|
|
18
|
+
The path of the input video. This field is required if `video_source` is `file`. This value can be either the `file_path` field from the response of the [upload urls API](https://docs.magichour.ai/api-reference/files/generate-asset-upload-urls), or the url of the file.
|
|
19
19
|
"""
|
|
20
20
|
|
|
21
21
|
video_source: typing_extensions.Required[
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import pydantic
|
|
1
2
|
import typing
|
|
2
3
|
import typing_extensions
|
|
3
|
-
import pydantic
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
class PostV1VideoToVideoBodyAssets(typing_extensions.TypedDict):
|
|
@@ -10,7 +10,7 @@ class PostV1VideoToVideoBodyAssets(typing_extensions.TypedDict):
|
|
|
10
10
|
|
|
11
11
|
video_file_path: typing_extensions.NotRequired[str]
|
|
12
12
|
"""
|
|
13
|
-
The path of the input video. This field is required if `video_source` is `file`. This value can be either the `file_path` field from the response of the [upload urls API](
|
|
13
|
+
The path of the input video. This field is required if `video_source` is `file`. This value can be either the `file_path` field from the response of the [upload urls API](https://docs.magichour.ai/api-reference/files/generate-asset-upload-urls), or the url of the file.
|
|
14
14
|
"""
|
|
15
15
|
|
|
16
16
|
video_source: typing_extensions.Required[
|
|
@@ -1,131 +1,132 @@
|
|
|
1
|
-
magic_hour/__init__.py,sha256=
|
|
2
|
-
magic_hour/client.py,sha256=
|
|
3
|
-
magic_hour/core/__init__.py,sha256=
|
|
1
|
+
magic_hour/__init__.py,sha256=KIpC-OAJjT6m-WLHmdIdUlsYyicCiX4WHVIwfPG-e0c,203
|
|
2
|
+
magic_hour/client.py,sha256=DMxeed7El-0q_URdGYXXNStGXJ11l7u6q1bQD8LWQ8g,2038
|
|
3
|
+
magic_hour/core/__init__.py,sha256=s2y_QWfn976ilhDlvKGz-QWhAYcRDzvtAYnLbMMOTEA,1167
|
|
4
4
|
magic_hour/core/api_error.py,sha256=K1d47qRbhLBNEaUVbs0NPgxee24X3qGZ37gBhleUzEE,1760
|
|
5
5
|
magic_hour/core/auth.py,sha256=NSjPcmTyHelRag9FqH1ufbchBWQgGDpH2P0akfppIPo,9130
|
|
6
6
|
magic_hour/core/base_client.py,sha256=H9FJtNvN3ZfjjnPq4t9HXgh0c1324x1RFtAHXWEnqWk,18846
|
|
7
7
|
magic_hour/core/binary_response.py,sha256=T-DATvb21P2ZRnYa4LlXmF77VfM8Tut2951QHEQct_U,681
|
|
8
|
-
magic_hour/core/
|
|
8
|
+
magic_hour/core/query.py,sha256=Z4NB5gSkJ8KMJU2vleHP_dx0NisP0v8S0em5XVlS_tE,4247
|
|
9
|
+
magic_hour/core/request.py,sha256=lyHrh2VWY238D7JPbgZJlodTqBlHSmQn4fBJiBfE1Es,5069
|
|
9
10
|
magic_hour/core/response.py,sha256=Sl7nPL2axmz7em_6d9TkFSnQQKUpalWaVWbPPWoXJgM,10180
|
|
10
11
|
magic_hour/core/type_utils.py,sha256=4bU9WXnMXJ6YTtuqOMiB8t6Xw0RlfVWJ-IDBONlqEtQ,461
|
|
11
|
-
magic_hour/core/utils.py,sha256=
|
|
12
|
-
magic_hour/environment.py,sha256=
|
|
12
|
+
magic_hour/core/utils.py,sha256=34SiC1vw2A0TkYHONgMA_d09soIIYiiBWRXCZGdwGIk,1669
|
|
13
|
+
magic_hour/environment.py,sha256=2M2b1t8TgRKMCl9mNpKghQK2LrceQGc9wAsF8IQJg2Y,212
|
|
13
14
|
magic_hour/resources/v1/__init__.py,sha256=Aj0sjVcoijjQyieNBxv2_uewPYC2vO2UG-ehoBgCz5E,86
|
|
14
15
|
magic_hour/resources/v1/ai_clothes_changer/README.md,sha256=KQTvbttct5GcdOJW3NG5gCsWF6G2qlwIoBjBd92TjUs,977
|
|
15
16
|
magic_hour/resources/v1/ai_clothes_changer/__init__.py,sha256=6W_Y2HxG2sDOBiJyzngK3Q2S3xfQgpK-j8xFRmBAhbQ,142
|
|
16
|
-
magic_hour/resources/v1/ai_clothes_changer/client.py,sha256=
|
|
17
|
+
magic_hour/resources/v1/ai_clothes_changer/client.py,sha256=AQNdWZdW3dMxcfOKRCh19lemru_OzF3btWDKkHC9-2E,3993
|
|
17
18
|
magic_hour/resources/v1/ai_headshot_generator/README.md,sha256=CWihzwUuDVoLBItSDJKGBW1EQthz2REmkLkaaA68yao,705
|
|
18
19
|
magic_hour/resources/v1/ai_headshot_generator/__init__.py,sha256=4WZ3jfrL2yPhQaPalMJrUEykwUoF3KBtop2VJEij-0s,154
|
|
19
|
-
magic_hour/resources/v1/ai_headshot_generator/client.py,sha256=
|
|
20
|
+
magic_hour/resources/v1/ai_headshot_generator/client.py,sha256=JThWOHSQE2CZoBeVpXqrf0tiRRrYUbBjlE0cT2k8g7I,3659
|
|
20
21
|
magic_hour/resources/v1/ai_image_generator/README.md,sha256=TWC2PMVr3owH5tg8G6g14tiWt8pw5wQVv-p-5wRZXEw,742
|
|
21
22
|
magic_hour/resources/v1/ai_image_generator/__init__.py,sha256=qZws7N5CALYAbnIUc2ERV8Cy-QJmHcJ9tU7W-epEnaQ,142
|
|
22
|
-
magic_hour/resources/v1/ai_image_generator/client.py,sha256=
|
|
23
|
+
magic_hour/resources/v1/ai_image_generator/client.py,sha256=fahngku6yx2U4WU37sHLiENLUflEIDrbgJNbw8DFjGg,4440
|
|
23
24
|
magic_hour/resources/v1/ai_image_upscaler/README.md,sha256=MNmxGtfnow27ukASpD5GC_JTMg5c9WF6VvCZktteQI4,877
|
|
24
25
|
magic_hour/resources/v1/ai_image_upscaler/__init__.py,sha256=9b1-2XfnAVa4qE3S-4WL8vN3wuqLkUuHKjdl_km8hUc,138
|
|
25
|
-
magic_hour/resources/v1/ai_image_upscaler/client.py,sha256=
|
|
26
|
+
magic_hour/resources/v1/ai_image_upscaler/client.py,sha256=Pa5a3ruMql49C_jAEKnhc3XjyjBT-MzwtjtTv0WlLfc,4507
|
|
26
27
|
magic_hour/resources/v1/ai_photo_editor/README.md,sha256=H5mahQ4cU15c_ISYSxIwBCx4pROxUtaOSseZCq2ZcF4,1434
|
|
27
28
|
magic_hour/resources/v1/ai_photo_editor/__init__.py,sha256=RPG6WaL2KN_DmgrtxImA_jNnEDMm-Ku2o2m2EnNwxts,130
|
|
28
|
-
magic_hour/resources/v1/ai_photo_editor/client.py,sha256=
|
|
29
|
+
magic_hour/resources/v1/ai_photo_editor/client.py,sha256=4VeM89VKQGuYs5rjYJU-mjesqafnZ74dPOvm-V7HlaA,6025
|
|
29
30
|
magic_hour/resources/v1/ai_qr_code_generator/README.md,sha256=w6IE0mm_D-PnW-bDsIu9k8oPePekZ2TuW3gOFhi95_w,734
|
|
30
31
|
magic_hour/resources/v1/ai_qr_code_generator/__init__.py,sha256=HnSTg7tB8M5LibZoCDRdE5Q71efmiqZIkNEve5SO1Mg,146
|
|
31
|
-
magic_hour/resources/v1/ai_qr_code_generator/client.py,sha256=
|
|
32
|
+
magic_hour/resources/v1/ai_qr_code_generator/client.py,sha256=L63wmlf78KOcJlWcsycNJpQa2Ni8HlY9vtEJuM2vDkM,3829
|
|
32
33
|
magic_hour/resources/v1/animation/README.md,sha256=uIVfUwD7iAOe2eJDgrxj4UyYmq9R30fdI3Z0JuEChc4,1477
|
|
33
34
|
magic_hour/resources/v1/animation/__init__.py,sha256=M6KUe6TEZl_DAdyn1HFQ2kHYanZo6xy3mvUdCN264hQ,114
|
|
34
|
-
magic_hour/resources/v1/animation/client.py,sha256=
|
|
35
|
-
magic_hour/resources/v1/client.py,sha256=
|
|
35
|
+
magic_hour/resources/v1/animation/client.py,sha256=F_KkZvsxvpydByZ1P3SZtWokU00wwmkCcqQrpyTPn5I,6075
|
|
36
|
+
magic_hour/resources/v1/client.py,sha256=qMbrBWBQ_EyV1zJqhQMPOAGf7NCHY2szNNbaLt3r4YQ,5179
|
|
36
37
|
magic_hour/resources/v1/face_swap/README.md,sha256=7b6OeNBhMHJkxaQ7NFEuGUtgDUHOkpasXlU05KE5jkQ,1306
|
|
37
38
|
magic_hour/resources/v1/face_swap/__init__.py,sha256=lyg5uAHyYHEUVAiAZtP3zwjGCEGqq8IWbQKexVdhr00,110
|
|
38
|
-
magic_hour/resources/v1/face_swap/client.py,sha256=
|
|
39
|
+
magic_hour/resources/v1/face_swap/client.py,sha256=8tPX9CGzNcSX5sbLgyEIQyXUsULiVQz56OnH3bFNPCw,6151
|
|
39
40
|
magic_hour/resources/v1/face_swap_photo/README.md,sha256=9iGINuGkWn60ZaZgZ4xz0Iho0lvfE-e_YVEA2vId6QU,964
|
|
40
41
|
magic_hour/resources/v1/face_swap_photo/__init__.py,sha256=NZEplYX5kDPL_0qY0Q5tuxhDevipN0otByTYKMmF_1k,130
|
|
41
|
-
magic_hour/resources/v1/face_swap_photo/client.py,sha256=
|
|
42
|
+
magic_hour/resources/v1/face_swap_photo/client.py,sha256=_BZZM71Qd6LtRPQkm8U9Y3zA9LUMKEY5aQc_V0-OVLY,4011
|
|
42
43
|
magic_hour/resources/v1/files/__init__.py,sha256=ucXmaXDdZqXfRhnnioJeQAXeRLzBDb44gTfWijrub28,98
|
|
43
|
-
magic_hour/resources/v1/files/client.py,sha256=
|
|
44
|
+
magic_hour/resources/v1/files/client.py,sha256=kJ636UbY_XZENwpqIKdz_2bxnr1P7TK9SDj_epNnItw,562
|
|
44
45
|
magic_hour/resources/v1/files/upload_urls/README.md,sha256=NMlRR2mQxbVpAVx7sgCYW46-RuNlKVAYSNRNq8f_axU,1606
|
|
45
46
|
magic_hour/resources/v1/files/upload_urls/__init__.py,sha256=hRp0s_emx-wib7z42V4L9VzYR9MQ3hnmS5bNv4QtfFM,118
|
|
46
|
-
magic_hour/resources/v1/files/upload_urls/client.py,sha256=
|
|
47
|
+
magic_hour/resources/v1/files/upload_urls/client.py,sha256=0Lt0lwD64MJJeNoFCLTZPzAxzpJsKLcgFJah3hmG2VY,5289
|
|
47
48
|
magic_hour/resources/v1/image_background_remover/README.md,sha256=98cs5SrY6Jo6_dKcD-Rk60kjo4KGJ3Z1ka7oqqrWhhw,753
|
|
48
49
|
magic_hour/resources/v1/image_background_remover/__init__.py,sha256=Vb_e8zKEh7bdrq0q1175DqyOd1ptPBUIfSKSLFPBVU4,166
|
|
49
|
-
magic_hour/resources/v1/image_background_remover/client.py,sha256=
|
|
50
|
-
magic_hour/resources/v1/image_projects/README.md,sha256
|
|
50
|
+
magic_hour/resources/v1/image_background_remover/client.py,sha256=wVE6h-sL4WKmg9JC2VC8OExCdSlNbrMNc33FOajcqYo,3759
|
|
51
|
+
magic_hour/resources/v1/image_projects/README.md,sha256=-mcL1vJbk9PI3bT1VAmq7XWl7hruM73PbCURdndz-f4,1589
|
|
51
52
|
magic_hour/resources/v1/image_projects/__init__.py,sha256=oBlV4e5IVYe8SclhoEy2VOYB53kKP2DORXwcztAwU3E,130
|
|
52
|
-
magic_hour/resources/v1/image_projects/client.py,sha256=
|
|
53
|
+
magic_hour/resources/v1/image_projects/client.py,sha256=utdgcMFdJ0Yv-ZF4yer0dWL10cLno5QYyQwUKtrr4eU,5535
|
|
53
54
|
magic_hour/resources/v1/image_to_video/README.md,sha256=fX9SoSaUG-cO9krlzhiFsJi9qn6Nxs3EvasCNi8bUZg,1158
|
|
54
55
|
magic_hour/resources/v1/image_to_video/__init__.py,sha256=tY_ABo6evwKQBRSq-M84lNX-pXqmxoozukmrO6NhCgA,126
|
|
55
|
-
magic_hour/resources/v1/image_to_video/client.py,sha256=
|
|
56
|
+
magic_hour/resources/v1/image_to_video/client.py,sha256=eDm50gwnnTQRSPKENwW0dwLVcAnSDt1Ne951rysHASU,5963
|
|
56
57
|
magic_hour/resources/v1/lip_sync/README.md,sha256=uNZzAXARbUTmq9CcM3uYFhtfpJbM6xICqxkE6woL0BU,1350
|
|
57
58
|
magic_hour/resources/v1/lip_sync/__init__.py,sha256=MlKUAoHNSKcuNzVyqNfLnLtD_PsqEn3l1TtVpPC1JqQ,106
|
|
58
|
-
magic_hour/resources/v1/lip_sync/client.py,sha256=
|
|
59
|
+
magic_hour/resources/v1/lip_sync/client.py,sha256=DKGwWAQ85R-Nmm7dnWxvkdQshjT2hy5gBgwtik_a5YY,7201
|
|
59
60
|
magic_hour/resources/v1/text_to_video/README.md,sha256=Ug9HDXxOE0L_4sY6M4vmP041m8mPCxpabM4QbQoGMjY,1038
|
|
60
61
|
magic_hour/resources/v1/text_to_video/__init__.py,sha256=F18iHSi9tuYSdgpatznBzb7lbSySNpK-82w96-Om_k4,122
|
|
61
|
-
magic_hour/resources/v1/text_to_video/client.py,sha256=
|
|
62
|
-
magic_hour/resources/v1/video_projects/README.md,sha256=
|
|
62
|
+
magic_hour/resources/v1/text_to_video/client.py,sha256=w6ZbW0DyUgFTjaVlzESotpcGhLgKh8MreaHHkAoMEiY,4994
|
|
63
|
+
magic_hour/resources/v1/video_projects/README.md,sha256=8z3EpBwXMR1nZL-ba34DAkoCfRZ0S2CyMaYCwLBYCEo,1589
|
|
63
64
|
magic_hour/resources/v1/video_projects/__init__.py,sha256=1aj_tE-GAf8BuQ76RQvjGVn8Y39CjdAJDlcsCPucX0w,130
|
|
64
|
-
magic_hour/resources/v1/video_projects/client.py,sha256=
|
|
65
|
+
magic_hour/resources/v1/video_projects/client.py,sha256=_lZJQh3rwYZ_1a08E-zVZ1kdP5a5zCEKtPvm15LQ1zc,5519
|
|
65
66
|
magic_hour/resources/v1/video_to_video/README.md,sha256=yzTvpH-7hwXiuwNDykzVIfzrKpFgZPe3E0nNahjgOG0,1622
|
|
66
67
|
magic_hour/resources/v1/video_to_video/__init__.py,sha256=1SHaRLlsrlBkdxxKBYgdbHrGATlRvqlXc22RpjjHaOA,126
|
|
67
|
-
magic_hour/resources/v1/video_to_video/client.py,sha256=
|
|
68
|
-
magic_hour/types/models/__init__.py,sha256=
|
|
69
|
-
magic_hour/types/models/get_v1_image_projects_id_response.py,sha256=
|
|
68
|
+
magic_hour/resources/v1/video_to_video/client.py,sha256=vQ4Ps4BLuUcVD0ZQZaHUEw3TrMj5FAqxslpDa1jaOdM,8160
|
|
69
|
+
magic_hour/types/models/__init__.py,sha256=tYrnUaN0eaw-JsDJqqitJ5b7bvWIpzrPF1DHpQ54zJo,2790
|
|
70
|
+
magic_hour/types/models/get_v1_image_projects_id_response.py,sha256=CIl5-xKUDhm0D5GNOF2BMJ4CmekHHgxKBofcy40PV1U,2162
|
|
70
71
|
magic_hour/types/models/get_v1_image_projects_id_response_downloads_item.py,sha256=ianjZWSKWOIRWAtakZKO_nn9YZXUuhVRatzXJnzQwKg,412
|
|
71
72
|
magic_hour/types/models/get_v1_image_projects_id_response_error.py,sha256=nsgmUJ4wxhgRaBuOLSGw6c7AZcj7QZ8EUbuyR1Y0rZg,576
|
|
72
|
-
magic_hour/types/models/get_v1_video_projects_id_response.py,sha256=
|
|
73
|
+
magic_hour/types/models/get_v1_video_projects_id_response.py,sha256=YZva0GVF2Io4J2rJQAOZLRWaRMz2le-gADICbZFnv7U,3463
|
|
73
74
|
magic_hour/types/models/get_v1_video_projects_id_response_download.py,sha256=2UMuKoaYw75FI2Fy0vxiOmhCZTyqp8CqCnzrRoOmCuM,452
|
|
74
75
|
magic_hour/types/models/get_v1_video_projects_id_response_downloads_item.py,sha256=u7yc9t6ezffB-QY95LrmE5NULdsQr0LqrJHGf3v8FYU,412
|
|
75
76
|
magic_hour/types/models/get_v1_video_projects_id_response_error.py,sha256=5kkCjHrcT2WkyEyGkbkhhbfOTRFR6kmxxVG1OvSVzh0,576
|
|
76
|
-
magic_hour/types/models/post_v1_ai_clothes_changer_response.py,sha256=
|
|
77
|
-
magic_hour/types/models/post_v1_ai_headshot_generator_response.py,sha256=
|
|
78
|
-
magic_hour/types/models/post_v1_ai_image_generator_response.py,sha256=
|
|
79
|
-
magic_hour/types/models/post_v1_ai_image_upscaler_response.py,sha256=
|
|
80
|
-
magic_hour/types/models/post_v1_ai_photo_editor_response.py,sha256=
|
|
81
|
-
magic_hour/types/models/post_v1_ai_qr_code_generator_response.py,sha256=
|
|
82
|
-
magic_hour/types/models/post_v1_animation_response.py,sha256=
|
|
83
|
-
magic_hour/types/models/post_v1_face_swap_photo_response.py,sha256=
|
|
84
|
-
magic_hour/types/models/post_v1_face_swap_response.py,sha256=
|
|
85
|
-
magic_hour/types/models/post_v1_files_upload_urls_response.py,sha256=
|
|
77
|
+
magic_hour/types/models/post_v1_ai_clothes_changer_response.py,sha256=V_rk2UV7b06knrVik-vvAQdMCv0uz_P6V7aV5FmMRZQ,623
|
|
78
|
+
magic_hour/types/models/post_v1_ai_headshot_generator_response.py,sha256=gs5Fw7EL3G-6pjTIq7nz_rUKAPjlQT8Yh1O4Pl2liSE,626
|
|
79
|
+
magic_hour/types/models/post_v1_ai_image_generator_response.py,sha256=07lgeQTwvtmst3QWY2B1HXZ4reaNY7lGbvFAJzxjZR0,623
|
|
80
|
+
magic_hour/types/models/post_v1_ai_image_upscaler_response.py,sha256=L4BbZeaoiWm3tIkr9Q_Xtng0cfOmhxIUvMHS5cHqzTE,622
|
|
81
|
+
magic_hour/types/models/post_v1_ai_photo_editor_response.py,sha256=F508dGQqh4-EKhKOre5gi4VFVYWJtVs-MIKj7OlEBXw,620
|
|
82
|
+
magic_hour/types/models/post_v1_ai_qr_code_generator_response.py,sha256=XIgb2ctWKIK_sMctwt1Dmm6HyEltTlGuI-a2wazXeIU,624
|
|
83
|
+
magic_hour/types/models/post_v1_animation_response.py,sha256=Hvz5a8MDAUjCA_8Zf_db1H7shO364tAOBayDHvGEoeQ,731
|
|
84
|
+
magic_hour/types/models/post_v1_face_swap_photo_response.py,sha256=VZYNPAZUTYOnHROI50Q_nojWPcvYdb-b-IQw2uWgtbw,620
|
|
85
|
+
magic_hour/types/models/post_v1_face_swap_response.py,sha256=h3TtemKBbbuXGwKrGj8ced10jkrFrAoMxTWAaUF6_Vg,730
|
|
86
|
+
magic_hour/types/models/post_v1_files_upload_urls_response.py,sha256=_eb9dMZ28L2rpvMbd8H_jobOvHj-dSyYqMmSm6C8TxM,452
|
|
86
87
|
magic_hour/types/models/post_v1_files_upload_urls_response_items_item.py,sha256=ABemYYr4T6GOocxngMXq33gfM7oW_r6fqpPQypyNnNU,795
|
|
87
|
-
magic_hour/types/models/post_v1_image_background_remover_response.py,sha256=
|
|
88
|
-
magic_hour/types/models/post_v1_image_to_video_response.py,sha256=
|
|
89
|
-
magic_hour/types/models/post_v1_lip_sync_response.py,sha256=
|
|
90
|
-
magic_hour/types/models/post_v1_text_to_video_response.py,sha256=
|
|
91
|
-
magic_hour/types/models/post_v1_video_to_video_response.py,sha256=
|
|
92
|
-
magic_hour/types/params/__init__.py,sha256=
|
|
93
|
-
magic_hour/types/params/post_v1_ai_clothes_changer_body.py,sha256=
|
|
94
|
-
magic_hour/types/params/post_v1_ai_clothes_changer_body_assets.py,sha256=
|
|
95
|
-
magic_hour/types/params/post_v1_ai_headshot_generator_body.py,sha256
|
|
96
|
-
magic_hour/types/params/post_v1_ai_headshot_generator_body_assets.py,sha256=
|
|
97
|
-
magic_hour/types/params/post_v1_ai_image_generator_body.py,sha256=
|
|
98
|
-
magic_hour/types/params/post_v1_ai_image_generator_body_style.py,sha256=
|
|
99
|
-
magic_hour/types/params/post_v1_ai_image_upscaler_body.py,sha256=
|
|
100
|
-
magic_hour/types/params/post_v1_ai_image_upscaler_body_assets.py,sha256=
|
|
101
|
-
magic_hour/types/params/post_v1_ai_image_upscaler_body_style.py,sha256=
|
|
102
|
-
magic_hour/types/params/post_v1_ai_photo_editor_body.py,sha256=
|
|
103
|
-
magic_hour/types/params/post_v1_ai_photo_editor_body_assets.py,sha256=
|
|
104
|
-
magic_hour/types/params/post_v1_ai_photo_editor_body_style.py,sha256=
|
|
105
|
-
magic_hour/types/params/post_v1_ai_qr_code_generator_body.py,sha256=
|
|
106
|
-
magic_hour/types/params/post_v1_ai_qr_code_generator_body_style.py,sha256=
|
|
107
|
-
magic_hour/types/params/post_v1_animation_body.py,sha256=
|
|
108
|
-
magic_hour/types/params/post_v1_animation_body_assets.py,sha256=
|
|
109
|
-
magic_hour/types/params/post_v1_animation_body_style.py,sha256=
|
|
110
|
-
magic_hour/types/params/post_v1_face_swap_body.py,sha256=
|
|
111
|
-
magic_hour/types/params/post_v1_face_swap_body_assets.py,sha256=
|
|
112
|
-
magic_hour/types/params/post_v1_face_swap_photo_body.py,sha256=
|
|
113
|
-
magic_hour/types/params/post_v1_face_swap_photo_body_assets.py,sha256=
|
|
114
|
-
magic_hour/types/params/post_v1_files_upload_urls_body.py,sha256=
|
|
115
|
-
magic_hour/types/params/post_v1_files_upload_urls_body_items_item.py,sha256=
|
|
116
|
-
magic_hour/types/params/post_v1_image_background_remover_body.py,sha256=
|
|
117
|
-
magic_hour/types/params/post_v1_image_background_remover_body_assets.py,sha256
|
|
118
|
-
magic_hour/types/params/post_v1_image_to_video_body.py,sha256=
|
|
119
|
-
magic_hour/types/params/post_v1_image_to_video_body_assets.py,sha256=
|
|
120
|
-
magic_hour/types/params/post_v1_image_to_video_body_style.py,sha256=
|
|
121
|
-
magic_hour/types/params/post_v1_lip_sync_body.py,sha256=
|
|
122
|
-
magic_hour/types/params/post_v1_lip_sync_body_assets.py,sha256=
|
|
123
|
-
magic_hour/types/params/post_v1_text_to_video_body.py,sha256=
|
|
124
|
-
magic_hour/types/params/post_v1_text_to_video_body_style.py,sha256=
|
|
125
|
-
magic_hour/types/params/post_v1_video_to_video_body.py,sha256=
|
|
126
|
-
magic_hour/types/params/post_v1_video_to_video_body_assets.py,sha256=
|
|
127
|
-
magic_hour/types/params/post_v1_video_to_video_body_style.py,sha256=
|
|
128
|
-
magic_hour-0.9.
|
|
129
|
-
magic_hour-0.9.
|
|
130
|
-
magic_hour-0.9.
|
|
131
|
-
magic_hour-0.9.
|
|
88
|
+
magic_hour/types/models/post_v1_image_background_remover_response.py,sha256=A2RPPB0b2PSmdvhoc1W9zuLMRi_O4nbA1_kllRdxFF8,629
|
|
89
|
+
magic_hour/types/models/post_v1_image_to_video_response.py,sha256=IZ-itRZq-5y4wdn1K7j_DzMzRgcLP5V9GT7UrApUias,734
|
|
90
|
+
magic_hour/types/models/post_v1_lip_sync_response.py,sha256=2dFcwP4NhTbkHAhgC1zbch2dImE2WBfM6aPkNOeTdwI,729
|
|
91
|
+
magic_hour/types/models/post_v1_text_to_video_response.py,sha256=j--7szYxsDP_MDHTGUvo5WVzOqw0zceW3WKO3LPuQfE,733
|
|
92
|
+
magic_hour/types/models/post_v1_video_to_video_response.py,sha256=X1SwCuS4vdLVEz_5fkWG1ujupsGVmSyaVSN4Kpnd928,734
|
|
93
|
+
magic_hour/types/params/__init__.py,sha256=HzNMmI9Hnj2G1a0tqV03bcfdwEF4H4N0tefeKJhxgfQ,7225
|
|
94
|
+
magic_hour/types/params/post_v1_ai_clothes_changer_body.py,sha256=XRezupzQiwgYK0CEQv_PKWwv-gJTtezrPREOXVn6huk,988
|
|
95
|
+
magic_hour/types/params/post_v1_ai_clothes_changer_body_assets.py,sha256=bU40FZKOnw0GW_dDpzjw-SjV37MlkgRALJKToMxfhpE,1503
|
|
96
|
+
magic_hour/types/params/post_v1_ai_headshot_generator_body.py,sha256=5lMLNSAG6INvgkha0WkbzQrSEyP2Vj9XnZFw4tlMFuQ,1014
|
|
97
|
+
magic_hour/types/params/post_v1_ai_headshot_generator_body_assets.py,sha256=QwZwXcWI8jbc_CwVlVWSvX9-pxyXU65kV-JQvXGKeWM,902
|
|
98
|
+
magic_hour/types/params/post_v1_ai_image_generator_body.py,sha256=LKGLC5vF3LTLP5UqTXqFInHSCAjjB2WWq9tnmp1TyEk,1370
|
|
99
|
+
magic_hour/types/params/post_v1_ai_image_generator_body_style.py,sha256=VQuheW7qAG7Fw6kq9AniHyOlg4J27WHfLGhRPaTq__s,613
|
|
100
|
+
magic_hour/types/params/post_v1_ai_image_upscaler_body.py,sha256=P4m5Pk0DniYwADWqb-82V6ICjcLF0Jt84OuSzoXslLs,1483
|
|
101
|
+
magic_hour/types/params/post_v1_ai_image_upscaler_body_assets.py,sha256=TzCNI5SMPMBEIuZSlDM7kyi1R-rCF0GqWvCFL7mLOjo,821
|
|
102
|
+
magic_hour/types/params/post_v1_ai_image_upscaler_body_style.py,sha256=l6TJSzN4ClZCnsUTQ9LkWfaAmz6tQdcfES0TTYkTn-4,985
|
|
103
|
+
magic_hour/types/params/post_v1_ai_photo_editor_body.py,sha256=1U1weUr10GJB8v4acQQLHk3SjBuE9U-kYEH-FiWARHM,1912
|
|
104
|
+
magic_hour/types/params/post_v1_ai_photo_editor_body_assets.py,sha256=WtNtWhlGOHA2EqSRv5xsbxlAWkZIPgegJbsrDDoflUQ,835
|
|
105
|
+
magic_hour/types/params/post_v1_ai_photo_editor_body_style.py,sha256=2_agSrUgK4EdM_KTn1t64T1ClhkyQFjDcyHLdOs1tmY,2065
|
|
106
|
+
magic_hour/types/params/post_v1_ai_qr_code_generator_body.py,sha256=KWkx7y50M1ZIEo8dCy9prLn0qv3zPyHkSUF_eTyV_Eo,1091
|
|
107
|
+
magic_hour/types/params/post_v1_ai_qr_code_generator_body_style.py,sha256=jpWXIE1sGW0Svi4xNsv6rfUajZyaI7IWBGBgdIj6rDE,831
|
|
108
|
+
magic_hour/types/params/post_v1_animation_body.py,sha256=4dssudB2ZhvQCNmTSK1lZux49f_mTouLl-dvXb2Vf2A,2193
|
|
109
|
+
magic_hour/types/params/post_v1_animation_body_assets.py,sha256=Q_4-BJeeiwISXSDB3Dyjkr9Zp1DrDmhws84-FW7FIMY,1959
|
|
110
|
+
magic_hour/types/params/post_v1_animation_body_style.py,sha256=yBhy9HylcKosdf_NegLXB7eyr86EUgsu6t9XoKrZIMI,8039
|
|
111
|
+
magic_hour/types/params/post_v1_face_swap_body.py,sha256=8OOoSJbToohcSMF5Vwr8YzGBbBoQc3CpWg-JafFAh5s,1995
|
|
112
|
+
magic_hour/types/params/post_v1_face_swap_body_assets.py,sha256=t1HIVmYIBZ-AQ2mRFqdl8irWCKvYB3kUMjo2IPPuo7w,1882
|
|
113
|
+
magic_hour/types/params/post_v1_face_swap_photo_body.py,sha256=A0mhBenmItGON_MM9Lrdk6Gje-zRASxCAquRJXXyByg,961
|
|
114
|
+
magic_hour/types/params/post_v1_face_swap_photo_body_assets.py,sha256=9Q8POBrNXkhZhg2nkccZYla3YNqpPgFDuzpNvqDsPBg,1273
|
|
115
|
+
magic_hour/types/params/post_v1_files_upload_urls_body.py,sha256=pgqjVgLTnb0H22s0F4fZnMuoDeef6k7sWOXnWJxpxXk,799
|
|
116
|
+
magic_hour/types/params/post_v1_files_upload_urls_body_items_item.py,sha256=vvhKaS1Lbey94ycElNMpcFSf6MHxOqpAm2q23VqATVA,964
|
|
117
|
+
magic_hour/types/params/post_v1_image_background_remover_body.py,sha256=kFpun7DAJj4a6phEvWVRu6qVbztNSh0RAJ4Lqqv5mfQ,1045
|
|
118
|
+
magic_hour/types/params/post_v1_image_background_remover_body_assets.py,sha256=-CznU1LI37_4WW8vZhMX0pj0BchJv9h9IP-_HSn97B8,867
|
|
119
|
+
magic_hour/types/params/post_v1_image_to_video_body.py,sha256=LHB-7Mbvsl3mwpS8uNAazuG24SakHbotH1SYjGZTQQg,2014
|
|
120
|
+
magic_hour/types/params/post_v1_image_to_video_body_assets.py,sha256=ZcMKJT06eKSur24Tnnx9vw2DaWqcKQtSOg33VdtD4Hc,824
|
|
121
|
+
magic_hour/types/params/post_v1_image_to_video_body_style.py,sha256=Dxg2rsK2WNYTj5AXjkxNd7HDbqhL4npMBmgKUuxzIiY,952
|
|
122
|
+
magic_hour/types/params/post_v1_lip_sync_body.py,sha256=sUfZ2xoIu_Z_VKhkqVtqKSvpGYbInAHR4LclhvoQOyM,2430
|
|
123
|
+
magic_hour/types/params/post_v1_lip_sync_body_assets.py,sha256=tDlxYnyVuu4XiKmjzsVu97Y9bd59HIQsT0GZU4UNhno,1877
|
|
124
|
+
magic_hour/types/params/post_v1_text_to_video_body.py,sha256=xcpLXPjDvKvqC3BY5vaEYNZeILFi-sO8LfuqBl_eo_g,1418
|
|
125
|
+
magic_hour/types/params/post_v1_text_to_video_body_style.py,sha256=aA9_N_a0TdbwiP49rnsOTD3OFArQW4UPAMHtwZg-iEI,593
|
|
126
|
+
magic_hour/types/params/post_v1_video_to_video_body.py,sha256=2N3vg6UyyfpQ-ULtENSmY7TPlqyiRtjBVyVFi84WmIE,2914
|
|
127
|
+
magic_hour/types/params/post_v1_video_to_video_body_assets.py,sha256=h09tyrsAARJfPTJBYbpnffw0y5gUBpyR9d_fJWw3JZY,1525
|
|
128
|
+
magic_hour/types/params/post_v1_video_to_video_body_style.py,sha256=g9Q1B9mhuaGD4IsOEruKgWyNds_bk5uSuJ9zLMBfEY0,5457
|
|
129
|
+
magic_hour-0.9.5.dist-info/LICENSE,sha256=F3fxj7JXPgB2K0uj8YXRsVss4u-Dgt_-U3V4VXsivNI,1070
|
|
130
|
+
magic_hour-0.9.5.dist-info/METADATA,sha256=4NGVdPDfgdXuwlXR6wYYo85Xm0cNGaErBY7605xyRso,4654
|
|
131
|
+
magic_hour-0.9.5.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
132
|
+
magic_hour-0.9.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|