Skip to main content

Python wrapper for the E3.series API

python e3series is a wrapper library for the E3.series API. The library enhances the automatic code completion and static program verification for python programs that automate E3.series.

This library requires a working instance of the software Zuken E3.series.

Getting Started

Which version to install

The first two sections of the E3.series python libraries version are equal to the version of E3.series version they are meant to be used with. Which means, it is best to use a library version 26.21.XX with a E3.series version 26.21. It is possible to a library version that does not match your E3.series version.

If the version of the library is higher than the version of your E3.series version the library may contain functions your E3.series does not support. In this case you will get an exception whn using such a function. This can be avoided by checking the minimum version required by the function, which is given at the bottom of tooltip of each function.

If the version of your E3.series is higher than the version of your library there might be some functions the library does not support. In this case you cannot use those functions via the library. It is also important to note that, in addition to COM functions, newer versions of the library provide further independent functionality. In addition there might be some bugfixes available only in newer versions.

Some examples:

E3.series version Python library version
23.20 26.10.0 The library works for every function supported in E3.series 23.20. It will raise an excption for unsupported functioality. For example dbe.CreateDbeJobObject()
26.10 26.10.0 Everything in the library is supported by E3.series 26.10, and all functios in E3.series 26.10 are supported by the library. But e3series.tools.Translation is not contained and there might be unfixed bugs.
26.21 26.10.0 All function in the E3.series version are available in the library. There might be functions in the library that are unsupported by your E3.series version. Using them leads to an exception.

Installing the library

If neccessary activate your virtual environment first. To do so open your powershell and run "activate":

.\.venv\Scripts\activate

Afterwards your powershell should look like this (note the .venv on the left side):

(.venv) C:\your\active\path\>

Pip will install the package to the currently active virtual enironment. If none was activated the package will be installed to the global environment of your active python installation. If you have installed multiple python installations you can find the active one by executing

Get-Command python

or

(Get-Command python).path

to get only the path.

From Pypi

pip install e3series

From local file

pip install --force-reinstall "C:\Users\<user>\Downloads\e3series-26.0.0.tar.gz"

The option "--force-reinstall" ensures the package is reinstalled, even if it already is up to date

Install a specific version

pip install --force-reinstall "e3series==26.10.0"

In the given example the --force-reinstall ensures to install the specified package even if there is a newer version already installed. By adding "=26.10.0" the version to install in specified.

Using the library

Use the library:

import e3series as e3

app = e3.Application()
app.PutInfo(0, "hello, world!")

The documentation is currently optimised for use with VSCode and may appear poorly formatted in other IDEs.

For more samples you can visit the git repository https://github.com/Zuken-E3-GmbH/E3SeriesPythonExamples.

The Changelog can also be found on github: Link

Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

e3series-27.10.0-py3-none-any.whl (933.9 kB view details)

Uploaded Python 3

File details

Details for the file e3series-27.10.0-py3-none-any.whl.

File metadata

  • Download URL: e3series-27.10.0-py3-none-any.whl
  • Upload date:
  • Size: 933.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.14.6

File hashes

Hashes for e3series-27.10.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ac21bc9b359f86efb8ea6da3269849078b8b66e0c1ee258f55e23a0d3a48d6d1
MD5 09d9b7805d3102cb45a1d56e50743182
BLAKE2b-256 4cfe1ea3f2912f3348b5e77316c60caebf369b8945cb94151300bcb5759beb99

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

27.10.0 This release

1 file

27.0.2

2 files

27.0.1

2 files

27.0.0

1 file

26.32.1

2 files

26.32.0

1 file

26.31.0

1 file

26.30.0

1 file

26.22.0

1 file

26.21.0

1 file

26.20.0

1 file

26.11.0

2 files

26.10.0

2 files

0.5.0

2 files

0.4.0

2 files

0.3.0

2 files

0.2.0

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page