ephaptic 0.1.0__tar.gz → 0.1.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.
- {ephaptic-0.1.0 → ephaptic-0.1.1}/PKG-INFO +12 -2
- {ephaptic-0.1.0 → ephaptic-0.1.1}/README.md +11 -1
- {ephaptic-0.1.0 → ephaptic-0.1.1}/ephaptic/ephaptic.py +2 -0
- {ephaptic-0.1.0 → ephaptic-0.1.1}/ephaptic.egg-info/PKG-INFO +12 -2
- {ephaptic-0.1.0 → ephaptic-0.1.1}/pyproject.toml +1 -1
- {ephaptic-0.1.0 → ephaptic-0.1.1}/LICENSE +0 -0
- {ephaptic-0.1.0 → ephaptic-0.1.1}/ephaptic/__init__.py +0 -0
- {ephaptic-0.1.0 → ephaptic-0.1.1}/ephaptic/adapters/__init__.py +0 -0
- {ephaptic-0.1.0 → ephaptic-0.1.1}/ephaptic/adapters/fastapi_.py +0 -0
- {ephaptic-0.1.0 → ephaptic-0.1.1}/ephaptic/adapters/quart_.py +0 -0
- {ephaptic-0.1.0 → ephaptic-0.1.1}/ephaptic/client/__init__.py +0 -0
- {ephaptic-0.1.0 → ephaptic-0.1.1}/ephaptic/client/client.py +0 -0
- {ephaptic-0.1.0 → ephaptic-0.1.1}/ephaptic/localproxy.py +0 -0
- {ephaptic-0.1.0 → ephaptic-0.1.1}/ephaptic/transports/__init__.py +0 -0
- {ephaptic-0.1.0 → ephaptic-0.1.1}/ephaptic/transports/fastapi_ws.py +0 -0
- {ephaptic-0.1.0 → ephaptic-0.1.1}/ephaptic/transports/websocket.py +0 -0
- {ephaptic-0.1.0 → ephaptic-0.1.1}/ephaptic.egg-info/SOURCES.txt +0 -0
- {ephaptic-0.1.0 → ephaptic-0.1.1}/ephaptic.egg-info/dependency_links.txt +0 -0
- {ephaptic-0.1.0 → ephaptic-0.1.1}/ephaptic.egg-info/requires.txt +0 -0
- {ephaptic-0.1.0 → ephaptic-0.1.1}/ephaptic.egg-info/top_level.txt +0 -0
- {ephaptic-0.1.0 → ephaptic-0.1.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ephaptic
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: The Python client/server package for ephaptic.
|
|
5
5
|
Author-email: uukelele <robustrobot11@gmail.com>
|
|
6
6
|
License: MIT License
|
|
@@ -47,7 +47,17 @@ Dynamic: license-file
|
|
|
47
47
|
<br>
|
|
48
48
|
<h1>ephaptic</h1>
|
|
49
49
|
<br>
|
|
50
|
-
<a href="https://github.com/ephaptic/ephaptic/blob/main/LICENSE"><img alt="GitHub License" src="https://img.shields.io/github/license/ephaptic/ephaptic?style=for-the-badge&labelColor=%23222222"></a> <img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/ephaptic/ephaptic/publish-js.yml?style=for-the-badge&label=NPM%20Build%20Status&labelColor=%23222222"> <img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/ephaptic/ephaptic/publish-python.yml?style=for-the-badge&label=PyPI%20Build%20Status&labelColor=%23222222">
|
|
50
|
+
<a href="https://github.com/ephaptic/ephaptic/blob/main/LICENSE"><img alt="GitHub License" src="https://img.shields.io/github/license/ephaptic/ephaptic?style=for-the-badge&labelColor=%23222222"></a> <img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/ephaptic/ephaptic/publish-js.yml?style=for-the-badge&label=NPM%20Build%20Status&labelColor=%23222222"> <img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/ephaptic/ephaptic/publish-python.yml?style=for-the-badge&label=PyPI%20Build%20Status&labelColor=%23222222"> <a href="https://pypi.org/project/ephaptic/">
|
|
51
|
+
<img alt="PyPI - Version"
|
|
52
|
+
src="https://img.shields.io/pypi/v/ephaptic?style=for-the-badge&labelColor=%23222222">
|
|
53
|
+
</a>
|
|
54
|
+
|
|
55
|
+
<a href="https://www.npmjs.com/package/@ephaptic/client">
|
|
56
|
+
<img alt="NPM - Version"
|
|
57
|
+
src="https://img.shields.io/npm/v/%40ephaptic%2Fclient?style=for-the-badge&labelColor=%23222222">
|
|
58
|
+
</a>
|
|
59
|
+
|
|
60
|
+
|
|
51
61
|
|
|
52
62
|
|
|
53
63
|
</div>
|
|
@@ -8,7 +8,17 @@
|
|
|
8
8
|
<br>
|
|
9
9
|
<h1>ephaptic</h1>
|
|
10
10
|
<br>
|
|
11
|
-
<a href="https://github.com/ephaptic/ephaptic/blob/main/LICENSE"><img alt="GitHub License" src="https://img.shields.io/github/license/ephaptic/ephaptic?style=for-the-badge&labelColor=%23222222"></a> <img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/ephaptic/ephaptic/publish-js.yml?style=for-the-badge&label=NPM%20Build%20Status&labelColor=%23222222"> <img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/ephaptic/ephaptic/publish-python.yml?style=for-the-badge&label=PyPI%20Build%20Status&labelColor=%23222222">
|
|
11
|
+
<a href="https://github.com/ephaptic/ephaptic/blob/main/LICENSE"><img alt="GitHub License" src="https://img.shields.io/github/license/ephaptic/ephaptic?style=for-the-badge&labelColor=%23222222"></a> <img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/ephaptic/ephaptic/publish-js.yml?style=for-the-badge&label=NPM%20Build%20Status&labelColor=%23222222"> <img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/ephaptic/ephaptic/publish-python.yml?style=for-the-badge&label=PyPI%20Build%20Status&labelColor=%23222222"> <a href="https://pypi.org/project/ephaptic/">
|
|
12
|
+
<img alt="PyPI - Version"
|
|
13
|
+
src="https://img.shields.io/pypi/v/ephaptic?style=for-the-badge&labelColor=%23222222">
|
|
14
|
+
</a>
|
|
15
|
+
|
|
16
|
+
<a href="https://www.npmjs.com/package/@ephaptic/client">
|
|
17
|
+
<img alt="NPM - Version"
|
|
18
|
+
src="https://img.shields.io/npm/v/%40ephaptic%2Fclient?style=for-the-badge&labelColor=%23222222">
|
|
19
|
+
</a>
|
|
20
|
+
|
|
21
|
+
|
|
12
22
|
|
|
13
23
|
|
|
14
24
|
</div>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ephaptic
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: The Python client/server package for ephaptic.
|
|
5
5
|
Author-email: uukelele <robustrobot11@gmail.com>
|
|
6
6
|
License: MIT License
|
|
@@ -47,7 +47,17 @@ Dynamic: license-file
|
|
|
47
47
|
<br>
|
|
48
48
|
<h1>ephaptic</h1>
|
|
49
49
|
<br>
|
|
50
|
-
<a href="https://github.com/ephaptic/ephaptic/blob/main/LICENSE"><img alt="GitHub License" src="https://img.shields.io/github/license/ephaptic/ephaptic?style=for-the-badge&labelColor=%23222222"></a> <img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/ephaptic/ephaptic/publish-js.yml?style=for-the-badge&label=NPM%20Build%20Status&labelColor=%23222222"> <img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/ephaptic/ephaptic/publish-python.yml?style=for-the-badge&label=PyPI%20Build%20Status&labelColor=%23222222">
|
|
50
|
+
<a href="https://github.com/ephaptic/ephaptic/blob/main/LICENSE"><img alt="GitHub License" src="https://img.shields.io/github/license/ephaptic/ephaptic?style=for-the-badge&labelColor=%23222222"></a> <img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/ephaptic/ephaptic/publish-js.yml?style=for-the-badge&label=NPM%20Build%20Status&labelColor=%23222222"> <img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/ephaptic/ephaptic/publish-python.yml?style=for-the-badge&label=PyPI%20Build%20Status&labelColor=%23222222"> <a href="https://pypi.org/project/ephaptic/">
|
|
51
|
+
<img alt="PyPI - Version"
|
|
52
|
+
src="https://img.shields.io/pypi/v/ephaptic?style=for-the-badge&labelColor=%23222222">
|
|
53
|
+
</a>
|
|
54
|
+
|
|
55
|
+
<a href="https://www.npmjs.com/package/@ephaptic/client">
|
|
56
|
+
<img alt="NPM - Version"
|
|
57
|
+
src="https://img.shields.io/npm/v/%40ephaptic%2Fclient?style=for-the-badge&labelColor=%23222222">
|
|
58
|
+
</a>
|
|
59
|
+
|
|
60
|
+
|
|
51
61
|
|
|
52
62
|
|
|
53
63
|
</div>
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|