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.7.tar.gz (46.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.7-py3-none-any.whl (57.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ellipsis-3.3.7.tar.gz
  • Upload date:
  • Size: 46.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.7.tar.gz
Algorithm Hash digest
SHA256 c78be9d41441d71979d4ddd696a946a35db94849ca76ec95bca7bd753154b804
MD5 481256d39e14695d666d0a49f81a5eb9
BLAKE2b-256 c3c34380e4a1ef954ad4ab10f8546213ffce87e3bf58eb3df899085b465792b5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ellipsis-3.3.7-py3-none-any.whl
  • Upload date:
  • Size: 57.9 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.7-py3-none-any.whl
Algorithm Hash digest
SHA256 ceee939416d72af8184bbdba11a981aad9e3d1229cc21a7aa846b74ddd431a9b
MD5 68df4a7ec05d366cbc4bf71e99664d70
BLAKE2b-256 9903d077762ae086763e9a4ee9c8ae3f5810aa3fa9479d7af27c65294fcff12e

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