Metadata-Version: |
2.1 |
Name: |
factory_boy |
Version: |
3.3.1 |
Summary: |
A versatile test fixtures replacement based on thoughtbot's factory_bot for Ruby. |
Author: |
Mark Sandstrom |
Author-Email: |
mark[at]deliciouslynerdy.com |
Maintainer: |
Raphaël Barrois |
Maintainer-Email: |
raphael.barrois+fboy[at]polytechnique.org |
Home-Page: |
https://github.com/FactoryBoy/factory_boy |
License: |
MIT |
Keywords: |
factory_boy,factory,fixtures |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Framework :: Django |
Classifier: |
Framework :: Django :: 4.2 |
Classifier: |
Framework :: Django :: 5.1 |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Topic :: Software Development :: Testing |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Requires-Python: |
>=3.8 |
Requires-Dist: |
Faker (>=0.7.0) |
Requires-Dist: |
coverage; extra == "dev" |
Requires-Dist: |
Django; extra == "dev" |
Requires-Dist: |
flake8; extra == "dev" |
Requires-Dist: |
isort; extra == "dev" |
Requires-Dist: |
mypy; extra == "dev" |
Requires-Dist: |
Pillow; extra == "dev" |
Requires-Dist: |
SQLAlchemy; extra == "dev" |
Requires-Dist: |
mongoengine; extra == "dev" |
Requires-Dist: |
mongomock; extra == "dev" |
Requires-Dist: |
wheel (>=0.32.0); extra == "dev" |
Requires-Dist: |
tox; extra == "dev" |
Requires-Dist: |
zest.releaser[recommended]; extra == "dev" |
Requires-Dist: |
Sphinx; extra == "doc" |
Requires-Dist: |
sphinx-rtd-theme; extra == "doc" |
Requires-Dist: |
sphinxcontrib-spelling; extra == "doc" |
Provides-Extra: |
dev |
Provides-Extra: |
doc |
Description-Content-Type: |
text/x-rst |
License-File: |
LICENSE |