Documentation Status https://travis-ci.org/samuelmurail/os_command_py.svg?branch=master https://codecov.io/gh/samuelmurail/os_command_py/branch/master/graph/badge.svg https://badge.fury.io/py/os-command-py.svg https://img.shields.io/conda/vn/conda-forge/os_command_py.svg

Os_Command_py

Os_Command_py is a python library allowing a simplified use of the OS commands.

Main features:

  • Basic OS operation
    • directory creation
    • change working path
    • delete files and directories
  • Command simplied use with subprocess

Installation

Using Pypi

pip3 install os_command_py

Using Conda

conda install os_command_py -c conda-forge

From source code

Get the os_command_py library from github.

git clone https://github.com/samuelmurail/os_command_py.git
./setup.py install --user

Author

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU General Public License v2.0 - see the LICENSE file for details.