Yandy Ramirez

Results 11 comments of Yandy Ramirez

You mean this? ``` python In [6]: sw1 = device('sw1', 'arista', '192.168.31.21') In [7]: dir(sw1) Out[7]: ['__doc__', '__init__', '__module__', '_thisdevice', 'address', 'connected_devices', 'd', 'deviceCalls', 'display', 'facts', 'facts_expanded', 'manufacturer', 'native', 'obj',...

How about now? ``` python In [1]: from cpal.core.main import device In [2]: sw1 = device('sw1', 'arista', '192.168.31.21') In [3]: dir(sw1) Out[3]: ['address', 'facts', 'getCPU', 'getCmd', 'getFQDN', 'getFacts', 'getHostname', 'getPlatform',...

Just let me know when you get some time to look it over and OK it, I'll create a pull request. All the changes are [HERE](https://github.com/IPyandy/cpal/tree/exp-run), specifically the main module...

Vacation? Da h*ll is that? ;) I kid of course. No worries man, but been meaning to port some code I've been working on, but dont' want to fill the...

ha! that was freaking funny, stealing that picture

likewise --- Yandy Ramirez On Mon, Apr 7, 2014 at 4:42 AM, Steven Iveson [email protected]: > I'm quite happy to help with this too if need be. > Cheers >...

I agree with most of your points, been thinking and implementing a few on my own. Just have not ported the code and submitted for the same reasons you state....

Sounds good. Here's a couple more things, I added in a few things to allow for calling in options and vrf names to a specific command. like: ``` $ ./main/netCalls.py...

very well put @darrelclute As far as a call or hangout, my schedule's relatively open, would just need a day or so to plan out. I work from home allot,...

FYI, this may be helpful on the wiki to keep track of things [Task list for markdown](https://github.com/blog/1825-task-lists-in-all-markdown-documents)