Metadata-Version: 2.4
Name: ModbusLibAPI
Version: 1.2606.307
Summary: ModbusLibAPI Python package (py-src)
Author-email: James Lin <tylin123@ms27.hinet.net>
License: Copyright (c) 2025 James Lin
        
        All rights reserved.
        
        Permission is granted for **personal, educational, or non-commercial use only**.
        You **may NOT**:
        
        1. Sell or otherwise commercially exploit this software or any part of it.
        2. Reproduce, distribute, or sublicense this software for commercial purposes.
        3. Modify or create derivative works for commercial purposes without explicit written permission from the copyright holder.
        
        You **may**:
        
        - Use the software for personal learning, research, or internal company evaluation (non-commercial).
        - Share the software with attribution to the original author, as long as it is not for commercial gain.
        
        **Disclaimer:**
        This software is provided "AS IS", without any warranty of any kind, either expressed or implied,
        including but not limited to the warranties of merchantability, fitness for a particular purpose, or non-infringement.
        In no event shall the author be liable for any claim, damages, or other liability arising from, out of, or in connection with the software or its use.
        
Project-URL: Homepage, https://mis.gotech.biz
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pymodbus
Dynamic: license-file

#mySQLDBCtrlAPI

## History of version
Version 1.2606.0307: 2026/06/03<BR>
Fixed bug:RecursionError: maximum recursion depth exceeded

Version 1.2606.0306: 2026/06/03<BR>
Fixed bug: ModbuleNotFoundError(CLASS_ModbusSRV)

Version 1.2606.0305: 2026/06/03<BR>
Add new secured layer feature for white IP list.

Version 1.2606.0302: 2026/06/03<BR>
Add new function:Keep Modbus register table into json file
Add CUF_Close() and rename CUF_Start() to CUF_Open()

Version 1.2606.0301: 2026/06/03<BR>
Add new CLASS_ModbusSRV implements Modbus Slave service.
