Skip to main content

A small package to run external command lines.

Project description

This package provides decorators and methods to run any external command line in a proper maner. It allows the creation of any command line python interface with ease.

How to install

Since pyxtern is hosted on PyPI, it can be installed using:

pip install pyxtern

How to use

The full documentation is available here. The following example presents the simplest way of using pyxtern:

from pyxtern import run

cmd = "find ./pyxtern -name *.py"
exit, out, err = run(cmd.split(), tee=True)

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

pyxtern-2.0.0.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

pyxtern-2.0.0-py2.py3-none-any.whl (9.0 kB view hashes)

Uploaded Python 2 Python 3

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