remotion-lambda 4.0.255__tar.gz → 4.0.256__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (18) hide show
  1. {remotion_lambda-4.0.255 → remotion_lambda-4.0.256}/PKG-INFO +11 -5
  2. {remotion_lambda-4.0.255 → remotion_lambda-4.0.256}/remotion_lambda/version.py +1 -1
  3. {remotion_lambda-4.0.255 → remotion_lambda-4.0.256}/remotion_lambda.egg-info/PKG-INFO +12 -6
  4. {remotion_lambda-4.0.255 → remotion_lambda-4.0.256}/LICENSE +0 -0
  5. {remotion_lambda-4.0.255 → remotion_lambda-4.0.256}/README.md +0 -0
  6. {remotion_lambda-4.0.255 → remotion_lambda-4.0.256}/remotion_lambda/__init__.py +0 -0
  7. {remotion_lambda-4.0.255 → remotion_lambda-4.0.256}/remotion_lambda/models.py +0 -0
  8. {remotion_lambda-4.0.255 → remotion_lambda-4.0.256}/remotion_lambda/remotionclient.py +0 -0
  9. {remotion_lambda-4.0.255 → remotion_lambda-4.0.256}/remotion_lambda.egg-info/SOURCES.txt +0 -0
  10. {remotion_lambda-4.0.255 → remotion_lambda-4.0.256}/remotion_lambda.egg-info/dependency_links.txt +0 -0
  11. {remotion_lambda-4.0.255 → remotion_lambda-4.0.256}/remotion_lambda.egg-info/requires.txt +0 -0
  12. {remotion_lambda-4.0.255 → remotion_lambda-4.0.256}/remotion_lambda.egg-info/top_level.txt +0 -0
  13. {remotion_lambda-4.0.255 → remotion_lambda-4.0.256}/setup.cfg +0 -0
  14. {remotion_lambda-4.0.255 → remotion_lambda-4.0.256}/setup.py +0 -0
  15. {remotion_lambda-4.0.255 → remotion_lambda-4.0.256}/tests/__init__.py +0 -0
  16. {remotion_lambda-4.0.255 → remotion_lambda-4.0.256}/tests/test_get_render_progress_client.py +0 -0
  17. {remotion_lambda-4.0.255 → remotion_lambda-4.0.256}/tests/test_render_client_render_media.py +0 -0
  18. {remotion_lambda-4.0.255 → remotion_lambda-4.0.256}/tests/test_render_client_render_still.py +0 -0
@@ -1,15 +1,21 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: remotion_lambda
3
- Version: 4.0.255
3
+ Version: 4.0.256
4
4
  Summary: Remotion Lambda client
5
5
  Home-page: https://github.com/remotion-dev/remotion/tree/main/packages/lambda-python
6
6
  Author: Jonny Burger
7
7
  Author-email: jonny@remotion.dev
8
- License: UNKNOWN
9
- Platform: UNKNOWN
10
8
  Requires-Python: >=3.6
11
9
  Description-Content-Type: text/markdown
12
10
  License-File: LICENSE
11
+ Requires-Dist: boto3<1.35.0,>=1.34.23
12
+ Dynamic: author
13
+ Dynamic: author-email
14
+ Dynamic: description
15
+ Dynamic: description-content-type
16
+ Dynamic: home-page
17
+ Dynamic: requires-dist
18
+ Dynamic: requires-python
19
+ Dynamic: summary
13
20
 
14
21
  Remotion is a framework for creating videos programmatically using React.
15
-
@@ -1,2 +1,2 @@
1
1
  # pylint: disable=missing-module-docstring, missing-final-newline
2
- VERSION = "4.0.255"
2
+ VERSION = "4.0.256"
@@ -1,15 +1,21 @@
1
- Metadata-Version: 2.1
2
- Name: remotion-lambda
3
- Version: 4.0.255
1
+ Metadata-Version: 2.2
2
+ Name: remotion_lambda
3
+ Version: 4.0.256
4
4
  Summary: Remotion Lambda client
5
5
  Home-page: https://github.com/remotion-dev/remotion/tree/main/packages/lambda-python
6
6
  Author: Jonny Burger
7
7
  Author-email: jonny@remotion.dev
8
- License: UNKNOWN
9
- Platform: UNKNOWN
10
8
  Requires-Python: >=3.6
11
9
  Description-Content-Type: text/markdown
12
10
  License-File: LICENSE
11
+ Requires-Dist: boto3<1.35.0,>=1.34.23
12
+ Dynamic: author
13
+ Dynamic: author-email
14
+ Dynamic: description
15
+ Dynamic: description-content-type
16
+ Dynamic: home-page
17
+ Dynamic: requires-dist
18
+ Dynamic: requires-python
19
+ Dynamic: summary
13
20
 
14
21
  Remotion is a framework for creating videos programmatically using React.
15
-