A Python package to connect to the Comet API
Project description
Comet Connector
A Python package to connect and retrieve data from the Comet API.
Usage
from connectorcomet.connector import Connector
# Crear una instancia de la clase Connector
connector_instance = Connector()
# Lista de tokens
list_token_api = ['your tokens']
# Llamar al método getResults
df_results = connector_instance.getResults(list_token_api)
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
connectorcomet-0.1.tar.gz
(2.0 kB
view details)
File details
Details for the file connectorcomet-0.1.tar.gz
.
File metadata
- Download URL: connectorcomet-0.1.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff4d0b1139b8aaf36a3ce0857d181dc54bdb37462fd5b26b1cf89854d37bcc58 |
|
MD5 | 4b45fa893202ebcd0e25b852aa0c3f7b |
|
BLAKE2b-256 | b38ea27bf7176a1a95209f1782710b31a102d7abf400d0a497cc3a595c5434b5 |