Archived

This forum has been archived. Please start a new discussion on GitHub.

about python and icestorm

Dear Sir:
Can python support icestore?

Comments

  • mes
    mes California
    Yes, you can use IceStorm from Python. In fact, the IceStorm Slice files (along with the Slice files of all the other Ice services) are pre-translated for you, so all your script needs to do is

    import IceStorm

    and you can begin using it just like in any other language mapping.

    Take care,
    - Mark
  • Thanks