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.
@@ -1,7 +1,7 @@
1
1
  from .core import EasyHTTPAsync
2
2
  from .wrapper import EasyHTTP
3
3
 
4
- __version__ = "0.3.2"
4
+ __version__ = "0.3.3"
5
5
  __author__ = "slpuk"
6
6
  __all__ = [
7
7
  "EasyHTTPAsync",
@@ -17,7 +17,7 @@ import uvicorn
17
17
  from fastapi import FastAPI, Request
18
18
  from fastapi.responses import JSONResponse
19
19
 
20
- __version__ = "0.3.2"
20
+ __version__ = "0.3.3"
21
21
 
22
22
  class EasyHTTPAsync:
23
23
  """Simple asynchronous HTTP-based core of P2P framework for IoT."""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: easyhttp-python
3
- Version: 0.3.2
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
  [![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/slpuk/easyhttp-python)
39
- ![Protocol Version](https://img.shields.io/badge/version-0.3.2-blue?style=for-the-badge)
39
+ ![Protocol Version](https://img.shields.io/badge/version-0.3.3-blue?style=for-the-badge)
40
40
  ![Development Status](https://img.shields.io/badge/status-beta-orange?style=for-the-badge)
41
41
  ![License](https://img.shields.io/badge/license-MIT-green?style=for-the-badge)
42
42
  ![Python](https://img.shields.io/badge/python-3.7+-blue?style=for-the-badge&logo=python&logoColor=white)
@@ -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 easyhttp import EasyHTTP
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