Mockalot

Latest version: v0.3.1

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

Scan your dependencies

0.3.0

Changes
* Renamed project to Mockalot
* Created the concept of "In-memory" writers:
* **Python list**: returns the fake data as a list of dicts
* **Pandas dataframe**: returns the fake data as a pandas dataframe (pre-install of pandas required, included with `pip install mockalot[pandas]`)
* **Pyspark dataframe**: returns the fake data as a pyspark dataframe (pre-install of pyspark required, included with `pip install mockalot[pyspark]`)
* Added a parquet file writer (pre-install of pyarrow required, included with `pip install mockalot[parquet]`)


Compare Changes
You can view the changes between this release and the previous version [here](https://github.com/flavsdotpy/mockalot/compare/0.2.0...0.3.0).

0.2.0

Changes

* Huge changes on how generators and writers are managed and used
* Added unit testing and coverage
* Added CI pipeline
* Improved README
* Published to [PyPi](https://pypi.org/project/mockalot/)

Compare Changes
You can view the changes between this release and the previous version [here](https://github.com/flavsdotpy/mockalot/compare/0.1.0...0.2.0).

0.1.0

MVP finished

Features

* Writers to Json and CSV
* Generators:
* Sequence
* Integer
* Float
* UUID
* Date
* Name
* Email
* Phone Number
* City
* Country
* ListPicker

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.