Skip to main content

Python SDK for Eidos

Project description

Eidospy

Python SDK for Eidos

Install

py -m pip install eidospy

Usage

read data from a table

from eidospy import Eidos


if __name__ == "__main__":
    eidos = Eidos("https://api.eidos.space/rpc/585067c5-d5e3-4e05-bf60-ba69d75eb7c7")
    space = eidos.space("eidos3")
    table = space.table("532b30d66d984c8a9d9a0ef0245b0afb")
    for row in table.rows():
        print(row)

write data to a table

from eidospy import Eidos

if __name__ == "__main__":
    eidos = Eidos("https://api.eidos.space/rpc/585067c5-d5e3-4e05-bf60-ba69d75eb7c7")
    space = eidos.space("eidos3")
    table = space.table("532b30d66d984c8a9d9a0ef0245b0afb")
    table.add({"title": "test"})

Development

build

py -m build

install

py -m pip install .\dist\eidospy-0.0.1-py3-none-any.whl --force-reinstall

test

py -m unittest

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

eidospy-0.0.1.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

eidospy-0.0.1-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file eidospy-0.0.1.tar.gz.

File metadata

  • Download URL: eidospy-0.0.1.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.0

File hashes

Hashes for eidospy-0.0.1.tar.gz
Algorithm Hash digest
SHA256 d19adc0eba7112b91340e943246881ae862761b2d23658a13017813e62cedcf5
MD5 fdb7fc7e0f1c1397807895ecd1085f91
BLAKE2b-256 7db068d9ee214e40cb61f0c92000930607becbfe0e8aa5d30e6a304a631c84da

See more details on using hashes here.

File details

Details for the file eidospy-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: eidospy-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 4.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.0

File hashes

Hashes for eidospy-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1e02e8a32113c06d2817244ed82d54c424371aac86e13288d2d06ea72b520084
MD5 1a11276a71ba8c70c995b194e1afd858
BLAKE2b-256 02c246444ef53eda2a471ef041fc5b7bd95e53e9e0abc90bf395206e69be4844

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page