summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
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
------------