Skip to main content
3 of 6
Removed the second question
Dany
  • 189
  • 7

Basic steps to develop python API in Unix environment

I am developing an API in Unix environment for virtual machines. Most of the modules are developed in python. I have few questions on this.

I have the file extension as abc.py. I would like to make this as a command. For example , virtman dominfo [vmid] should be the command syntax. Now I have to give virtman.py dominfo [vmid] to achieve this. So how can make this as a command?

I read a lot of articles but I didn't get the clear picture,so any hints/suggestions would be helpful.

Dany
  • 189
  • 7