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

Last updated: November 29,2024

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

This guide let you learn how to install python3-factory-boy.noarch on Fedora 36

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

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

Please follow the guidelines below to uninstall python3-factory-boy.noarch on Fedora 36:

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

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

Last metadata expiration check: 2:22:23 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-factory-boy
Version : 3.2.1
Release : 2.fc36
Architecture : noarch
Size : 71 k
Source : python-factory-boy-3.2.1-2.fc36.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)