A collection of useful functions for generating random data.
Project description
Apparata: A Python Script for Generating Realistic Data
Apparata is a Python script that can be used to generate realistic data for a variety of purposes, such as testing, prototyping, and machine learning. It is primarily a wrapper for some functions from the faker library, which provides a wide range of data generation options. However, this script has additional capabilities that Faker does not provide. Apparata can generate a wide range of data types, including:
- Integers
- Floats
- First names
- Last names
- Addresses
- Phone numbers
- Datetimes
- Emails
- Latitudes and longitudes
How to Install Apparata
pip install apparata
How to Use Apparata
To use Apparata, simply import the script into your Python program and call the desired function. For example, to generate a random number with 10 digits, you would use the following code:
import apparata
number = apparata.generate_numbers(10)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file apparata-0.1.2.tar.gz.
File metadata
- Download URL: apparata-0.1.2.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a0582f276c3de53800eecba90fa98280deedbbc09f7d5928d221d531cc0e9d3
|
|
| MD5 |
05bcd53a3744ac0d28d2ee5b3b965b5a
|
|
| BLAKE2b-256 |
557940942c41fc0dfce0dfcf4425036c8688c84a9baf7e80cef1880920a782e8
|
File details
Details for the file apparata-0.1.2-py3-none-any.whl.
File metadata
- Download URL: apparata-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b4946ed772153d027f1f2c4eb151af8447cbe7cfef50b532c607aa350e709cd
|
|
| MD5 |
424baf2f30954587b5132cf488746ff8
|
|
| BLAKE2b-256 |
59e7514c7d0b249d177abddaae62efb3a731dbb25cc075cfda96ca5de1b9d95a
|