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
Linter
- flake8
pip install flake8
flake8 --max-complexity=10 --max-line-length=127 .
- mypy
pip install mypy
mypy .
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.6.4.tar.gz
(18.2 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.6.4.tar.gz.
File metadata
- Download URL: ga_api_client-0.6.4.tar.gz
- Upload date:
- Size: 18.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a5ffb79c005ab27dde4dab6e6bb010169650dfb29ad09c76c1eb1c8b8844817
|
|
| MD5 |
5d2cac2bb24c01ea2d74df76a62b6ec4
|
|
| BLAKE2b-256 |
6669ab625703874d0af63cb556ff264307660b1d91d94d290909f2e724d7dbd5
|
File details
Details for the file ga_api_client-0.6.4-py3-none-any.whl.
File metadata
- Download URL: ga_api_client-0.6.4-py3-none-any.whl
- Upload date:
- Size: 19.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2dbb9ebba55fe8787e3c26bba2c7c4f6cfd21d571f6b48487eb50ff4343bfcc0
|
|
| MD5 |
625b5230d9c240a3812d9475235234e1
|
|
| BLAKE2b-256 |
13f5457f0eeacbee949b3956c6c6ebe19d96b202deb7473d448fa4d0e7f99b1d
|