summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorkientzle <kientzle@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2>2008-03-18 18:41:09 +0000
committerkientzle <kientzle@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2>2008-03-18 18:41:09 +0000
commite1c531970715bcb496299e2162c603cadcbc0a5f (patch)
tree649cd4a86f9dfcecae6e7d5b510622ee3a377df0 /README
parenta9aa9e93ab46f067bfe912aae3612a17f2743720 (diff)
Copy David Flanagan's "metaweb.py" to a separate directory.
Include a top-level README documenting the two different libraries here. git-svn-id: http://freebase-python.googlecode.com/svn/trunk@36 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 21 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..ca08382
--- /dev/null
+++ b/README
@@ -0,0 +1,21 @@
+These are two independent python libraries for use in
+accessing Freebase services from Python:
+
+* metaweb-py is the older and simpler of the two. It's an improved
+ version of the metaweb.py module originally developed by David
+ Flanagan as part of the original Freebase API documentation.
+
+ Pros: Single file, simpler.
+
+* freebase-api is a more ambitious library that is derived from
+ code developed by Nick Thompson for accessing freebase services.
+
+ Pros: Does more.
+
+Both are available under a simple 2-clause BSD-style license that
+should allow you to reuse this code in both open-source and
+commercial projects.
+
+If you have suggestions, bug fixes, or feature requests for either
+of these, please let one of the maintainers know or you can
+discuss it on the Freebase developers list.