The seeq-spy Python module is the recommended programming interface for interacting with the Seeq Server.
Use of this module requires a Seeq Data Lab license.
Documentation can be found at https://python-docs.seeq.com.
The Seeq SPy module is a friendly set of functions that are optimized for use with Jupyter, Pandas and NumPy.
The SPy module is the best choice if you're trying to do any of the following:
- Search for signals, conditions, scalars, assets
- Pull data out of Seeq
- Import data in a programmatic way (when Seeq Workbench's CSV Import capability won't cut it)
- Calculate new data in Python and push it into Seeq
- Create an asset model
- Programmatically create and manipulate Workbench Analyses or Organizer Topics
Use of the SPy module requires Python 3.8 or later.
SPy version 187 and higher is compatible with Pandas 2.x.
To start exploring the SPy module, execute the following lines of code in Jupyter:
from seeq import spy
spy.docs.copy()
Your Jupyter folder will now contain a SPy Documentation folder that has a Tutorial and Command Reference
notebook that will walk you through common activities.
For more advanced tasks, you may need to use the seeq.sdk module directly as described at
https://pypi.org/project/seeq.
Upgrade Considerations
The seeq-spy module can/should be upgraded separately from the main seeq module by doing pip install -U seeq-spy. It is written to be compatible with Seeq Server version R60 and later.
Read the Installation page in the SPy documentation
for further instructions on how to install and upgrade the seeq-spy module.
Check the Change Log and
Version Considerations pages for more details.
Release files for seeq-spy 202.13
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| seeq_spy-202.13.tar.gz | 5.8 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| seeq_spy-202.13-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.9 MB
Release files / seeq_spy-202.13.tar.gz
| Download URL | seeq_spy-202.13.tar.gz |
|---|---|
| Size | 5.8 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
38c2238f954398777cd4fcd51f9ab75efb1b3df03cc722c98038ad86e227f11c
|
|
BLAKE2b-256 checksum How to use checksums |
1534112fd8f932c6c11cd02165f86624cf5fa00b1e730361af9ba48b90b5167a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.16
|
Release files / seeq_spy-202.13-py3-none-any.whl
| Download URL | seeq_spy-202.13-py3-none-any.whl |
|---|---|
| Size | 6.1 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
da6cc2e2dbc5a95aa3d6d99fb5f0b81d7495dd0df3c41ed78c7d8b25f309f3a3
|
|
BLAKE2b-256 checksum How to use checksums |
6899a346c7838b6c3ba14278e1ef6c8ec5a19fac96d7500963265ad667891b51
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.16
|