Metadata-Version: 2.4
Name: mySQLDBCtrlAPI
Version: 1.2510.22
Summary: mySQLDBCtrlAPI Python package
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
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pymysql
Dynamic: license-file

#mySQLDBCtrlAPI

## History of version
Version 1.2510.22: 2025/10/22<BR>
1.Add string decode method (translage utf8 charset -> utf-8)
2.Add Eof() procedure 
3.Fixed CUF_DB_ExecSQL() and CUF_DB_OpenSQL() bugs.


Version 0.1.2: 2025/10/09<BR>
Add string decode method (translage big5 charset -> utf-8)

Version 0.1.1: 2025/09/19<BR>
Fixed some bugs.
