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.4.1.tar.gz
(17.4 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.4.1.tar.gz.
File metadata
- Download URL: ga_api_client-0.4.1.tar.gz
- Upload date:
- Size: 17.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
edc4e15a20f4531814db2c94dfbb076d4915ef2316df2c8e17a7220be45c80f2
|
|
| MD5 |
dfd6ac6df7ae5a305249350edc65ac7f
|
|
| BLAKE2b-256 |
ef92991abbec8584b24c3e3ddcaff9ff88b03a61bef3ce05154f1a9dcb126c81
|
File details
Details for the file ga_api_client-0.4.1-py3-none-any.whl.
File metadata
- Download URL: ga_api_client-0.4.1-py3-none-any.whl
- Upload date:
- Size: 18.7 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 |
85687da0923d04a3ff2fd4381bdfa912fe5f1f2949907d7b588371cfef19f331
|
|
| MD5 |
45f355d7d3caa01dbe56b07fc25241cd
|
|
| BLAKE2b-256 |
904de1f5da3db4902698dd560759484e0d8a3644620a6b4ab540021ef1de1b9b
|