Metadata-Version: 2.1
Name: mockalot
Version: 0.2.0
Summary: Mockup data generator library.
License: MIT
Author: Flávio Teixeira
Author-email: flavio.mtps@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: Faker (>=24.4.0,<25.0.0)
Description-Content-Type: text/markdown

# mockalot

[![codecov](https://codecov.io/gh/flavsdotpy/mockalot/master/graph/badge.svg?token=FMD26G97A7)](https://codecov.io/gh/flavsdotpy/mockalot)
![example workflow](https://github.com/flavsdotpy/mockalot/actions/workflows/ci.yml/badge.svg)

> :warning: **Work In Progress**: Library still in very early stages!

Sample data generator library.  \
The motivation to create this project was the high number of limitations for similar web apps in the free tier. This is easy to run locally, at Jupyter or even have it as a library for other projects.

# Features

This is a library to help with sample data generation in a number of different ways:
> - Modular generators to help you get single random values
> - Full-scope class to generate batches of data
> - Modular writers to have your sample data writen directly into the most popular formats.

# Usage

There are usage examples [here](./examples/).

# Roadmap

You can see the project's roadmap [here](https://github.com/flavsdotpy/mockalot/issues).

# Author

* **[flavsdotpy](https://github.com/flavsdotpy)**

# License

mockalot is available under the MIT license. See the LICENSE file for more info.

