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

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

::

	fake.latitude()
	# Decimal('-2.4967585')

	fake.street_name()
	# u'Harris Trail'

	fake.address()
	# u'934 Sandra Mountain\nJohnstonberg, NS P4L5A1'

	fake.street_address()
	# u'89214 Erica Alley'

	fake.postcode()
	# u'71185'

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

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

	fake.country()
	# u'Mauritius'

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

	fake.postal_code_letter()
	# u'G'

	fake.province()
	# u'Nova Scotia'

	fake.city_prefix()
	# u'North'

	fake.city_suffix()
	# u'land'

	fake.building_number()
	# u'947'

	fake.street_suffix()
	# u'Flats'

	fake.secondary_address()
	# u'Apt. 313'

	fake.city()
	# u'Odomshire'

	fake.province_abbr()
	# u'NB'

	fake.postalcode()
	# u'K4A5E1'

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

::

	fake.license_plate()
	# u'988 PKS'

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

::

	fake.bban()
	# 'FOCS7300770756482'

	fake.bank_country()
	# 'GB'

	fake.iban()
	# 'GB30GOZN4384857497471'

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

::

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

	fake.ean13()
	# u'3635885715236'

	fake.ean8()
	# u'10935972'

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

::

	fake.rgb_css_color()
	# u'rgb(96,166,177)'

	fake.color_name()
	# u'Teal'

	fake.rgb_color()
	# u'20,218,92'

	fake.safe_hex_color()
	# u'#bbee00'

	fake.safe_color_name()
	# u'teal'

	fake.hex_color()
	# u'#757670'

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

::

	fake.company()
	# u'Potter, Buckley and Thompson'

	fake.company_suffix()
	# u'Ltd'

	fake.catch_phrase()
	# u'De-engineered object-oriented algorithm'

	fake.bs()
	# u'transition scalable relationships'

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

::

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

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

	fake.credit_card_full(card_type=None)
	# u'Mastercard\nMatthew Hahn\n5464161938250477 01/19\nCVV: 665\n'

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

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

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

::

	fake.cryptocurrency_code()
	# 'AUR'

	fake.currency_code()
	# 'XCD'

	fake.currency_name()
	# 'Swazi lilangeni'

	fake.cryptocurrency_name()
	# 'TRON'

	fake.cryptocurrency()
	# ('AUR', 'Auroracoin')

	fake.currency()
	# ('FJD', 'Fijian dollar')

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

::

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2018, 8, 20, 22, 25, 8)

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

	fake.date_between_dates(date_start=None, date_end=None)
	# datetime.date(2018, 8, 16)

	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
	# datetime.datetime(2011, 6, 10, 7, 19, 55)

	fake.date_this_decade(before_today=True, after_today=False)
	# datetime.date(2015, 9, 22)

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 8, 12, 11, 58, 1)

	fake.past_date(start_date="-30d", tzinfo=None)
	# datetime.date(2018, 8, 14)

	fake.day_of_week()
	# 'Thursday'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2017, 6, 2, 8, 53, 36)

	fake.date_between(start_date="-30y", end_date="today")
	# datetime.date(2013, 7, 1)

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2005, 10, 17, 4, 10, 15)

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

	fake.am_pm()
	# 'PM'

	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
	# datetime.datetime(2018, 8, 16, 10, 57, 19)

	fake.date_object(end_datetime=None)
	# datetime.date(1986, 7, 21)

	fake.date_this_year(before_today=True, after_today=False)
	# datetime.date(2018, 6, 14)

	fake.iso8601(tzinfo=None, end_datetime=None)
	# '2006-12-21T11:09:59'

	fake.future_date(end_date="+30d", tzinfo=None)
	# datetime.date(2018, 9, 11)

	fake.date_this_century(before_today=True, after_today=False)
	# datetime.date(2011, 4, 20)

	fake.month()
	# '01'

	fake.year()
	# '1978'

	fake.day_of_month()
	# '23'

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

	fake.timezone()
	# u'Pacific/Kwajalein'

	fake.century()
	# u'XII'

	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
	# datetime.date(1936, 1, 11)

	fake.time_object(end_datetime=None)
	# datetime.time(1, 36, 37)

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 7, 28, 8, 12, 55)

	fake.date_time(tzinfo=None, end_datetime=None)
	# datetime.datetime(2012, 10, 1, 22, 29, 57)

	fake.time(pattern="%H:%M:%S", end_datetime=None)
	# '06:39:14'

	fake.date_this_month(before_today=True, after_today=False)
	# datetime.date(2018, 8, 4)

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2018, 8, 13, 22, 58, 20)

	fake.month_name()
	# 'October'

	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
	# datetime.datetime(1051, 4, 28, 16, 7, 6)

	fake.time_delta(end_datetime=None)
	# datetime.timedelta(14219, 12952)

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

