streamlit-webrtc 0.60.2__tar.gz → 0.61.0__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 (26) hide show
  1. {streamlit_webrtc-0.60.2 → streamlit_webrtc-0.61.0}/PKG-INFO +4 -5
  2. {streamlit_webrtc-0.60.2 → streamlit_webrtc-0.61.0}/README.md +3 -4
  3. streamlit_webrtc-0.60.2/streamlit_webrtc/frontend/dist/assets/index-DV2u3ooX.js → streamlit_webrtc-0.61.0/streamlit_webrtc/frontend/dist/assets/index-dqvSNohr.js +36 -36
  4. {streamlit_webrtc-0.60.2 → streamlit_webrtc-0.61.0}/streamlit_webrtc/frontend/dist/index.html +1 -1
  5. {streamlit_webrtc-0.60.2 → streamlit_webrtc-0.61.0}/streamlit_webrtc/webrtc.py +9 -1
  6. {streamlit_webrtc-0.60.2 → streamlit_webrtc-0.61.0}/.gitignore +0 -0
  7. {streamlit_webrtc-0.60.2 → streamlit_webrtc-0.61.0}/LICENSE +0 -0
  8. {streamlit_webrtc-0.60.2 → streamlit_webrtc-0.61.0}/pyproject.toml +0 -0
  9. {streamlit_webrtc-0.60.2 → streamlit_webrtc-0.61.0}/streamlit_webrtc/__init__.py +0 -0
  10. {streamlit_webrtc-0.60.2 → streamlit_webrtc-0.61.0}/streamlit_webrtc/_compat.py +0 -0
  11. {streamlit_webrtc-0.60.2 → streamlit_webrtc-0.61.0}/streamlit_webrtc/component.py +0 -0
  12. {streamlit_webrtc-0.60.2 → streamlit_webrtc-0.61.0}/streamlit_webrtc/components_callbacks.py +0 -0
  13. {streamlit_webrtc-0.60.2 → streamlit_webrtc-0.61.0}/streamlit_webrtc/config.py +0 -0
  14. {streamlit_webrtc-0.60.2 → streamlit_webrtc-0.61.0}/streamlit_webrtc/credentials.py +0 -0
  15. {streamlit_webrtc-0.60.2 → streamlit_webrtc-0.61.0}/streamlit_webrtc/eventloop.py +0 -0
  16. {streamlit_webrtc-0.60.2 → streamlit_webrtc-0.61.0}/streamlit_webrtc/factory.py +0 -0
  17. {streamlit_webrtc-0.60.2 → streamlit_webrtc-0.61.0}/streamlit_webrtc/mix.py +0 -0
  18. {streamlit_webrtc-0.60.2 → streamlit_webrtc-0.61.0}/streamlit_webrtc/models.py +0 -0
  19. {streamlit_webrtc-0.60.2 → streamlit_webrtc-0.61.0}/streamlit_webrtc/process.py +0 -0
  20. {streamlit_webrtc-0.60.2 → streamlit_webrtc-0.61.0}/streamlit_webrtc/py.typed +0 -0
  21. {streamlit_webrtc-0.60.2 → streamlit_webrtc-0.61.0}/streamlit_webrtc/receive.py +0 -0
  22. {streamlit_webrtc-0.60.2 → streamlit_webrtc-0.61.0}/streamlit_webrtc/relay.py +0 -0
  23. {streamlit_webrtc-0.60.2 → streamlit_webrtc-0.61.0}/streamlit_webrtc/server.py +0 -0
  24. {streamlit_webrtc-0.60.2 → streamlit_webrtc-0.61.0}/streamlit_webrtc/session_info.py +0 -0
  25. {streamlit_webrtc-0.60.2 → streamlit_webrtc-0.61.0}/streamlit_webrtc/shutdown.py +0 -0
  26. {streamlit_webrtc-0.60.2 → streamlit_webrtc-0.61.0}/streamlit_webrtc/source.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: streamlit-webrtc
3
- Version: 0.60.2
3
+ Version: 0.61.0
4
4
  Summary: Real-time video and audio processing on Streamlit
5
5
  Project-URL: Repository, https://github.com/whitphx/streamlit-webrtc
6
6
  Author-email: "Yuichiro Tachibana (Tsuchiya)" <t.yic.yt@gmail.com>
@@ -16,8 +16,7 @@ Description-Content-Type: text/markdown
16
16
  # streamlit-webrtc
