Sat, 29 Jun 2024 15:42:39 UTC | login

Information for RPM python3-factory-boy-3.2.1-6.fc38.noarch.rpm

ID922153
Namepython3-factory-boy
Version3.2.1
Release6.fc38
Epoch
Archnoarch
SummaryA versatile test fixtures replacement based on thoughtbot's factory_girl
Descriptionfactory_boy is a fixtures replacement based on thoughtbot's factory_girl <http://github.com/thoughtbot/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)
Build Time2023-01-20 13:10:00 GMT
Size87.54 KB
12f950d77cfc4a83419a35ec2a298e7f
LicenseMIT
Provides
python-factory-boy = 3.2.1-6.fc38
python3-factory-boy = 3.2.1-6.fc38
python3.11-factory-boy = 3.2.1-6.fc38
python3.11dist(factory-boy) = 3.2.1
python3dist(factory-boy) = 3.2.1
Obsoletes
python-factory-boy < 3.2.1-6.fc38
Conflicts No Conflicts
Requires
python(abi) = 3.11
python3.11dist(faker) >= 0.7
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1
Recommends No Recommends
Suggests
python-factory-boy-doc = 3.2.1-6.fc38
Supplements No Supplements
Enhances No Enhances
Files
Page:
1 through 50 of 56 >>>
Name ascending sort Size
/usr/lib/python3.11/site-packages/factory0.00 B
/usr/lib/python3.11/site-packages/factory/__init__.py1.47 KB
/usr/lib/python3.11/site-packages/factory/__pycache__0.00 B
/usr/lib/python3.11/site-packages/factory/__pycache__/__init__.cpython-311.opt-1.pyc2.75 KB
/usr/lib/python3.11/site-packages/factory/__pycache__/__init__.cpython-311.pyc2.75 KB
/usr/lib/python3.11/site-packages/factory/__pycache__/alchemy.cpython-311.opt-1.pyc5.77 KB
/usr/lib/python3.11/site-packages/factory/__pycache__/alchemy.cpython-311.pyc5.77 KB
/usr/lib/python3.11/site-packages/factory/__pycache__/base.cpython-311.opt-1.pyc36.69 KB
/usr/lib/python3.11/site-packages/factory/__pycache__/base.cpython-311.pyc37.15 KB
/usr/lib/python3.11/site-packages/factory/__pycache__/builder.cpython-311.opt-1.pyc17.81 KB
/usr/lib/python3.11/site-packages/factory/__pycache__/builder.cpython-311.pyc17.83 KB
/usr/lib/python3.11/site-packages/factory/__pycache__/declarations.cpython-311.opt-1.pyc39.00 KB
/usr/lib/python3.11/site-packages/factory/__pycache__/declarations.cpython-311.pyc39.07 KB
/usr/lib/python3.11/site-packages/factory/__pycache__/django.cpython-311.opt-1.pyc16.35 KB
/usr/lib/python3.11/site-packages/factory/__pycache__/django.cpython-311.pyc16.58 KB
/usr/lib/python3.11/site-packages/factory/__pycache__/enums.cpython-311.opt-1.pyc798.00 B
/usr/lib/python3.11/site-packages/factory/__pycache__/enums.cpython-311.pyc798.00 B
/usr/lib/python3.11/site-packages/factory/__pycache__/errors.cpython-311.opt-1.pyc1.87 KB
/usr/lib/python3.11/site-packages/factory/__pycache__/errors.cpython-311.pyc1.87 KB
/usr/lib/python3.11/site-packages/factory/__pycache__/faker.cpython-311.opt-1.pyc3.21 KB
/usr/lib/python3.11/site-packages/factory/__pycache__/faker.cpython-311.pyc3.21 KB
/usr/lib/python3.11/site-packages/factory/__pycache__/fuzzy.cpython-311.opt-1.pyc15.78 KB
/usr/lib/python3.11/site-packages/factory/__pycache__/fuzzy.cpython-311.pyc15.78 KB
/usr/lib/python3.11/site-packages/factory/__pycache__/helpers.cpython-311.opt-1.pyc6.44 KB
/usr/lib/python3.11/site-packages/factory/__pycache__/helpers.cpython-311.pyc6.44 KB
/usr/lib/python3.11/site-packages/factory/__pycache__/mogo.cpython-311.opt-1.pyc1.31 KB
/usr/lib/python3.11/site-packages/factory/__pycache__/mogo.cpython-311.pyc1.31 KB
/usr/lib/python3.11/site-packages/factory/__pycache__/mongoengine.cpython-311.opt-1.pyc1.40 KB
/usr/lib/python3.11/site-packages/factory/__pycache__/mongoengine.cpython-311.pyc1.40 KB
/usr/lib/python3.11/site-packages/factory/__pycache__/random.cpython-311.opt-1.pyc1.46 KB
/usr/lib/python3.11/site-packages/factory/__pycache__/random.cpython-311.pyc1.46 KB
/usr/lib/python3.11/site-packages/factory/__pycache__/utils.cpython-311.opt-1.pyc6.45 KB
/usr/lib/python3.11/site-packages/factory/__pycache__/utils.cpython-311.pyc6.45 KB
/usr/lib/python3.11/site-packages/factory/alchemy.py3.89 KB
/usr/lib/python3.11/site-packages/factory/base.py23.28 KB
/usr/lib/python3.11/site-packages/factory/builder.py11.88 KB
/usr/lib/python3.11/site-packages/factory/declarations.py24.12 KB
/usr/lib/python3.11/site-packages/factory/django.py10.65 KB
/usr/lib/python3.11/site-packages/factory/enums.py557.00 B
/usr/lib/python3.11/site-packages/factory/errors.py748.00 B
/usr/lib/python3.11/site-packages/factory/faker.py1.91 KB
/usr/lib/python3.11/site-packages/factory/fuzzy.py8.68 KB
/usr/lib/python3.11/site-packages/factory/helpers.py3.33 KB
/usr/lib/python3.11/site-packages/factory/mogo.py526.00 B
/usr/lib/python3.11/site-packages/factory/mongoengine.py586.00 B
/usr/lib/python3.11/site-packages/factory/random.py729.00 B
/usr/lib/python3.11/site-packages/factory/utils.py3.03 KB
/usr/lib/python3.11/site-packages/factory_boy-3.2.1-py3.11.egg-info0.00 B
/usr/lib/python3.11/site-packages/factory_boy-3.2.1-py3.11.egg-info/PKG-INFO13.46 KB
/usr/lib/python3.11/site-packages/factory_boy-3.2.1-py3.11.egg-info/SOURCES.txt2.37 KB
Component of No Buildroots