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.dev2.tar.gz
(5.1 kB
view details)
File details
Details for the file kappy-4.0.0.dev2.tar.gz
.
File metadata
- Download URL: kappy-4.0.0.dev2.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd4eaddf8a6b1837b57401d079704c41cfc179a7314a5e4f4931e9cb26d955fd |
|
MD5 | 31c7725fbfaeba52e838ce90a83ad312 |
|
BLAKE2b-256 | f3eb0cd94e0aa22c4d4910c41e47f6dbeb8e33ac7edb8646f20c6880ac67588f |