Metadata-Version: 2.4
Name: WebBrokerAPI
Version: 1.2606.501
Summary: WebBrokerAPI 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
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastapi
Requires-Dist: uvicorn
Requires-Dist: requests
Dynamic: license-file

#WebBrokerAPI

## History of version
Version 1.2606.0501: 2026/06/05<BR>
Add CLASS_WebGenSSL class for generate SSL (Secure Key file)
Modify TWebModule Function:Add decorator method for add_action(...)

Version 1.2606.0401: 2026/06/04<BR>
Modify WebBroker TWebActionItem add new Method.
Not only compare Pathinfo but also Method when _dispatch at the same path.

Version 1.2603.3001: 2026/03/31<BR>
Add WebClient functions for client site(Browser)
RESTful client simulation.(POST/GET/DELETE/PUT)

Version 1.2603.3001: 2026/03/31<BR>
Create WebBroker service for RestfulAPI based on FastAPI
