Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

acd-sdk

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

acd-sdk

('This is the Annotator for Clinical Data Python SDK',)

pipPyPI
Version
2.0.2
Maintainers
2

Merative Annotator for Clinical Data Python SDK Version 2.0.2

Overview

This Python SDK allows developers to programmatically interact with the following service:

Service NameImported Class Name
Annotator for Clinical DataAnnotatorForClinicalDataV1

Prerequisites

Installation

To install, use pip

pip install --upgrade acd-sdk

Migrating from version 1.x.x

The release of version 2 of the Annotator for Clinical Data SDK introduces a Python package name change from ibm_whcs_sdk to acd_sdk. For the migration from 1.x.x:

  • Run pip uninstall ibm-whcs-sdk
  • Run pip install acd-sdk, and confirm that you have version 2 installed by running pip show acd-sdk.
  • In your application files that have a dependency on acd-sdk, update any import declarations from ibm_whcs_sdk to acd_sdk.

Using the SDK

For general SDK usage information, please see this link

Questions

For questions, refer to:

Issues

If you encounter an issue with the project, you are welcome to submit a bug report.

Contributing

See CONTRIBUTING.

License

The Annotator for Clinical Data Python SDK is released under the Apache 2.0 license. The license's full text can be found in LICENSE.

Keywords

PACKAGE_NAME

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts