Generic generator fake data for application and api development.
Project description
fakedadosbr
fakedadosbr is a library to generate fake data to development and debug.
Features
- Fake persons.
- Fake Companys.
- Fake vehicles.
Installation
- Run
pip install fakedadosbr
Exxemple
from fakedadosbr import fake_cidadao, fake_empresa, fake_veiculo
cidadao = fake_cidadao()
company = fake_empresa()
vehicle = fake_veiculo()
print(cidadao)
print(company)
print(vehicle)
Console Output
foo@bar ~/
$ python fakedados_test.py
{'nome': 'Marcos Vinicius Manoel da Conceição', 'idade': 27, 'cpf': '34725101966', 'rg': '170814713', 'data_nasc': '19/02/1994', 'sexo': 'Feminino', 'signo': 'Aquário', 'mae': 'Isabelly Ayla Alícia', 'pai': 'Bernardo Tiago da Conceição', 'email': 'marcosviniciusmanoeldaconceicao__marcosviniciusmanoeldaconceicao@gtx.ag', 'senha': 'MWzTZ8QeEG', 'cep': '54315675', 'endereco': '4ª Travessa Ladeira da Igreja', 'numero': 529, 'bairro': 'Guararapes', 'cidade': 'Jaboatão dos Guararapes', 'estado': 'PE', 'telefone_fixo': '8136207327', 'celular': '81994178412', 'altura': '1,77', 'peso':
65, 'tipo_sanguineo': 'O-', 'cor': 'laranja'}
{'nome': 'Bárbara e Anderson Entulhos Ltda', 'cnpj': '67656533000105', 'ie': '5129572770', 'data_abertura': '18/11/1994', 'site': 'www.barbaraeandersonentulhosltda.com.br', 'email': 'financeiro@barbaraeandersonentulhosltda.com.br', 'cep': '83215330', 'endereco': 'Rua Buenos Aires', 'numero': '564', 'cidade': 'Paranaguá', 'estado': 'PR', 'telefone_fixo': '4126336328', 'celular': '41989684238'}
{'marca': 'AM Gen', 'modelo': 'Hummer Open-Top 6.5 4x4 Diesel TB', 'ano': '1998', 'renavam': '41591742567', 'placa_veiculo': 'NBA7300', 'cor': 'Azul'}
Upgrade
- Run
pip install fakedadosbr --upgrade
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
fakedadosbr-0.0.2.tar.gz
(4.1 kB
view details)
Built Distribution
File details
Details for the file fakedadosbr-0.0.2.tar.gz
.
File metadata
- Download URL: fakedadosbr-0.0.2.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd048ed1d96346522695d9fbc717770060e20d03a1c08c4bd648946c83db32d3 |
|
MD5 | 65c57984e1a17368a2252551989a9503 |
|
BLAKE2b-256 | 7052c4a72e70f95e75a70d3ea2d7187ad392e7e53298d7ae53d9ee869a7ddade |
File details
Details for the file fakedadosbr-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: fakedadosbr-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ab3037c1cf7345e6e61b167b42b428b72fd235fceca6f45d75593c138b3e855 |
|
MD5 | 4d7420afc7e335b996e551d044baf8b9 |
|
BLAKE2b-256 | 1dbbc060ceb9c5423135087a2366eb32b1e314588ec07e40108de91d6a25fd03 |