rcer-iot-client-pkg 0.1.2__tar.gz → 0.3.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.
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/PKG-INFO +5 -6
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/README.md +4 -5
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/pyproject.toml +1 -1
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/src/rcer_iot_client_pkg/services/epii/api.py +2 -2
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/LICENSE +0 -0
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/src/rcer_iot_client_pkg/__init__.py +0 -0
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/src/rcer_iot_client_pkg/general_types/__init__.py +0 -0
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/src/rcer_iot_client_pkg/general_types/api/__init__.py +0 -0
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/src/rcer_iot_client_pkg/general_types/api/update_thies_data_types.py +0 -0
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/src/rcer_iot_client_pkg/general_types/error_types/__init__.py +0 -0
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/src/rcer_iot_client_pkg/general_types/error_types/api/__init__.py +0 -0
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/src/rcer_iot_client_pkg/general_types/error_types/api/update_thies_data_error_types.py +0 -0
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/src/rcer_iot_client_pkg/general_types/error_types/common/__init__.py +0 -0
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/src/rcer_iot_client_pkg/general_types/error_types/common/common_types.py +0 -0
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/src/rcer_iot_client_pkg/libs/async_http_client/__init__.py +0 -0
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/src/rcer_iot_client_pkg/libs/async_http_client/async_http_client.py +0 -0
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/src/rcer_iot_client_pkg/libs/async_http_client/async_http_client_contract.py +0 -0
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/src/rcer_iot_client_pkg/libs/async_http_client/clients/__init__.py +0 -0
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/src/rcer_iot_client_pkg/libs/async_http_client/clients/aiohttp_client.py +0 -0
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/src/rcer_iot_client_pkg/libs/async_http_client/types/__init__.py +0 -0
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/src/rcer_iot_client_pkg/libs/async_http_client/types/async_http_client_types.py +0 -0
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/src/rcer_iot_client_pkg/libs/ftp_client/__init__.py +0 -0
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/src/rcer_iot_client_pkg/libs/ftp_client/clients/__init__.py +0 -0
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/src/rcer_iot_client_pkg/libs/ftp_client/clients/aioftp_client.py +0 -0
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/src/rcer_iot_client_pkg/libs/ftp_client/ftp_client.py +0 -0
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/src/rcer_iot_client_pkg/libs/ftp_client/ftp_client_contract.py +0 -0
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/src/rcer_iot_client_pkg/libs/ftp_client/types/__init__.py +0 -0
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/src/rcer_iot_client_pkg/libs/ftp_client/types/ftp_client_types.py +0 -0
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/src/rcer_iot_client_pkg/libs/zero_dependency/utils/datetime_utils.py +0 -0
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/src/rcer_iot_client_pkg/services/epii/__init__.py +0 -0
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/src/rcer_iot_client_pkg/services/epii/controllers/__init__.py +0 -0
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/src/rcer_iot_client_pkg/services/epii/controllers/types/__init__.py +0 -0
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/src/rcer_iot_client_pkg/services/epii/controllers/types/update_thies_data_types.py +0 -0
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/src/rcer_iot_client_pkg/services/epii/controllers/update_thies_data.py +0 -0
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/src/rcer_iot_client_pkg/services/epii/use_cases/constants.py +0 -0
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/src/rcer_iot_client_pkg/services/epii/use_cases/types/__init__.py +0 -0
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/src/rcer_iot_client_pkg/services/epii/use_cases/types/update_thies_data_types.py +0 -0
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/src/rcer_iot_client_pkg/services/epii/use_cases/update_thies_data.py +0 -0
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/src/rcer_iot_client_pkg/services/epii/utils/__init__.py +0 -0
- {rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/src/rcer_iot_client_pkg/services/epii/utils/update_thies_data_utils.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: rcer_iot_client_pkg
|
3
|
-
Version: 0.1
|
3
|
+
Version: 0.3.1
|
4
4
|
Summary: A client library for IoT projects in the RCER initiative
|
5
5
|
License: MIT
|
6
6
|
Author: pedropablozavalat
|
@@ -19,13 +19,12 @@ Requires-Dist: pydantic (==2.11.3)
|
|
19
19
|
Requires-Dist: pytest-cov (==6.1.1)
|
20
20
|
Description-Content-Type: text/markdown
|
21
21
|
|
22
|
-
# rcer_iot_client_pkg
|
22
|
+
# RCER IoT Client Library | `rcer_iot_client_pkg`
|
23
23
|
|
24
|
-
RCER IoT Client Library
|
25
24
|
|
26
25
|
## Installation
|
27
|
-
|
28
|
-
|
26
|
+
You can find the package on [PyPI](https://pypi.org/project/rcer-iot-client-pkg/).
|
27
|
+
This library provides a robust and efficient client for interacting with IoT devices.
|
29
28
|
|
30
29
|
```bash
|
31
30
|
pip install rcer_iot_client_pkg
|
@@ -78,5 +77,5 @@ Interested in contributing? Check out the contributing guidelines. Please note t
|
|
78
77
|
|
79
78
|
## License
|
80
79
|
|
81
|
-
`rcer_iot_client_pkg` was created by
|
80
|
+
`rcer_iot_client_pkg` was created by Pedro Pablo Zavala Tejos. It is licensed under the terms of the MIT license.
|
82
81
|
|
@@ -1,10 +1,9 @@
|
|
1
|
-
# rcer_iot_client_pkg
|
1
|
+
# RCER IoT Client Library | `rcer_iot_client_pkg`
|
2
2
|
|
3
|
-
RCER IoT Client Library
|
4
3
|
|
5
4
|
## Installation
|
6
|
-
|
7
|
-
|
5
|
+
You can find the package on [PyPI](https://pypi.org/project/rcer-iot-client-pkg/).
|
6
|
+
This library provides a robust and efficient client for interacting with IoT devices.
|
8
7
|
|
9
8
|
```bash
|
10
9
|
pip install rcer_iot_client_pkg
|
@@ -57,4 +56,4 @@ Interested in contributing? Check out the contributing guidelines. Please note t
|
|
57
56
|
|
58
57
|
## License
|
59
58
|
|
60
|
-
`rcer_iot_client_pkg` was created by
|
59
|
+
`rcer_iot_client_pkg` was created by Pedro Pablo Zavala Tejos. It is licensed under the terms of the MIT license.
|
{rcer_iot_client_pkg-0.1.2 → rcer_iot_client_pkg-0.3.1}/src/rcer_iot_client_pkg/services/epii/api.py
RENAMED
@@ -5,7 +5,7 @@ from .controllers.update_thies_data import UpdateThiesDataController
|
|
5
5
|
|
6
6
|
|
7
7
|
class EpiiAPI:
|
8
|
-
def update_thies_data(
|
8
|
+
async def update_thies_data(
|
9
9
|
self,
|
10
10
|
ftp_port: int,
|
11
11
|
ftp_host: str,
|
@@ -20,5 +20,5 @@ class EpiiAPI:
|
|
20
20
|
ftp_user=ftp_user,
|
21
21
|
)
|
22
22
|
)
|
23
|
-
response = controller.execute()
|
23
|
+
response = await controller.execute()
|
24
24
|
return response.__dict__
|
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
|
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
|
File without changes
|
File without changes
|
File without changes
|