easyhttp-python 0.3.2__py3-none-any.whl → 0.3.3__py3-none-any.whl
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.
- {easyhttp → easyhttp_python}/__init__.py +1 -1
- {easyhttp → easyhttp_python}/core.py +1 -1
- {easyhttp_python-0.3.2.dist-info → easyhttp_python-0.3.3.dist-info}/METADATA +3 -3
- easyhttp_python-0.3.3.dist-info/RECORD +8 -0
- easyhttp_python-0.3.3.dist-info/top_level.txt +1 -0
- easyhttp_python-0.3.2.dist-info/RECORD +0 -8
- easyhttp_python-0.3.2.dist-info/top_level.txt +0 -1
- {easyhttp → easyhttp_python}/wrapper.py +0 -0
- {easyhttp_python-0.3.2.dist-info → easyhttp_python-0.3.3.dist-info}/WHEEL +0 -0
- {easyhttp_python-0.3.2.dist-info → easyhttp_python-0.3.3.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: easyhttp-python
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.3
|
|
4
4
|
Summary: Simple HTTP-based P2P framework for IoT
|
|
5
5
|
Author-email: slpuk <yarik6052@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -36,7 +36,7 @@ Dynamic: license-file
|
|
|
36
36
|
# EasyHTTP
|
|
37
37
|
|
|
38
38
|
[](https://github.com/slpuk/easyhttp-python)
|
|
39
|
-

|
|
40
40
|

|
|
41
41
|

|
|
42
42
|

|
|
@@ -86,7 +86,7 @@ EasyHTTP uses a simple JSON-based command system:
|
|
|
86
86
|
### Basic Example with Callbacks (synchronous)
|
|
87
87
|
```python
|
|
88
88
|
import time
|
|
89
|
-
from
|
|
89
|
+
from easyhttp_python import EasyHTTP
|
|
90
90
|
|
|
91
91
|
# Callback function
|
|
92
92
|
def handle_data(sender_id, data, timestamp):
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
easyhttp_python/__init__.py,sha256=QpwCbjfdAYB8vevwFsjGVN4XilBEBVEV1lqlUmf7eY8,163
|
|
2
|
+
easyhttp_python/core.py,sha256=xscbRgQNE4jdOv5SfTAsyhxP0oH-Noe1ya4WosDsruI,19132
|
|
3
|
+
easyhttp_python/wrapper.py,sha256=2rA7I5eJR_x31YWfUIxzssqlfzE2egihsmw7PVwg0a0,5281
|
|
4
|
+
easyhttp_python-0.3.3.dist-info/licenses/LICENSE,sha256=nkDB7rjnRVh38AZftJtY1IEwTNYqzt9-1csUHIRZqGI,1083
|
|
5
|
+
easyhttp_python-0.3.3.dist-info/METADATA,sha256=EXL8GhtlPhgn5dKIe1R5pA8bwm4XwpHAKt0jt4zzO5c,5811
|
|
6
|
+
easyhttp_python-0.3.3.dist-info/WHEEL,sha256=YCfwYGOYMi5Jhw2fU4yNgwErybb2IX5PEwBKV4ZbdBo,91
|
|
7
|
+
easyhttp_python-0.3.3.dist-info/top_level.txt,sha256=gRdqupLV_7VCDjEezHIy06EXqE7p58bLlq4hlvjXg7g,16
|
|
8
|
+
easyhttp_python-0.3.3.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
easyhttp_python
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
easyhttp/__init__.py,sha256=1MUoeXjG1dWEDDM_i8BrrpNwFu4EF3tos16LY6VAytc,163
|
|
2
|
-
easyhttp/core.py,sha256=Dr1mnn6C4qiOVmDtJMtjA4AxyFr4oIg6hWa7yrS0of8,19132
|
|
3
|
-
easyhttp/wrapper.py,sha256=2rA7I5eJR_x31YWfUIxzssqlfzE2egihsmw7PVwg0a0,5281
|
|
4
|
-
easyhttp_python-0.3.2.dist-info/licenses/LICENSE,sha256=nkDB7rjnRVh38AZftJtY1IEwTNYqzt9-1csUHIRZqGI,1083
|
|
5
|
-
easyhttp_python-0.3.2.dist-info/METADATA,sha256=e205jFToQrxJvMbtbqRUr78LxO4ylTefViFPyrTgeuU,5804
|
|
6
|
-
easyhttp_python-0.3.2.dist-info/WHEEL,sha256=YCfwYGOYMi5Jhw2fU4yNgwErybb2IX5PEwBKV4ZbdBo,91
|
|
7
|
-
easyhttp_python-0.3.2.dist-info/top_level.txt,sha256=hXtOmZbZY_T3tJWgX_q2py0BhG48txcA16eH6ZawTqE,9
|
|
8
|
-
easyhttp_python-0.3.2.dist-info/RECORD,,
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
easyhttp
|
|
File without changes
|
|
File without changes
|
|
File without changes
|