Metadata-Version: 2.1
Name: fastsetup
Version: 0.2.3
Summary: Static code in python scripts
Home-page: 
Author: Tareq Abeda
Author-email: TareqAbeda@outlook.com
License: MIT
Keywords: fastsetup
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Programming Language :: Python :: 3

This is a library for a static code that get frequently used in python scripts.

Change Log
==============

0.0.1 (13/08/2023)
-------------------
- Added three functions that are: [main_log, Get_Config, custom_log] 

0.1.0 (14/08/2023)
-------------------
- Simple edit on the Classifiers and the structure of the py files and added prerequisite libraries like {pandas, datetime, logging} and also added Updates Log
- Fixed a Logic error in the (main_log) library
- Changed the name of (Get_Config) library to (get_config)

0.2.1 (21/08/2023)
-------------------
- Added four functions that are: [get_sql_data, SFTP_upload, SFTP_download, SMTP]
- Fixed a logical error was inside the get_config function 

0.2.2 (21/08/2023)
-------------------
- Changed the name of the library form FastSetup to fastsetup

0.2.3 (21/08/2023)
-------------------
- Fixed logical errors in [get_sql_data, SFTP_upload, SFTP_download, SMTP]
