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...
-----
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
Release history Release notifications | RSS feed
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.dev3.tar.gz
(4.1 MB
view details)
File details
Details for the file kappy-4.0.0.dev3.tar.gz
.
File metadata
- Download URL: kappy-4.0.0.dev3.tar.gz
- Upload date:
- Size: 4.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c70883c3b474c869ac2e64baffa2f3df1d1dfeff080f697f06ca4d21899c3547 |
|
MD5 | 088e7d8c41c2b79e1b422698bb7a785c |
|
BLAKE2b-256 | 4aa932c7b2af992d1c7621a9ca5ed565e3a676536461c96a612359160ebba615 |