Skip to main content

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


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

File details

Details for the file py_ztj_aria2local-0.0.1-20190906022630-py3-none-any.whl.

File metadata

  • Download URL: py_ztj_aria2local-0.0.1-20190906022630-py3-none-any.whl
  • Upload date:
  • Size: 2.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.4

File hashes

Hashes for py_ztj_aria2local-0.0.1-20190906022630-py3-none-any.whl
Algorithm Hash digest
SHA256 590998846185a3e074820371e82c3e8aea354358dc3c071867ec117abb398d03
MD5 4319356693ff85b648009f7e599e7290
BLAKE2b-256 8f258091d6de41fca2778fdd585148142b0e7968b0ee29ffddec09a0aac32dc1

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