::

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

	fake.mime_type(category=None)
	# u'audio/basic'

	fake.file_path(depth=1, category=None, extension=None)
	# u'/temporibus/provident.mp3'

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

	fake.file_name(category=None, extension=None)
	# u'a.mp3'

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

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

::

	fake.ascii_free_email(*args, **kwargs)
	# 'xharmon@hotmail.com'

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

	fake.tld()
	# u'com'

	fake.email(*args, **kwargs)
	# u'johnsimpson@gmail.com'

	fake.url(schemes=None)
	# u'http://www.montgomery.com/'

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

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

	fake.uri_extension()
	# u'.html'

	fake.uri_page()
	# u'terms'

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

	fake.safe_email(*args, **kwargs)
	# u'lawrencefuller@example.org'

	fake.ascii_email(*args, **kwargs)
	# 'hannah96@sanders-calderon.com'

	fake.ipv4_network_class()
	# u'b'

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

	fake.ascii_company_email(*args, **kwargs)
	# 'zwilliams@morris.org'

	fake.domain_name(*args, **kwargs)
	# u'hughes-villanueva.com'

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

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

	fake.slug(*args, **kwargs)
	# u'eligendi-error'

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

	fake.company_email(*args, **kwargs)
	# u'alindsey@taylor.info'

	fake.uri()
	# u'http://www.alvarado-le.net/'

	fake.ipv6(network=False)
	# '3bc3:6054:2ac1:e74b:2ac4:3aa2:2570:e8c7'

	fake.free_email(*args, **kwargs)
	# u'marcuslewis@gmail.com'

	fake.ascii_safe_email(*args, **kwargs)
	# 'srogers@example.org'

	fake.mac_address()
	# u'03:53:78:45:79:56'

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

::

	fake.isbn10(separator="-")
	# u'1-265-63607-9'

	fake.isbn13(separator="-")
	# u'978-0-656-45347-4'

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

::

	fake.job()
	# 'Nature conservation officer'

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

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Id minus fugiat quisquam quibusdam enim quidem. Necessitatibus ipsa iste nostrum. Repudiandae molestiae esse aliquam.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Ut in optio iure. Veniam repellendus reprehenderit. Fugit quae facere distinctio eos.',
	#     u'Quibusdam consequatur occaecati eum id alias modi. Maxime doloremque iure. Ratione beatae inventore magni iure.',
	#     u'Illum excepturi labore iusto. Accusamus ipsam laborum libero inventore cumque officia inventore.']

	fake.words(nb=3, ext_word_list=None)
	# [u'quaerat', u'aliquid', u'accusantium']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Aliquid eos nemo incidunt.',
	#     u'Ea placeat eveniet culpa molestias.',
	#     u'Quidem recusandae eos iure beatae minus.']

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

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Quia veritatis corporis non. Tenetur voluptatem facere assumenda est.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Atque ad dolorum sapiente.'

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

