/
Downloading the Python agent file

Downloading the Python agent file

Agent File

Our Python agent is published in Python PyPi repository: sealights-python-agent
You can download it and all its dependencies using the following command:

pip install sealights-python-agent

When installing a specific version, you have to mention it explicitly

pip install sealights-python-agent==2.2.5

The agent uses the cryptography package which requires OpenSSL libraries and include files.
On Linux this is usually available but on Windows systems, you might need to install it and add it to the LIB & INCLUDE folders

 

Related content

Using Python Agent - Generating a session ID
Using Python Agent - Generating a session ID
Read with this
Generating an Agent token
Generating an Agent token
More like this
Running Tests with unittest, unittest2, pytest, nose or behave
Running Tests with unittest, unittest2, pytest, nose or behave
Read with this
How to make sure Sealights agent is up to date
How to make sure Sealights agent is up to date
More like this
Using Python Agent - Running backend server using SeaLights agent
Using Python Agent - Running backend server using SeaLights agent
Read with this
Downloading the Go agent
Downloading the Go agent
More like this