Sun, 08 Sep 2024 16:20:57 UTC | login

Information for RPM python3-factory-boy-3.3.0-5.fc41.noarch.rpm

ID1313161
Namepython3-factory-boy
Version3.3.0
Release5.fc41
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 Time2024-06-29 23:32:02 GMT
Size89.08 KB
efa2f93c21ee1abd0c2359efc5ca78a1
LicenseMIT
Provides
python-factory-boy = 3.3.0-5.fc41
python3-factory-boy = 3.3.0-5.fc41
python3.13-factory-boy = 3.3.0-5.fc41
python3.13dist(factory-boy) = 3.3
python3dist(factory-boy) = 3.3
Obsoletes
python-factory-boy < 3.3.0-5.fc41
Conflicts No Conflicts
Requires
python(abi) = 3.13
python3.13dist(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.3.0-5.fc41
Supplements No Supplements
Enhances No Enhances
Files
Page:
1 through 50 of 55 >>>
Name ascending sort Size
/usr/lib/python3.13/site-packages/factory0.00 B
/usr/lib/python3.13/site-packages/factory/__init__.py1.45 KB
/usr/lib/python3.13/site-packages/factory/__pycache__0.00 B
/usr/lib/python3.13/site-packages/factory/__pycache__/__init__.cpython-313.opt-1.pyc2.10 KB
/usr/lib/python3.13/site-packages/factory/__pycache__/__init__.cpython-313.pyc2.10 KB
/usr/lib/python3.13/site-packages/factory/__pycache__/alchemy.cpython-313.opt-1.pyc5.99 KB
/usr/lib/python3.13/site-packages/factory/__pycache__/alchemy.cpython-313.pyc5.99 KB
/usr/lib/python3.13/site-packages/factory/__pycache__/base.cpython-313.opt-1.pyc33.58 KB
/usr/lib/python3.13/site-packages/factory/__pycache__/base.cpython-313.pyc34.15 KB
/usr/lib/python3.13/site-packages/factory/__pycache__/builder.cpython-313.opt-1.pyc16.73 KB
/usr/lib/python3.13/site-packages/factory/__pycache__/builder.cpython-313.pyc16.75 KB
/usr/lib/python3.13/site-packages/factory/__pycache__/declarations.cpython-313.opt-1.pyc37.09 KB
/usr/lib/python3.13/site-packages/factory/__pycache__/declarations.cpython-313.pyc37.18 KB
/usr/lib/python3.13/site-packages/factory/__pycache__/django.cpython-313.opt-1.pyc16.30 KB
/usr/lib/python3.13/site-packages/factory/__pycache__/django.cpython-313.pyc16.56 KB
/usr/lib/python3.13/site-packages/factory/__pycache__/enums.cpython-313.opt-1.pyc771.00 B
/usr/lib/python3.13/site-packages/factory/__pycache__/enums.cpython-313.pyc771.00 B
/usr/lib/python3.13/site-packages/factory/__pycache__/errors.cpython-313.opt-1.pyc1.66 KB
/usr/lib/python3.13/site-packages/factory/__pycache__/errors.cpython-313.pyc1.66 KB
/usr/lib/python3.13/site-packages/factory/__pycache__/faker.cpython-313.opt-1.pyc3.01 KB
/usr/lib/python3.13/site-packages/factory/__pycache__/faker.cpython-313.pyc3.01 KB
/usr/lib/python3.13/site-packages/factory/__pycache__/fuzzy.cpython-313.opt-1.pyc14.41 KB
/usr/lib/python3.13/site-packages/factory/__pycache__/fuzzy.cpython-313.pyc14.41 KB
/usr/lib/python3.13/site-packages/factory/__pycache__/helpers.cpython-313.opt-1.pyc5.97 KB
/usr/lib/python3.13/site-packages/factory/__pycache__/helpers.cpython-313.pyc5.97 KB
/usr/lib/python3.13/site-packages/factory/__pycache__/mogo.cpython-313.opt-1.pyc1.23 KB
/usr/lib/python3.13/site-packages/factory/__pycache__/mogo.cpython-313.pyc1.23 KB
/usr/lib/python3.13/site-packages/factory/__pycache__/mongoengine.cpython-313.opt-1.pyc1.33 KB
/usr/lib/python3.13/site-packages/factory/__pycache__/mongoengine.cpython-313.pyc1.33 KB
/usr/lib/python3.13/site-packages/factory/__pycache__/random.cpython-313.opt-1.pyc1.36 KB
/usr/lib/python3.13/site-packages/factory/__pycache__/random.cpython-313.pyc1.36 KB
/usr/lib/python3.13/site-packages/factory/__pycache__/utils.cpython-313.opt-1.pyc5.66 KB
/usr/lib/python3.13/site-packages/factory/__pycache__/utils.cpython-313.pyc5.66 KB
/usr/lib/python3.13/site-packages/factory/alchemy.py4.53 KB
/usr/lib/python3.13/site-packages/factory/base.py23.28 KB
/usr/lib/python3.13/site-packages/factory/builder.py12.62 KB
/usr/lib/python3.13/site-packages/factory/declarations.py26.03 KB
/usr/lib/python3.13/site-packages/factory/django.py11.80 KB
/usr/lib/python3.13/site-packages/factory/enums.py557.00 B
/usr/lib/python3.13/site-packages/factory/errors.py748.00 B
/usr/lib/python3.13/site-packages/factory/faker.py1.91 KB
/usr/lib/python3.13/site-packages/factory/fuzzy.py8.68 KB
/usr/lib/python3.13/site-packages/factory/helpers.py3.33 KB
/usr/lib/python3.13/site-packages/factory/mogo.py526.00 B
/usr/lib/python3.13/site-packages/factory/mongoengine.py586.00 B
/usr/lib/python3.13/site-packages/factory/random.py729.00 B
/usr/lib/python3.13/site-packages/factory/utils.py3.03 KB
/usr/lib/python3.13/site-packages/factory_boy-3.3.0-py3.13.egg-info0.00 B
/usr/lib/python3.13/site-packages/factory_boy-3.3.0-py3.13.egg-info/PKG-INFO15.12 KB
/usr/lib/python3.13/site-packages/factory_boy-3.3.0-py3.13.egg-info/SOURCES.txt2.41 KB
Component of No Buildroots