{ "info": { "author": "lakshmanaram, srivatsan-ramesh", "author_email": "lakshmanaram.n@gmail.com, sriramesh4@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Operating System :: POSIX :: Linux", "Operating System :: Unix", "Programming Language :: C", "Programming Language :: C++", "Programming Language :: Python", "Topic :: Software Development :: Compilers", "Topic :: System :: Monitoring", "Topic :: Terminals" ], "description": "INCOR\r\n=====\r\n\r\nINstant COde Runner\r\nruns the programs present in the mentioned directory instantaneously as and when changes are saved.\r\n\r\n+------------------+-----------------+--------------------------+\r\n| Version | Quality | Documentation |\r\n+==================+=================+==========================+\r\n| |PyPI version| | |Code Health| | |Documentation Status| |\r\n+------------------+-----------------+--------------------------+\r\n\r\n.. |PyPI version| image:: https://badge.fury.io/py/incor.svg\r\n :target: https://badge.fury.io/py/incor\r\n.. |Code Health| image:: https://landscape.io/github/lakshmanaram/Program-runner/master/landscape.svg?style=flat\r\n :target: https://landscape.io/github/lakshmanaram/Program-runner/master\r\n.. |Documentation Status| image:: https://readthedocs.org/projects/incor/badge/?version=latest\r\n :target: http://incor.readthedocs.io/en/latest/?badge=latest\r\n\r\nRequirements\r\n------------\r\n\r\n* python>=2.7\r\n* watchdog>=0.8.2\r\n* psutil>=4.3.0\r\n\r\nGetting Started\r\n---------------\r\n\r\nInstall it using pip\r\n\r\n.. code-block:: bash\r\n\r\n sudo pip install incor\r\n\r\n**Or**\r\n\r\nClone this repository to get started.\r\n\r\n.. code-block:: bash\r\n\r\n git clone https://github.com/lakshmanaram/Incor.git\r\n\r\nAnd install it.\r\n\r\n.. code-block:: bash\r\n\r\n python setup.py install\r\n\r\nYou can also install it for development.\r\n\r\n.. code-block:: bash\r\n\r\n python setup.py develop\r\n\r\nHow to Use\r\n----------\r\n\r\nNagigate to the folder where you want the files to be compiled and executed instantly and type this in the terminal\r\n\r\n.. code-block:: bash\r\n\r\n incor\r\n\r\nOr else you can run it directly with the path of the directory.\r\n\r\n.. code-block:: bash\r\n\r\n incor /path/to/the/directory\r\n\r\nGeneral template for running incor.\r\n\r\n.. code-block:: bash\r\n\r\n incor /optional/path/to/the/directory [