| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-28 | 673 Bytes | |
| Version 19.0.0 source code.tar.gz | 2025-12-28 | 18.4 MB | |
| Version 19.0.0 source code.zip | 2025-12-28 | 18.5 MB | |
| Totals: 3 Items | 36.9 MB | 0 | |
- Added many key functions for various transformations. See
mimesis/keys.pyfor the complete list. - Removed the
pytestplugin from the package. Use project-specific fixtures and theFieldclass instead. - Removed the
builtinsmodule from the package. Use custom field handlers instead. - The
Cryptographicprovider now uses a seedable random number generator instead of thesecretsmodule. See [#1656]. - Added
jwt,api_key, andcertificate_fingerprintmethods to theCryptographicprovider. - Added
SchemaBuilderfor generating relational data. - Added
ip_v4_cidr(),ip_v6_cidr(), andcloud_region()methods to theInternetprovider.