Top-level package for xestore.
Project description
A simple file and document storage utility for XENONnT
Usage
import xestore
store = xestore.XeStore()
store.login()
store.files.upload("a_public_file.txt")
store.files.private.upload("a_private_file.txt")
store.files['a_public_file'].download(PATH_TO_SAVE)
doc = {"list": [1,2,3]}
store.documents.upload(doc, name="new_document", **metadata)
Free software: MIT
Documentation: https://xestore.readthedocs.io.
Features
TODO
Credits
This package was created with Cookiecutter and the briggySmalls/cookiecutter-pypackage project template.
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
xestore-0.1.1.tar.gz
(13.3 kB
view details)
Built Distribution
xestore-0.1.1-py3-none-any.whl
(15.3 kB
view details)
File details
Details for the file xestore-0.1.1.tar.gz
.
File metadata
- Download URL: xestore-0.1.1.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.10 CPython/3.7.6 Linux/5.7.19-2-MANJARO
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dff02c13f50d2de91abbae20c20a0bad1a71fc057516c2183ce675229709e96d |
|
MD5 | 08c27713681a57ac7f5c248589817be6 |
|
BLAKE2b-256 | e51278a2ae414998ea35fe88f4a08738723d300184cf999b06c08fd1c3c16b52 |
File details
Details for the file xestore-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: xestore-0.1.1-py3-none-any.whl
- Upload date:
- Size: 15.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.10 CPython/3.7.6 Linux/5.7.19-2-MANJARO
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0510a4105d4263adaff68540b09286bb69ccd552c828ad2d427548460fa7c852 |
|
MD5 | c478d8dde101acaf7d06ab3609f99380 |
|
BLAKE2b-256 | 780e109fcaa7e3ef7c6ecaeb3f31eeb473932711e178b9cecb00808fbf7098be |