How to Install and Uninstall python3-factory-boy.noarch Package on Oracle Linux 9

Last updated: October 05,2024

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

Please follow the guidelines below to install python3-factory-boy.noarch on Oracle Linux 9

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

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

Please follow the steps below to uninstall python3-factory-boy.noarch on Oracle Linux 9:

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

3. Information about the python3-factory-boy.noarch package on Oracle Linux 9

Last metadata expiration check: 3:52:43 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-factory-boy
Version : 3.2.1
Release : 3.el9
Architecture : noarch
Size : 70 k
Source : python-factory-boy-3.2.1-3.el9.src.rpm
Repository : epel
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)