diff options
| author | kientzle <kientzle@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2> | 2008-03-18 18:41:09 +0000 |
|---|---|---|
| committer | kientzle <kientzle@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2> | 2008-03-18 18:41:09 +0000 |
| commit | e1c531970715bcb496299e2162c603cadcbc0a5f (patch) | |
| tree | 649cd4a86f9dfcecae6e7d5b510622ee3a377df0 /README | |
| parent | a9aa9e93ab46f067bfe912aae3612a17f2743720 (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-- | README | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -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. |
