Skip to content

dnewber/wino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

941767f · Apr 29, 2015

History

12 Commits
Sep 14, 2014
Sep 12, 2014
Sep 8, 2014
Apr 29, 2015
Sep 15, 2014

Repository files navigation

wino

A simple Python wrapper for the Wine.com API. Response formats include JSON and XML.

Installation

pip install wino

Usage

>>> import wino as w

# Require necessary api key
>>> c = w.Catalog("insert-your-api-key-here", "json")

# Search catalog
>>> c.search("mondavi")

# Parameters can be passed as well
>>> c.search("mondavi", size = 1, state = 'CA')

To Do

  • Add appropriate tests
  • Build out Category API portion

About

Pythonic wrapper for Wine.com API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages