Skip to main content

any command line program binding to python.

Project description

this library can binding any command line program to pythonic way, work for python 2 and 3.

Installation

pip install anybinding

Example

from anybinding import Bind

busybox = Bind("busybox")
output = busybox._("--help")
output = busybox.ls("-a", "/")

for git program please use https://github.com/guangrei/Gitpybinding

Project details


Download files

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

Source Distribution

anybinding-1.0.1.tar.gz (2.6 kB view hashes)

Uploaded Source

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