Luxor’s unified toolbox for data ingestion, querying and analytics.
Project description
LuxorASAP
LuxorASAP é o pacote-guarda-chuva que concentra as ferramentas internas de dados da Luxor Group:
consulta estruturada ao data lake, cargas padronizadas para ADLS, wrappers de API, utilitários e muito mais.
Instalação
# pacote base
pip install luxorasap
# com o submódulo datareader
pip install "luxorasap[datareader]"
Uso rápido
from luxorasap.datareader import LuxorQuery
lq = LuxorQuery(blob_directory="enriched/parquet")
prices = lq.get_prices("aapl us equity", "2024-01-01", "2024-12-31")
print(prices.head())
Submódulos
| Módulo | Descrição rápida | Extras |
|---|---|---|
luxorasap.datareader |
Leitura de tabelas e séries no data lake | pip install "luxorasap[datareader]" |
luxorasap.ingest |
Funções de carga padronizada para ADLS | "luxorasap[ingest]" |
luxorasap.btgapi |
Wrapper REST para dados BTG | "luxorasap[btgapi]" |
© Luxor Group – uso interno. Todos os direitos reservados.
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
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 luxorasap-0.1.0.tar.gz.
File metadata
- Download URL: luxorasap-0.1.0.tar.gz
- Upload date:
- Size: 46.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29e313970d3f49501510ff50abb79b099df40775e421820712a482d4a964af8b
|
|
| MD5 |
9be4cd8d7ef7ac54b4c4bae24c8ef709
|
|
| BLAKE2b-256 |
87970fec1affed9bb77bfbd87a681da8b7957949547c82a3dd5ff3d3e8f3cd4b
|
File details
Details for the file luxorasap-0.1.0-py3-none-any.whl.
File metadata
- Download URL: luxorasap-0.1.0-py3-none-any.whl
- Upload date:
- Size: 45.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a8b74567ee05bad8257b54c5e6056ed32c00db7de203d2c35046de74855a729
|
|
| MD5 |
555bb93f53f44afc2b505cc72fde22a4
|
|
| BLAKE2b-256 |
25f708634286405342d1b8ea5833854a8d0826c8f4de9a75da0720bae02361ba
|