
Language en_CA
===============

``faker.providers.address``
---------------------------

::

	fake.latitude()
	# Decimal('70.616975')

	fake.street_name()
	# u'Jennifer Island'

	fake.address()
	# u'34539 Moreno Passage Apt. 391\nEast Mark, NV S2N3C9'

	fake.street_address()
	# u'27429 Ramirez Land'

	fake.postcode()
	# u'96608'

	fake.country_code(representation="alpha-2")
	# u'SL'

	fake.longitude()
	# Decimal('87.094545')

	fake.country()
	# u'Denmark'

	fake.geo_coordinate(center=None, radius=0.001)
	# Decimal('174.253031')

	fake.postal_code_letter()
	# u'Y'

	fake.province()
	# u'Northwest Territories'

	fake.city_prefix()
	# u'New'

	fake.city_suffix()
	# u'view'

	fake.building_number()
	# u'5756'

	fake.street_suffix()
	# u'Roads'

	fake.secondary_address()
	# u'Suite 792'

	fake.city()
	# u'Lake Carrie'

	fake.province_abbr()
	# u'NV'

	fake.postalcode()
	# u'R3E 2X2'

``faker.providers.automotive``
------------------------------

::

	fake.license_plate()
	# u'296 NVX'

``faker.providers.bank``
------------------------

::

	fake.bban()
	# 'IBDO5519490663232'

	fake.bank_country()
	# 'GB'

	fake.iban()
	# 'GB62LFZA2730503008592'

``faker.providers.barcode``
---------------------------

::

	fake.ean(length=13)
	# u'8432170297430'

	fake.ean13()
	# u'9709426658796'

	fake.ean8()
	# u'13062484'

``faker.providers.color``
-------------------------

::

	fake.rgb_css_color()
	# u'rgb(170,152,1)'

	fake.color_name()
	# u'MintCream'

	fake.rgb_color()
	# u'247,10,15'

	fake.safe_hex_color()
	# u'#775500'

	fake.safe_color_name()
	# u'aqua'

	fake.hex_color()
	# u'#cd6f37'

``faker.providers.company``
---------------------------

::

	fake.company()
	# u'Johnson Ltd'

	fake.company_suffix()
	# u'LLC'

	fake.catch_phrase()
	# u'Operative disintermediate implementation'

	fake.bs()
	# u'leverage intuitive applications'

``faker.providers.credit_card``
-------------------------------

::

	fake.credit_card_security_code(card_type=None)
	# u'596'

	fake.credit_card_provider(card_type=None)
	# u'JCB 16 digit'

	fake.credit_card_full(card_type=None)
	# u'American Express\nThomas Pope\n372647487605360 01/26\nCID: 2317\n'

	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")
	# '11/23'

	fake.credit_card_number(card_type=None)
	# u'4439430760559238881'

``faker.providers.currency``
----------------------------

::

	fake.cryptocurrency_code()
	# 'ETC'

	fake.currency_code()
	# 'AZN'

	fake.currency_name()
	# 'Bhutanese ngultrum'

	fake.cryptocurrency_name()
	# 'Primecoin'

	fake.cryptocurrency()
	# ('KOI', 'Coinye')

	fake.currency()
	# ('MVR', 'Maldivian rufiyaa')

``faker.providers.date_time``
-----------------------------

