From e1c531970715bcb496299e2162c603cadcbc0a5f Mon Sep 17 00:00:00 2001 From: kientzle Date: Tue, 18 Mar 2008 18:41:09 +0000 Subject: 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 --- README | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README (limited to 'README') 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. -- cgit v1.3.1