remotion-lambda 4.0.256__tar.gz → 4.0.258__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.256 → remotion_lambda-4.0.258}/PKG-INFO +5 -11
  2. {remotion_lambda-4.0.256 → remotion_lambda-4.0.258}/remotion_lambda/version.py +1 -1
  3. {remotion_lambda-4.0.256 → remotion_lambda-4.0.258}/remotion_lambda.egg-info/PKG-INFO +6 -12
  4. {remotion_lambda-4.0.256 → remotion_lambda-4.0.258}/LICENSE +0 -0
  5. {remotion_lambda-4.0.256 → remotion_lambda-4.0.258}/README.md +0 -0
  6. {remotion_lambda-4.0.256 → remotion_lambda-4.0.258}/remotion_lambda/__init__.py +0 -0
  7. {remotion_lambda-4.0.256 → remotion_lambda-4.0.258}/remotion_lambda/models.py +0 -0
  8. {remotion_lambda-4.0.256 → remotion_lambda-4.0.258}/remotion_lambda/remotionclient.py +0 -0
  9. {remotion_lambda-4.0.256 → remotion_lambda-4.0.258}/remotion_lambda.egg-info/SOURCES.txt +0 -0
  10. {remotion_lambda-4.0.256 → remotion_lambda-4.0.258}/remotion_lambda.egg-info/dependency_links.txt +0 -0
  11. {remotion_lambda-4.0.256 → remotion_lambda-4.0.258}/remotion_lambda.egg-info/requires.txt +0 -0
  12. {remotion_lambda-4.0.256 → remotion_lambda-4.0.258}/remotion_lambda.egg-info/top_level.txt +0 -0
  13. {remotion_lambda-4.0.256 → remotion_lambda-4.0.258}/setup.cfg +0 -0
  14. {remotion_lambda-4.0.256 → remotion_lambda-4.0.258}/setup.py +0 -0
  15. {remotion_lambda-4.0.256 → remotion_lambda-4.0.258}/tests/__init__.py +0 -0
  16. {remotion_lambda-4.0.256 → remotion_lambda-4.0.258}/tests/test_get_render_progress_client.py +0 -0
  17. {remotion_lambda-4.0.256 → remotion_lambda-4.0.258}/tests/test_render_client_render_media.py +0 -0
  18. {remotion_lambda-4.0.256 → remotion_lambda-4.0.258}/tests/test_render_client_render_still.py +0 -0
@@ -1,21 +1,15 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.1
2
2
  Name: remotion_lambda
3
- Version: 4.0.256
3
+ Version: 4.0.258
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
8
10
  Requires-Python: >=3.6
9
11
  Description-Content-Type: text/markdown
10
12
  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
20
13
 
21
14
  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.256"
2
+ VERSION = "4.0.258"
@@ -1,21 +1,15 @@
1
- Metadata-Version: 2.2
2
- Name: remotion_lambda
3
- Version: 4.0.256
1
+ Metadata-Version: 2.1
2
+ Name: remotion-lambda
3
+ Version: 4.0.258
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
8
10
  Requires-Python: >=3.6
9
11
  Description-Content-Type: text/markdown
10
12
  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
20
13
 
21
14
  Remotion is a framework for creating videos programmatically using React.
15
+