diff options
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> |