Skip to main content

A DEXON DIVIP Python library

Project description

An official DEXON DIVIP Python library

Installation

Install the library using pip:

pip install PyDVP

Usage

import pydvp import time

#open socket pydvp.open("192.168.1.241", 6464) #authentication pydvp.setup("Administrator", "", False)

#query opened windows xml_data = pydvp.query_windows() #convert the given XML into a list of Window class instances windows = pydvp.parse_windows(xml_data)

#close all opened windows pydvp.take_close_all()

#open a window w1 = pydvp.Window() w1.name = "python_win1" w1.zorder = 0 w1.input = 1 w1.left = 0 w1.top = 0 w1.width = 640 w1.height = 360 pydvp.take([w1])

#recall layout by id pydvp.recall_layout(1)

#close socket pydvp.close()

Contact

support@dexonsystems.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pydvp-4.2.0.tar.gz (5.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pydvp-4.2.0-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file pydvp-4.2.0.tar.gz.

File metadata

  • Download URL: pydvp-4.2.0.tar.gz
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for pydvp-4.2.0.tar.gz
Algorithm Hash digest
SHA256 cfd44b74bf04ebb267fcc968bc8e2bb4a23a5dd323a52ca912ed864e86cc8691
MD5 372f6aca0c7de827c5df3910abf0508c
BLAKE2b-256 8eff79f3982c3db11a6c97d7915e0ce3d132f615681f8a06c7a7a1614ee5449c

See more details on using hashes here.

File details

Details for the file pydvp-4.2.0-py3-none-any.whl.

File metadata

  • Download URL: pydvp-4.2.0-py3-none-any.whl
  • Upload date:
  • Size: 5.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for pydvp-4.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 256ef54e107abcef9463b6e7a742b698f72d9b3cecf43b8106eb9bdc9cfa35e4
MD5 fd08ac35fcc4699c7d2667040337d8dd
BLAKE2b-256 c57c7c699f5e5aca40421e6854db8844efd9215665ce67ba421028f3a979bb18

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page