Skip to content

stanford-oval/pyalmond

Python Client for the Almond API

Build Status Coverage Status Language grade: Python

This package contains a Python client to access the Almond API. It allows to communicate and control a running Almond instance from a Python application.

Installation

To install this package, run:

pip3 install --user pyalmond

Developer Setup

The developer dependencies are listed in requirements.txt. You can install them with:

pip3 install -r requirements.txt