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())
Release files for ga-api-client 0.6.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ga_api_client-0.6.6.tar.gz | 18.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ga_api_client-0.6.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 37.7 kB
Release files / ga_api_client-0.6.6.tar.gz
| Download URL | ga_api_client-0.6.6.tar.gz |
|---|---|
| Size | 18.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
67d5b5c20564117375036147e1b97025458337bd8f6fe0c0933295b1e9855e09
|
|
BLAKE2b-256 checksum How to use checksums |
5c183242914bf466a7f2fd4a042a44c7d12482796d2123b58ffbb6127a877e32
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.12
|
Release files / ga_api_client-0.6.6-py3-none-any.whl
| Download URL | ga_api_client-0.6.6-py3-none-any.whl |
|---|---|
| Size | 19.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6555a969b74ebeb3180a2535adf5a6f91e12e118cd5fb9a0df6f2d23a87681e6
|
|
BLAKE2b-256 checksum How to use checksums |
3dc514e120985fb04995c9b452111ca52efc0b2d1ef697a027df66a67d0c8e19
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.12
|