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.4.tar.gz (20.2 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.4-py3-none-any.whl (20.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: nora_sdk-0.4.4.tar.gz
  • Upload date:
  • Size: 20.2 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.4.tar.gz
Algorithm Hash digest
SHA256 cc2895670cd3db9fce13ef7f25f4d22ab367e58eddd9a5332b83e1c66cf257c2
MD5 af9b469f61912aad39644532f03ecbbb
BLAKE2b-256 dd7950cf027fba408e0520d1d8b09052512c07a23935d18f92c2db6a71aaae2e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nora_sdk-0.4.4-py3-none-any.whl
  • Upload date:
  • Size: 20.9 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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 6aa8b995f208115cc37661e44231b5bfa4c12011643fdad8e50174e35e882fcc
MD5 5bf72ba0cb9685f5f78af7e1f0f5e1d4
BLAKE2b-256 e3ad21eba99b3633663602633e106adc27c86eaf378198d600ddb3942af72dd6

See more details on using hashes here.

Provenance

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