Skip to main content

common cmd tools to be used in Python3 scripts. By Guanliang MENG, see https://github.com/linzhi2013/mglcmdtools.

Project description

mglcmdtools

1 Introduction

mglcmdtools is a collection of common cmd tools intended to be used in Python3 scripts. By Guanliang MENG, see https://github.com/linzhi2013/mglcmdtools.

2 Installation

pip install mglcmdtools

3 Usage

from mglcmdtools import rm_and_mkdir, runcmd

rm_and_mkdir('Newdirectory')

rm_and_mkdir('Newdirectory', force=True)


cmd = 'ls -lhtr /'
runcmd(cmd)

runcmd(cmd, verbose=True)

4 Author

Guanliang MENG

5 Citation

Currently I have no plan to publish mglcmdtools.

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

mglcmdtools-0.0.2.tar.gz (15.4 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