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

adalib

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adalib

Python API for the AdaLab environment

pipPyPI
Version
9.0.0
Maintainers
1

adalib

This repository contains the source code of adalib, the Python library to interact with the AdaLab platform.

Installation

adalib can be installed from PyPI or a devpi index:

# PyPI
pip install adalib
# devpi
pip install --extra-index-url <devpi_index_url> adalib

In order to add it to the dependencies of a Python project using poetry use:

poetry source add --priority=supplemental <repo_name> <devpi_index_url>
poetry source add --priority=primary PyPI
poetry add --source <repo_name> adalib

Usage

See the package documentation, as well as the example Notebooks.

Contributing

See the contributor's guide.

Keywords

documentation

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