pykserials 2.5.1__py310-none-any.whl → 2.5.3__py310-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.
pykserials/kserials.pyc CHANGED
Binary file
pykserials/kserials.pyi CHANGED
@@ -7,27 +7,17 @@ import time
7
7
  import queue
8
8
  from typing import Optional, Dict, Callable, Any
9
9
 
10
- baud_rate: int: ...
11
- bytesize: int: ...
12
- parity: str: ...
13
- stop_bits: int: ...
14
- max_send_queue: int: ...
15
- timeout: float: ...
16
- write_timeout: float: ...
17
- retry_interval: float: ...
18
- max_retries: int: ...
19
10
  class KSerials:
20
- def __init__(self, *args, **kwargs): ...
21
- def _find_device(self, *args, **kwargs): ...
22
- def _connect_serial(self, *args, **kwargs): ...
23
- def _connection_manager(self, *args, **kwargs): ...
24
- def _data_handler(self, *args, **kwargs): ...
25
- def _process_received_data(self, *args, **kwargs): ...
26
- def _start_data_thread(self, *args, **kwargs): ...
27
- def _cleanup_data_thread(self, *args, **kwargs): ...
28
- def start(self, *args, **kwargs): ...
29
- def stop(self, *args, **kwargs): ...
30
- def send_data(self, *args, **kwargs): ...
31
- def receive_data(self, *args, **kwargs): ...
32
- def get_status(self, *args, **kwargs): ...
33
-
11
+ def __init__(self, com_port: Optional[str] = None, location: Optional[str] = None, vid: Optional[int] = None, pid: Optional[int] = None, baud_rate: int = 9600, bytesize: int = serial.EIGHTBITS, parity: str = serial.PARITY_NONE, stop_bits: int = serial.STOPBITS_ONE, separator: Optional[str] = None, receive_queue: Optional[queue.Queue] = None, max_send_queue: int = 100, timeout: float = 1.0, write_timeout: float = 1.0, retry_interval: float = 3.0, max_retries: int = 0): ...
12
+ def _find_device(self): ...
13
+ def _connect_serial(self): ...
14
+ def _connection_manager(self): ...
15
+ def _data_handler(self): ...
16
+ def _process_received_data(self, data: bytes): ...
17
+ def _start_data_thread(self): ...
18
+ def _cleanup_data_thread(self): ...
19
+ def start(self): ...
20
+ def stop(self): ...
21
+ def send_data(self, data: bytes): ...
22
+ def receive_data(self, timeout: float = None): ...
23
+ def get_status(self): ...
@@ -4,4 +4,4 @@ import serial
4
4
  import serial.tools.list_ports
5
5
 
6
6
  def scan_available_ports(): ...
7
- def to_bytes(content): ...
7
+ def to_bytes(content): ...
@@ -1,7 +1,8 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: pykserials
3
- Version: 2.5.1
4
- Author:
3
+ Version: 2.5.3
4
+ Summary: cesar view
5
+ Author: cesar
5
6
  Classifier: Development Status :: 5 - Production/Stable
6
7
  Classifier: Intended Audience :: Developers
7
8
  Classifier: Programming Language :: Python :: 3.9
@@ -11,5 +12,11 @@ Classifier: Programming Language :: Python :: 3.12
11
12
  Classifier: Operating System :: OS Independent
12
13
  Classifier: License :: OSI Approved :: Apache Software License
13
14
  Classifier: Topic :: Utilities
14
- Requires-Dist: pyserial (~=3.5)
15
+ Requires-Dist: pyserial~=3.5
16
+ Dynamic: author
17
+ Dynamic: classifier
18
+ Dynamic: description
19
+ Dynamic: requires-dist
20
+ Dynamic: summary
15
21
 
22
+ cesar view
@@ -0,0 +1,9 @@
1
+ pykserials/__init__.pyc,sha256=ILZUn9e8djp8m3BdKpbhjmMzpro1CEwRfiDVEDKjvEY,145
2
+ pykserials/kserials.pyc,sha256=liYpMFTn3cX_V3JeijNGTe3RoQpu_6Lw6z403cvLZBE,10407
3
+ pykserials/kserials.pyi,sha256=GF95C-9t0TZLlUOU6GvhHqVJe_HrhsOm1o0KMBOf-hA,1110
4
+ pykserials/kserialutil.pyc,sha256=Mi4Ha2T9LLDNRJx8che5JGJFGxW3UV_6WrkCN5PFM9U,1567
5
+ pykserials/kserialutil.pyi,sha256=5XufcCgRewFzaNKyLllHgikoDxr886qEjUfpzMOkxJc,132
6
+ pykserials-2.5.3.dist-info/METADATA,sha256=BnhBFZQ8LDcHD2C6zPaVty3vatlycsMYPyyZ3gKIpEU,670
7
+ pykserials-2.5.3.dist-info/WHEEL,sha256=On1CUGCEzpNXsfqia0zTw52oCWXAKpeT6izxtByVbxQ,94
8
+ pykserials-2.5.3.dist-info/top_level.txt,sha256=MDwC1mWhezDMaaDHwyVSBENiWEAZWLjjB5tBsTXoC8g,17
9
+ pykserials-2.5.3.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.38.4)
2
+ Generator: setuptools (80.10.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py310-none-any
5
5
 
@@ -1,9 +0,0 @@
1
- pykserials/__init__.pyc,sha256=ILZUn9e8djp8m3BdKpbhjmMzpro1CEwRfiDVEDKjvEY,145
2
- pykserials/kserials.pyc,sha256=5MYQlKp_5t7WNnNJLHYWMR_Mz5FlClVqJjqtRO9GZcU,10372
3
- pykserials/kserials.pyi,sha256=80moyfDyTCbngiO3Ezs_DW13MyAuermOBEVnSuo86vg,1026
4
- pykserials/kserialutil.pyc,sha256=Mi4Ha2T9LLDNRJx8che5JGJFGxW3UV_6WrkCN5PFM9U,1567
5
- pykserials/kserialutil.pyi,sha256=CS3bPFk2TxOSHpQ3NNQmJojkBp2Riji41P6A6_o5PIs,133
6
- pykserials-2.5.1.dist-info/METADATA,sha256=0C7FQmp6xV510g47tbnP34N7KqlpCVsFzT_RPtYzSMA,540
7
- pykserials-2.5.1.dist-info/WHEEL,sha256=xdKEXCSA3z67AuZ0U8YY67qtEq4KdeUP34QFIQ6Frx0,94
8
- pykserials-2.5.1.dist-info/top_level.txt,sha256=MDwC1mWhezDMaaDHwyVSBENiWEAZWLjjB5tBsTXoC8g,17
9
- pykserials-2.5.1.dist-info/RECORD,,