Metadata-Version: 2.1
Name: os-command-py
Version: 1.0.0
Summary: os_command_py is a python library allowing a simplified use of the OS commands.
Home-page: https://github.com/samuelmurail/os_command_py
Author: Samuel Murail
Author-email: samuel.murail@u-paris.fr
License: UNKNOWN
Description: 
        .. image:: https://readthedocs.org/projects/os-command-py/badge/?version=latest
           :target: https://os-command-py.readthedocs.io/en/latest/?badge=latest
           :alt: Documentation Status
        
        .. image:: https://travis-ci.org/samuelmurail/os_command_py.svg?branch=master
           :target: https://travis-ci.org/samuelmurail/os_command_py
        
        .. image:: https://codecov.io/gh/samuelmurail/os_command_py/branch/master/graph/badge.svg
           :target: https://codecov.io/gh/samuelmurail/os_command_py
        
        Os_Command_py
        =======================================
        
        
        Os_Command_py is a python library allowing a simplified use of the OS commands.
        
        * Online Documentation:
           https://os-command-py.readthedocs.io/en/latest/
        
        * Source code repository:
           https://github.com/samuelmurail/os_command_py
        
        Main features:
        ---------------------------------------
        
        * Basic OS operation
           - directory creation
           - change working path
           - delete files and directories
        
        * Command simplied use with subprocess
        
        
        Installation
        ---------------------------------------
        
        Get the os_command_py library from `github`_.
        
        .. code-block:: bash
        
           git clone https://github.com/samuelmurail/os_command_py.git
           ./setup.py install --user
        
        .. _github: https://github.com/samuelmurail/os_command_py
        
        
        Author
        ---------------------------------------
        
        * **Samuel Murail**, Maitre de conférence - `Université Paris Diderot <https://www.univ-paris-diderot.fr>`_, `CMPLI <http://bfa.univ-paris-diderot.fr/equipe-8/>`_.
        
        See also the list of `contributors <https://github.com/samuelmurail/os_command_py/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.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Description-Content-Type: text/x-rst
