remotion-lambda 4.0.177__tar.gz → 4.0.178__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 (19) hide show
  1. {remotion_lambda-4.0.177 → remotion_lambda-4.0.178}/PKG-INFO +1 -1
  2. remotion_lambda-4.0.178/README.md +16 -0
  3. {remotion_lambda-4.0.177 → remotion_lambda-4.0.178}/remotion_lambda/version.py +1 -1
  4. {remotion_lambda-4.0.177 → remotion_lambda-4.0.178}/remotion_lambda.egg-info/PKG-INFO +1 -1
  5. remotion_lambda-4.0.177/README.md +0 -1
  6. {remotion_lambda-4.0.177 → remotion_lambda-4.0.178}/LICENSE +0 -0
  7. {remotion_lambda-4.0.177 → remotion_lambda-4.0.178}/remotion_lambda/__init__.py +0 -0
  8. {remotion_lambda-4.0.177 → remotion_lambda-4.0.178}/remotion_lambda/models.py +0 -0
  9. {remotion_lambda-4.0.177 → remotion_lambda-4.0.178}/remotion_lambda/remotionclient.py +0 -0
  10. {remotion_lambda-4.0.177 → remotion_lambda-4.0.178}/remotion_lambda.egg-info/SOURCES.txt +0 -0
  11. {remotion_lambda-4.0.177 → remotion_lambda-4.0.178}/remotion_lambda.egg-info/dependency_links.txt +0 -0
  12. {remotion_lambda-4.0.177 → remotion_lambda-4.0.178}/remotion_lambda.egg-info/requires.txt +0 -0
  13. {remotion_lambda-4.0.177 → remotion_lambda-4.0.178}/remotion_lambda.egg-info/top_level.txt +0 -0
  14. {remotion_lambda-4.0.177 → remotion_lambda-4.0.178}/setup.cfg +0 -0
  15. {remotion_lambda-4.0.177 → remotion_lambda-4.0.178}/setup.py +0 -0
  16. {remotion_lambda-4.0.177 → remotion_lambda-4.0.178}/tests/__init__.py +0 -0
  17. {remotion_lambda-4.0.177 → remotion_lambda-4.0.178}/tests/test_get_render_progress_client.py +0 -0
  18. {remotion_lambda-4.0.177 → remotion_lambda-4.0.178}/tests/test_render_client_render_media.py +0 -0
  19. {remotion_lambda-4.0.177 → remotion_lambda-4.0.178}/tests/test_render_client_render_still.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: remotion_lambda
3
- Version: 4.0.177
3
+ Version: 4.0.178
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
@@ -0,0 +1,16 @@
1
+ # @remotion/lambda-python
2
+
3
+ [![NPM Downloads](https://img.shields.io/npm/dm/@remotion/lambda-python.svg?style=flat&color=black&label=Downloads)](https://npmcharts.com/compare/@remotion/lambda-python?minimal=true)
4
+
5
+ ## Installation
6
+
7
+ ```bash
8
+ npm install @remotion/lambda-python --save-exact
9
+ ```
10
+
11
+ When installing a Remotion package, make sure to align the version of all `remotion` and `@remotion/*` packages to the same version.
12
+ Remove the `^` character from the version number to use the exact version.
13
+
14
+ ## Usage
15
+
16
+ This is an internal package and has no documentation.
@@ -1,2 +1,2 @@
1
1
  # pylint: disable=missing-module-docstring, missing-final-newline
2
- VERSION = "4.0.177"
2
+ VERSION = "4.0.178"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: remotion-lambda
3
- Version: 4.0.177
3
+ Version: 4.0.178
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
@@ -1 +0,0 @@
1
- # Remotion Lambda Python SDK