::

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2019, 6, 14, 1, 5, 36)

	fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None)
	# <generator object time_series at 0x7fff899426e0>

	fake.date_between_dates(date_start=None, date_end=None)
	# datetime.date(2019, 5, 15)

	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
	# datetime.datetime(1998, 6, 26, 0, 11, 26)

	fake.date_this_decade(before_today=True, after_today=False)
	# datetime.date(2014, 3, 4)

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2019, 5, 10, 9, 11, 53)

	fake.past_date(start_date="-30d", tzinfo=None)
	# datetime.date(2019, 4, 22)

	fake.day_of_week()
	# 'Tuesday'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2015, 5, 2, 6, 25, 36)

	fake.date_between(start_date="-30y", end_date="today")
	# datetime.date(1995, 10, 16)

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2007, 5, 19, 3, 10, 15)

	fake.date(pattern="%Y-%m-%d", end_datetime=None)
	# '2010-03-09'

	fake.am_pm()
	# 'AM'

	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
	# datetime.datetime(2019, 5, 15, 4, 20, 45)

	fake.date_object(end_datetime=None)
	# datetime.date(1979, 9, 19)

	fake.date_this_year(before_today=True, after_today=False)
	# datetime.date(2019, 4, 12)

	fake.iso8601(tzinfo=None, end_datetime=None)
	# '1993-03-23T08:43:31'

	fake.future_date(end_date="+30d", tzinfo=None)
	# datetime.date(2019, 5, 31)

	fake.date_this_century(before_today=True, after_today=False)
	# datetime.date(2010, 7, 29)

	fake.month()
	# '12'

	fake.year()
	# '1993'

	fake.day_of_month()
	# '03'

	fake.unix_time(end_datetime=None, start_datetime=None)
	# 311300234

	fake.timezone()
	# u'Indian/Antananarivo'

	fake.century()
	# u'XXI'

	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
	# datetime.date(1995, 9, 16)

	fake.time_object(end_datetime=None)
	# datetime.time(12, 29, 58)

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2019, 4, 10, 6, 7, 1)

	fake.date_time(tzinfo=None, end_datetime=None)
	# datetime.datetime(1992, 5, 11, 19, 58, 32)

	fake.time(pattern="%H:%M:%S", end_datetime=None)
	# '10:47:36'

	fake.date_this_month(before_today=True, after_today=False)
	# datetime.date(2019, 5, 4)

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2019, 5, 14, 2, 2, 25)

	fake.month_name()
	# 'April'

	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
	# datetime.datetime(821, 12, 29, 12, 48, 35)

	fake.time_delta(end_datetime=None)
	# datetime.timedelta(15175, 10638)

``faker.providers.file``
------------------------

::

	fake.unix_device(prefix=None)
	# u'/dev/xvda'

	fake.mime_type(category=None)
	# u'image/pjpeg'

	fake.file_path(depth=1, category=None, extension=None)
	# u'/cum/sit.png'

	fake.unix_partition(prefix=None)
	# u'/dev/xvdk9'

	fake.file_name(category=None, extension=None)
	# u'similique.doc'

	fake.file_extension(category=None)
	# u'webm'

``faker.providers.internet``
----------------------------

::

	fake.ascii_free_email(*args, **kwargs)
	# 'dalesmith@gmail.com'

	fake.image_url(width=None, height=None)
	# u'https://placeholdit.imgix.net/~text?txtsize=55&txt=533x501&w=533&h=501'

	fake.tld()
	# u'org'

	fake.email(*args, **kwargs)
	# u'norriskristen@bowers.com'

	fake.url(schemes=None)
	# u'http://johnson-thompson.com/'

	fake.ipv4_private(network=False, address_class=None)
	# '10.142.11.64'

	fake.user_name(*args, **kwargs)
	# u'whansen'

	fake.uri_extension()
	# u'.htm'

	fake.uri_page()
	# u'post'

	fake.free_email_domain(*args, **kwargs)
	# u'yahoo.com'

	fake.safe_email(*args, **kwargs)
	# u'taralewis@example.com'

	fake.ascii_email(*args, **kwargs)
	# 'tlewis@joyce-tate.net'

	fake.ipv4_network_class()
	# u'a'

	fake.ipv4_public(network=False, address_class=None)
	# '192.0.0.255'

	fake.ascii_company_email(*args, **kwargs)
	# 'conneredward@sanders-anderson.biz'

	fake.domain_name(*args, **kwargs)
	# u'barnett.com'

	fake.ipv4(network=False, address_class=None, private=None)
	# '152.139.93.211'

	fake.domain_word(*args, **kwargs)
	# u'hodge'

	fake.slug(*args, **kwargs)
	# u'tempora-laborum'

	fake.uri_path(deep=None)
	# u'tags/list/category'

	fake.company_email(*args, **kwargs)
	# u'matthew66@wilson.com'

	fake.uri()
	# u'http://www.hurst-oliver.com/home.php'

	fake.ipv6(network=False)
	# '408b:9404:3a88:1c63:8dda:ec:6d68:9bfb'

	fake.free_email(*args, **kwargs)
	# u'angela97@yahoo.com'

	fake.ascii_safe_email(*args, **kwargs)
	# 'michelle31@example.com'

	fake.mac_address()
	# u'43:fd:c2:31:92:2e'

