Skip to main content

轻量级的阿里云盘同步脚本

Project description

xiaoApple (小苹果)

跨平台,轻量级的阿里云盘同步工具。简单易用。造个轮子自己用...(-_-)

安装

pip install xiaoApple

例子

import xiaoApple

localDir = r"c:\users\admin\desktop\syncdir"
aliDir = 'syncdir' 
apple = xiaoApple.Sync(localDir,aliDir)


# 单次同步。如果文件很多,第一次很慢...
apple.run()


# # 自动间隔720秒同步一次
# apple.auto(syncCycleSec=720) 


# # 列出最近的删除备份,可用于恢复数据
#  print(apple.listDelteBackups())


# # 根据listDelteBackups得到的列表,可以根据备份恢复删除的文件
# apple.recoverBackup('2024-11-12T082104')

参数配置

有一些,以后再写...

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

xiaoApple-0.0.4-py3-none-any.whl (54.1 kB view details)

Uploaded Python 3

File details

Details for the file xiaoApple-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: xiaoApple-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 54.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.1

File hashes

Hashes for xiaoApple-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 f67ddfecaebcfb5ce9fa8cc80fb72ffd7bf048fd80bdc55efc5a8de80db241e3
MD5 33f8c75446cbbdb5c5a7248dcdafca0f
BLAKE2b-256 2848ab91f0a9ef567059bb3f0b04fac4d057028639eaa8b3b1a5f12961c918fd

See more details on using hashes here.

Supported by

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