Skip to main content

Package to interact with the Ellipsis API

Project description

Ellipsis Drive Python Package

This package is meant to help you interact with the Ellipsis API.

You can install this package using

pip install ellipsis

For documentation see https://ellipsis-package.readthedocs.io

This package is meant to ease the use of the Ellipsis Drive API in your Python projects.

Examples

Below are some code examples.

import ellipsis as el

# log in
token = el.account.logIn("username", "password")

# retrieve all maps in "My Drive"
maps = el.account.listRoot("myDrive", pathType='layer',
token=token)

Another example

import ellipsis as el

folderId = '46e1e919-8b73-42a3-a575-25c6d45fd93b'

token = el.account.logIn("username", "password")

info = el.path.get(folderId, token)
layers = el.path.listPath(folderId, pathType='layer', token = token, listAll = True)
folders = el.path.listPath(folderId, pathType='folder', token = token, listAll = True)

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

ellipsis-3.2.7.tar.gz (45.0 kB view details)

Uploaded Source

Built Distribution

ellipsis-3.2.7-py3-none-any.whl (57.4 kB view details)

Uploaded Python 3

File details

Details for the file ellipsis-3.2.7.tar.gz.

File metadata

  • Download URL: ellipsis-3.2.7.tar.gz
  • Upload date:
  • Size: 45.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for ellipsis-3.2.7.tar.gz
Algorithm Hash digest
SHA256 441f26ee910a411c08703adef1d1ac845f7ec0c4b9e9f95d7663b97a96418582
MD5 ee86a579d42877d4e5fbae8678e4cdde
BLAKE2b-256 44894994710cc463c1eb6c2ca72373d02c251a014e2f49050ead61d562d2fbdd

See more details on using hashes here.

File details

Details for the file ellipsis-3.2.7-py3-none-any.whl.

File metadata

  • Download URL: ellipsis-3.2.7-py3-none-any.whl
  • Upload date:
  • Size: 57.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for ellipsis-3.2.7-py3-none-any.whl
Algorithm Hash digest
SHA256 530b4b2c4cb76efa2e633cafb664465518738e68b8784772e500052da3d93279
MD5 bf7f20073e26216a9260e2c8c4b7d08c
BLAKE2b-256 2c2950390fa715b0636d2d34f7133c1c173adae7b9dbafa5c217f31e51ebe63b

See more details on using hashes here.

Supported by

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