summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2012-08-03 13:06:27 +0200
committerrautenberg <rautenberg@in-silico.ch>2012-08-03 13:06:27 +0200
commit7046901ac5b45e138669c4faa482007a0481e53e (patch)
tree18b0bb886818ffb1324d32c2c6be97e00d967574 /README.markdown
parent75b1d2a98c17d8ef86c3a7a974e1be5444c9fb20 (diff)
add library links to README
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown17
1 files changed, 16 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 41b7a28..47f9c70 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,8 +1,23 @@
-opentox-ruby-minimal
+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
------------