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

Uploaded Source

Built Distribution

ellipsis-3.2.3-py3-none-any.whl (57.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ellipsis-3.2.3.tar.gz
  • Upload date:
  • Size: 44.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.2.3.tar.gz
Algorithm Hash digest
SHA256 cb0f9b1be20f1ab75b05f31097bba3ba8689c5f30f6143f96d49f4989bdeac76
MD5 9409843bf3c6f46aba83d097689c9113
BLAKE2b-256 39cb961a52bc180e956bbb23886f5b2ed9e9d5919bfd785ac556027017b8e508

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ellipsis-3.2.3-py3-none-any.whl
  • Upload date:
  • Size: 57.1 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.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a45e56d3109a7436315c021e8e0def248b7ad04cbd444b0e4eb85c8ac85b2854
MD5 d42c73b561927fd0a5e7036b88754ecc
BLAKE2b-256 5aed2586da56a4e1f08dea2d9d888ea1407e448d69a2f912599d06efd2a45071

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page