How to Install and Uninstall python3-factory-boy.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-factory-boy.noarch" package

Learn how to install python3-factory-boy.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-factory-boy.noarch

2. Uninstall "python3-factory-boy.noarch" package

This tutorial shows how to uninstall python3-factory-boy.noarch on Fedora 34:

$ sudo dnf remove python3-factory-boy.noarch $ sudo dnf autoremove

3. Information about the python3-factory-boy.noarch package on Fedora 34

Last metadata expiration check: 1:52:14 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-factory-boy
Version : 3.2.0
Release : 2.fc34
Architecture : noarch
Size : 70 k
Source : python-factory-boy-3.2.0-2.fc34.src.rpm
Repository : fedora
Summary : A versatile test fixtures replacement based on thoughtbot's factory_girl
URL : https://github.com/rbarrois/factory_boy
License : MIT
Description : factory_boy is a fixtures replacement based on thoughtbot's factory_girl
: .
:
: Its features include:
:
: - Straightforward syntax
: - Support for multiple build strategies (saved/unsaved instances, attribute
: dicts, stubbed objects)
: - Powerful helpers for common cases (sequences, sub-factories, reverse
: dependencies, circular factories, ...)
: - Multiple factories per class support, including inheritance
: - Support for various ORMs (currently Django, Mogo, SQLAlchemy)