Skip to main content

py-clue

The Python interface to the MDwalks CLUE.

Description

To be defined..

Getting Started

Install

pip install python-clue

Usage

Basic Usage

from pyclue import CLUE
clue = CLUE(
    "localhost",  # CLUE server host
    9999,  # CLUE server port
    "test@linewalks.com",  # test account name
    "password"  # test account password
)
conn = clue.connect()

cohort_list = conn.get_cohort_list()

result = conn.get_cohort_person_table(123) # cohort_id: 123
person_list = result.fetchall()

With pandas

import pandas as pd

result = conn.get_cohort_person_table(123)
df = pd.DataFrame(person_list)

Contribution

To be defined...

Contact

Release files for python-clue 0.2.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distribution (wheel)

Table of built distributions (wheels) for python-clue 0.2.0
File Interpreter ABI Platform
python_clue-0.2.0-py3-none-any.whl Python 3 none any Details

Release files / python_clue-0.2.0-py3-none-any.whl

Download URL python_clue-0.2.0-py3-none-any.whl
Size 12.3 kB
Tags Python 3
SHA-256 checksum
How to use checksums
42b2eed7b51a9e56755cbea33bd23a9870c1795390665c7713fe3514229f5419
BLAKE2b-256 checksum
How to use checksums
ba808e197f5e0a98454069b4aa39e541de068ab2164af73909e997969caf1ff0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.13

Release history Release notifications | RSS feed

This release

0.2.0 This release

1 release file

0.1.1

1 release file

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page