17
17
  **Handling and transmitting real-time video/audio streams over the network with Streamlit** [![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://share.streamlit.io/whitphx/streamlit-webrtc-example/main/app.py)
18
18
 
19
- [![Tests](https://github.com/whitphx/streamlit-webrtc/workflows/Tests/badge.svg?branch=main)](https://github.com/whitphx/streamlit-webrtc/actions?query=workflow%3ATests+branch%3Amain)
20
- [![Frontend Tests](https://github.com/whitphx/streamlit-webrtc/workflows/Frontend%20tests/badge.svg?branch=main)](https://github.com/whitphx/streamlit-webrtc/actions?query=workflow%3A%22Frontend+tests%22+branch%3Amain)
19
+ [![Test, Build, and Publish](https://github.com/whitphx/streamlit-webrtc/actions/workflows/main.yml/badge.svg)](https://github.com/whitphx/streamlit-webrtc/actions/workflows/main.yml)
21
20
  [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
22
21
 
23
22
  [![PyPI](https://img.shields.io/pypi/v/streamlit-webrtc)](https://pypi.org/project/streamlit-webrtc/)
@@ -29,12 +28,12 @@ Description-Content-Type: text/markdown
29
28
  <tr>
30
29
  <td width="48%">
31
30
  <a href="https://share.streamlit.io/whitphx/streamlit-webrtc-example/main/app.py">
32
- <img src="https://global.discourse-cdn.com/business7/uploads/streamlit/original/2X/a/af111a7393c77cb69d7712ac8e71ca862feaeb24.gif" />
31
+ <img src="https://global.discourse-cdn.com/streamlit/original/2X/a/af111a7393c77cb69d7712ac8e71ca862feaeb24.gif" />
33
32
  </a>
34
33
  </td>
35
34
  <td width="48%">
36
35
  <a href="https://share.streamlit.io/whitphx/style-transfer-web-app/main/app.py">
37
- <img src="https://global.discourse-cdn.com/business7/uploads/streamlit/original/2X/b/b3cb8aa60eb746366e06726a9137720583c02c3a.gif" />
36
+ <img src="https://global.discourse-cdn.com/streamlit/original/2X/b/b3cb8aa60eb746366e06726a9137720583c02c3a.gif" />
38
37
  </a>
39
38
  </td>
40
39
  </tr>
@@ -1,8 +1,7 @@
1
1
  # streamlit-webrtc
2
2
  **Handling and transmitting real-time video/audio streams over the network with Streamlit** [![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://share.streamlit.io/whitphx/streamlit-webrtc-example/main/app.py)
3
3
 
4
- [![Tests](https://github.com/whitphx/streamlit-webrtc/workflows/Tests/badge.svg?branch=main)](https://github.com/whitphx/streamlit-webrtc/actions?query=workflow%3ATests+branch%3Amain)
5
- [![Frontend Tests](https://github.com/whitphx/streamlit-webrtc/workflows/Frontend%20tests/badge.svg?branch=main)](https://github.com/whitphx/streamlit-webrtc/actions?query=workflow%3A%22Frontend+tests%22+branch%3Amain)
4
+ [![Test, Build, and Publish](https://github.com/whitphx/streamlit-webrtc/actions/workflows/main.yml/badge.svg)](https://github.com/whitphx/streamlit-webrtc/actions/workflows/main.yml)
6
5
  [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
7
6
 
8
7
  [![PyPI](https://img.shields.io/pypi/v/streamlit-webrtc)](https://pypi.org/project/streamlit-webrtc/)
@@ -14,12 +13,12 @@
14
13
  <tr>
15
14
  <td width="48%">
16
15
  <a href="https://share.streamlit.io/whitphx/streamlit-webrtc-example/main/app.py">
17
- <img src="https://global.discourse-cdn.com/business7/uploads/streamlit/original/2X/a/af111a7393c77cb69d7712ac8e71ca862feaeb24.gif" />
16
+ <img src="https://global.discourse-cdn.com/streamlit/original/2X/a/af111a7393c77cb69d7712ac8e71ca862feaeb24.gif" />
18
17
  </a>
19
18
  </td>
20
19
  <td width="48%">
21
20
  <a href="https://share.streamlit.io/whitphx/style-transfer-web-app/main/app.py">
22
- <img src="https://global.discourse-cdn.com/business7/uploads/streamlit/original/2X/b/b3cb8aa60eb746366e06726a9137720583c02c3a.gif" />
21
+ <img src="https://global.discourse-cdn.com/streamlit/original/2X/b/b3cb8aa60eb746366e06726a9137720583c02c3a.gif" />
23
22
  </a>
24
23
  </td>
25
24
  </tr>