diff options
author | Julien Roy <julien@jroy.ca> | 2024-05-25 14:46:21 -0400 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2024-05-25 14:46:21 -0400 |
commit | 43483f87d7f8409b0e437dad3a9383cfc96116d7 (patch) | |
tree | c5f0a7b30ef46ffc1d959110747661942fa13005 /dev-python/openfoodfacts/metadata.xml | |
parent | 4d7d7199dc48021389593ddaf68e1dfe531cd9fe (diff) | |
download | MrRoy-Overlay-43483f87d7f8409b0e437dad3a9383cfc96116d7.tar.gz MrRoy-Overlay-43483f87d7f8409b0e437dad3a9383cfc96116d7.tar.bz2 MrRoy-Overlay-43483f87d7f8409b0e437dad3a9383cfc96116d7.zip |
dev-python/openfoodfacts: new package, add 0.3.0
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'dev-python/openfoodfacts/metadata.xml')
-rw-r--r-- | dev-python/openfoodfacts/metadata.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-python/openfoodfacts/metadata.xml b/dev-python/openfoodfacts/metadata.xml new file mode 100644 index 0000000..cefde98 --- /dev/null +++ b/dev-python/openfoodfacts/metadata.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <name>Julien Roy</name> + <email>julien@jroy.ca</email> + </maintainer> + <longdescription> +This is the official Python SDK for the Open Food Facts project. It provides a simple interface to the Open Food Facts API and allows you to: + + Get information about a product + Perform text search + Create a new product or update an existing one + +It also provides some helper functions to make it easier to work with Open Food Facts data and APIs, such as: + + getting translation of a taxonomized field in a given language + downloading and iterating over the Open Food Facts data dump + handling OCRs of Open Food Facts images generated by Google Cloud Vision + +Please note that this SDK is still in beta and the API is subject to change. Make sure to pin the version in your requirements file. + </longdescription> + <upstream> + <bugs-to>https://github.com/openfoodfacts/openfoodfacts-python/issues</bugs-to> + <changelog>https://github.com/openfoodfacts/openfoodfacts-python/releases</changelog> + <doc>https://openfoodfacts.github.io/openfoodfacts-python/</doc> + <remote-id type="github">openfoodfacts/openfoodfacts-python</remote-id> + <remote-id type="pypi">openfoodfacts</remote-id> + </upstream> +</pkgmetadata> |