::

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
	# u')8HjR$)Ynm'

	fake.locale()
	# u'ky_KG'

	fake.binary(length=1048576)
	# bytearray(b'B\xc4\xceLr\xdc\x19\x8d\xb9\x1d\xb1C[\x92\xc1O)\xa3\xef\xce\x84\xdc\xb6\xed]`\xb8\x85\xe4\x03l\x1dy\xb07\xb5\xfb/\xf82\x90*\x96\x95\x84\x15\\Bx2\xbf.DT\xafNE\xba\x1d\xf3\x9c\xddPBlP\n\xa71\x8a\x8c\xce)\x97\x8b4\x1b\x14(\xdf\x17\x8b)\r&\x1dM\xe1m\xed\x15\xe9\xe9\x8f\x8e\xd0\xe4\xc9\x11\x87\x9b\x8a\x87\'\xf9\xd0*\x8a\x8f\xdc\xb2\xc8\x88.$\x00\x8a\x89\x0bS#\x12\x17K\x04\x82\x88\xc1\xf3(\xb3S|Y\xdb.6,\x16\x019\xdc\xd1H*7\xee\xadT\xf3\x9e\xa1?\x11\xfb\xd8\'A\x88\xefP}\x00\xd7\xa3aC"\x94\xe1\xeeU\x15B\xcf\xc3\x9dnp\x0b\xa7\xb0\xf8\x19E\xa6\x8c\xa5\xc1\xfb\xa2\x93\xc5I\x80.\x83\xb0\xe9\xd5;\xb7\r\xbd\xcf\xff\xa4\x18\xd0]\xb18\xe7?W\x1e*\xbe\x9b\xc2\xef4}\x16\xedm\xb8\xe47b\x81\xf1\x08\xaeO[\x11\x8b\x80\xae\xa5\xdbZa\xfa=\xcd\xb73H\xd9\xa8\x95\'4\xc8\xbc\xfa\x15\x1b\x15;\xe7\xe6\xd1P~z\xd5=AP\x01P\xe7d\xdd\x83x\xd8f\xc5^\x85g[\xd0\\5x\xe2\xba\x9c7\x8c1\xc9\x98g\x86~fXU3.\x9e\xd3a\xa32\xee\x01T\xdcE\x1c\xad\xc6\xcfqA\xe3K\xe9\xcf\x07\x19\xa67\xd2[\x97\n>\x8e \xdb\xf2\xd6\xbenI\xa4"\xedN/\xbe\x92I\x12H\xffy\x16\x9a.\xb8\x7f\xab\x05\x98\x9cH\x94sQ\xe9E\xf4.=7j\xa80\x97\x14\x94\xdd\x9f\x02ml\xf1\x99O{,D\x91\xc3\xabv:\xb2\x7f\t\xd3\xcc\x8e\xbcO\xef,W\xd9\x9f\x9e~P\xc2\x15\xbf\xd6KU\xdd\xa4\xc7\xba\xfa\xe9\xa3\x1bW\xe7\xfa\xd0\xc9\x04\x16\xf6\xbaN@\xa0\xa2\xab\x9a\xb7\x0c\xe7\x83\xca\xaa\xfb\xb0F\x03;\xbe\xbcs\xe83\x99\xc3\xb4#\xa2&\xa71\xae\x05\x11\x0b\x00\x85\x1e\xd5\xa8\x1b]\x17\x8dK\xbd\x8a\x1e>Bq\x05\x15\xeaq\xc5\xf2\x82\xeb\x00f\xda\xed\x9f\xed\xd2\x12hvj\x7f\xfapu\xa8\xc6\xc1RA\xbc\x1c\xd5mX6\x8a!\xd8\x99\xb9\x8a\xd1\xee\x1f\xd0\xd3\xe1P\xe3d\xdc8EY;\x02\xc0EpH\xbc\t\x96\x07\x03\xa7\x002Z\xef\xef\xa1\x8b\x8exo\xa4\xe0\xd5"\xd5\x01\xf1x\x02\xbc\xa2?\xf4\x19\xff\x1b48hZR\x9f\x83s?\xe7\xe5DP*\xc5\xa6)\xe1\x1dp\xb0\'\xa0B\x86\xd5qfs6\xf4\xc4\xf1\xce\x88\xcca-\xaf\x8b\x18\xf8VA\xb6Q\xc4\x9c\xe4y\xf3\xcfv8\xd0\xddi\x96h\xe2\xc4\xac\x84\xe9\xf3\x10\xe0+Nw\xc8\x82\x89\xf2\x14\xad\xc7\t\xf7\xcd\x94\xe6\x08F\x0b\xb1\x90\xf85\xbcF\xffk\x82\xa4\xa0\xd7\xa8oD\xc6\x8bT\xd4Q\xba9IB_t\x024&\x9dE\x8dA\x0cW|\xa5q`\xff\x90@\x0f\x0c\x99\xfa\x1fK>ybj\xa6C\xd7`\x99\n\x8c\xcf\xdf\x1f\x91\x11\x18\xb8\xaf\xa3\xcb%\xb3\x91\xe8;\x81\xba\xca\xcd\xd7}\xb4\xe6\xc0\x0b\xd3\xe0\xbd\x91\xd1j\x15\xeb\x1f\t\xff\xf9T*G\xbdI&"\'\xf5\x98a7\x9b\x0f\xa4S\x1a\xffy\xb9\xe9\xbd:\xd6\xdex\xdc\xa1\xe0-l\x06\xc3>\x17\x86y\x8f\x1ei!\x9b*OUby\xf8z|\x87\xc7\xed\x11J33\x03j\x0c\xd8\xebz^~\xf7)vE5\xf5Z\xf7i\xcaC4\x07 \t\x97\x0e\xcb\x96\x80\xb5\x8f(b\xbc"\x8b\xa7a\xa4\x94s8\x9d\xc3\x1c\xe0\xe8$m\xc8\x15i#\tO\x0b\x05\xf4\x1fp-\x90\x19\xf5\xd9\x83!\x13\xfb/T\xcd\x91\x93\x02\xf8\x92\n}\xccw[\t|\xea\x91}0\x16(K\xb3\xcd\xef\x89\xa5\x07\x16\x03\\\x9bq\x89\xa7\xbc"\x99\x8e3X\xf6@\xfa\xed\xd9\x14L\x13\x91\xab\x12\xcdm\xef&\xb5_x\xd0v\xc9\xacM\xae\x0b\x9f\x88\xd7\xd5bh\x08\xb5"\xa0\x10\xbe\xc1\xd7\xbf=\x18\x88\x08T\xbf\x1bY\xdf\x80V\t\x10\xc0E\xd7\x85<t\xbb\xac\xa0\x8d\xa6\xcet\x87^\xf7KC\x03o\xeb\xfc\xf9\xa9M2\x82\xa1V\xf2\xdb\x07\xb7i\x82\xb1\xde\xe7\xbb\x0f\x93\x82\xa6\xc5Y\x11\x844')

	fake.md5(raw_output=False)
	# 'ad85d52052323970128734d793460d9e'

	fake.sha1(raw_output=False)
	# '24ebaf86d2f29ac1d437a5fd3724cdaa69d3ea24'

	fake.null_boolean()
	# None

	fake.sha256(raw_output=False)
	# 'b0918c2af521fe26cab3ca03249b77db0e30cf63e0d3d6ba3e99391e2a306aa0'

	fake.uuid4()
	# 'cd77ec13-59a3-609c-5161-7c086b4a8100'

	fake.language_code()
	# u'gv'

	fake.boolean(chance_of_getting_true=50)
	# True

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

