cli user interface ala cisco IOS or JUNOS

P

phil.aerts.tln

Hi,

for one of my python projects I need an user interface similar to that
of cisco IOS or even better Juniper JUNOS.
Does anyone know of existing python modules that gives this kind of
functionality ?

-P
 
B

Ben Finney

for one of my python projects I need an user interface similar to that
of cisco IOS or even better Juniper JUNOS.
Does anyone know of existing python modules that gives this kind of
functionality?

I suspect you've not checked the standard library index:

Python Library Reference
<URL:http://docs.python.org/lib/>

which lists the 'cmd' module:

cmd -- Support for line-oriented command interpreters
<URL:http://docs.python.org/lib/module-cmd.html>

If that doesn't meet your needs, you might need to be more specific
about what you're looking for.
 
P

phil.aerts.tln

I suspect you've not checked the standard library index:

PythonLibrary Reference
<URL:http://docs.python.org/lib/>

which lists the 'cmd' module:

cmd -- Support for line-oriented command interpreters
<URL:http://docs.python.org/lib/module-cmd.html>

If that doesn't meet your needs, you might need to be more specific
about what you're looking for.

--
\ "Success is going from one failure to the next without a loss |
`\ of enthusiasm." -- Winston Churchill |
_o__) |
Ben Finney

hehe, your right I did not check the standard library and 'cmd' might
just be that what I was looking for.

tnx Ben

-Philippe
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top