eratos-sdk 0.20.0


pip install eratos-sdk

  Latest version

Released: Oct 02, 2025

Project Links

Meta
Author: Eratos
Maintainer: Eratos
Requires Python: >=3.7

Classifiers

License
  • Other/Proprietary License

Operating System
  • OS Independent

Programming Language
  • Python :: 3

Python SDK to interact with the Eratos Platform.

Copyright (c) Eratos Group Pty Ltd 2019-2025.

Installation

Run the following to bring in the package dependencies and the SDK package.

pip install .

If you wish to develop locally, please install with the following command instead.

Note: Use the [-e/--editable] flag to symlink local changes to the installed package.

pip install .[dev]

If you are using zsh...

pip install '.[dev]'

If you wish to make wheel or sdist build you can do so with the following with the hatchling backend:

hatch build

Tests

To run tests make sure you have the dev dependencies installed and run the following:

pytest tests/

pytest will run both the legacy python.unittest tests as well as the new pytest tests but not the other way so using pytest is preferred onwards from now. The choice to adopt pytest has been made to make use of test fixtures to speed up development of future tests. See latest pytest api reference for more info or the getting started docs.

Integration tests

Integration tests in tests/test_add_objects.py will be skipped if the environment variables ERATOS_ID and ERATOS_SECRET are unset. Add these API key values in a .env file in the root of the project or export as an environment variable to run the tests.

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
deepmerge (>=0.1.0)
h5py (>=3.0.0)
netcdf4 (>=1.5.0)
numpy (>=1.18.0)
pandas (>=1.3.0)
pyjwt (>=2.3.0)
pyproj (>=3.0.1)
pyyaml (>=5.4.1)
requests-toolbelt (>=1.0.0)
requests (>=2.27.0)
shapely (>=1.8.1)
sortedcontainers (>=2.4.0)
tabulate (>=0.8.9)
urllib3 (>=1.26.0)