diff options
Diffstat (limited to 'dev-python/openfoodfacts/metadata.xml')
-rw-r--r-- | dev-python/openfoodfacts/metadata.xml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/openfoodfacts/metadata.xml b/dev-python/openfoodfacts/metadata.xml deleted file mode 100644 index cefde98..0000000 --- a/dev-python/openfoodfacts/metadata.xml +++ /dev/null @@ -1,30 +0,0 @@ -<?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> |