Skip to content

v1.0.19

Latest
Compare
Choose a tag to compare
@christianhelle christianhelle released this 18 Nov 15:36
· 82 commits to main since this release

AutoFaker is available from PyPI and should be installed using pip

pip install autofaker==1.0.19

Supported data types

Currently autofaker supports creating anonymous variables for the following data types:

Built-in types:

  • int
  • float
  • str
  • complex
  • range
  • bytes
  • bytearray

Datetime types:

  • datetime
  • date

Classes:

  • Simple classes
  • @DataClass
  • Nested classes (and recursion)
  • Classes containing lists of other types
  • Enum classes

Dataframes:

  • Pandas dataframe

What's Changed

Contributors