Skip to main content

Encord Python SDK Client

Project description

Encord Python API Client

Cord logo

license

The data engine for computer vision

💻 Features

  • Minimal low-level Python client that allows you to interact with Encord's API
  • Supports Python: 3.7, 3.8, 3.9, 3.10 and 3.11

✨ Relevant Links

💡 Getting Started

For full documentation, please visit Encord Python SDK.

First, install Encord Python API Client using the pip package manager:

pip install encord

Then, generate an public-private key pair, and upload the public key to Encord website. Detailed guide can be found in the dedicated manual.

Passing the private key to the factory, you can initialise the Encord client directly.

from encord import EncordUserClient

user_client = EncordUserClient.create_with_ssh_private_key(
    "<your_private_key_content>",
    password="<your_private_key_password_if_set_on_key_generation>",
)

Once you have instantiated an Encord client, it is easy to fetch a project information and start working with the platform.

project = user_client.get_project("<project_hash>")
label_rows = project.list_label_rows_v2()

For detailed examples and API reference please refer to Encord SDK documentation

🐛 Troubleshooting

Please report bugs to the GitHub Issues. Just make sure you read the Encord documentation and search for related issues first.

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

encord-0.1.80.tar.gz (107.3 kB view details)

Uploaded Source

Built Distribution

encord-0.1.80-py3-none-any.whl (133.6 kB view details)

Uploaded Python 3

File details

Details for the file encord-0.1.80.tar.gz.

File metadata

  • Download URL: encord-0.1.80.tar.gz
  • Upload date:
  • Size: 107.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.0 CPython/3.7.12 Linux/5.15.0-1038-azure

File hashes

Hashes for encord-0.1.80.tar.gz
Algorithm Hash digest
SHA256 a1d08464646fd9a7c874a6b10f54bbd8ca47baa0a0f4f3258fc0ee11e777c411
MD5 ad75768138ae1db948c19e2930f96b4d
BLAKE2b-256 b0474b337c70a7a42c22afc91c7c3305095d51c405bc640a076cef111571320f

See more details on using hashes here.

File details

Details for the file encord-0.1.80-py3-none-any.whl.

File metadata

  • Download URL: encord-0.1.80-py3-none-any.whl
  • Upload date:
  • Size: 133.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.0 CPython/3.7.12 Linux/5.15.0-1038-azure

File hashes

Hashes for encord-0.1.80-py3-none-any.whl
Algorithm Hash digest
SHA256 f4e6972eab4bf34ca39788ce3a5f787d21b413ec927e0cd6727185aae410f690
MD5 39faa9f1fabc0f3be96fb7fb511f0472
BLAKE2b-256 444dd6ed22b4361c89ff0948d434bf298799d2f4427d1bf73a100d38351bd845

See more details on using hashes here.

Supported by

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