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.4.tar.gz
(13.3 kB
view details)
Built Distribution
File details
Details for the file ga_api_client-0.3.4.tar.gz
.
File metadata
- Download URL: ga_api_client-0.3.4.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7c79d7cca06baffb1fe34924c607a270a5d00d69021cb919e99efcae65af8c8 |
|
MD5 | bb935e009e5a360e1d076c568148d8ab |
|
BLAKE2b-256 | 2e75153a36ca1fde8ee7aa6a4826806236cb50051cc2bb05e4c712db49412732 |
File details
Details for the file ga_api_client-0.3.4-py3-none-any.whl
.
File metadata
- Download URL: ga_api_client-0.3.4-py3-none-any.whl
- Upload date:
- Size: 13.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb031d21fced45b329b5a43c4d13fc2d09d5341b2a37d09bd4397ac30477f700 |
|
MD5 | 35ddca866189174e890527f76418ccdf |
|
BLAKE2b-256 | 4bf8120d9b9e349a3654e7c7e87dd6018436d2625e2ca7d4dbe6dee27261cb7c |