paladini / faker_job_brazil

Brazilian Job Provider for the Faker Python package.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

faker_job_brazil

Latest version released on PyPi |unix_build| |coverage| Apache license version 2.0

faker_job_brazil is a job provider for the Faker Python package focused on existing brazilian jobs.

Usage

Install with pip:

pip install faker_job_brazil

Or install with setup.py

git clone https://github.com/paladini/faker_job_brazil.git
cd faker_job_brazil && python setup.py install

Add the BrazilJobProvider to your Faker instance:

from faker import Faker
from faker_job_brazil import BrazilJobProvider

fake = Faker()
fake.add_provider(BrazilJobProvider)

fake.profissao()
# 'Engenheiro de som'

fake.profissao()
# 'Terapeuta floral'

About

Brazilian Job Provider for the Faker Python package.

License:Apache License 2.0


Languages

Language:Python 99.6%Language:Makefile 0.4%