blob: cefde988d11fd0f599b2e413f7ba697933b67c7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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>
|