faker-file

Create files with fake data. In many formats. With no efforts.

MIT License

Downloads
10K
Stars
82
Committers
1
faker-file - 0.11.3

Published by barseghyanartur over 1 year ago

  • Moved several interface classes from one location to another. If you haven't
    implemented custom generators, this won't affect you. If you did, make sure
    to update your imports:

    • BaseTextAugmenter has been moved from
      faker_file.providers.augment_file_from_dir.augmenters.base to
      faker_file.providers.base.text_augmenter.
    • BaseTextExtractor has been moved from
      faker_file.providers.augment_file_from_dir.extractors.base to
      faker_file.providers.base.text_extractor.
    • BaseMp3Generator has been moved from
      faker_file.providers.mp3_file.generators.base to
      faker_file.providers.base.mp3_generator.
faker-file - 0.11.2

Published by barseghyanartur over 1 year ago

  • Add filename to data of response objects (StringValue, BytesValue).
faker-file - 0.11.1

Published by barseghyanartur over 1 year ago

  • Documentation improvements.
  • MyPy fixes.
faker-file - 0.11

Published by barseghyanartur almost 2 years ago

  • Allow returning binary contents of the file by providing the raw=True argument (works with all provider classes and inner functions).
faker-file - 0.10.12

Published by barseghyanartur almost 2 years ago

  • Add TarFileProvider and create_inner_tar_file function.
  • Add OdpFileProvider and create_inner_odp_file function.
faker-file - 0.10.11

Published by barseghyanartur almost 2 years ago

  • Improve EPUB document layout.
  • Improve PDF document layout.
  • Minor documentation improvements.
faker-file - 0.10.10

Published by barseghyanartur almost 2 years ago

  • Allow passing model_name and action arguments to the ContextualWordEmbeddingsAugmenter.
  • Replace bert-base-cased with bert-base-multilingual-cased as a default model for ContextualWordEmbeddingsAugmenter.
  • Improve PPTX document layout.
  • Minor fixes in documentation.
faker-file - 0.10.9

Published by barseghyanartur almost 2 years ago

  • Add an installation directive [common] to install everything except ML libraries.
  • Added testing of UTF8 content.
faker-file - 0.10.8

Published by barseghyanartur almost 2 years ago

  • Switch to PyPI releases of gtts.
  • Stop testing against Django 3.0 and 3.1.
  • Documentation improvements.
  • Tests improvements.
faker-file - 0.10.7

Published by barseghyanartur almost 2 years ago

  • Add OdtFileProvider and create_inner_odt_file function.
  • Documentation improvements.
  • Async related deprecation fixes in EdgeTtsMp3Generator.
  • Optimize example factories.
faker-file - 0.10.6

Published by barseghyanartur almost 2 years ago

  • Add AugmentFileFromDirProvider provider for making augmented copies of randomly picked files from given directory.
  • Documentation improvements.
  • Fixes in setup.
faker-file - 0.10.5

Published by barseghyanartur almost 2 years ago

  • Add fuzzy_choice_create_inner_file inner function.
  • Documentation improvements.
  • Add MaryTTS example (another MP3 generator for Mp3FileProvider).
faker-file - 0.10.4

Published by barseghyanartur almost 2 years ago

  • Add missing mp3_generator_kwargs argument to the create_inner_mp3_file function.
  • Clean-up.
faker-file - 0.10.3

Published by barseghyanartur almost 2 years ago

Improvements of the mp3_file module:

  • Pass active generator to the Mp3FileProvider in the generator argument if BaseMp3Generator (and all implementations).
  • Introduce handle_kwargs method in the BaseMp3Generator to handle arbitrary provider specific tuning.
  • Add EdgeTtsMp3Generator MP3 generator.
  • Add mp3_generator_kwargs argument to the Mp3FileProvider.mp3_file method.
faker-file - 0.10.2

Published by barseghyanartur almost 2 years ago

  • Add Mp3FileProvider.
  • Add create_inner_mp3_file inner function.
faker-file - 0.10.1

Published by barseghyanartur almost 2 years ago

  • Fixes in ZipFileProvider.
faker-file - 0.10

Published by barseghyanartur almost 2 years ago

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.
faker-file - 0.9.3

Published by barseghyanartur almost 2 years ago

  • Add EpubFileProvider provider.
faker-file - 0.9.2

Published by barseghyanartur almost 2 years ago

  • Add RrfFileProvider.
  • Added SQLAlchemy factory example.
faker-file - 0.9.1

Published by barseghyanartur almost 2 years ago

  • Fixes in cloud storage.
  • Documentation fixes.
Package Rankings
Top 18.43% on Pypi.org
Related Projects