::

	fake.last_name_male()
	# u'Barrera'

	fake.name_female()
	# u'Andrea Branch'

	fake.prefix_male()
	# u'Mr.'

	fake.prefix()
	# u'Dr.'

	fake.name()
	# u'Larry Le'

	fake.suffix_female()
	# u'MD'

	fake.name_male()
	# u'John Fisher'

	fake.first_name()
	# u'Diane'

	fake.suffix_male()
	# u'DDS'

	fake.suffix()
	# u'MD'

	fake.first_name_male()
	# u'William'

	fake.first_name_female()
	# u'Anna'

	fake.last_name_female()
	# u'Becker'

	fake.last_name()
	# u'Gonzales'

	fake.prefix_female()
	# u'Ms.'

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

::

	fake.phone_number()
	# u'1 (972) 242-9501'

	fake.msisdn()
	# '1940449826423'

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

::

	fake.simple_profile(sex=None)
	# {   'address': u'914 Price Ferry Suite 072\nSouth Robertside, NB N4A1R2',
	#     'birthdate': datetime.date(1907, 11, 26),
	#     'mail': u'craig04@gmail.com',
	#     'name': u'Sandra Burke',
	#     'sex': 'F',
	#     'username': u'hcrawford'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'12731 Grace Hollow Suite 601\nFordfurt, PE N8H5T8',
	#     'birthdate': datetime.date(1907, 12, 22),
	#     'blood_group': 'A+',
	#     'company': u'Ali, Clark and Crawford',
	#     'current_location': (Decimal('-45.2975935'), Decimal('-165.518451')),
	#     'job': 'Horticultural consultant',
	#     'mail': u'carlaprince@gmail.com',
	#     'name': u'Kimberly Smith',
	#     'residence': u'2053 Graham Vista Apt. 976\nPeckport, AB J6M2A1',
	#     'sex': 'F',
	#     'ssn': u'850 651 621',
	#     'username': u'ashley36',
	#     'website': [u'https://doyle.com/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   7713,
	#     u'NiPqyqSGWTaEayVNwgkO',
	#     datetime.datetime(1990, 6, 23, 17, 46, 8),
	#     Decimal('-5981304173.67'),
	#     -866.8,
	#     datetime.datetime(1997, 8, 13, 16, 37, 44),
	#     u'PovLWaBupYSjRzJcznIO',
	#     datetime.datetime(1987, 7, 12, 3, 50, 31),
	#     Decimal('-47643.45'),
	#     u'DBGqYdAAxUqOZMepIvMV',
	#     u'http://www.white-moore.net/homepage.html')

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

	fake.pystruct(count=10, *value_types)
	# (   [   6797.0,
	#         Decimal('91.633346057'),
	#         u'daniellegoodman@rice-rivera.com',
	#         3404,
	#         Decimal('8002392.651'),
	#         u'dbrown@yahoo.com',
	#         u'http://moore.net/tag/tags/author.html',
	#         u'alfredmitchell@gmail.com',
	#         u'hKZQdmaUuUQjdRolWKUY',
	#         u'https://davis.net/wp-content/tag/register.html'],
	#     {   u'beatae': u'http://www.johnson.com/posts/wp-content/explore/home/',
	#         u'corrupti': 2761,
	#         u'cupiditate': u'kimberly12@yahoo.com',
	#         u'ducimus': u'AviCfovUSesDOGbmjymS',
	#         u'explicabo': Decimal('-5886960.22748'),
	#         u'itaque': Decimal('-98780682.833'),
	#         u'praesentium': u'https://www.gould.biz/blog/search/tags/main/',
	#         u'rem': datetime.datetime(2005, 4, 30, 17, 11, 23),
	#         u'ut': datetime.datetime(1983, 8, 8, 17, 46, 50)},
	#     {   u'autem': {   9: u'ClkIwbcmDOwyRSyqxlWp',
	#                       10: [   u'fischersandra@higgins.com',
	#                               u'KwkYlszjLNuzydcYaUfI',
	#                               u'https://erickson-cox.com/main/main/home.html'],
	#                       11: {   9: Decimal('-4108.0'),
	#                               10: u'eahWnfxUvsSXRxDEHGsY',
	#                               11: [   u'jcPjbibISSCeNInuxgnW',
	#                                       datetime.datetime(2014, 7, 12, 15, 33, 17)]}},
	#         u'distinctio': {   2: -5298219685151.7,
	#                            3: [   Decimal('9.17881314631E+13'),
	#                                   492294.360687,
	#                                   u'XTNvlWLNpozpImjGMUWO'],
	#                            4: {   2: u'uIidQKkBfBlvOQXnfheY',
	#                                   3: datetime.datetime(2013, 6, 20, 23, 4, 5),
	#                                   4: [u'zGFbNSTABxNwMPeKxdhp', 1754]}},
	#         u'est': {   3: u'marytrujillo@gmail.com',
	#                     4: [u'gbaker@hotmail.com', 8277, 5080],
	#                     5: {   3: u'jBontNqxgwKcIbXxRNJW',
	#                            4: u'CykcGgaQGjtSCeRhNQOw',
	#                            5: [   u'http://www.stone.com/explore/category.php',
	#                                   u'orEAvYxDvAYGUlEyvGBA']}},
	#         u'iste': {   8: u'JvvcoGcHuZUbtIgXpKkr',
	#                      9: [   datetime.datetime(1982, 7, 18, 19, 38, 14),
	#                             u'gwqoNLLCLzwqiqqIntYR',
	#                             812],
	#                      10: {   8: datetime.datetime(2002, 12, 29, 15, 25, 56),
	#                              9: u'dharrington@hotmail.com',
	#                              10: [   u'qqWWNhIKivaEzhfQzXwg',
	#                                      u'jiGsuoqysdMKRgBrDXQg']}},
	#         u'libero': {   5: u'jacobsrobert@yahoo.com',
	#                        6: [u'jennabrown@parker.biz', 9175, -9591251768391.0],
	#                        7: {   5: u'vKSTkdXkTMAgXbBwclLU',
	#                               6: u'aDrvMAFgvAwMuwtflnGi',
	#                               7: [u'ImbxlkZNgrWZyfRPzIcR', 6109]}},
	#         u'occaecati': {   1: datetime.datetime(1971, 8, 26, 10, 8, 44),
	#                           2: [   u'VeTWYhpLRelgyiiQNeNY',
	#                                  -3462162698.2,
	#                                  u'http://www.hernandez-cole.com/posts/blog/categories/register.htm'],
	#                           3: {   1: 6162253145.856,
	#                                  2: u'hsantiago@gutierrez-lewis.biz',
	#                                  3: [   4482,
	#                                         u'https://www.holmes.com/tags/tags/home.jsp']}},
	#         u'possimus': {   0: datetime.datetime(1988, 1, 28, 4, 20, 19),
	#                          1: [   5389,
	#                                 datetime.datetime(1986, 10, 26, 21, 58, 43),
	#                                 u'KWLNkJRMekLWnYsRSxCR'],
	#                          2: {   0: Decimal('-6470980393.0'),
	#                                 1: -828.17351016285,
	#                                 2: [7549, u'http://www.hart.com/register/']}},
	#         u'provident': {   6: 4521,
	#                           7: [2991, u'tmDCLsVwLksZToZaCPfR', 6330],
	#                           8: {   6: u'XUzlMtHmyrPYMIidHugZ',
	#                                  7: u'pqtuZigCAKXHAXDMkzCV',
	#                                  8: [   u'WkOxdAjIOJbWZdAZblGw',
	#                                         u'https://www.hughes-harvey.info/blog/tag/app/search/']}},
	#         u'veniam': {   7: u'fUhYgnMierCnFLUQERkp',
	#                        8: [   u'PubZnHywFDoTArwHbmdo',
	#                               Decimal('9.144776664'),
	#                               u'http://jones.info/main/tags/tags/category/'],
	#                        9: {   7: u'pmXWfkDLGwtanWZzcBkV',
	#                               8: u'qZBOcWDdPvahhtMPoDQr',
	#                               9: [   Decimal('1.49596492302E+13'),
	#                                      u'gsanders@yahoo.com']}},
	#         u'voluptate': {   4: u'EcQsppVLECKXTmJbmUju',
	#                           5: [   u'FRKwkxzhhMFShcQvpwfh',
	#                                  4515,
	#                                  u'aasTHLjPIROEekvQJnMk'],
	#                           6: {   4: 1010,
	#                                  5: u'https://www.woodard-martin.com/home/',
	#                                  6: [   u'aKobnWjDLojkTIEnryxV',
	#                                         u'vgOmYUOdPpnDagqrsBOz']}}})

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

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'olivia99@thomas-johnson.org',
	#     u'THFxgwUkMepHTSvWlPZm',
	#     datetime.datetime(1975, 6, 15, 5, 22, 34),
	#     u'BFjLtACBdwhdnrAiZRas',
	#     7066,
	#     u'gilbertcurtis@yahoo.com',
	#     u'ehopkins@valdez-hoffman.com',
	#     u'KmCXNzftHPkJbKJsIQvO',
	#     u'driley@gmail.com',
	#     8258]

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   6920,
	#     u'yUJPwitCZjEFxzbXnLst',
	#     2701,
	#     datetime.datetime(1991, 8, 15, 2, 51, 32),
	#     498,
	#     34590070.698,
	#     u'HmGKXsasUQMCAaNfKfSE')

	fake.pybool()
	# False

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'jnXcbnBegBsofrHEhjSu', datetime.datetime(1993, 10, 22, 12, 43), u'VqUPosvugDUTPvYZzUPf', u'teresa83@adams.org', u'dtFrtycgwpxLzILXPTzN', 7711])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'aspernatur': 3153,
	#     u'cumque': datetime.datetime(1978, 1, 8, 22, 43, 10),
	#     u'esse': u'http://huynh.com/search/category/search.html',
	#     u'ipsa': u'OLXSImFncUzGuXcdbZQQ',
	#     u'molestiae': Decimal('-8.70414097555E+14'),
	#     u'molestias': u'wAVFHDXbBuqcGkJnHOOu',
	#     u'possimus': 6221,
	#     u'vel': Decimal('-1787032.946')}

	fake.pyint()
	# 4896

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

::

	fake.ssn()
	# u'347 553 414'

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

::

	fake.mac_processor()
	# u'PPC'

	fake.firefox()
	# u'Mozilla/5.0 (Windows NT 6.2; uk-UA; rv:1.9.2.20) Gecko/2014-05-22 03:10:13 Firefox/3.8'

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

	fake.opera()
	# u'Opera/9.38.(Windows 98; st-ZA) Presto/2.9.166 Version/11.00'

	fake.windows_platform_token()
	# u'Windows 95'

	fake.internet_explorer()
	# u'Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 5.0; Trident/3.1)'

	fake.user_agent()
	# u'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 4.0; Trident/3.1)'

	fake.linux_processor()
	# u'i686'

	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
	# u'Mozilla/5.0 (Windows CE) AppleWebKit/5352 (KHTML, like Gecko) Chrome/60.0.871.0 Safari/5352'

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

	fake.safari()
	# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_0 like Mac OS X; mag-IN) AppleWebKit/531.5.7 (KHTML, like Gecko) Version/4.0.5 Mobile/8B111 Safari/6531.5.7'
