Skip to content

Releases: christianhelle/autofaker

v1.0.19

18 Nov 15:36
Compare
Choose a tag to compare

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

v1.0.18

03 Aug 07:19
2ee3a12
Compare
Choose a tag to compare

AutoFaker is available from PyPI and should be installed using pip

pip install autofaker==1.0.18

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