Brazilian Job Provider for the Faker Python package.
Project description
faker_job_brazil
=========
|pypi| |unix_build| |coverage| |license|
faker_job_brazil is a job provider for the `Faker`_ Python package focused on existing brazilian jobs.
Usage
-----
Install with pip:
.. code:: bash
pip install faker_job_brazil
Or install with setup.py
.. code:: bash
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:
.. code:: python
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'
.. |pypi| image:: https://img.shields.io/pypi/v/faker_web.svg?style=flat-square&label=version
:target: https://pypi.python.org/pypi/faker_job_brazil
:alt: Latest version released on PyPi
.. |license| image:: https://img.shields.io/badge/license-apache-blue.svg?style=flat-square
:target: https://github.com/paladini/faker_job_brazil/blob/master/LICENSE
:alt: Apache license version 2.0
.. _Faker: https://github.com/joke2k/faker
=========
|pypi| |unix_build| |coverage| |license|
faker_job_brazil is a job provider for the `Faker`_ Python package focused on existing brazilian jobs.
Usage
-----
Install with pip:
.. code:: bash
pip install faker_job_brazil
Or install with setup.py
.. code:: bash
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:
.. code:: python
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'
.. |pypi| image:: https://img.shields.io/pypi/v/faker_web.svg?style=flat-square&label=version
:target: https://pypi.python.org/pypi/faker_job_brazil
:alt: Latest version released on PyPi
.. |license| image:: https://img.shields.io/badge/license-apache-blue.svg?style=flat-square
:target: https://github.com/paladini/faker_job_brazil/blob/master/LICENSE
:alt: Apache license version 2.0
.. _Faker: https://github.com/joke2k/faker
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
Close
Hashes for faker_job_brazil-0.0.1.dev0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec4cf0d3e78b3566b97f7e05252418014d8e48ef99680c8d2b47947fa3228ff3 |
|
MD5 | 49aadd687c20f643ce3465204b65f224 |
|
BLAKE2b-256 | 07fc4c63ab9c51cca54678002795a68823e816029b1e810c6b922eb3abf9fc94 |