streamlit-webrtc 0.60.3__tar.gz → 0.61.1__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 (27) hide show
  1. {streamlit_webrtc-0.60.3 → streamlit_webrtc-0.61.1}/PKG-INFO +4 -6
  2. {streamlit_webrtc-0.60.3 → streamlit_webrtc-0.61.1}/README.md +3 -5
  3. streamlit_webrtc-0.61.1/streamlit_webrtc/frontend/dist/assets/index-DIc_tEma.js +258 -0
  4. {streamlit_webrtc-0.60.3 → streamlit_webrtc-0.61.1}/streamlit_webrtc/frontend/dist/index.html +1 -1
  5. streamlit_webrtc-0.60.3/streamlit_webrtc/frontend/dist/assets/index-DV2u3ooX.js +0 -258
  6. {streamlit_webrtc-0.60.3 → streamlit_webrtc-0.61.1}/.gitignore +0 -0
  7. {streamlit_webrtc-0.60.3 → streamlit_webrtc-0.61.1}/LICENSE +0 -0
  8. {streamlit_webrtc-0.60.3 → streamlit_webrtc-0.61.1}/pyproject.toml +0 -0
  9. {streamlit_webrtc-0.60.3 → streamlit_webrtc-0.61.1}/streamlit_webrtc/__init__.py +0 -0
  10. {streamlit_webrtc-0.60.3 → streamlit_webrtc-0.61.1}/streamlit_webrtc/_compat.py +0 -0
  11. {streamlit_webrtc-0.60.3 → streamlit_webrtc-0.61.1}/streamlit_webrtc/component.py +0 -0
  12. {streamlit_webrtc-0.60.3 → streamlit_webrtc-0.61.1}/streamlit_webrtc/components_callbacks.py +0 -0
  13. {streamlit_webrtc-0.60.3 → streamlit_webrtc-0.61.1}/streamlit_webrtc/config.py +0 -0
  14. {streamlit_webrtc-0.60.3 → streamlit_webrtc-0.61.1}/streamlit_webrtc/credentials.py +0 -0
  15. {streamlit_webrtc-0.60.3 → streamlit_webrtc-0.61.1}/streamlit_webrtc/eventloop.py +0 -0
  16. {streamlit_webrtc-0.60.3 → streamlit_webrtc-0.61.1}/streamlit_webrtc/factory.py +0 -0
  17. {streamlit_webrtc-0.60.3 → streamlit_webrtc-0.61.1}/streamlit_webrtc/mix.py +0 -0
  18. {streamlit_webrtc-0.60.3 → streamlit_webrtc-0.61.1}/streamlit_webrtc/models.py +0 -0
  19. {streamlit_webrtc-0.60.3 → streamlit_webrtc-0.61.1}/streamlit_webrtc/process.py +0 -0
  20. {streamlit_webrtc-0.60.3 → streamlit_webrtc-0.61.1}/streamlit_webrtc/py.typed +0 -0
  21. {streamlit_webrtc-0.60.3 → streamlit_webrtc-0.61.1}/streamlit_webrtc/receive.py +0 -0
  22. {streamlit_webrtc-0.60.3 → streamlit_webrtc-0.61.1}/streamlit_webrtc/relay.py +0 -0
  23. {streamlit_webrtc-0.60.3 → streamlit_webrtc-0.61.1}/streamlit_webrtc/server.py +0 -0
  24. {streamlit_webrtc-0.60.3 → streamlit_webrtc-0.61.1}/streamlit_webrtc/session_info.py +0 -0
  25. {streamlit_webrtc-0.60.3 → streamlit_webrtc-0.61.1}/streamlit_webrtc/shutdown.py +0 -0
  26. {streamlit_webrtc-0.60.3 → streamlit_webrtc-0.61.1}/streamlit_webrtc/source.py +0 -0
  27. {streamlit_webrtc-0.60.3 → streamlit_webrtc-0.61.1}/streamlit_webrtc/webrtc.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: streamlit-webrtc
3
- Version: 0.60.3
3
+ Version: 0.61.1
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,12 +16,10 @@ 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/)
24
- [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/streamlit-webrtc)](https://pypi.org/project/streamlit-webrtc/)
25
23
  [![PyPI - License](https://img.shields.io/pypi/l/streamlit-webrtc)](https://pypi.org/project/streamlit-webrtc/)
26
24
  [![PyPI - Downloads](https://img.shields.io/pypi/dm/streamlit-webrtc)](https://pypi.org/project/streamlit-webrtc/)
27
25
 
@@ -29,12 +27,12 @@ Description-Content-Type: text/markdown
29
27
  <tr>
30
28
  <td width="48%">
31
29
  <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" />
30
+ <img src="https://global.discourse-cdn.com/streamlit/original/2X/a/af111a7393c77cb69d7712ac8e71ca862feaeb24.gif" />
33
31
  </a>
34
32
  </td>
35
33
  <td width="48%">
36
34
  <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" />
35
+ <img src="https://global.discourse-cdn.com/streamlit/original/2X/b/b3cb8aa60eb746366e06726a9137720583c02c3a.gif" />
38
36
  </a>
39
37
  </td>
40
38
  </tr>
@@ -1,12 +1,10 @@
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/)
9
- [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/streamlit-webrtc)](https://pypi.org/project/streamlit-webrtc/)
10
8
  [![PyPI - License](https://img.shields.io/pypi/l/streamlit-webrtc)](https://pypi.org/project/streamlit-webrtc/)
11
9
  [![PyPI - Downloads](https://img.shields.io/pypi/dm/streamlit-webrtc)](https://pypi.org/project/streamlit-webrtc/)
12
10
 
@@ -14,12 +12,12 @@
14
12
  <tr>
15
13
  <td width="48%">
16
14
  <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" />
15
+ <img src="https://global.discourse-cdn.com/streamlit/original/2X/a/af111a7393c77cb69d7712ac8e71ca862feaeb24.gif" />
18
16
  </a>
19
17
  </td>
20
18
  <td width="48%">
21
19
  <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" />
20
+ <img src="https://global.discourse-cdn.com/streamlit/original/2X/b/b3cb8aa60eb746366e06726a9137720583c02c3a.gif" />
23
21
  </a>
24
22
  </td>
25
23
  </tr>