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.3.11.tar.gz (40.9 kB view details)

Uploaded Source

Built Distribution

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

ellipsis-3.3.11-py3-none-any.whl (58.6 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for ellipsis-3.3.11.tar.gz
Algorithm Hash digest
SHA256 2e627e4b49450713da8d716d2b759ffd6a38265bb3d0eb8ef4c6592c2bb7a4ed
MD5 f08927d871608548d7c9c9b3e81ea1b7
BLAKE2b-256 1ae38552e1ff619287a39488b313b052dae7e11b9f51f2228dc4ee03f074fb29

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ellipsis-3.3.11-py3-none-any.whl
  • Upload date:
  • Size: 58.6 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.3.11-py3-none-any.whl
Algorithm Hash digest
SHA256 3aed809013b3aee3e6ff4de7a241eadf447950e6d3c2e5dd7cf875458cb66ac8
MD5 5a654ca69055815dcb2167489230f9b5
BLAKE2b-256 27beae36bc96afe5d594eca76d491b5429316187fa5416664208c20d04ad7e87

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