python aria2rpc package
Project description
Python Aria2 本地管理模块
说明
这是一个 aria2 本地服务管理模块。
安装
pip install py-ztj-aria2local
使用
import time
from py_aria2local.aria2local import Aria2Local
local = Aria2Local()
print('is_install', local.is_install())
print('start', local.start())
time.sleep(3)
print('is_running', local.is_running())
time.sleep(15)
print('stop', local.stop())
time.sleep(3)
print('is_running', local.is_running())
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for py_ztj_aria2local-0.0.1-20190906022630-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 590998846185a3e074820371e82c3e8aea354358dc3c071867ec117abb398d03 |
|
MD5 | 4319356693ff85b648009f7e599e7290 |
|
BLAKE2b-256 | 8f258091d6de41fca2778fdd585148142b0e7968b0ee29ffddec09a0aac32dc1 |