From 6d7ba58f880be618ade07f8ea080fe8c4bf8a896 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Wed, 3 Apr 2024 03:10:44 -0400 Subject: venv --- .../polyfactory-2.15.0.dist-info/INSTALLER | 1 + .../polyfactory-2.15.0.dist-info/METADATA | 208 +++++++++++++++++++++ .../polyfactory-2.15.0.dist-info/RECORD | 78 ++++++++ .../polyfactory-2.15.0.dist-info/WHEEL | 4 + .../polyfactory-2.15.0.dist-info/licenses/LICENSE | 21 +++ 5 files changed, 312 insertions(+) create mode 100644 venv/lib/python3.11/site-packages/polyfactory-2.15.0.dist-info/INSTALLER create mode 100644 venv/lib/python3.11/site-packages/polyfactory-2.15.0.dist-info/METADATA create mode 100644 venv/lib/python3.11/site-packages/polyfactory-2.15.0.dist-info/RECORD create mode 100644 venv/lib/python3.11/site-packages/polyfactory-2.15.0.dist-info/WHEEL create mode 100644 venv/lib/python3.11/site-packages/polyfactory-2.15.0.dist-info/licenses/LICENSE (limited to 'venv/lib/python3.11/site-packages/polyfactory-2.15.0.dist-info') diff --git a/venv/lib/python3.11/site-packages/polyfactory-2.15.0.dist-info/INSTALLER b/venv/lib/python3.11/site-packages/polyfactory-2.15.0.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.11/site-packages/polyfactory-2.15.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.11/site-packages/polyfactory-2.15.0.dist-info/METADATA b/venv/lib/python3.11/site-packages/polyfactory-2.15.0.dist-info/METADATA new file mode 100644 index 0000000..4bb0ff7 --- /dev/null +++ b/venv/lib/python3.11/site-packages/polyfactory-2.15.0.dist-info/METADATA @@ -0,0 +1,208 @@ +Metadata-Version: 2.1 +Name: polyfactory +Version: 2.15.0 +Summary: Mock data generation factories +Project-URL: Issue Tracker, https://github.com/litestar-org/polyfactory/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc +Project-URL: Changelog, https://github.com/litestar-org/polyfactory/releases/ +Project-URL: Twitter, https://twitter.com/LitestarAPI +Project-URL: Reddit, https://www.reddit.com/r/LitestarAPI +Project-URL: Discord, https://discord.gg/MmcwxztmQb +Project-URL: Blog, https://blog.litestar.dev +Project-URL: homepage, https://github.com/litestar-org/polyfactory +Project-URL: repository, https://github.com/litestar-org/polyfactory +Project-URL: documentation, https://github.com/litestar-org/polyfactory +Author-email: Na'aman Hirschfeld +Maintainer-email: Visakh Unnikrishnan , Cody Fincher , Janek Nouvertné , Jacob Coffee , Peter Schutt +License: MIT +License-File: LICENSE +Keywords: attrs,dataclasses,msgspec,pydantic,sqlalchemy +Classifier: Development Status :: 5 - Production/Stable +Classifier: Environment :: Web Environment +Classifier: Framework :: Pytest +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Natural Language :: English +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python +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: Topic :: Software Development +Classifier: Topic :: Software Development :: Libraries +Classifier: Topic :: Software Development :: Testing +Classifier: Topic :: Software Development :: Testing :: Unit +Classifier: Topic :: Utilities +Classifier: Typing :: Typed +Requires-Python: <4.0,>=3.8 +Requires-Dist: faker +Requires-Dist: typing-extensions>=4.6.0 +Provides-Extra: attrs +Requires-Dist: attrs>=22.2.0; extra == 'attrs' +Provides-Extra: beanie +Requires-Dist: beanie; extra == 'beanie' +Requires-Dist: pydantic[email]; extra == 'beanie' +Provides-Extra: full +Requires-Dist: attrs; extra == 'full' +Requires-Dist: beanie; extra == 'full' +Requires-Dist: msgspec; extra == 'full' +Requires-Dist: odmantic; extra == 'full' +Requires-Dist: pydantic; extra == 'full' +Requires-Dist: sqlalchemy; extra == 'full' +Provides-Extra: msgspec +Requires-Dist: msgspec; extra == 'msgspec' +Provides-Extra: odmantic +Requires-Dist: odmantic<1.0.0; extra == 'odmantic' +Requires-Dist: pydantic[email]; extra == 'odmantic' +Provides-Extra: pydantic +Requires-Dist: pydantic[email]; extra == 'pydantic' +Provides-Extra: sqlalchemy +Requires-Dist: sqlalchemy>=1.4.29; extra == 'sqlalchemy' +Description-Content-Type: text/markdown + + +

