Skip to content
Snippets Groups Projects
readme.md 720 B
Newer Older
ZAMBONI ALAIN's avatar
ZAMBONI ALAIN committed
====== Zspore ======

Zspore is a TCL package allowing to read webservices description file
respecting the SPORE specification. Il dynamically creates a package
containing the API methods described.

The interface is created with the ::rest package, so refer to its
documentation to see how to use it.

===== Requirements =====

Zspore has been tested with the following TCL components :
  * tcl 8.5
  * tcllib 1.15
  * tcl-tls 1.6

It should probably work on more recent versions ...

===== Install =====

For now, just clone/copy the zspore folder somewhere and add this path to the "auto_path" list :
<code>
lappend auto_path /my_packages_path/zspore
</code>

===== Full documentation =====

Coming soon ... or never