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.3.5.tar.gz
(16.8 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.3.5.tar.gz.
File metadata
- Download URL: ga_api_client-0.3.5.tar.gz
- Upload date:
- Size: 16.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a0c44564032bb18be65811dd4af8365d0e0e2c87466ccad7a44e2e835f64521
|
|
| MD5 |
00f9afd851013f51c8b99963848f5c9d
|
|
| BLAKE2b-256 |
3228d7ebd131d7d0c568c6083972d79017692bbe16c62eb6b1af396878865a48
|
File details
Details for the file ga_api_client-0.3.5-py3-none-any.whl.
File metadata
- Download URL: ga_api_client-0.3.5-py3-none-any.whl
- Upload date:
- Size: 18.3 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 |
ec6618f8be7db39a534f04196b32df0f2634f9f4e013d7255e94c32d872e3b8e
|
|
| MD5 |
38c15f8d1e052311a32761a10847c0b8
|
|
| BLAKE2b-256 |
78ce469d90671a01e6790c3ce5e0e2bc08f6c7138f95c1ff5582eceb2c41eed5
|