.. link: http://dgplug.org/summertraining/2013/posts/shantanusarkar-dummy-project-20130726.html .. description: .. tags: .. date: 2013/07/26 20:13:05 .. title: shantanusarkar Dummy Project 20130726 .. slug: shantanusarkar-dummy-project-20130726 Objective ---------- To make a package which when installed will install the required dependencies and can execute shell commands. Link ----- Click `here`_ to download the package. Click on `program`_ for codes. .. _here : https://testpypi.python.org/packages/source/d/dummy_project/dummy_project-0.2.tar.gz#md5=a600edad589e24915236b071b3fc554b .. _program : https://github.com/shantanusarkar/dgplug_summer_training/tree/master/dummy_project0.2 Installation ------------- To install type following in virtual env :: $ su Password: $ python setup.py install Run ---- To run the shell follow the following: :: $ dummy_project Output ------ :: $ dummy_project (Cmd) greet Hi! Shantanu (Cmd) hello Kushal Hello: Kushal (Cmd) stock GOOG 885.75 (Cmd) sayit Python Rocks! (Cmd)