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
- Chae Jungwoo - jungwoo@linewalks.com
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)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| 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
|