Skip to content

A Django based framework for quickly creating RESTful interfaces to NoSQL and relational databases

License

Notifications You must be signed in to change notification settings

akimboio/sleepy

Repository files navigation

Sleepy

Sleepy is a library that simplifies the creation of symanic RESTful apis.

  • tools that encourage using appropriate HTTP request types
  • decorators that function as 'guards' to verify that certain conditions are met before the underlying method is called. These allow your method definitions to be concise.
  • various helper functions that have been used for apis around akimbo.

Documentation

Documentation can be autogenerated from the code. We reccomend using epydoc.

$ epydoc sleepy

Also, if you are a retickr employee and you would like to see sleepy in action crack open the source code for any of our APIs.

Getting Help

Adam Haney is the creator of Sleepy. He can be contacted at adam.haney@akimbo.io

About

A Django based framework for quickly creating RESTful interfaces to NoSQL and relational databases

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

Languages