Skip to content

Commit fe018b1

Browse files
committed
Merge branch 'master' of github.com:muxinc/mux-python
2 parents 772b3c2 + 2654726 commit fe018b1

File tree

3 files changed

+18
-17
lines changed

3 files changed

+18
-17
lines changed

.openapi-generator/FILES

-15
Original file line numberDiff line numberDiff line change
@@ -291,19 +291,4 @@ setup.cfg
291291
setup.py
292292
test-requirements.txt
293293
test/__init__.py
294-
test/test_broadcast.py
295-
test/test_broadcast_layout.py
296-
test/test_broadcast_resolution.py
297-
test/test_broadcast_response.py
298-
test/test_broadcast_status.py
299-
test/test_create_broadcast_request.py
300-
test/test_create_space_request.py
301-
test/test_list_spaces_response.py
302-
test/test_space.py
303-
test/test_space_response.py
304-
test/test_space_status.py
305-
test/test_space_type.py
306-
test/test_spaces_api.py
307-
test/test_start_space_broadcast_response.py
308-
test/test_stop_space_broadcast_response.py
309294
tox.ini

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
![Mux Python Banner](github-python-sdk.png)
22

3-
![](https://github.com/muxinc/mux-python/workflows/Integration%20Test/badge.svg)
3+
<p align="center">
4+
<a href="https://pypi.org/project/mux-python/"><img src="https://img.shields.io/pypi/v/mux_python" title="PyPI" /></a>
5+
<a href="https://github.com/muxinc/mux-python/workflows/Integration%20Test"><img src="https://github.com/muxinc/mux-python/workflows/Integration%20Test/badge.svg" title="CI" /></a>
6+
</p>
7+
<p align="center">
8+
<a href="https://pypi.org/project/mux-python">PyPI</a> |
9+
<a href="https://docs.mux.com">Mux Docs</a> |
10+
<a href="https://docs.mux.com/api-reference">Mux API Reference </a>
11+
</p>
412

513
# Mux Python
614

gen/templates/README.mustache

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
![Mux Python Banner](github-python-sdk.png)
22

3-
![](https://github.com/muxinc/mux-python/workflows/Integration%20Test/badge.svg)
3+
<p align="center">
4+
<a href="https://pypi.org/project/mux-python/"><img src="https://img.shields.io/pypi/v/mux_python" title="PyPI" /></a>
5+
<a href="https://github.com/muxinc/mux-python/workflows/Integration%20Test"><img src="https://github.com/muxinc/mux-python/workflows/Integration%20Test/badge.svg" title="CI" /></a>
6+
</p>
7+
<p align="center">
8+
<a href="https://pypi.org/project/mux-python">PyPI</a> |
9+
<a href="https://docs.mux.com">Mux Docs</a> |
10+
<a href="https://docs.mux.com/api-reference">Mux API Reference </a>
11+
</p>
412

513
# Mux Python
614

0 commit comments

Comments
 (0)