fake.py

Minimalistic, standalone alternative fake data generator with no dependencies

MIT License

Downloads
10.8K
Stars
12
fake.py - 0.10.3

Published by barseghyanartur 11 days ago

2024-10-16

  • Add JPG file support through jpg and jpg_file providers.
fake.py - 0.10.2

Published by barseghyanartur 20 days ago

2024-10-07

  • Test against Python 3.13 and 3.14.
  • Upgrade GitHub Actions.
  • Improve doc-strings.
fake.py - 0.10.1

Published by barseghyanartur 23 days ago

2024-10-05

  • Added password provider.
fake.py - 0.10

Published by barseghyanartur about 1 month ago

2024-09-27

  • For both StringTemplate and LazyStringTemplate the faker
    argument had become optional and positionally moved from first to the last
    place.
  • Improve string templates.
  • Minor documentation improvements.
fake.py - 0.9.9

Published by barseghyanartur about 1 month ago

2024-09-27

  • Improve string templates.
  • Minor documentation improvements.
fake.py - 0.9.8

Published by barseghyanartur about 1 month ago

2024-09-26

  • Implement basic templating.
  • Minor documentation improvements.
fake.py - 0.9.7

Published by barseghyanartur about 1 month ago

2024-09-17

  • Minor (documentation) fixes.
fake.py - 0.9.6

Published by barseghyanartur about 1 month ago

2024-09-16

  • Add ZIP file support through zip and zip_file providers.
  • Add TAR file support through tar and tar_file providers.
  • Add EML file support through eml and eml_file providers.
  • Add inner file functions for creating archive files with unlimited depth.
fake.py - 0.9.5

Published by barseghyanartur about 1 month ago

2024-09-11

  • Minor optimisations.
fake.py - 0.9.4

Published by barseghyanartur 2 months ago

2024-08-18

  • Add WAV audio file support through wav and wav_file providers.
fake.py - 0.9.3

Published by barseghyanartur 3 months ago

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:

      from fakepy 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)
fake.py - 0.9.2

Published by barseghyanartur 3 months ago

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.
fake.py - 0.9.1

Published by barseghyanartur 3 months ago

2024-08-04

  • Minor fixes.
fake.py - 0.9 Latest Release

Published by barseghyanartur 3 months ago

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.
fake.py - 0.8.4

Published by barseghyanartur 3 months ago

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.
fake.py - 0.8.3

Published by barseghyanartur 3 months ago

2024-07-27

  • Added mime_type provider.
fake.py - 0.8.2

Published by barseghyanartur 3 months ago

2024-07-27

  • Added file_extension provider.
fake.py - 0.8.1

Published by barseghyanartur 3 months ago

2024-07-24

  • Added ODT file support through odt and odt_file providers.
fake.py - 0.8

Published by barseghyanartur 3 months ago

2024-07-24

  • The extension argument is renamed to image_format argument for
    png_file, svg_file, bmp_file and gif_file providers.
    The extension argument serves now solely a purpose of providing
    the actual file extension and it's optional (None by default). If
    not given, the image_format value is used for file extension instead.
  • Minor fixes in generation of image files.
  • Added TIF support (tif and tif_file providers).
fake.py - 0.7.5

Published by barseghyanartur 4 months ago

  • Improve text PDF generation according to 1.4 (most common) spec instead
    of 1.0.
Package Rankings
Top 38.72% on Pypi.org