nixpkgs/pkgs/development/python-modules/pydantic
Martin Weinelt ac247ed831
python3Packages.pydantic: cythonize
Compiling pydantic with cython is supposed to give a 30-50% performance
benefit.

>>> import pydantic
>>> pydantic.compiled
True

https://pydantic-docs.helpmanual.io/install/#compiled-with-cython
2022-02-17 12:31:55 +01:00
..
default.nix python3Packages.pydantic: cythonize 2022-02-17 12:31:55 +01:00