summaryrefslogtreecommitdiff
path: root/README.md
blob: 70760ae9401614342adac265de149991e2f12a06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
opentox-client
====================

Thin Ruby wrapper for the [OpenTox](http://www.opentox.org) REST API. 

Libraries:

* {OpenTox::Algorithm} Wrapper for OpenTox Algorithms
* {OpenTox::Authorization}  Authorization and Authentication
* {OpenTox::Compound} Compound Library
* {OpenTox::Dataset} Dataset Library
* {OpenTox::Error} extends Exception class according the OpenTox API
* {OpenTox::Model} Model Library
* {OpenTox} OpenTox Library - general definition of OpenTox objects
* {OTLogger} OpenTox Logger Extensions
* {OpenTox::Policies} parse and serialize XML for the openSSO A&A server  
* {OpenTox::RestClientWrapper} wrapper for the RestClient gem
* {OpenTox::Task} Task Library


Dependencies
------------

  libraptor1-dev

Installation
------------

  gem install opentox-client

Documentation
-------------
* [API documentation](http://rdoc.info/gems/opentox-client)
* [RubyDoc.info Code documentation](http://rubydoc.info/github/opentox/opentox-client/development/frames)

Copyright
---------
Copyright (c) 2009-2014 Christoph Helma, Martin Guetlein, Micha Rautenberg, Andreas Maunz, David Vorgrimmler, Denis Gebele. See LICENSE for details.