OneWorldSync Content1 API Python Client
A Python Client library module for accessing the 1WorldSync Content1 API.
Key Features
HMAC Authentication: Handles the complex HMAC authentication required by the 1WorldSync API.
Easy-to-use Client: Provides a simple interface for interacting with the API.
Data Models: Structured models for API responses, making it easier to work with the data.
Nutritional Information: Extract nutritional data from food/beverage products.
Error Handling: Custom exceptions for different types of errors.
Examples: Ready-to-use example scripts demonstrating common use cases.
Installation
pip install oneworldsync
Or install from source:
git clone https://github.com/mcgarrah/oneworldsync_client.git
cd oneworldsync_python
pip install -e .
Contents
User Guide
API Reference
Development