diff options
author | Julien Roy <julien@jroy.ca> | 2024-11-23 13:23:06 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2024-11-23 13:23:06 -0500 |
commit | 36d335af6bd4597645f4c228e31dfc259a585b96 (patch) | |
tree | ac4ab3f793296d1df26266ead0532cd20bea4b84 /dev-python/openfoodfacts/metadata.xml | |
parent | baf5a005c23194ab86311a7447ab2adf5a080b44 (diff) | |
download | wger-overlay-36d335af6bd4597645f4c228e31dfc259a585b96.tar.gz wger-overlay-36d335af6bd4597645f4c228e31dfc259a585b96.tar.bz2 wger-overlay-36d335af6bd4597645f4c228e31dfc259a585b96.zip |
dev-python/openfoodfacts: new package, add 2.2.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> |