{"id":27055,"library":"icsneopy","title":"icsneopy","description":"A Python client for interacting with the ICS (Industrial Control Systems) network protocol. Version 1.2.2. Release cadence is irregular, as it is a small niche library.","status":"active","version":"1.2.2","language":"python","source_language":"en","source_url":"https://github.com/icsneopy/icsneopy","tags":["ics","industrial control","protocol","client"],"install":[{"cmd":"pip install icsneopy","lang":"bash","label":"Install from PyPI"}],"dependencies":[],"imports":[{"wrong":"from icsneopy import ICSClient","symbol":"APIEvent","correct":"from icsneopy import APIEvent"},{"symbol":"CANMessage","correct":"from icsneopy import CANMessage"},{"symbol":"Device","correct":"from icsneopy import Device"}],"quickstart":{"code":"from icsneopy import ICSClient\n\n# Replace with actual endpoint and credentials\nclient = ICSClient(endpoint='https://example.com/api', api_key=os.environ.get('ICS_API_KEY', ''))\nresponse = client.send_command('status')\nprint(response)","lang":"python","description":"Create an ICS client and send a command."},"warnings":[{"fix":"Upgrade to Python 3.9 or higher.","message":"The library requires Python 3.9+. Using older Python versions will fail.","severity":"gotcha","affected_versions":"all"},{"fix":"Use `from icsneopy import ICSClient` instead of `from icsneopy.client import ICSClient`.","message":"In version 1.0.0, the import path changed from `icsneopy.client` to `icsneopy`. Old imports will break.","severity":"breaking","affected_versions":"<1.0.0"}],"env_vars":null,"search_vec":"'1.2.2':16 'cadenc':18 'client':4,32 'control':11,30 'ic':9,28 'icsneopi':1 'industri':10,29 'interact':6 'irregular':20 'librari':27 'network':13 'nich':26 'protocol':14,31 'python':3 'releas':17 'small':25 'system':12 'version':15","created_at":"2026-05-01T17:44:17.210755+00:00","updated_at":"2026-05-01T17:44:17.210755+00:00","problems":null,"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":"","cli_version":null,"type":"library","homepage":null,"github":"https://github.com/intrepidcs/libicsneo","docs":"https://libicsneo.readthedocs.io","changelog":null,"pypi":"https://pypi.org/project/icsneopy/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-networking","database"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"passing","verified_at":"2026-07-03","last_verified":"2026-07-03","next_check":"2026-08-02","install_tag":null}}