Skip to content

samgiles/slumber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Sam Giles
Apr 26, 2017
af0f9ef · Apr 26, 2017
Apr 26, 2017
Apr 26, 2017
Apr 26, 2017
Dec 2, 2014
Apr 24, 2017
May 14, 2015
Aug 1, 2011
Apr 1, 2013
Oct 17, 2014
Apr 17, 2015
Mar 29, 2013
Apr 24, 2017
Apr 24, 2017

Repository files navigation

Slumber Build status Test coverage percentage Documentation

Slumber is a Python library that provides a convenient yet powerful object-oriented interface to ReSTful APIs. It acts as a wrapper around the excellent requests library and abstracts away the handling of URLs, serialization, and request processing.

Getting Help

Visit IRC channel (#slumber on irc.freenode.net) to get help, bounce ideas or generally shoot the breeze.

QuickStart

  1. Install Slumber:

    $ pip install slumber
    
  2. Install Optional Requirement:

    pip install pyyaml
    
  3. Use Slumber!

Requirements

Slumber requires the following modules.

  • Python 2.6+
  • requests
  • pyyaml (If you are using the optional YAML serialization)