``faker.providers.isbn``
------------------------

::

	fake.isbn10(separator="-")
	# u'0-8193-6732-X'

	fake.isbn13(separator="-")
	# u'978-0-628-83265-8'

``faker.providers.job``
-----------------------

::

	fake.job()
	# 'Veterinary surgeon'

``faker.providers.lorem``
-------------------------

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Adipisci adipisci possimus nisi nostrum nostrum. Repellat magnam nam voluptatibus optio illo facere.\nQuod sapiente sunt. Ipsum veniam repudiandae distinctio ipsa.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Autem consectetur ea in itaque rerum labore repellat. Iure molestiae eveniet ipsam ratione deserunt exercitationem aut.',
	#     u'Odio laborum placeat officia. Dicta harum officiis impedit exercitationem numquam.',
	#     u'Sit eaque est aspernatur dolor aspernatur. Distinctio unde quis cupiditate mollitia ducimus nobis. Provident quos facilis.']

	fake.words(nb=3, ext_word_list=None)
	# [u'occaecati', u'repudiandae', u'a']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Consectetur accusantium aliquid aliquid deleniti.',
	#     u'Commodi aliquid veniam aspernatur.',
	#     u'Excepturi eaque aliquid quam.']

	fake.word(ext_word_list=None)
	# u'facilis'

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Maxime sunt minima repudiandae ducimus odit voluptatibus. Quae aliquam consequatur quis. Eos sunt illum facere deserunt vitae.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Harum repellendus molestias tempore ducimus quia repellat.'

``faker.providers.misc``
------------------------

