Metadata-Version: 2.1
Name: gadgethiServerUtils
Version: 0.3.36
Summary: Gadgethi server maintenance package
Home-page: https://github.com/weitung/gadgethiServerUtils.git
Author: Gadgethi Develop Team
Author-email: developers@gadget-hitech.com
License: AGPLv3+
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries 
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: pycryptodomex
Requires-Dist: pyyaml (==5.1)
Requires-Dist: psycopg2-binary
Requires-Dist: boto3
Requires-Dist: discover
Requires-Dist: requests

# gadgethiServerUtils
This is the utility helper functions that can support the gadgethi server development. 

## New in 0.3.0
* GadgethiServer.py
	1. Remove test keyword argument. Testing uses another structure so this parameter is not needed anymore. 
	2. *NEED IMMEDIATE ACTION* table_list now only accept full name and does not assume "\_table" suffix.
	3. *NEED IMMEDIATE ACTION* credential_path now needs to be provided to the server instance. 
* authentication.py
	1. *NEED IMMEDIATE ACTION* Class Renamed to GadgethiHMAC256Verification, GadgethiHMAC256Encryption. Doday Util client needs to refer to the new clients. (However, we recommend to use GadgethiClient instead of DodayHttpClient)
* GadgethiClient.py
	1. *NEED IMMEDIATE ACTION* For future HTTP client. Refer to the spec of this new file. 


