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.1.tar.gz (9.1 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.1-py3-none-any.whl (9.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: nora_sdk-0.4.1.tar.gz
  • Upload date:
  • Size: 9.1 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.1.tar.gz
Algorithm Hash digest
SHA256 cd4d8a94d65cfc2f3310f304417bed3d2b5a341cc247dbbb11a5f35309608a74
MD5 bc681da8f38c1f677746e4fdaf053db5
BLAKE2b-256 99a01005ea2a466782c2d9ed8785ff0738facd9265bccbf6af6dc4fafdcd119f

See more details on using hashes here.

Provenance

The following attestation bundles were made for nora_sdk-0.4.1.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.1-py3-none-any.whl.

File metadata

  • Download URL: nora_sdk-0.4.1-py3-none-any.whl
  • Upload date:
  • Size: 9.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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 dd3ee6bdd959ec66a0e3536158cfe907709c8e764ded96225b6e584a5f331279
MD5 2123b3a620e1bf9b75b656a29cb69dde
BLAKE2b-256 432ec829068fa3de7248b84319fd7988e879a70013a5c156d63a60b8722ef209

See more details on using hashes here.

Provenance

The following attestation bundles were made for nora_sdk-0.4.1-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