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

Uploaded Python 3

File details

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

File metadata

  • Download URL: ellipsis-3.3.6.tar.gz
  • Upload date:
  • Size: 46.7 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.6.tar.gz
Algorithm Hash digest
SHA256 40563605f625c6c279481175b240c6a706072bd42543326d4c5166715508d058
MD5 b3c7d4f9b819f7656556231888cdc463
BLAKE2b-256 4aa05650dd44961e8d8584c27d9d33538d6c54ebc59855f959d70dc9414eed6e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ellipsis-3.3.6-py3-none-any.whl
  • Upload date:
  • Size: 57.7 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.6-py3-none-any.whl
Algorithm Hash digest
SHA256 8050931f4e2eede994596ffe42ca8dc7746e41f5519876bd8c99f7b818c011d6
MD5 21df640333c27eda0d721797b3370f51
BLAKE2b-256 1a06ce454181570d35629852b404569340fe8166b346e268107fdcb3a5caf5fd

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