No project description provided
Project description
GenieAnalytics Python Client
This package is the official Python client to access GenieAnalytics API server.
Installation
pip install ga-api-client
Import Modules
from ga_api import Repository, HyperLogLog
Top Level Pattern
from ga_api import Repository, System, HyperLogLog
import asyncio
import pandas as pd
async def main():
try:
repo = Repository('https://rdlab-214.genie-analytics.com/api', 'api', 'default', 'api123!@#')
# ...
# access API server to do whatever you need
# ...
finally:
await repo.close()
if __name__ == '__main__':
asyncio.run(main())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ga_api_client-0.5.3.tar.gz
(18.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ga_api_client-0.5.3.tar.gz.
File metadata
- Download URL: ga_api_client-0.5.3.tar.gz
- Upload date:
- Size: 18.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
472fc2212c4a2dd7eb13e4edfd658875ee785d25a6740ca03ffd8880120ddba1
|
|
| MD5 |
43a0b892df00f068e41ab6dac0ba1227
|
|
| BLAKE2b-256 |
61d5ee9ee15b244e87c8a975737b17d496d664125975175e38c5514c8c06988b
|
File details
Details for the file ga_api_client-0.5.3-py3-none-any.whl.
File metadata
- Download URL: ga_api_client-0.5.3-py3-none-any.whl
- Upload date:
- Size: 19.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aef18e451e302822869aa4559399196e9630243975fc07be9516463ec23ef550
|
|
| MD5 |
145bd6e14c4a3ee312f61a560c5fb22d
|
|
| BLAKE2b-256 |
5b03d0ed330caea5771c21cd985ad68e69c35db06183f126d96cafe5d4f1eadd
|