::

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
	# u'Ht8NcGXOp*'

	fake.locale()
	# u'cmn_TW'

	fake.binary(length=1048576)
	# bytearray(b'\xf7\xdb:\xac\x00V\xf8\xc1h\'~7\xb3\x04\x1d\x1c\xce\xb8\x1c\x00\tnZ\xcf_\xd3\xf31\xad\x8b\x10\x9d\xe3\xc3\x83\xab\x8e\xa1\xd7}\x91\xb7M\x1a\x91\xa9\x1c\x15Z\xcf\x17\xabr\xbf\'\xbeC\xbf\x18U\xf1\xf3H\x12\x16\xd4\x13\xa9\x02L m\xe6\xa0\x9fZ%o\xcd\x084mo\xfc3\t\xa13\x84\xdcQH\xde\x0e\x8d\x91\x0bb-[\x07>\x07\x0f6\xd0I4\x9c~\xc5W\x1f\x8b@\xb5\xdee\x91\xb3\xa5\xb7\xdeQ\xdc;\xbf\xf5\x17+\xe6(\xfe\xd1\x9d\xf3m\x85h\x07\xb2\xc6\xed\x92\'$\x89z[zx\x0c?\x8a_L\x9b\n\xd0\xf8e\xd61\xd6"\xa0<v\xe2Vz\x8a\xcc\x0e\x15&18\x1e\xb6\xa1Tm\xe0\xafmK#\x02\x93\xba\xba[\xd3\x97\xa0\xb2&Q\\\xf6\x10\xbcj\xd4\x89tI@\x05S\x1f\x93g|k\xf1dyC\x94\x1a\xaee-4\xd1\x1e\x1a\xfak\xf6\xe5\xd6\x98N\x97\xbeu\xe3B\xea~=\n\x10\x95\x132cr\xff\xc4\xdd>\'\xf4\xc56\xb4;\xaa\x1e\xef\xb8\xfa\x80\xa3\x10\xf3\x12.\xb2\xc9\xb5\xde!\x00"\xa1\xbar[D\xb8\x12\xeb\xa2U\xd9\xd0\xcc\xb5\x93\xc9\xa48Pr,\x96\x88\xb1]\xe3\xe0b\xa9\x1aW0\xcf\xe9)\x9c\xa9\xbd\x05\x93\xad[\xdd\xdc\xe3\xec\xc1Q\xff\xa4&$wI\x1c\xfe\x02\x19I\xec\xe5o\x05\xdc\x93K\x14j\xbf]\xf1\xa5&\xdf"O\xd0?e\x06\xad1\x85\x1dd!%.\x8fx\xb4g?\xf2W"e=\xca\xf3\x00\xe9\xf9\x9f1\xce\xc0p\x06\x19\x8e\x0c\x11\xdc \'\xa3\xe0\x11~\xb1v\xa2\xc7*n0\xd2\xc1\x8b\xa3 $;\xf9\xb6\xd9x\xb9l5\xa4\x8bR\x8e\x07\x1d\xcdt\xa0L\x0c\xf1_D\x96UX\xc8z\xf6}_\xe7\xebi\x9a\xe2\x80\x80h\xdb\x01\xb0\x08O\xf0\xe8k5tG\x84\x16\x80\xbb~Q<\x93\xfb\x18:\xb5,\x15)\xc3(\xde\xc0\xccop/\x0cU\xfe\x02bCH\xd4&b\x15\xc2x\xb2\x96#4{\xc5\xe8. \x1b"9\xd4.\xedE\xc8\x96\xa0N\xd0\x0c\xac\xa6,\x92*\x93\x9e\x9e\xa5\x15\xa8[a\xe8\xfc\xe9p\xaaC\x90K\xbcJe\x9bW\x8dI\xf0x\xe9*\xc7\xf0:\xbd\xad\xea.w\xfe\xdd.\x92C\xe9\'{\x84NW\xee\xfe\x90-*\x04\x92\x89\xda\x86\x18\xb6\x8eL\xce\x9d\x01$\xc3\x1eB7\xa6\xce\x84\xd8\xa6I\xf7\xa6VT\x80\x12\x1e\xc66\x1dL\xa8\xfc\\\x84=p\xc6\x99\xf2h\x05\x01\x84\x85\x9a2\x97M\xf9JM\x9e\x0eo\x87\x121\x10\xd7f\x84\xcd\xd1n~.|}\x9an_\xce\x19K\x08\xa2\xb8\x99\x85\xac\xbe\x9dX+{\x00@\xc1\xc7\xf7\xef\x1b\xbe\xce\x19\x08\xfd\x132D4\x00\xc2\xd8w\xa3^Sv\xfb"\x1d\xeb5m\x94~\r\xcd\xabl\x9c\xc0<f6n\xb23"b5\xd6Uw"\x9e"\x95\x88A\x957\x02\xf0A\x13\xf1M\x0b9w$\x14G\xa9\xb9\x8b\x7fL\x9b\xb6D\x8eL\x1d\xcc\xfc\xbc\xf4\x15\xb7af=\xee\\\x13\n\xa88.\x88?\x93 +?\xef\x84\x00\xbb3\x95\xce\x03\x01\x0e\xcf\xa5\xd4\xd3/\xd7\x9e\xd9%\x00\x1d\x84\xae\x13\xc0\xae\xaeyz\xcb\xc8\x8cN\xd0\xdd\xf8"\xa9\x0b\x10\x8a\r &\xd2\x12\xca\xc6to&w\xc9\x0f_\xcae\xbd.g\x84\xf2\xa5[\x0fqx\xe9b-7\xa5\xf4g\xfd\xb4\xf5Kz\x01\x7f\xc0y`h\xc9\x08in\xda-\xa4\x18p*\x14\x9c\xa0\xd3G\xfa+\x11\xb2\x80\xa2\xd5\x0f\x03\xa3x\xbcFF\x13\xcb\x18\xb4\xe5`\xcf2p\xb0\x14\xa9l\xb2_\xff)1\xfdn\x83\xfd\xef\xb3wG\x00#\xfa.Bu\x88D\x92\xc3\x8b\xc1\xe5\xc9\xcc\xc1D(\xc8\x15\xba\xb2\x03@\x0e\xa2\x9f\xf5\xdbL\xa3y&\xddz_\xb8\xef\xb8\x94&\x03\xd7\xb8\x95\r\x85\xd9l\xe1|\x14\x07M\x88\x81\xadr\x94\x13\xac5d\x8d\xf2*a\xa5\xd55$\x1a\x1f$`\x94:\xb3"\x974\x9a+O\xfb\xba\xd5\xdd\xf2\xd3\xed\xea\xd2~\x03\xeb\x15\xb2\x1bCLu\x92\x01\x98hvQ-c\xe5\x07E2\x9a\xdf\x04')

	fake.md5(raw_output=False)
	# '06d87a384b34c339906033eac353dd8c'

	fake.sha1(raw_output=False)
	# 'dd060a1fab64b55dbc8fec532241544a30d0b4bc'

	fake.null_boolean()
	# None

	fake.sha256(raw_output=False)
	# '4428272dc9c91f4d02362610d9b3e3d4094de9f58248d4d9ebb48ca70a6278b5'

	fake.uuid4()
	# '9021b8cf-d543-43f6-27ee-bd52a2598312'

	fake.language_code()
	# u'szl'

	fake.boolean(chance_of_getting_true=50)
	# True

