Skip to main content

Wrapper to interact with the Kappa tool suite

Project description

Kappy
-----

Do::
>>> import kappy
>>> client = kappy.KappaRest("http://url_of/the_server","project_name")
to get a kappa client that uses the REST API hosted by
*http://url_of/the_server* and deals with project *project_name*.

Do::
>>> import kappy
>>> client = kappy.KappaStd("KaSimAgent")
to get a kappa client that uses a kappa agent installed locally. Replace
*KaSimAgent* by *path/to/KaSimAgent* if the executable is not in your path.

A kappa agent can be obtained thanks to the *opam* package manager through::
$ opam install atdgen lwt
$ opam pin add --dev KaSim

The methods of *client* can be infered by looking at **kappa_rest.py**
file in the source distribution but have still to get documented properly...

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kappy-4.0.0.dev2.tar.gz (5.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page