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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ellipsis-3.3.5.tar.gz.
File metadata
- Download URL: ellipsis-3.3.5.tar.gz
- Upload date:
- Size: 46.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
766acf07220ba7bf174abf0dfa2c91d59d6bd7c37d6cf0cbdbdf68183fb0f6bd
|
|
| MD5 |
b6d33c6cf5a7c03308bbd2456a69301a
|
|
| BLAKE2b-256 |
f5ebe63ee4f402f02ae1e88f0b38d39d828ba215c27ac64c85c9978a5a6b7369
|
File details
Details for the file ellipsis-3.3.5-py3-none-any.whl.
File metadata
- Download URL: ellipsis-3.3.5-py3-none-any.whl
- Upload date:
- Size: 57.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc0e9e18601ac1fb3d66eced5258871d12b19150a06412e92a5ce1cce9af19ce
|
|
| MD5 |
6a7dfd7684b6f9cf7e3962f7e8f58808
|
|
| BLAKE2b-256 |
068431eea11024bbd7b9bbd37edb433e11db7265ba4c8f5841ad52a77efdeb48
|