phoenix-channels-python-client 0.1.2__tar.gz → 0.1.4__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.
- {phoenix_channels_python_client-0.1.2/phoenix_channels_python_client.egg-info → phoenix_channels_python_client-0.1.4}/PKG-INFO +2 -1
- {phoenix_channels_python_client-0.1.2 → phoenix_channels_python_client-0.1.4}/README.md +2 -1
- {phoenix_channels_python_client-0.1.2 → phoenix_channels_python_client-0.1.4}/phoenix_channels_python_client/__init__.py +1 -1
- {phoenix_channels_python_client-0.1.2 → phoenix_channels_python_client-0.1.4/phoenix_channels_python_client.egg-info}/PKG-INFO +2 -1
- {phoenix_channels_python_client-0.1.2 → phoenix_channels_python_client-0.1.4}/pyproject.toml +1 -1
- {phoenix_channels_python_client-0.1.2 → phoenix_channels_python_client-0.1.4}/LICENSE +0 -0
- {phoenix_channels_python_client-0.1.2 → phoenix_channels_python_client-0.1.4}/MANIFEST.in +0 -0
- {phoenix_channels_python_client-0.1.2 → phoenix_channels_python_client-0.1.4}/phoenix_channels_python_client/client.py +0 -0
- {phoenix_channels_python_client-0.1.2 → phoenix_channels_python_client-0.1.4}/phoenix_channels_python_client/exceptions.py +0 -0
- {phoenix_channels_python_client-0.1.2 → phoenix_channels_python_client-0.1.4}/phoenix_channels_python_client/phx_messages.py +0 -0
- {phoenix_channels_python_client-0.1.2 → phoenix_channels_python_client-0.1.4}/phoenix_channels_python_client/protocol_handler.py +0 -0
- {phoenix_channels_python_client-0.1.2 → phoenix_channels_python_client-0.1.4}/phoenix_channels_python_client/topic_subscription.py +0 -0
- {phoenix_channels_python_client-0.1.2 → phoenix_channels_python_client-0.1.4}/phoenix_channels_python_client/utils.py +0 -0
- {phoenix_channels_python_client-0.1.2 → phoenix_channels_python_client-0.1.4}/phoenix_channels_python_client.egg-info/SOURCES.txt +0 -0
- {phoenix_channels_python_client-0.1.2 → phoenix_channels_python_client-0.1.4}/phoenix_channels_python_client.egg-info/dependency_links.txt +0 -0
- {phoenix_channels_python_client-0.1.2 → phoenix_channels_python_client-0.1.4}/phoenix_channels_python_client.egg-info/requires.txt +0 -0
- {phoenix_channels_python_client-0.1.2 → phoenix_channels_python_client-0.1.4}/phoenix_channels_python_client.egg-info/top_level.txt +0 -0
- {phoenix_channels_python_client-0.1.2 → phoenix_channels_python_client-0.1.4}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: phoenix-channels-python-client
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.4
|
|
4
4
|
Summary: A Python client library for connecting to Phoenix Channels
|
|
5
5
|
Author: Phoenix Channels Python Client
|
|
6
6
|
License-Expression: MIT
|
|
@@ -29,6 +29,7 @@ Dynamic: license-file
|
|
|
29
29
|
|
|
30
30
|
# Phoenix Channels Python Client
|
|
31
31
|
|
|
32
|
+
[](https://pypi.org/project/phoenix-channels-python-client/)
|
|
32
33
|
[](https://www.python.org/downloads/)
|
|
33
34
|
[](https://opensource.org/licenses/MIT)
|
|
34
35
|
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
# Phoenix Channels Python Client
|
|
2
2
|
|
|
3
|
+
[](https://pypi.org/project/phoenix-channels-python-client/)
|
|
3
4
|
[](https://www.python.org/downloads/)
|
|
4
5
|
[](https://opensource.org/licenses/MIT)
|
|
5
6
|
|
|
@@ -236,4 +237,4 @@ asyncio.run(main())
|
|
|
236
237
|
|
|
237
238
|
---
|
|
238
239
|
|
|
239
|
-
**Need help?** Open an issue on GitHub or check the [Phoenix Channels documentation](https://hexdocs.pm/phoenix/channels.html) for more information about the Phoenix Channels protocol.
|
|
240
|
+
**Need help?** Open an issue on GitHub or check the [Phoenix Channels documentation](https://hexdocs.pm/phoenix/channels.html) for more information about the Phoenix Channels protocol.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: phoenix-channels-python-client
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.4
|
|
4
4
|
Summary: A Python client library for connecting to Phoenix Channels
|
|
5
5
|
Author: Phoenix Channels Python Client
|
|
6
6
|
License-Expression: MIT
|
|
@@ -29,6 +29,7 @@ Dynamic: license-file
|
|
|
29
29
|
|
|
30
30
|
# Phoenix Channels Python Client
|
|
31
31
|
|
|
32
|
+
[](https://pypi.org/project/phoenix-channels-python-client/)
|
|
32
33
|
[](https://www.python.org/downloads/)
|
|
33
34
|
[](https://opensource.org/licenses/MIT)
|
|
34
35
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|