Source: factory-boy Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Brian May , Build-Depends: debhelper-compat (= 13), dh-sequence-python3, dh-sequence-sphinxdoc, pybuild-plugin-pyproject, python3-all, python3-setuptools, Build-Depends-Indep: python-mongoengine-doc , python-sqlalchemy-doc , python3-doc , python3-django , python3-fake-factory , python3-mongoengine , python3-mongomock , python3-pytest , python3-sqlalchemy , python3-sphinx , python3-sphinx-rtd-theme , Standards-Version: 4.7.0 Vcs-Browser: https://salsa.debian.org/python-team/packages/factory-boy Vcs-Git: https://salsa.debian.org/python-team/packages/factory-boy.git Homepage: https://github.com/FactoryBoy/factory_boy Rules-Requires-Root: no Package: python-factory-boy-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${sphinxdoc:Depends}, Multi-Arch: foreign Description: Test fixtures replacement based on factory_girl for Ruby (Documentation) factory_boy is a fixtures replacement based on thoughtbot's factory_girl. Like factory_girl it has a straightforward definition syntax, support for multiple build strategies (saved instances, unsaved instances, attribute dicts, and stubbed objects), and support for multiple factories for the same class, including factory inheritance. . Django support is included, and support for other ORMs can be easily added. . This package provides the documentation. Package: python3-factory-boy Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Suggests: python-factory-boy-doc, Description: Test fixtures replacement based on factory_girl for Ruby (Python 3) factory_boy is a fixtures replacement based on thoughtbot's factory_girl. Like factory_girl it has a straightforward definition syntax, support for multiple build strategies (saved instances, unsaved instances, attribute dicts, and stubbed objects), and support for multiple factories for the same class, including factory inheritance. . Django support is included, and support for other ORMs can be easily added. . This package provides the Python 3.x module.