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

Uploaded Python 3

File details

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

File metadata

  • Download URL: ellipsis-3.3.9.tar.gz
  • Upload date:
  • Size: 40.8 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.9.tar.gz
Algorithm Hash digest
SHA256 b17bc0506c9e18774fdaac0c33cd689a6c1813fc8aad6b632af0a0a160bc200a
MD5 dda6136568d35b2fe9a739082933039d
BLAKE2b-256 dc998fb6f40d61223236930be81fca38fef60056bd5d0e59cb073263c221e355

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ellipsis-3.3.9-py3-none-any.whl
  • Upload date:
  • Size: 58.5 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.9-py3-none-any.whl
Algorithm Hash digest
SHA256 a1b5c924339cea967d6a4d44ee34e105a843501a17034f26c71af9e1212de126
MD5 62f0e1f5465c3988db8b5d77177aa708
BLAKE2b-256 3f2bf651a0181e95b411450c8b04dbd147a50e24fdf6ebbff25107840e095652

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