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.3.tar.gz (18.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.3-py3-none-any.whl (18.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: nora_sdk-0.4.3.tar.gz
  • Upload date:
  • Size: 18.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.3.tar.gz
Algorithm Hash digest
SHA256 4136499796eed3dfc4619bd27905f1551ad0b95574d9fdd31b1b69bcfb5292ca
MD5 9bf43cf2438ffe135140fa57e094f6aa
BLAKE2b-256 ba3a9294228ab899e43ed2260e4ba178e5f0cf4e9a89761d4477814a82fd1d52

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nora_sdk-0.4.3-py3-none-any.whl
  • Upload date:
  • Size: 18.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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 e2e8dcefe5d94791836c2661fb8b1d5de1492af39e27a92dd6bffece0a74a409
MD5 6403aac11561592133a79038ed5e865e
BLAKE2b-256 635c16704c91608e10df1fd0b508792baa6a14abdef8195dcb1bea1c4f5063ca

See more details on using hashes here.

Provenance

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