Metadata-Version: 1.1
Name: SM15K
Version: 0.0.1
Summary: Delta Power Supply (SM15K) Socket Controller
Home-page: UNKNOWN
Author: Yusuf Keklik
Author-email: keklikyusuf@gmail.com
License: MIT
Description: This is Delta Elektronika controller.
        
        External packages,
        - import socket
        - import threading
        - import time
        - import csv
        - import datetime
        - import sys
        - import logging
        # They must be installed for clean operation!
        
        - Basic, Ah, Wh datalogging
        - Watchdog configuration
        - Charging, discharging, cycling operations
        
        For more information,
            MANUAL_ETHERNET_AND_SEQUENCER_PROGRAMMING_SM15K as datasheet
        
        Change Log
        =============
        
        0.0.1 (21.10.2021)
        ------------------
        - First Release
Keywords: Delta Elektronika,Power Supply,Automation,Socket,Threading
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
