Skip to content

Commit

Permalink
README links to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RafeKettler committed Aug 27, 2011
1 parent 9beb7a0 commit d0f2f86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
@@ -1,6 +1,6 @@
# bind #

bind is a framework for writing Python bindings for web services. The aim of bind is to make writing web service bindings fast and simple, and to make it easy for maintainers of bindings to keep up with constantly changing and growing APIs.
bind is a framework for writing Python bindings for web services. The aim of bind is to make writing web service bindings fast and simple, and to make it easy for maintainers of bindings to keep up with constantly changing and growing APIs. Take a look at [the documentation](bind.readthedocs.org), you'll like what you see.

Defining an API in bind is very similar to defining a database table in many popular Python ORMs like SQLAlchemy or the Django ORM. Here's a sample binding:

Expand Down Expand Up @@ -60,6 +60,6 @@ Forks/patches/contributions are always welcome. If you're working on fixing a bu

## Help ##

Check out [the example](http://github.com/RafeKettler/bind/master/example.py), send me a message on GitHub, or contact me directly at rafe.kettler AT gmail DOT COM.
Read [the docs](bind.readthedocs.org), check out [the example](http://github.com/RafeKettler/bind/master/example.py), send me a message on GitHub, or contact me directly at rafe.kettler AT gmail DOT COM.


0 comments on commit d0f2f86

Please sign in to comment.