Source: faker Maintainer: Debian Python Team Uploaders: Christopher Baines , Brian May Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, dh-sequence-sphinxdoc, help2man, pybuild-plugin-pyproject, python3-all, python3-dateutil , python3-doc , python3-freezegun , python3-pil , python3-pytest , python3-pytest-runner , python3-setuptools, python3-sphinx , python3-unidecode , python3-validators , python3-xmltodict , Standards-Version: 4.7.0 Vcs-Git: https://salsa.debian.org/python-team/packages/faker.git Vcs-Browser: https://salsa.debian.org/python-team/packages/faker Homepage: https://github.com/joke2k/faker Rules-Requires-Root: no Package: faker Architecture: all Depends: ${misc:Depends}, python3, python3-fake-factory, Suggests: faker-doc, Conflicts: ruby-faker (<< 2.21.0-1) Description: Python program that generates fake data The fake data can be used to bootstrap a database, create XML documents, or anonymize data taken from a production service. . This script is powered by the Python faker library. Package: faker-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends}, Multi-Arch: foreign Description: Faker is a Python library that generates fake data (Documentation) The fake data can be used to bootstrap a database, create XML documents, or anonymize data taken from a production service. . This package contains the documentation of faker. Package: python3-fake-factory Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, python3-dateutil, python3-pil, Suggests: faker-doc, Description: Faker is a Python library that generates fake data (Python 3) The fake data can be used to bootstrap a database, create XML documents, or anonymize data taken from a production service. . This is the Python 3 version of the package.