Skip to main content

Client SDK + dev CLI to build and debug robots on NORA (Robots Center).

Project description

nora-sdk

Client SDK + nora developer CLI to build and debug robots on NORA (Robots Center). Install it to develop locally; in production the NORA agent provides the same SDK automatically, so your robot code is identical.

pip install nora-sdk

Uso en el robot

from nora_agent import sdk

item = sdk.get_queue_item("RPA-Challenge")   # consume una cola
cred = sdk.get_asset("API_KEY")              # lee un asset (secreto)
sdk.log("info", "hola")                      # log al dashboard
sdk.update_progress(50, "a mitad")

Desarrollo local con breakpoints

nora login
nora dev env --write .env     # NORA_API_URL + token de dev (dev/staging, no prod)
# apunta tu IDE a .env y debuggea, o:
nora dev run main.py

Seguridad

  • El token solo viaja por HTTPS (rechaza http salvo localhost).
  • Los nombres en la URL van percent-encoded (sin inyección de path/query).
  • Sin shell, sin eval/exec. Dependencia única: httpx.
  • El token de dev está limitado a dev/staging: nunca lee secretos de producción.
  • La sesión se guarda en ~/.nora/credentials.json con permisos solo-dueño.

Project details


Download files

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

Source Distribution

nora_sdk-0.4.2.tar.gz (11.6 kB view details)

Uploaded Source

Built Distribution

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

nora_sdk-0.4.2-py3-none-any.whl (11.8 kB view details)

Uploaded Python 3

File details

Details for the file nora_sdk-0.4.2.tar.gz.

File metadata

  • Download URL: nora_sdk-0.4.2.tar.gz
  • Upload date:
  • Size: 11.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for nora_sdk-0.4.2.tar.gz
Algorithm Hash digest
SHA256 a17b2ac4e9e4ce954f7b4d3f7290b95187de9dd253aaae0b0a60a1b2bd807e43
MD5 856f5da6a4832f004e06e649cfe67d98
BLAKE2b-256 bd55ff3b9a74fc2e8c067918f75edf24c4843721cafcd76bda7d7669efa7e4ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for nora_sdk-0.4.2.tar.gz:

Publisher: publish-sdk.yml on valisoftconsulting/NORA

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nora_sdk-0.4.2-py3-none-any.whl.

File metadata

  • Download URL: nora_sdk-0.4.2-py3-none-any.whl
  • Upload date:
  • Size: 11.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for nora_sdk-0.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 39e89ad52dd432e8d44cd2b4be65e0024818ab2ae64c033487c395a1dac19551
MD5 afbb9d366c082068a952655ef6a67184
BLAKE2b-256 fd2b38c442da0eff47cdc415999adf95ce85651fe697a0f370b0e9e7dd9b1f97

See more details on using hashes here.

Provenance

The following attestation bundles were made for nora_sdk-0.4.2-py3-none-any.whl:

Publisher: publish-sdk.yml on valisoftconsulting/NORA

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page