Skip to main content

The Noteable API interface

Project description

Origami

A library capturing message patterns and protocols speaking to Noteable's APIs

CI codecov code coverage PyPI - License PyPI - Python Version PyPI Code style: black


Install | Getting Started | License | Code of Conduct | Contributing

Requirements

Python 3.8+

Installation

Poetry

poetry add noteable-origami

Pip

pip install noteable-origami

Getting Started

Get your access token from https://app.noteable.world/api/token

from origami.client import NoteableClient

token = 'ey...' # from https://app.noteable.world/api/token
async with NoteableClient(api_token=token) as client:
    await client.ping_rtu()

Contributing

See CONTRIBUTING.md.


Open sourced with ❤️ by Noteable for the community.

Boost Data Collaboration with Notebooks

Supported by

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