Python SDK for OKAPI:Aether
This is a lightweight Python SDK to access the public OKAPI:Aether API.
Installation
The SDK is easy to install using pip. We recommend creating a virtual environment for the project.
python3 -m venv .venv
source .venv/bin/activate
pip install okapi-aether-sdk
Configuration
Authentication to OKAPI:Aether is performed via the following ENV variables (they can be set directly or via an .env file):
AETHER_AUTH0_USERNAMEAETHER_AUTH0_PASSWORD
The use of the env variables can be overriden by directly passing the appropriate username and password to the login method.
Functionality
It allows for easy access to CDMs, fleet management, upload of ephemerides and maneuver plans, etc.
For more details, please consult the respective section in the OKAPI:Aether user manual.
CLI
The okapi-aether-sdk comes with a command line interface. See the help command for additional usage information.
aether-api --help
Release files for okapi-aether-sdk 1.3.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| okapi_aether_sdk-1.3.1.tar.gz | 17.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| okapi_aether_sdk-1.3.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 38.7 kB
Release files / okapi_aether_sdk-1.3.1.tar.gz
| Download URL | okapi_aether_sdk-1.3.1.tar.gz |
|---|---|
| Size | 17.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
78ee77bcdc53bcbcc42df1bef90f92b07b56b2bc1f99f6d7fb5aaced10dccf75
|
|
BLAKE2b-256 checksum How to use checksums |
b0e95a1850c5c1ae0ee7e38cc6e40716e6e512f2c8006075e32d88aac287dd1b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.16
|
Release files / okapi_aether_sdk-1.3.1-py3-none-any.whl
| Download URL | okapi_aether_sdk-1.3.1-py3-none-any.whl |
|---|---|
| Size | 21.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3b47fcf2c4c4b66ff67119562007e7c137953869eb2a86de1297bf9116db3297
|
|
BLAKE2b-256 checksum How to use checksums |
ab6bcfd162b676b12c41b1782a1de00e51dff6d60729abd5e56235282febe919
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.16
|