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.0.tar.gz (8.9 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.0-py3-none-any.whl (9.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: nora_sdk-0.4.0.tar.gz
  • Upload date:
  • Size: 8.9 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.0.tar.gz
Algorithm Hash digest
SHA256 f40b001b6fc8e024a4cc83849c5a8500ec228c6ed9e4bb066175b2b9adcb921d
MD5 aca7058ba3018e094cf09ba779e8d951
BLAKE2b-256 746d4245c987678485963e07ff67d9bbb4db06910df9f9e230c78dfa3ecfc7ae

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nora_sdk-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 9.6 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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6140d7ca73a28dff00ca77bf884101e8232223068cc35939b384872f4e12b10e
MD5 682b14fb8ace32958ba2eadda7e113b3
BLAKE2b-256 5a92acd2860eac350ac104f665e03fbfa68216d4675461ab11564cb776bcc89c

See more details on using hashes here.

Provenance

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