``faker.providers.person``
--------------------------

::

	fake.last_name_male()
	# u'Wells'

	fake.name_female()
	# u'Michelle Russell'

	fake.prefix_male()
	# u'Mr.'

	fake.prefix()
	# u'Mr.'

	fake.name()
	# u'Charles Pierce'

	fake.suffix_female()
	# u'DVM'

	fake.name_male()
	# u'Erik Castaneda MD'

	fake.first_name()
	# u'Ashley'

	fake.suffix_male()
	# u'DDS'

	fake.suffix()
	# u'PhD'

	fake.first_name_male()
	# u'Chad'

	fake.first_name_female()
	# u'Jennifer'

	fake.last_name_female()
	# u'Martinez'

	fake.last_name()
	# u'Wu'

	fake.prefix_female()
	# u'Mrs.'

``faker.providers.phone_number``
--------------------------------

::

	fake.phone_number()
	# u'(397) 045-1410 x528'

	fake.msisdn()
	# '4591021873969'

``faker.providers.profile``
---------------------------

::

	fake.simple_profile(sex=None)
	# {   'address': u'9121 Little Plaza Apt. 443\nNorth Timothy, NL K9R 7N5',
	#     'birthdate': datetime.date(1965, 9, 10),
	#     'mail': u'smithsuzanne@hotmail.com',
	#     'name': u'Christine Martinez',
	#     'sex': 'F',
	#     'username': u'katherinegibbs'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'8563 Jesse Mall Apt. 966\nLarryborough, NT C8N 2M3',
	#     'birthdate': datetime.date(1907, 5, 3),
	#     'blood_group': '0-',
	#     'company': u'Mcgee Ltd',
	#     'current_location': (Decimal('21.3385335'), Decimal('155.988545')),
	#     'job': 'Trading standards officer',
	#     'mail': u'fcordova@hotmail.com',
	#     'name': u'Sergio Marshall',
	#     'residence': u'1235 Smith Cliff\nScottburgh, AB B4R 1G1',
	#     'sex': 'M',
	#     'ssn': u'682 204 177',
	#     'username': u'martinkimberly',
	#     'website': [u'http://www.cortez-allen.com/']}

