A simple api wrapper for Chilicloud.
Project description
chilicloud
A simple api wrapper for Chilicloud. A package that allows you to interact with your Chilicloud account using the Chilicloud API. You can upload, download and delete files.
Install from pypi: python3 -m pip install chilicloud
Warning!
This project was created for fun and hasn't undergone extensive testing. Please use it responsibly and at your own risk.
Example:
from chilicloud.chilicloud import *
updateApiToken() # Gets a new X-Apigw-Session token for interacting with the API
file_uuid = uploadFile('test_file.txt') # Uploads out test_file.txt to the server
downloadFile(file_uuid, 'downloaded_file.txt') # Retrieves the uploaded file
deleteFile(file_uuid) # Deletes the uploaded file
The idea
I wanted to use the chilicloud service but I dont like their Sync Client, so I explored the api calls and made this.
I also wanted to implement a encrypt and split files feature, to split a file into file.part1, file.part2..... And then encrypt each part file for extra security.
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 chilicloud-0.0.1.tar.gz.
File metadata
- Download URL: chilicloud-0.0.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33afe5552698b75bbb509330a334fac69f0fe621def39a7b50669364f3251865
|
|
| MD5 |
809fe86dafea97dfcb1864f76d3b0e9c
|
|
| BLAKE2b-256 |
6ef3ef49f9f3b3586fd08e55a7971c3966e423fa2b7b46f7691641af4d5803c5
|
File details
Details for the file chilicloud-0.0.1-py3-none-any.whl.
File metadata
- Download URL: chilicloud-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72577580ac22464a96668b2d86b112d26e499ff16d09f1629099de09fda40566
|
|
| MD5 |
e7767ab6e2be0296359e10bed8d436b9
|
|
| BLAKE2b-256 |
6c277ffba36031a2dd1f59d207fd74fcceeffdbd915b35962001a657dc6dda51
|