I'll get to it when I find the time, it's a promisse ;)
Hopefully soon....
Regards,
--
Pedro Algarvio
__ ___ ___ _______ ___ __
| Y .' _| _ .-----.' _| |_ .-----.----.-----.
|. | | _| 1___| _ | _| _|__| _ | _| _ |
|. | |__| |____ |_____|__| |____|__|_____|__| |___ |
|: 1 | |: 1 | |_____|
|::.. . | |::.. . | ufs [AT] ufsoft [DOT] org
`-------' `-------' ufs [AT] sapo [DOT] pt
----- "Atif Ghaffar" <atif.g...@gmail.com> wrote:
> Hello All,
>
> Can you please take the perl client example and add some example for
> other languages.
> I will do also the php version. I need somone to do ruby, python,
> java, etc.
>
> Pedro, Can you please do a Python version.
> Please note, the ispdc.pl is the client wrapper. All actions are in
> the functions directory.
>
> http://ispdirector.googlecode.com/svn/trunk/clients/perl/
I'll get to it when I find the time, it's a promisse ;)
Hopefully soon....
Regards,
--
Pedro Algarvio
-~----------~----~----~----~------~----~------~--~---
Ok, it was not that soon, but, it's done and it even has debian packages :)
It has been kept simple so far because commands can be subdivided, ie,
the list command can list users and also domains, etc, but since I don't
know how you're handling the core of ISPDirector, it's as is currently,
a python mimic of your perl client.
Well, it actually also allows a user to write a specific code command
implementing by base client command class and "attaching" it to the
"ISPDirector.commands" setuptools entry point, and my tool will automaticly
pick-up and make that command available and usable.
There's the intention to read config from ~/.ispdirector but that part is
not implemented yet, perhaps on a later stage.
Source and debian packages(and repo) are on:
http://pydebs.ufsoft.org/dists/all/main/source/
Best Regards,