``faker.providers.python``
--------------------------

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'LWLYLhbtkRFPNnBKXjcu',
	#     6291,
	#     u'HkJBcTnGjvBpNrYqPDak',
	#     u'NnCZHuiunFVxjrfaWfJw',
	#     u'tAIMbxDkjEhQyNQlLLcK',
	#     u'http://anderson-duncan.com/main.html',
	#     6067,
	#     u'SnWzPITOXlXbGOoZqcBW',
	#     325083546.183,
	#     u'IgMwjvCLxZcNbrmxbAWl',
	#     7138,
	#     u'jTIHBCTqKwxQohqkRswn']

	fake.pystr(min_chars=None, max_chars=20)
	# u'rWyDKMjpJqTzbFGOJBNo'

	fake.pystruct(count=10, *value_types)
	# (   [   Decimal('12931038163.6'),
	#         u'QOLKryNLnsbaGhcofUjL',
	#         datetime.datetime(1978, 6, 9, 12, 19, 23),
	#         7049,
	#         3767,
	#         535624534889.0,
	#         u'vVsvKrkigStQdtKJKCPe',
	#         4606,
	#         Decimal('-8136479913.67'),
	#         753728023748.2],
	#     {   u'aliquam': u'http://www.walters.info/main/about/',
	#         u'autem': datetime.datetime(2006, 6, 12, 7, 17, 48),
	#         u'dicta': u'curtisdavis@morales-parker.com',
	#         u'eius': Decimal('4.12793302427E+13'),
	#         u'eveniet': 41925.62842,
	#         u'iste': u'http://www.burns.com/categories/main/category/',
	#         u'iure': u'TLHDzZRkkqMztwHOfakg',
	#         u'laudantium': 7949,
	#         u'nulla': datetime.datetime(1978, 3, 8, 13, 29, 14),
	#         u'soluta': 91350160633.52},
	#     {   u'aut': {   1: u'FLqFOLKKGVgOsPyYgzbq',
	#                     2: [   u'VHTfnzAShGdGwYqTIVdQ',
	#                            u'ROFiSMHNkcRppBzOYWJj',
	#                            u'danielle88@hotmail.com'],
	#                     3: {   1: -81358447.57513,
	#                            2: u'HOQwWQxMwFvXGQgDhOFa',
	#                            3: [3301, u'XfXzBRTBOadCpCAopgdi']}},
	#         u'culpa': {   4: u'PXloShapJreMzLIsmsVV',
	#                       5: [   u'AecNvNYVQFVfkTugNOnt',
	#                              u'curtisbradley@gmail.com',
	#                              7395],
	#                       6: {   4: u'ZvNVPwGwXOZnBYypIvMN',
	#                              5: u'https://thompson.biz/login.htm',
	#                              6: [u'AmKZdECtxovkkZFBfFwj', 9204]}},
	#         u'eveniet': {   8: 3478,
	#                         9: [   1536,
	#                                u'ZBcCpRlAwfTSHXqhtClA',
	#                                Decimal('72924572005.0')],
	#                         10: {   8: Decimal('2.73408903869E+13'),
	#                                 9: Decimal('2.5890273493'),
	#                                 10: [   -643880632080067.0,
	#                                         u'VqbspZuONleWfTSVQXmD']}},
	#         u'exercitationem': {   6: u'QKLvoGbYYnhXALtSzLKi',
	#                                7: [   u'erikjackson@yahoo.com',
	#                                       7365,
	#                                       u'https://www.miller.com/'],
	#                                8: {   6: u'MbgwHPejSDFchrCCvtgm',
	#                                       7: -25274.23869455,
	#                                       8: [   u'dickersonanthony@yahoo.com',
	#                                              Decimal('-2057794259.69')]}},
	#         u'magnam': {   9: u'XlehfQeLJhZMtIqyPOvf',
	#                        10: [   u'ogeorge@robinson.com',
	#                                239.54919,
	#                                Decimal('5.23820145782E+12')],
	#                        11: {   9: datetime.datetime(1978, 3, 10, 6, 24, 48),
	#                                10: datetime.datetime(1976, 5, 24, 5, 16, 25),
	#                                11: [8517, u'bschmidt@hotmail.com']}},
	#         u'molestias': {   7: u'ucwPEeSZnxFJRRTMaKJR',
	#                           8: [   datetime.datetime(1971, 12, 18, 7, 57, 8),
	#                                  1304,
	#                                  u'mGADpGuXyaDRDSUFyMxz'],
	#                           9: {   7: 2709,
	#                                  8: datetime.datetime(2000, 5, 7, 13, 18, 42),
	#                                  9: [   u'leKwnHFohcLXZHOVEMNT',
	#                                         u'http://miller-anderson.biz/list/main/home.php']}},
	#         u'odio': {   2: Decimal('208944075.969'),
	#                      3: [   3797,
	#                             u'STtRJtCXdhdmIhKgfxhw',
	#                             u'https://hunter-hernandez.com/privacy/'],
	#                      4: {   2: u'keHCJEEgTdckHyCeHCAw',
	#                             3: Decimal('-9476825.8267'),
	#                             4: [   datetime.datetime(1993, 2, 28, 3, 33, 10),
	#                                    778]}},
	#         u'quisquam': {   0: 8358,
	#                          1: [   u'eNJeiSyKXbEMwdACXEnR',
	#                                 u'sxXXSZPSHZuwzKjFgxRt',
	#                                 0.238279],
	#                          2: {   0: 2401,
	#                                 1: u'AQbJrdpXgNimkQsBLjvS',
	#                                 2: [   u'https://www.anderson-byrd.com/tags/search/',
	#                                        103]}},
	#         u'veniam': {   3: 3504,
	#                        4: [   u'CnioaJrxcGfKqJxzhZqe',
	#                               u'krpAcsxJOKRXoApeynpa',
	#                               3573],
	#                        5: {   3: u'http://wilson.com/',
	#                               4: u'SIMoLDqmCFfEXmgKKLaa',
	#                               5: [   u'TEzSOnCzVsXVbvyOjxgo',
	#                                      u'HPaTEokkmjijpActbrgk']}},
	#         u'voluptatum': {   5: -30.9523891,
	#                            6: [   u'gonzaleznicole@yahoo.com',
	#                                   Decimal('-2.47772449468E+13'),
	#                                   u'gegbNlRGpvlyUfzKeDgM'],
	#                            7: {   5: u'WMGAtvgQftPGkfHSFtyA',
	#                                   6: u'WpyPIrQwVtbhvWaSChYC',
	#                                   7: [   u'xgnEYkvvEEwUNrVbAxXe',
	#                                          -714824.71453778]}}})

	fake.pyfloat(left_digits=None, right_digits=None, positive=False)
	# 9.562639959

	fake.pydecimal(left_digits=None, right_digits=None, positive=False)
	# Decimal('-7690936180.3')

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'david55@gmail.com',
	#     89062.3054,
	#     6648,
	#     3469,
	#     -2972.857569,
	#     u'https://www.vaughn.com/categories/author/',
	#     u'eLAXDtIeZCophVFPjyfa',
	#     Decimal('-494589346823'),
	#     u'teresagraham@snyder-clark.com',
	#     u'dcVpZrXRRTsOALewmyeg',
	#     u'EVxFgQnUwWxFSdrPwTbO',
	#     u'http://vega-turner.com/register.asp',
	#     -367120.411713451]

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   u'zTqbWuPlNhfAePlelMAD',
	#     -322721484065.3,
	#     u'mbUHoAnmMWVZnnQSNwda',
	#     datetime.datetime(2017, 3, 2, 2, 49, 50),
	#     3002,
	#     u'NbWkQkDBHDagfgWMdfwP')

	fake.pybool()
	# True

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'vDTVqJJwVTLjIiTgZDbY', 9410, 410020458.0, 2670, 3699, u'nguXdRGcmlfBdgeCGFIh', u'eEdvzHFwazbyuHBdasJM', datetime.datetime(2011, 9, 15, 20, 15, 23)])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'amet': u'pgxyNQrrCjGZDRlkwBjM',
	#     u'commodi': u'TjXtCTADHwgbbjZJuNUx',
	#     u'consequuntur': Decimal('-58.1358'),
	#     u'earum': Decimal('90560070984.9'),
	#     u'facere': u'orPyQtmtpcSTonnBihPp',
	#     u'minima': datetime.datetime(1978, 2, 27, 12, 25, 1),
	#     u'quia': Decimal('3.60952931481E+13')}

	fake.pyint()
	# 9442

