Wine knowledge API client — search wines, grapes, regions, and wine terms from VinoFYI.
Project description
vinofyi
Wine knowledge API client for developers -- search wines, grapes, regions, and wine terminology from VinoFYI.
Install
pip install vinofyi[api] # API client (httpx)
pip install vinofyi[cli] # + CLI (typer, rich)
pip install vinofyi[mcp] # + MCP server
pip install vinofyi[all] # Everything
Quick Start
from vinofyi.api import VinoFYI
with VinoFYI() as api:
# Search wines, grapes, regions, terms
results = api.search("pinot noir")
print(results)
# Look up a glossary term
term = api.glossary_term("terroir")
print(term)
CLI
vinofyi search "pinot noir"
vinofyi term "terroir"
MCP Server
# Add to Claude Desktop config
python -m vinofyi.mcp_server
Tools: wine_search, wine_glossary_term
API Client
from vinofyi.api import VinoFYI
with VinoFYI() as api:
results = api.search("cabernet sauvignon")
term = api.glossary_term("malolactic-fermentation")
Links
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vinofyi-0.1.0.tar.gz
(69.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vinofyi-0.1.0.tar.gz.
File metadata
- Download URL: vinofyi-0.1.0.tar.gz
- Upload date:
- Size: 69.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2ff49982de272e73f6973ce8b86dc5bc15d7199e0af57f38ecb304fa5accf38
|
|
| MD5 |
8ae638a54e3b6d2c68fb41ea2ae3a0df
|
|
| BLAKE2b-256 |
d91fe42b7d2c4b83c6ced51b76f3f7a917f09f241147d2e8241e04784500e15c
|
File details
Details for the file vinofyi-0.1.0-py3-none-any.whl.
File metadata
- Download URL: vinofyi-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
faf78d1858612798fea5b5d54cd3a0f158783897da70d8f7ddcb7251da192ec1
|
|
| MD5 |
4cb062190c90b4ef423a0178e62d339f
|
|
| BLAKE2b-256 |
6b525b782868ebc249e9f9291440df721548854da7ffb4eb178db90210b09412
|