Clent for Yandex.Disk
Project description
YaDiskClient
Client for Yandex.Disk based on WebDav.
Install
pip install YaDiskClient
or
or
python setup.py install
Source code
Using API
from YaDiskClient import YaDisk disk = YaDisk(login, password) disk.df() # show used and available space disk.ls(path) # list of files/folder with attributes disk.mkdir(path) # create directory disk.rm(path) # delete file or directory disk.cp(src, dst) # copy from src to dst disk.mv(src, dst) # move from src to dst disk.upload(src, dst) # upload local file src to remote file dst disk.download(src, dst) # download remote file src to local file dst
Tests
For run tests set Yandex username and password in file TestYaDisk.py.
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
YaDiskClient-0.3.2.tar.gz
(4.6 kB
view details)
File details
Details for the file YaDiskClient-0.3.2.tar.gz.
File metadata
- Download URL: YaDiskClient-0.3.2.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d96089be2357e2aeacb0221135637900378956a3fdd502ea923cff784875aa5b
|
|
| MD5 |
6505f361d4af464b1bb15036904cc543
|
|
| BLAKE2b-256 |
c9ee983cc663187512deb4a5ccfda300f750fc751c1602a1271046ab2aea56e7
|