``faker.providers.ssn``
-----------------------

::

	fake.ssn()
	# u'120 431 770'

``faker.providers.user_agent``
------------------------------

::

	fake.mac_processor()
	# u'PPC'

	fake.firefox()
	# u'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.7.20) Gecko/2017-07-10 02:03:34 Firefox/15.0'

	fake.linux_platform_token()
	# u'X11; Linux x86_64'

	fake.opera()
	# u'Opera/8.91.(X11; Linux x86_64; os-RU) Presto/2.9.180 Version/11.00'

	fake.windows_platform_token()
	# u'Windows 95'

	fake.internet_explorer()
	# u'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 5.2; Trident/3.0)'

	fake.user_agent()
	# u'Opera/8.30.(Windows NT 5.0; ha-NG) Presto/2.9.172 Version/12.00'

	fake.linux_processor()
	# u'i686'

	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
	# u'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5362 (KHTML, like Gecko) Chrome/46.0.860.0 Safari/5362'

	fake.mac_platform_token()
	# u'Macintosh; PPC Mac OS X 10_8_4'

	fake.safari()
	# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_0 like Mac OS X; dv-MV) AppleWebKit/532.23.1 (KHTML, like Gecko) Version/3.0.5 Mobile/8B115 Safari/6532.23.1'
