Metadata-Version: 2.1
Name: commandio
Version: 0.0.1a1
Summary: Python package that logs and executes commands for the command line.
Home-page: https://github.com/AdebayoBraimah/commandio
Author: Adebayo Braimah
Author-email: adebayo.braimah@gmail.com
License: GPL-3.0 License
Keywords: Command line shell UNIX Windows
Platform: UNKNOWN
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: System :: Software Distribution
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Description-Content-Type: text/x-rst

``commandio``
===================

.. image:: https://readthedocs.org/projects/commandio-python/badge/?version=latest
    :target: https://commandio-python.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black
   :alt: Code style: Black

Python package that logs and executes commands for the command line.

To install this package:

.. code-block:: bash

    pip install commandio [--user]

To use this package in your projects without installation, simply navigate to the directory in which the package is to be placed, and type:

.. code-block:: bash

    git submodule add https://github.com/AdebayoBraimah/commandio.git


**NOTE**: This assumes the directory is a local git repository.



