Faker-file

Latest version: v0.18.1

Safety actively analyzes 723166 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 11 of 13

0.10

----
2023-01-04

*Note, that this release introduces breaking changes!*

- Move all ``create_inner_*_file`` functions from
``faker_file.providers.zip_file`` to
``faker_file.providers.helpers.inner`` module. Adjust your imports
accordingly.
- Add ``EmlFileProvider``.
- Add ``create_inner_eml_file`` inner function.

0.9.3

-----
2023-01-03

- Add ``EpubFileProvider`` provider.

0.9.2

-----
2022-12-23

- Add ``RrfFileProvider``.
- Added ``SQLAlchemy`` factory example.

0.9.1

-----
2022-12-19

- Fixes in cloud storage.
- Documentation fixes.

0.9

---
2022-12-17

- Add optional ``encoding`` argument to ``CsvFileProvider`` and
``PdfFileProvider`` providers.
- Add ``root_path`` argument to cloud storages.
- Moved all image related code (``IcoFileProvider``, ``JpegFileProvider``,
``PngFileProvider``, ``SvgFileProvider``, ``WebpFileProvider``) to
``ImageMixin``. Moved all tabular data related code (``OdsFileProvider``,
``XlsxFileProvider``) to ``TabularDataMixin``.
- Documentation improvements.

0.8

---
2022-12-16

*Note, that this release introduces breaking changes!*

- All file system based operations are moved to a separate abstraction layer
of file storages. The following storages have been implemented:
``FileSystemStorage``, ``PathyFileSystemStorage``, ``AWSS3Storage``,
``GoogleCloudStorage`` and ``AzureStorage``. The ``root_path``
and ``rel_path`` params of the providers are deprecated in favour of
storages. See the docs more usage examples.

Page 11 of 13

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.