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.10.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.10-py3-none-any.whl (58.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ellipsis-3.3.10.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.10.tar.gz
Algorithm Hash digest
SHA256 5654374d6c0ca8c75eba1bdadeca9537296cdbd3ae3a78cafcede6ce1ca5eacc
MD5 b96d79c7ddf33b4f9754907384670816
BLAKE2b-256 6186c1a2552048da9fe474e5dda2da4207cc71c44c39603b320ebf0d12105773

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ellipsis-3.3.10-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.10-py3-none-any.whl
Algorithm Hash digest
SHA256 dd3624b6c000f7c5b5948a7714c5ee784b1ca58b6ea2205c2a0df26288686826
MD5 75ea539baef891eee709592edf491bc3
BLAKE2b-256 53c04214d19411c8e3007f0ed9fe4e97212fab81c61f3ce857b8a92395bb4ed7

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