+ Polyfactory Logo - Light +

+ + +
+ + +| Project | | Status | +| --------- | :-- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| CI/CD | | [![Publish package](https://github.com/litestar-org/polyfactory/actions/workflows/publish.yaml/badge.svg)](https://github.com/litestar-org/polyfactory/actions/workflows/publish.yaml) [![ci](https://github.com/litestar-org/polyfactory/actions/workflows/ci.yaml/badge.svg)](https://github.com/litestar-org/polyfactory/actions/workflows/ci.yaml) [![pages-build-deployment](https://github.com/litestar-org/polyfactory/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/litestar-org/polyfactory/actions/workflows/pages/pages-build-deployment) | +| Quality | | [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=litestar-org_litestar&metric=coverage)](https://sonarcloud.io/summary/new_code?id=litestar-org_litestar) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=litestar-org_litestar&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=litestar-org_litestar) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=litestar-org_litestar&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=litestar-org_litestar) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=litestar-org_litestar&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=litestar-org_litestar) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=litestar-org_litestar&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=litestar-org_litestar) | +| Package | | [![PyPI - Version](https://img.shields.io/pypi/v/polyfactory?labelColor=202235&color=edb641&logo=python&logoColor=edb641)](https://badge.fury.io/py/polyfactory) ![PyPI - Support Python Versions](https://img.shields.io/pypi/pyversions/polyfactory?labelColor=202235&color=edb641&logo=python&logoColor=edb641) ![Pydantic Factories PyPI - Downloads](https://img.shields.io/pypi/dm/pydantic-factories?logo=python&label=Pydantic%20Factories%20downloads&labelColor=202235&color=edb641&logoColor=edb641) ![Polyfactory PyPI - Downloads](https://img.shields.io/pypi/dm/polyfactory?logo=python&label=Polyfactory%20downloads&labelColor=202235&color=edb641&logoColor=edb641) | +| Community | | [![Reddit](https://img.shields.io/reddit/subreddit-subscribers/litestarapi?label=r%2FLitestar&logo=reddit&labelColor=202235&color=edb641&logoColor=edb641)](https://reddit.com/r/litestarapi) [![Discord](https://img.shields.io/discord/919193495116337154?labelColor=202235&color=edb641&label=chat%20on%20discord&logo=discord&logoColor=edb641)](https://discord.gg/X3FJqy8d2j) [![Matrix](https://img.shields.io/badge/chat%20on%20Matrix-bridged-202235?labelColor=202235&color=edb641&logo=matrix&logoColor=edb641)](https://matrix.to/#/#litestar:matrix.org) [![Medium](https://img.shields.io/badge/Medium-202235?labelColor=202235&color=edb641&logo=medium&logoColor=edb641)](https://blog.litestar.dev) [![Twitter](https://img.shields.io/twitter/follow/LitestarAPI?labelColor=202235&color=edb641&logo=twitter&logoColor=edb641&style=flat)](https://twitter.com/LitestarAPI) [![Blog](https://img.shields.io/badge/Blog-litestar.dev-202235?logo=blogger&labelColor=202235&color=edb641&logoColor=edb641)](https://blog.litestar.dev) | +| Meta | | [![Litestar Project](https://img.shields.io/badge/Litestar%20Org-%E2%AD%90%20Polyfactory-202235.svg?logo=python&labelColor=202235&color=edb641&logoColor=edb641)](https://github.com/litestar-org/polyfactory) [![types - Mypy](https://img.shields.io/badge/types-Mypy-202235.svg?logo=python&labelColor=202235&color=edb641&logoColor=edb641)](https://github.com/python/mypy) [![License - MIT](https://img.shields.io/badge/license-MIT-202235.svg?logo=python&labelColor=202235&color=edb641&logoColor=edb641)](https://spdx.org/licenses/) [![Litestar Sponsors](https://img.shields.io/badge/Sponsor-%E2%9D%A4-%23edb641.svg?&logo=github&logoColor=edb641&labelColor=202235)](https://github.com/sponsors/litestar-org) [![linting - Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json&labelColor=202235)](https://github.com/astral-sh/ruff) [![code style - Black](https://img.shields.io/badge/code%20style-black-000000.svg?logo=python&labelColor=202235&logoColor=edb641)](https://github.com/psf/black) [![Sourcery](https://img.shields.io/badge/Sourcery-enabled-edb641?labelColor=202235&logoColor=edb641)](https://sourcery.ai) [![All Contributors](https://img.shields.io/github/all-contributors/litestar-org/polyfactory?labelColor=202235&color=edb641&logoColor=edb641)](#contributors-) | + + + +
+ + +# Polyfactory + +Polyfactory is a simple and powerful mock data generation library, based around type +hints and supporting dataclasses, typed-dicts, pydantic models, msgspec structs and more. + +Polyfactory part of the Litestar project and as such actively maintained by a community of maintainers and contributors. + +## Example + +```python +from dataclasses import dataclass + +from polyfactory.factories import DataclassFactory + + +@dataclass +class Person: + name: str + age: float + height: float + weight: float + + +class PersonFactory(DataclassFactory[Person]): + ... + + +def test_is_person() -> None: + person_instance = PersonFactory.build() + assert isinstance(person_instance, Person) +``` + +That's it - with almost no work, we are able to create a mock data object fitting the `Person` class model definition. + +This is possible because of the typing information available on the dataclass, which are used as a +source of truth for data generation. + +The factory parses the information stored in the dataclass and generates a dictionary of kwargs that are passed to +`Person`. + +## Documentation + +Usage and API reference documentation is available on https://polyfactory.litestar.dev/. + +## Installation + +```shell +pip install polyfactory +``` + +## Relation to Pydantic-Factories + +Prior to version 2, this library was known as [pydantic-factories](https://pypi.org/project/pydantic-factories/), a name +under which it gained quite a bit of popularity. +A main motivator for the 2.0 release was that we wanted to support more than just Pydantic models, something which also +required a change to its core architecture. As this library would no longer be directly tied to Pydantic, `polyfactory` +was chosen as its new name to reflect its capabilities; It can generate mock data for dataclasses, typed-dicts, +Pydantic, odmantic, and beanie ODM models, as well as custom factories. + +## Contributing + +This library is a community driven open source project. We welcome and encourage contributions. Please checkout the +GitHub issues, read the contribution guide (at the repository's root), and you're always welcome +to [join our discord server](https://discord.gg/F4jPQzHpBU). + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Na'aman Hirschfeld
Na'aman Hirschfeld

🚧 🚇 ⚠️ 💻 📖
Jacob Coffee
Jacob Coffee

🚧 📖 ⚠️
Janek Nouvertné
Janek Nouvertné

🚧 📖 ⚠️ 💻
Peter Schutt
Peter Schutt

🚧 ⚠️ 💻 📖
Marek Czaplicki
Marek Czaplicki

💻
Piotr Przybyło
Piotr Przybyło

💻
sygutss
sygutss

🐛 💻
chrisbeardy
chrisbeardy

📖
guacs
guacs

💻
Vadim
Vadim

💻
Simske
Simske

💻
Sondre Lillebø Gundersen
Sondre Lillebø Gundersen

💻
Mateusz Ciszczoń
Mateusz Ciszczoń

💻
Pedro Bernardes
Pedro Bernardes

💻
Martin Roy
Martin Roy

💻
Matthew Aylward
Matthew Aylward

💻
Elton H.Y. Chou
Elton H.Y. Chou

💻
Thang
Thang

💻
Daan
Daan

💻
Lyz
Lyz

💻
Thorin Schiffer
Thorin Schiffer

💻
Iipin
Iipin

💻
avihai-yosef
avihai-yosef

💻
anthonyh209
anthonyh209

💻
Roman Reznikov
Roman Reznikov

💻
gigelu
gigelu

💻
Rodrigo Medina
Rodrigo Medina

💻
Gerrit Egnew
Gerrit Egnew

💻
danielkatzan
danielkatzan

📖
+ + + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. +Contributions of any kind welcome! diff --git a/venv/lib/python3.11/site-packages/polyfactory-2.15.0.dist-info/RECORD b/venv/lib/python3.11/site-packages/polyfactory-2.15.0.dist-info/RECORD new file mode 100644 index 0000000..56d6036 --- /dev/null +++ b/venv/lib/python3.11/site-packages/polyfactory-2.15.0.dist-info/RECORD @@ -0,0 +1,78 @@ +polyfactory-2.15.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +polyfactory-2.15.0.dist-info/METADATA,sha256=9n9Zz_Gd8755m1V7QHPu-PXNnVIKvRn952FY9mbCwVA,27006 +polyfactory-2.15.0.dist-info/RECORD,, +polyfactory-2.15.0.dist-info/WHEEL,sha256=TJPnKdtrSue7xZ_AVGkp9YXcvDrobsjBds1du3Nx6dc,87 +polyfactory-2.15.0.dist-info/licenses/LICENSE,sha256=NEQwVXV8ggJdnm-a6BCEmCP9ZkqPpaCsBc1iUsPhZPY,1092 +polyfactory/__init__.py,sha256=6H4MtiSdohwtcTspR0p4ypzlKuPIo7jjkLsqArgeCjc,425 +polyfactory/__pycache__/__init__.cpython-311.pyc,, +polyfactory/__pycache__/collection_extender.cpython-311.pyc,, +polyfactory/__pycache__/constants.cpython-311.pyc,, +polyfactory/__pycache__/decorators.cpython-311.pyc,, +polyfactory/__pycache__/exceptions.cpython-311.pyc,, +polyfactory/__pycache__/field_meta.cpython-311.pyc,, +polyfactory/__pycache__/fields.cpython-311.pyc,, +polyfactory/__pycache__/persistence.cpython-311.pyc,, +polyfactory/__pycache__/pytest_plugin.cpython-311.pyc,, +polyfactory/collection_extender.py,sha256=-q0vTQf59Z34OCpbFKqLX_zQE32Mw2Za7h0b0qSQRRc,2613 +polyfactory/constants.py,sha256=UwHsxGm8xf7kQ0-vNA58EXDtv6YdZEjwTRmsUjiDFUQ,1576 +polyfactory/decorators.py,sha256=LvBTWLOxke9ve--64Ei4gen1rEv5vjr5v4siU6u2PWg,1150 +polyfactory/exceptions.py,sha256=TAH1tLXq8eqHLKN5cL0tt25Rr7_YXzV28TcqBvz03Z0,591 +polyfactory/factories/__init__.py,sha256=cPwRXlF3IFumLOrBN48QcRg11v4bVLGvPoo6RLwt6-4,257 +polyfactory/factories/__pycache__/__init__.cpython-311.pyc,, +polyfactory/factories/__pycache__/attrs_factory.cpython-311.pyc,, +polyfactory/factories/__pycache__/base.cpython-311.pyc,, +polyfactory/factories/__pycache__/beanie_odm_factory.cpython-311.pyc,, +polyfactory/factories/__pycache__/dataclass_factory.cpython-311.pyc,, +polyfactory/factories/__pycache__/msgspec_factory.cpython-311.pyc,, +polyfactory/factories/__pycache__/odmantic_odm_factory.cpython-311.pyc,, +polyfactory/factories/__pycache__/pydantic_factory.cpython-311.pyc,, +polyfactory/factories/__pycache__/sqlalchemy_factory.cpython-311.pyc,, +polyfactory/factories/__pycache__/typed_dict_factory.cpython-311.pyc,, +polyfactory/factories/attrs_factory.py,sha256=RKzG13TQnhAI7dQ6kV4geGAHtT7xNedDlHsy7k1h68I,2482 +polyfactory/factories/base.py,sha256=IptijZKdzZyqJ09RPpHLT49iSPSQRr4ZIG2gm954T-o,45641 +polyfactory/factories/beanie_odm_factory.py,sha256=1vEOMId89YtXOEVgFHpPUhuJTuzrChTwb7SeJPYw6z4,2985 +polyfactory/factories/dataclass_factory.py,sha256=OmU9Wfi925jrrUyI5-PE2fxrJeAuMj4jV2pzfOD5cDs,1739 +polyfactory/factories/msgspec_factory.py,sha256=07bXG_0winyQTFA4QS6Rij0DF6618jJOegtkLQ4CDW0,2464 +polyfactory/factories/odmantic_odm_factory.py,sha256=f-0V9eYjWAAtoNwopcTyRQnd57r1ltIVHmRAC06zpOs,2207 +polyfactory/factories/pydantic_factory.py,sha256=ddsm3cbfy27nUoFhdQqFBSvUOsTsp0jIG4jokFUiqrw,21637 +polyfactory/factories/sqlalchemy_factory.py,sha256=7vOmOIhLQWk6LjzioZ4JoMTay-E-aJqE6VqCYxgRHNU,7090 +polyfactory/factories/typed_dict_factory.py,sha256=9iyMyPPa15Jlz95HmrxdveMparaHXCTQfyfFf-RxTak,1825 +polyfactory/field_meta.py,sha256=uLkteErO-6bBc296tKzTI2pOconaRb0_wpMYBJe9gdA,9174 +polyfactory/fields.py,sha256=gGHzGmiuIfJYOihn5yy07cLnILohgE24FvbMIeqxHD0,3347 +polyfactory/persistence.py,sha256=zyrjuW3RYFYRpwgFnEb4haqF5jCKG8RLE1ywa1Ht0vM,1192 +polyfactory/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +polyfactory/pytest_plugin.py,sha256=0KGBlEbSFJsLfsI_NehBqLBX3lnP976Pr7Ay_AQYPb8,2959 +polyfactory/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +polyfactory/utils/__pycache__/__init__.cpython-311.pyc,, +polyfactory/utils/__pycache__/deprecation.cpython-311.pyc,, +polyfactory/utils/__pycache__/helpers.cpython-311.pyc,, +polyfactory/utils/__pycache__/model_coverage.cpython-311.pyc,, +polyfactory/utils/__pycache__/predicates.cpython-311.pyc,, +polyfactory/utils/__pycache__/types.cpython-311.pyc,, +polyfactory/utils/deprecation.py,sha256=YTFAnh8H5oXrTh0nhQrx_6qjOdaJ4l5b3BqgfruORLg,5005 +polyfactory/utils/helpers.py,sha256=YUdImKpvEDi-RKNaQvcVq7R-6YVarhRMjV5XhUnRmeo,5723 +polyfactory/utils/model_coverage.py,sha256=VKG8DJ4TXApxegvJNKcA56AneAvvQr5R-pl04OEKiCw,4931 +polyfactory/utils/predicates.py,sha256=l6xE8DChwJyGI-MuRkZT7MWGCgU-o46_ejnHnrMWS0c,3934 +polyfactory/utils/types.py,sha256=9iRtczuH2r1kp8iyWg_Wq2HBL_6hU8MYfPiOdZc8o6A,256 +polyfactory/value_generators/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +polyfactory/value_generators/__pycache__/__init__.cpython-311.pyc,, +polyfactory/value_generators/__pycache__/complex_types.cpython-311.pyc,, +polyfactory/value_generators/__pycache__/constrained_collections.cpython-311.pyc,, +polyfactory/value_generators/__pycache__/constrained_dates.cpython-311.pyc,, +polyfactory/value_generators/__pycache__/constrained_numbers.cpython-311.pyc,, +polyfactory/value_generators/__pycache__/constrained_path.cpython-311.pyc,, +polyfactory/value_generators/__pycache__/constrained_strings.cpython-311.pyc,, +polyfactory/value_generators/__pycache__/constrained_url.cpython-311.pyc,, +polyfactory/value_generators/__pycache__/constrained_uuid.cpython-311.pyc,, +polyfactory/value_generators/__pycache__/primitives.cpython-311.pyc,, +polyfactory/value_generators/__pycache__/regex.cpython-311.pyc,, +polyfactory/value_generators/complex_types.py,sha256=cAnCOHDLktfiSV_jIZYs7eWhXmH4myAH4NDznSJC2e8,4171 +polyfactory/value_generators/constrained_collections.py,sha256=z4kra_tTfedtS3_7EH9nalY-jq_pnFLChZ8bQ4-1uSs,3102 +polyfactory/value_generators/constrained_dates.py,sha256=lUQo0q0U6ja81Lfh9TnUCq5tBZ7OXS-4SqpVtT6sZiQ,1125 +polyfactory/value_generators/constrained_numbers.py,sha256=QsLQLo2K140YLVxrGy20TplI42f-ha2ekhvqFQOuWSI,13779 +polyfactory/value_generators/constrained_path.py,sha256=GXsct9krYpC0cgrpGsJO9upP3pt19DDVKzyNJ-qwRDw,433 +polyfactory/value_generators/constrained_strings.py,sha256=LrSF_h4-DQN2JeYtIy_mSBOgnr1jKkApL9T2C3X2B0g,3900 +polyfactory/value_generators/constrained_url.py,sha256=YyAst8OpdesoK7GBOrL3wW3HD-1cS_T8PxHuO11UaUU,440 +polyfactory/value_generators/constrained_uuid.py,sha256=5siKp6Z2ySSW846P03w1Jj5u_YFpr8xdPHjtKjTtLDw,898 +polyfactory/value_generators/primitives.py,sha256=488MzqUw7twloBg75naR3jqlIEDXBnVOna7kUrlMacY,3666 +polyfactory/value_generators/regex.py,sha256=aHeBPhZgDHkibDvulSSV5EvGbvJwERMaQ3uis4vAuks,6248 diff --git a/venv/lib/python3.11/site-packages/polyfactory-2.15.0.dist-info/WHEEL b/venv/lib/python3.11/site-packages/polyfactory-2.15.0.dist-info/WHEEL new file mode 100644 index 0000000..5998f3a --- /dev/null +++ b/venv/lib/python3.11/site-packages/polyfactory-2.15.0.dist-info/WHEEL @@ -0,0 +1,4 @@ +Wheel-Version: 1.0 +Generator: hatchling 1.21.1 +Root-Is-Purelib: true +Tag: py3-none-any diff --git a/venv/lib/python3.11/site-packages/polyfactory-2.15.0.dist-info/licenses/LICENSE b/venv/lib/python3.11/site-packages/polyfactory-2.15.0.dist-info/licenses/LICENSE new file mode 100644 index 0000000..4e58f77 --- /dev/null +++ b/venv/lib/python3.11/site-packages/polyfactory-2.15.0.dist-info/licenses/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2021, 2022, 2023 Litestar Org. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. -- cgit v1.2.3