Fake.py

Latest version: v0.10

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

Scan your dependencies

Page 2 of 7

0.9.4

-----
2024-08-18

- Add `WAV` audio file support through ``wav`` and ``wav_file`` providers.

0.9.3

-----
2024-08-09

- Prepare for namespaced packages. ``fakepy`` is now an additional registered
namespace, next to ``fake``. All integration packages can make use of
the ``fakepy`` namespace. For instance:

.. code-block:: python

from fake import FAKER
from fakepy.pathy_storage.aws_s3 import AWSS3Storage

STORAGE = AWSS3Storage(
bucket_name="bucket_name",
root_path="tmp", Optional
rel_path="sub-tmp", Optional
)

txt_file = FAKER.txt_file(storage=STORAGE)

STORAGE.exists(txt_file)

0.9.2

-----
2024-08-05

- Implement ``randomise_string`` provider, that replaces placeholders in a
given string with random letters and digits. Placeholders ``?`` are replaced
by random uppercase letters, and placeholders ` are replaced by random
digits.

0.9.1

-----
2024-08-04

- Minor fixes.

0.9

---
2024-08-03

- Drop support for EOL Python 3.7 and almost EOL 3.8.
- Add country support through ``country`` provider.
- Add city support through ``city`` provider.
- Add geo-location support through ``geo_location`` provider.
- Add latitude/longitude support through ``latitude``, ``longitude`` and
``latitude_longitude`` providers.

0.8.4

-----
2024-08-01

- Added ISBN support through ``isbn10`` and ``isbn13`` providers.
- Added country code support through ``country_code`` provider.
- Added locale support through ``locale`` provider.
- Added IBAN support through ``iban`` provider.

Page 2 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.