smartx-rfid 1.1.6__py3-none-any.whl → 1.8.0__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.
- smartx_rfid/__init__.py +1 -1
- smartx_rfid/clients/rchlo.py +9 -0
- smartx_rfid/db/__init__.py +1 -0
- smartx_rfid/db/_main.py +432 -0
- smartx_rfid/devices/RFID/R700_IOT/_main.py +0 -4
- smartx_rfid/devices/RFID/X714/on_receive.py +0 -3
- smartx_rfid/devices/RFID/X714/rfid.py +4 -4
- smartx_rfid/parser/__init__.py +1 -0
- smartx_rfid/parser/main.py +27 -0
- smartx_rfid/parser/rfid_tag_parser/__init__.py +15 -0
- smartx_rfid/parser/rfid_tag_parser/exceptions.py +15 -0
- smartx_rfid/parser/rfid_tag_parser/tag_tid_parser.py +674 -0
- smartx_rfid/schemas/events.py +2 -1
- smartx_rfid/schemas/tag.py +4 -4
- smartx_rfid/utils/__init__.py +1 -0
- smartx_rfid/utils/path.py +2 -2
- smartx_rfid/utils/regex.py +9 -0
- smartx_rfid/utils/tag_list.py +25 -9
- smartx_rfid/webhook/__init__.py +2 -0
- smartx_rfid/webhook/_main.py +153 -0
- smartx_rfid/webhook/xtrack.py +30 -0
- smartx_rfid-1.8.0.dist-info/METADATA +344 -0
- smartx_rfid-1.8.0.dist-info/RECORD +40 -0
- {smartx_rfid-1.1.6.dist-info → smartx_rfid-1.8.0.dist-info}/WHEEL +1 -1
- smartx_rfid-1.1.6.dist-info/METADATA +0 -83
- smartx_rfid-1.1.6.dist-info/RECORD +0 -28
- {smartx_rfid-1.1.6.dist-info → smartx_rfid-1.8.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
smartx_rfid/__init__.py,sha256=zNs6ASi3rUxNcqxcaNHx7DicO5Z1QHs3twVoxQZQCT4,274
|
|
2
|
+
smartx_rfid/clients/rchlo.py,sha256=z2xT9YnNEwkbHSeHsJD9BZvSJZ5QtnHZ9R7SpQ21Jxk,221
|
|
3
|
+
smartx_rfid/db/__init__.py,sha256=P8rsrVgc_5NDMH_p4FDs5OBLe3ohaQNR_sadVaeNvxA,35
|
|
4
|
+
smartx_rfid/db/_main.py,sha256=pKzJnkTb6VVSbKd8E34us4SAAKxyTGsE_diE_AxJShY,15450
|
|
5
|
+
smartx_rfid/devices/RFID/R700_IOT/_main.py,sha256=wBPW5j_8WB_f4AzVzEDIEjhiqCt8Jhhi9M8cVByefIE,7353
|
|
6
|
+
smartx_rfid/devices/RFID/R700_IOT/on_event.py,sha256=bG_33gY2ZHXquUbezXyMN0dyHO9SBwc36DPTc8iXc1U,799
|
|
7
|
+
smartx_rfid/devices/RFID/R700_IOT/reader_config_example.py,sha256=oi4vg3_zjYFDUeq1Y_d5InUx_Rq5M2CB5RDVkK3WCgU,2264
|
|
8
|
+
smartx_rfid/devices/RFID/R700_IOT/reader_helpers.py,sha256=8CvvYeKGplWqceVH5mEMN2_lA2Qgw7Wo1jpYuXLQlXo,5940
|
|
9
|
+
smartx_rfid/devices/RFID/R700_IOT/write_commands.py,sha256=GMROeq_daTScj4NZygF45UM9t0Pr3E6ugmrb7OlF73w,2284
|
|
10
|
+
smartx_rfid/devices/RFID/X714/_main.py,sha256=LP1X_w6Sy9m5kHLvbaRUNZbzQJU37fS8OIEWvOfrk7M,6371
|
|
11
|
+
smartx_rfid/devices/RFID/X714/ble_protocol.py,sha256=M3Cs66WX6oa_EPdMTLEjD-IRxAjpfrKzGj4hn1vxlxQ,6951
|
|
12
|
+
smartx_rfid/devices/RFID/X714/on_receive.py,sha256=frrZIwSSDrsOjLO2GHdShVhoC-2VvHtr_AkJU91VDIo,2133
|
|
13
|
+
smartx_rfid/devices/RFID/X714/rfid.py,sha256=-YypTMhKuXJlzLYiMRvzTFL8bdvfJYTcpSMwp2TOEvI,2339
|
|
14
|
+
smartx_rfid/devices/RFID/X714/serial_protocol.py,sha256=eOGM5sK35SxXfS9KjB8JQzYhR1qs4H3vw3-n3oPOjQQ,3681
|
|
15
|
+
smartx_rfid/devices/RFID/X714/tcp_protocol.py,sha256=GthynyN6YMl6R16nrAnlrDK61QnuZAOhYhPqycBCwJA,4804
|
|
16
|
+
smartx_rfid/devices/RFID/X714/write_commands.py,sha256=tKLTATb4vDkghpw5rQuJwcnPNkViT4753fwToNPfKh0,1304
|
|
17
|
+
smartx_rfid/devices/__init__.py,sha256=EVhtb-IBLpits8dr-I1ZYYuWHw9ddqiu-98myg-iyFg,251
|
|
18
|
+
smartx_rfid/devices/generic/SERIAL/_main.py,sha256=7rEgviwxfd4uWpWjVXsV0qnOAET-MxJux9PcTKiE8G8,8562
|
|
19
|
+
smartx_rfid/devices/generic/TCP/_main.py,sha256=DY9c9m2ZchvUJ9n2TtPENL2GqCYS4hvdjkCAe6yGXxM,2770
|
|
20
|
+
smartx_rfid/devices/generic/TCP/helpers.py,sha256=GQ_yIvmSlx_yZci6pVvZfdo1wyKcS5gtZh-VDwt3pGs,1552
|
|
21
|
+
smartx_rfid/parser/__init__.py,sha256=KByVPGCuGVvil8XtF0hUeLyQfyqcuKvHJwv2au2I8Zg,38
|
|
22
|
+
smartx_rfid/parser/main.py,sha256=66RPYIWMy7m3ir6yTprlk1Br5iBCvNHyYNAEeVsuFR8,601
|
|
23
|
+
smartx_rfid/parser/rfid_tag_parser/__init__.py,sha256=_voIeFw0Y3_ooEqwOEhakJyP_PRxsKWKK0K2s1c4g_E,506
|
|
24
|
+
smartx_rfid/parser/rfid_tag_parser/exceptions.py,sha256=QsiXv0IHGYsLhYGgx2D-yE0jjTHgw9IFaH59J1QQc-g,282
|
|
25
|
+
smartx_rfid/parser/rfid_tag_parser/tag_tid_parser.py,sha256=uw-h7sYrH4Tfum_E9FyCRQKQMBlr5Igtjab99sJwxvA,23396
|
|
26
|
+
smartx_rfid/schemas/events.py,sha256=1iX0iSGirMqDbUAi2ir1CDhtVp8ROg-KZ6tY5nppWek,243
|
|
27
|
+
smartx_rfid/schemas/tag.py,sha256=haMvu_ALhkba8AIL-DrQN0egkRqeP3Wr8AyzyOnWH4Q,2242
|
|
28
|
+
smartx_rfid/utils/__init__.py,sha256=5--umtdkwvp7YuOFW34aHq1YymP72aFEX0XVg30BneY,101
|
|
29
|
+
smartx_rfid/utils/event.py,sha256=7QOdiSfiMscoAaTq4U3E3asYGSVnolr9OD3FSYGh6bg,469
|
|
30
|
+
smartx_rfid/utils/logger_manager.py,sha256=61HJ40wgX0hVwG4xW66IQ2jdJp8CFM_S0eoGzx8-FwU,5653
|
|
31
|
+
smartx_rfid/utils/path.py,sha256=eRxXKNzzDELna3USfGPNG1EPP2EkLlFxHmf21BMWAgA,3792
|
|
32
|
+
smartx_rfid/utils/regex.py,sha256=vxMR0PbZ6JxRHk2AAA9L3z98uZgrsVqslDFLcxC7P9Q,243
|
|
33
|
+
smartx_rfid/utils/tag_list.py,sha256=Kf96VIhxAjAgHAMnQrtmnElcyY3b3DovAxydVuPKdWU,7123
|
|
34
|
+
smartx_rfid/webhook/__init__.py,sha256=cSJmsEI-iofZ1RQHHuPixyAQBts8cHepk7DY4nI-b7E,68
|
|
35
|
+
smartx_rfid/webhook/_main.py,sha256=gdOun2maK3iMfxCDYRLkkMp9NfmdRXbIrsXtmEv7arY,5118
|
|
36
|
+
smartx_rfid/webhook/xtrack.py,sha256=mU0akq4RxefloJcchhpmaG8SFdJ-Rert8G32X0oMikA,1068
|
|
37
|
+
smartx_rfid-1.8.0.dist-info/METADATA,sha256=3QXOy0qpKaQcEsZddG_fFXclXfxgvixEHPEMsSh9pWU,8705
|
|
38
|
+
smartx_rfid-1.8.0.dist-info/WHEEL,sha256=3ny-bZhpXrU6vSQ1UPG34FoxZBp3lVcvK0LkgUz6VLk,88
|
|
39
|
+
smartx_rfid-1.8.0.dist-info/licenses/LICENSE,sha256=npGJO3HuHM3JdFNEXv1jRmP_wRYq9-ujkqJPmLxrtEw,1080
|
|
40
|
+
smartx_rfid-1.8.0.dist-info/RECORD,,
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: smartx-rfid
|
|
3
|
-
Version: 1.1.6
|
|
4
|
-
Summary: SmartX RFID library
|
|
5
|
-
License: MIT
|
|
6
|
-
License-File: LICENSE
|
|
7
|
-
Keywords: python,library,RFID,smartx,packaging
|
|
8
|
-
Author: Gabriel Henrique Pascon
|
|
9
|
-
Author-email: gh.pascon@gmail.com
|
|
10
|
-
Requires-Python: >=3.11,<4.0
|
|
11
|
-
Classifier: Intended Audience :: Developers
|
|
12
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
13
|
-
Classifier: Operating System :: OS Independent
|
|
14
|
-
Classifier: Programming Language :: Python :: 3
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
16
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
17
|
-
Classifier: Programming Language :: Python :: 3.13
|
|
18
|
-
Classifier: Programming Language :: Python :: 3.14
|
|
19
|
-
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
20
|
-
Requires-Dist: bleak (>=1.1.1,<2.0.0)
|
|
21
|
-
Requires-Dist: httpx (==0.28.1)
|
|
22
|
-
Requires-Dist: pydantic (>=2.12.5,<3.0.0)
|
|
23
|
-
Requires-Dist: pyepc (==0.5.0)
|
|
24
|
-
Requires-Dist: pyserial (==3.5)
|
|
25
|
-
Requires-Dist: pyserial-asyncio (==0.6)
|
|
26
|
-
Project-URL: Documentation, https://github.com/ghpascon/smartx_rfid#readme
|
|
27
|
-
Project-URL: Homepage, https://github.com/ghpascon/smartx_rfid
|
|
28
|
-
Project-URL: Repository, https://github.com/ghpascon/smartx_rfid
|
|
29
|
-
Description-Content-Type: text/markdown
|
|
30
|
-
|
|
31
|
-
# SmartX RFID
|
|
32
|
-
|
|
33
|
-
The official SmartX RFID Python library for seamless integration with RFID systems and devices.
|
|
34
|
-
|
|
35
|
-
## Overview
|
|
36
|
-
|
|
37
|
-
SmartX RFID is a comprehensive Python package designed to provide easy-to-use interfaces for RFID operations and device management. This library serves as the foundation for building robust RFID applications.
|
|
38
|
-
|
|
39
|
-
## Features (Current & Planned)
|
|
40
|
-
|
|
41
|
-
- **Device Communication**: Asynchronous serial communication with RFID devices
|
|
42
|
-
- **Auto-Detection**: Automatic port detection for USB devices by VID/PID
|
|
43
|
-
- **Connection Management**: Automatic reconnection and error handling
|
|
44
|
-
- **External Device Support**: Interface with various RFID readers and writers *(coming soon)*
|
|
45
|
-
- **Tag Operations**: Read, write, and manage RFID tags *(coming soon)*
|
|
46
|
-
- **Protocol Support**: Multiple RFID protocols and standards *(coming soon)*
|
|
47
|
-
|
|
48
|
-
## Installation
|
|
49
|
-
|
|
50
|
-
```bash
|
|
51
|
-
pip install smartx-rfid
|
|
52
|
-
```
|
|
53
|
-
|
|
54
|
-
## Quick Start
|
|
55
|
-
|
|
56
|
-
```python
|
|
57
|
-
from smartx_rfid.devices import SERIAL
|
|
58
|
-
import asyncio
|
|
59
|
-
|
|
60
|
-
async def main():
|
|
61
|
-
device = SERIAL(name="MyRFIDDevice")
|
|
62
|
-
await device.connect()
|
|
63
|
-
|
|
64
|
-
asyncio.run(main())
|
|
65
|
-
```
|
|
66
|
-
|
|
67
|
-
## Development Status
|
|
68
|
-
|
|
69
|
-
This library is actively under development. Current focus areas include:
|
|
70
|
-
|
|
71
|
-
- Core device communication protocols
|
|
72
|
-
- External device integration
|
|
73
|
-
- Enhanced error handling
|
|
74
|
-
- Comprehensive documentation
|
|
75
|
-
|
|
76
|
-
## License
|
|
77
|
-
|
|
78
|
-
MIT License
|
|
79
|
-
|
|
80
|
-
## Support
|
|
81
|
-
|
|
82
|
-
For issues and support, please visit our [GitHub repository](https://github.com/ghpascon/smartx_rfid).
|
|
83
|
-
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
smartx_rfid/__init__.py,sha256=XCdKdP8o5LT3VjJtWOuFHJzztc0FXt3Ms89qsx0p6sM,282
|
|
2
|
-
smartx_rfid/devices/RFID/R700_IOT/_main.py,sha256=VL2yDBCXp8Avb3PXKZyBNwtBRhwlLQb5TSs3aTUeC6w,7458
|
|
3
|
-
smartx_rfid/devices/RFID/R700_IOT/on_event.py,sha256=bG_33gY2ZHXquUbezXyMN0dyHO9SBwc36DPTc8iXc1U,799
|
|
4
|
-
smartx_rfid/devices/RFID/R700_IOT/reader_config_example.py,sha256=oi4vg3_zjYFDUeq1Y_d5InUx_Rq5M2CB5RDVkK3WCgU,2264
|
|
5
|
-
smartx_rfid/devices/RFID/R700_IOT/reader_helpers.py,sha256=8CvvYeKGplWqceVH5mEMN2_lA2Qgw7Wo1jpYuXLQlXo,5940
|
|
6
|
-
smartx_rfid/devices/RFID/R700_IOT/write_commands.py,sha256=GMROeq_daTScj4NZygF45UM9t0Pr3E6ugmrb7OlF73w,2284
|
|
7
|
-
smartx_rfid/devices/RFID/X714/_main.py,sha256=LP1X_w6Sy9m5kHLvbaRUNZbzQJU37fS8OIEWvOfrk7M,6371
|
|
8
|
-
smartx_rfid/devices/RFID/X714/ble_protocol.py,sha256=M3Cs66WX6oa_EPdMTLEjD-IRxAjpfrKzGj4hn1vxlxQ,6951
|
|
9
|
-
smartx_rfid/devices/RFID/X714/on_receive.py,sha256=Tr8KISrblB4fsLCgGTIi7TltXlyxMS8YMXLRhM9SVTg,2194
|
|
10
|
-
smartx_rfid/devices/RFID/X714/rfid.py,sha256=XgHl2evlN3tGB6hhCUYzpEy_jw2dyplxUcDYsuPec2Q,2285
|
|
11
|
-
smartx_rfid/devices/RFID/X714/serial_protocol.py,sha256=eOGM5sK35SxXfS9KjB8JQzYhR1qs4H3vw3-n3oPOjQQ,3681
|
|
12
|
-
smartx_rfid/devices/RFID/X714/tcp_protocol.py,sha256=GthynyN6YMl6R16nrAnlrDK61QnuZAOhYhPqycBCwJA,4804
|
|
13
|
-
smartx_rfid/devices/RFID/X714/write_commands.py,sha256=tKLTATb4vDkghpw5rQuJwcnPNkViT4753fwToNPfKh0,1304
|
|
14
|
-
smartx_rfid/devices/__init__.py,sha256=EVhtb-IBLpits8dr-I1ZYYuWHw9ddqiu-98myg-iyFg,251
|
|
15
|
-
smartx_rfid/devices/generic/SERIAL/_main.py,sha256=7rEgviwxfd4uWpWjVXsV0qnOAET-MxJux9PcTKiE8G8,8562
|
|
16
|
-
smartx_rfid/devices/generic/TCP/_main.py,sha256=DY9c9m2ZchvUJ9n2TtPENL2GqCYS4hvdjkCAe6yGXxM,2770
|
|
17
|
-
smartx_rfid/devices/generic/TCP/helpers.py,sha256=GQ_yIvmSlx_yZci6pVvZfdo1wyKcS5gtZh-VDwt3pGs,1552
|
|
18
|
-
smartx_rfid/schemas/events.py,sha256=0rdXXww6v1B50pGksNsGt5QhavwKpe1Jb_5f8o_SaVk,215
|
|
19
|
-
smartx_rfid/schemas/tag.py,sha256=iSQkWI4MhSSVEzWhezX6UG4KJJ-FUahrfj0Hnz-H_u0,2269
|
|
20
|
-
smartx_rfid/utils/__init__.py,sha256=lJA0KqFIFVDtietXGH9WwnklKkiTNvhIG6YJdDd11vk,72
|
|
21
|
-
smartx_rfid/utils/event.py,sha256=7QOdiSfiMscoAaTq4U3E3asYGSVnolr9OD3FSYGh6bg,469
|
|
22
|
-
smartx_rfid/utils/logger_manager.py,sha256=61HJ40wgX0hVwG4xW66IQ2jdJp8CFM_S0eoGzx8-FwU,5653
|
|
23
|
-
smartx_rfid/utils/path.py,sha256=7U619vOw4BXGAKbSVdA6ZIhpCN0f-dccVax9LCclbNc,3758
|
|
24
|
-
smartx_rfid/utils/tag_list.py,sha256=b_qx0-ZkjhzKiAuCM6uuBo3QpzbmB2U1Z3CNdStCyxc,6570
|
|
25
|
-
smartx_rfid-1.1.6.dist-info/METADATA,sha256=pFSEmk-GgfHWxJJ_68oIrl6xd3UfjeBwbG18n419K6M,2636
|
|
26
|
-
smartx_rfid-1.1.6.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
27
|
-
smartx_rfid-1.1.6.dist-info/licenses/LICENSE,sha256=npGJO3HuHM3JdFNEXv1jRmP_wRYq9-ujkqJPmLxrtEw,1080
|
|
28
|
-
smartx_rfid-1.1.6.dist-info/RECORD,,
|
|
File without changes
|