
Language la
============

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

::

	fake.longitude()
	# Decimal('-34.936959')

	fake.building_number()
	# u'51286'

	fake.street_address()
	# u'082 Shaffer Court Suite 642'

	fake.postalcode_plus4()
	# u'47539-9838'

	fake.city_prefix()
	# u'Lake'

	fake.military_ship()
	# u'USNS'

	fake.city()
	# u'West Derekshire'

	fake.zipcode_plus4()
	# u'95181-1723'

	fake.state_abbr()
	# u'OR'

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

	fake.street_suffix()
	# u'Oval'

	fake.city_suffix()
	# u'furt'

	fake.military_dpo()
	# u'Unit 2200 Box 9720'

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

	fake.country()
	# u'Iran'

	fake.secondary_address()
	# u'Suite 169'

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

	fake.postalcode()
	# u'93326'

	fake.address()
	# u'8917 Monica Islands Apt. 572\nNew Crystal, IN 09045'

	fake.state()
	# u'South Carolina'

	fake.military_state()
	# u'AE'

	fake.street_name()
	# u'Christopher Common'

	fake.zipcode()
	# u'84097'

	fake.postcode()
	# u'76355-1248'

	fake.military_apo()
	# u'PSC 5528, Box 4837'

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

::

	fake.license_plate()
	# u'2-L2359'

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

::

	fake.bban()
	# 'YXID1957488135901'

	fake.bank_country()
	# 'GB'

	fake.iban()
	# 'GB13TRVA9482328921350'

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

::

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

	fake.ean13()
	# u'5340432543283'

	fake.ean8()
	# u'05552641'

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

::

	fake.rgb_css_color()
	# u'rgb(94,22,13)'

	fake.color_name()
	# u'DarkTurquoise'

	fake.rgb_color()
	# u'2,179,183'

	fake.safe_hex_color()
	# u'#330000'

	fake.safe_color_name()
	# u'black'

	fake.hex_color()
	# u'#4a1961'

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

::

	fake.company()
	# u'Harrell Group'

	fake.company_suffix()
	# u'LLC'

	fake.catch_phrase()
	# u'Digitized demand-driven array'

	fake.bs()
	# u'monetize cutting-edge supply-chains'

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

::

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

	fake.credit_card_provider(card_type=None)
	# u'Diners Club / Carte Blanche'

	fake.credit_card_full(card_type=None)
	# u'VISA 16 digit\nDawn Baker\n4101323712417597 10/22\nCVC: 266\n'

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

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

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

::

	fake.cryptocurrency_code()
	# 'DASH'

	fake.currency_code()
	# 'SYP'

	fake.currency_name()
	# 'Iranian rial'

	fake.cryptocurrency_name()
	# 'Dash'

	fake.cryptocurrency()
	# ('POT', 'PotCoin')

	fake.currency()
	# ('SRD', 'Surinamese dollar')

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

::

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2018, 8, 27, 21, 50, 53)

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

	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(1994, 1, 19, 0, 12, 28)

	fake.date_this_decade(before_today=True, after_today=False)
	# datetime.date(2013, 2, 18)

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 8, 1, 6, 2, 39)

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

	fake.day_of_week()
	# 'Saturday'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2012, 8, 26, 11, 35, 7)

	fake.date_between(start_date="-30y", end_date="today")
	# datetime.date(1998, 2, 20)

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2003, 7, 27, 19, 12, 1)

	fake.date(pattern="%Y-%m-%d", end_datetime=None)
	# '2004-04-02'

	fake.am_pm()
	# 'AM'

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

	fake.date_object(end_datetime=None)
	# datetime.date(1994, 5, 17)

	fake.date_this_year(before_today=True, after_today=False)
	# datetime.date(2018, 4, 7)

	fake.iso8601(tzinfo=None, end_datetime=None)
	# '1987-01-24T23:06:47'

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

	fake.date_this_century(before_today=True, after_today=False)
	# datetime.date(2016, 1, 25)

	fake.month()
	# '06'

	fake.year()
	# '1985'

	fake.day_of_month()
	# '19'

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

	fake.timezone()
	# u'Asia/Damascus'

	fake.century()
	# u'VIII'

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

	fake.time_object(end_datetime=None)
	# datetime.time(1, 20, 48)

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 1, 6, 3, 36, 57)

	fake.date_time(tzinfo=None, end_datetime=None)
	# datetime.datetime(1997, 5, 16, 4, 35, 22)

	fake.time(pattern="%H:%M:%S", end_datetime=None)
	# '22:17:30'

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

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2018, 7, 26, 4, 39, 13)

	fake.month_name()
	# 'March'

	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
	# datetime.datetime(1501, 2, 2, 10, 15, 25)

	fake.time_delta(end_datetime=None)
	# datetime.timedelta(14919, 12837)

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

::

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

	fake.mime_type(category=None)
	# u'image/svg+xml'

	fake.file_path(depth=1, category=None, extension=None)
	# u'/voluptatem/qui.flac'

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

	fake.file_name(category=None, extension=None)
	# u'in.bmp'

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

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

::

	fake.ascii_free_email(*args, **kwargs)
	# 'abigail81@yahoo.com'

	fake.image_url(width=None, height=None)
	# u'https://dummyimage.com/902x416'

	fake.tld()
	# u'com'

	fake.email(*args, **kwargs)
	# u'zlogan@hotmail.com'

	fake.url(schemes=None)
	# u'https://www.jones.com/'

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

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

	fake.uri_extension()
	# u'.htm'

	fake.uri_page()
	# u'index'

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

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

	fake.ascii_email(*args, **kwargs)
	# 'joseph31@allen-schneider.com'

	fake.ipv4_network_class()
	# u'b'

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

	fake.ascii_company_email(*args, **kwargs)
	# 'andrew52@price.info'

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

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

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

	fake.slug(*args, **kwargs)
	# u'cumque-hic-amet'

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

	fake.company_email(*args, **kwargs)
	# u'kellytony@arnold.com'

	fake.uri()
	# u'http://peterson-reyes.com/login.asp'

	fake.ipv6(network=False)
	# '7506:6611:b697:99d8:2624:515:2eaf:23b0'

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

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

	fake.mac_address()
	# u'a1:e3:12:08:94:41'

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

::

	fake.isbn10(separator="-")
	# u'0-293-61049-5'

	fake.isbn13(separator="-")
	# u'978-0-453-18717-6'

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

::

	fake.job()
	# 'Quality manager'

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

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Aliquam laboriosam autem consequuntur occaecati. Blanditiis eum laboriosam quas labore fugit fuga.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Libero architecto animi nemo. Nemo tenetur cumque sapiente quae vel blanditiis quaerat. Odio atque alias consequuntur sed vero a.',
	#     u'Odit qui perspiciatis omnis. Tempora rem neque ex cumque repellat.',
	#     u'Maxime voluptas deleniti consectetur eligendi. Doloribus illo perspiciatis eum necessitatibus.']

	fake.words(nb=3, ext_word_list=None)
	# [u'nulla', u'nisi', u'veritatis']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Quia doloribus impedit impedit.',
	#     u'Repellendus molestias et ea cupiditate illo.',
	#     u'Consequatur ullam quidem delectus id.']

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

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Unde similique sunt. Ut itaque ullam consequatur eos. Sint quia cum blanditiis quisquam culpa cumque id.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Iure vitae ipsa aliquid illum.'

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

::

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

	fake.locale()
	# u'ff_SN'

	fake.binary(length=1048576)
	# bytearray(b'3\xe5\x8aO\x0c*\xc3J\xd2~I\xcd\x9c\x13\x10A\x8aC@\xfe\xc41\xee\xd1\xf8I\xf5\x1aT\xa8\x98\xd7\x95_\x8dh\x10?\xfb\xf3\xc0I\xe96cX\xa2\xce9\x93\x98"Zi\x04`\xf1|\xe4"&\x89P \x93\x01\xdd]MlA\xca|\xe3TP0\xec\xcc\xb2\x07LQ\x8b\xd8\xccH\x10\xd8B\xe97.\xa5\x82:8:\x01\xb2\xbew\xb1;\xcb\x88h^\x1b\x0c\xb1\x1d\x8aF3\xb6v9e\xbe\xa1?\xe3\xe5nk\xb3\x8c\xd8\x163\x188y7\xb5\x19\x07\x17kCx\xfc\x9e<,\x98Zy\xc73I\x82\xea2$=\xd6\xde\x92\x83\xb7\xd48\x96\xb0\xf3\'\x99N\xc1\xd5\np\x1f\x01\xc6\x84\xdb\xc3gh\xd3\xe2\xae3\xc6\xc5\x9d\xbaB\x83\xe9\xed \xaf\x7f\xa5\x96F\x1d\x07\x7f\xee\xa4w\x91=\x14rQ\xff\xcc\x90P\xe3RMP.0\x80D\xf0\xee\xa2\xcf\xd1\x1ad\x03\x8b\t\xc6\xa3\rT\x0b\x88`\x97\xc5\x10\x18\xe2\xa0\x82\x19 \x80\xb9\x83\xcc\x97\xe5\xb3Sg\xa8\xcf9\tr\r\xd0/\xb7\x96\x07`\x01\xcb\x1b/\xea\xad\x0fM\xaf\xf9\xd4\x8a\x89\x95\xc0\xbf\x14\xf1\xe0C\x8a\xec\x8b#\xa3\xe3I\x1bGg\xb3\xbeD\xc9Y\xb8J\xf3\x1a<\xd9%\x83D\xd9\xbdS\x04\x12*\xc0\xfd\xf4x[H\x1e\xc0j\xac\x9dG\x85\xf45\x0c\xc6\xf5EC\xd0\x87\xb1\x8b\x83\xd4\xb6\xdatM!\x7f?\x8b\x9aK\x16a\xcd\x1f\x0e\'O\xea\xb8\xfa\x88\x96\x9d\x0f\xfc\xc7\xf5 p\xed\xc3[\x17D\xc8\x8a\x98\xfd\xa2t\xf7\xedW\x00\x0b\x8f\x05x\x197\xac\xbc\x08\x08\xfa\xa5yw\x11<\xd58kJ\xb8\xafRs\xef\xb6e\x8d\xa8C\xff8\xeal/x?9/\x01{\xda\xa8\x02d\'\xf9Kp\x8a\xd1\x9eq]\xc7[\xee\xfb\x85\xcc\xd2B\x0f\x1e\x9cW\x16^\xd1\xba\xd9+g\x130\xaa\xb6\xa9\x8d\x886~\xf9\xe4W\x93\x91\x0b\xb7F#C\xe5\x1a\x90\x93p\xc4|K\x10,b\x1b\x0be\x96\r\x11\xd4\x86"\xd7\x03\x9f\xc0\xfe:y\xf0Y#E\x9e\xe4\xc9k0\xa4\x82o0\xa9\xad\x13\xad\x04\xac8\xb5V]\xdc\xc6\x81~\x90\r\x1dPl\xeas\xe6\x93\xf8]\xde\xb4\xd8\xd1x\xdcmF$0\xd6\x8atw[ZKX\x05\xe5L\xf9z\xec\xe0\xd10\x9a8I\xdf\x08\xa0\xdc\xd5y\xd6I\xc9rq\xb22\xac\x95\xf6\xbd\xaa\x02N\x01\xdf\xb1\xe13\x1a\x12&\x99!\x85\xe8\xab\xf26s\x0b8Tp\x14\xf9\xba%\xee\xd0\xcdn\xae\\\x9bM\xf7\xee\xf8y\x82\xecV\xab\xa1\xd8\x96\x01am\xd1\xee[\xe7vZ\'\xaa\x8bw^\x17\xb3H\xc9g\x17\x96\x046\x06i\'I\xa6\xa6\xe7:\xaa\xb4c\xc5\xac\xaa\xe8\xf1\r\xae$&\x10\xa2c5\xa4\x86\xd5\x0e\x1e\xc7\xbf\x1a\xc1\xba\xc1"&\xea\xffTWW\x173[\xc5\xb4\xed3\xe4\xd2y5a\x12\xe5,\xf9\xa6\xed\x03\xcb\x88\x02o\xe6\x9e\xbc\xb11\xae\x8b\x87\xc4\xa0\x8d[\xb6\xfaN\xf6S~\xfc\x93\x05\xfa*9\x06>\x9c\xde\xf6\xf3T\xda\x10\xca\xff\x7f\\\x02Sy\x06F\xabkon\x1e0\xf7\xae\xc12\xe0\x89%\xb5\x8d\x84m\x13Vl$\'C\xc9\xdb\x0fj\x01\x8b\xe4W\xd5\xcd\x0bn\xc8\xdfc\x80\x9a\x03\xa3h\xb5\xc1\xc1#\xd5\x87\x8d\xbcZb\x9cB\n`\x07\xd0,\x8e\x8f.\xe27Z\'5\x1e\xe5\x04\x04\x1d\x84:W,\xe1W\xfa\x11e\x10\x8d\xfd\x89\xc3\xe6\xdfF\x8du\xa0\xef\xde\xbe})\xfb\xed.;\x9e8\x08\x0b\xc6\xbbgX1\xfa\xfe\xc7\xfcB\r!\xb9|\xccs\x98\xd1\xb7\\\x08=S\xd4U\xd6\xd7\xb7\x84\'X\xa2\x9bSZ G\x94,\xd0\xe5P\xea{\xfe>*\x87B,p\x05p\x9a\x91\xdd\xf2 ]G\x1c\x11\xd2\n.\x03\xf6\xd6\xdb\xfdI\xd5\x19\xde\xe2g\x9eb"\x17\xe7\x11%\xa61\xe2\xea.\xa5\xf5\x19\xadDO\x04\x15\x16 f(f\xda\x1e{kd\x17\xfc$7Y\xa3\x90\x92G*&\xa2\xbaz\xa16b\x15\x13\xbc\xe3\x95\xe03\xc9\xc9\x1a\xc6\x80?\x16\xde\xd3Q\xc8\xa5\xff\xf7\xcc\x7fe\r')

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

	fake.sha1(raw_output=False)
	# '8c941c51e2d3a95b9715029dc37fb12129d2939c'

	fake.null_boolean()
	# True

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

	fake.uuid4()
	# 'a2d4f21a-8ee6-4811-513e-a290f887a543'

	fake.language_code()
	# u'ha'

	fake.boolean(chance_of_getting_true=50)
	# True

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

::

	fake.last_name_male()
	# u'Stephenson'

	fake.name_female()
	# u'Leah Ortiz'

	fake.prefix_male()
	# u'Mr.'

	fake.prefix()
	# u'Mr.'

	fake.name()
	# u'Craig Bryant'

	fake.suffix_female()
	# u'MD'

	fake.name_male()
	# u'William Woods'

	fake.first_name()
	# u'Peter'

	fake.suffix_male()
	# u'Jr.'

	fake.suffix()
	# u'MD'

	fake.first_name_male()
	# u'Kenneth'

	fake.first_name_female()
	# u'Julie'

	fake.last_name_female()
	# u'Thompson'

	fake.last_name()
	# u'Brown'

	fake.prefix_female()
	# u'Miss'

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

::

	fake.phone_number()
	# u'1-916-212-0094x1012'

	fake.msisdn()
	# '4321348027150'

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

::

	fake.simple_profile(sex=None)
	# {   'address': u'8130 Miller Courts Apt. 829\nKatelynland, KS 85187-2676',
	#     'birthdate': datetime.date(1942, 2, 3),
	#     'mail': u'hortonvanessa@yahoo.com',
	#     'name': u'Thomas Nguyen',
	#     'sex': 'M',
	#     'username': u'vanessahopkins'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'80929 Combs Motorway Apt. 881\nEast Katie, ME 04514-0481',
	#     'birthdate': datetime.date(2002, 11, 12),
	#     'blood_group': 'B-',
	#     'company': u'Bell-Cruz',
	#     'current_location': (Decimal('-51.190916'), Decimal('13.893078')),
	#     'job': 'Lecturer, further education',
	#     'mail': u'boothmichelle@hotmail.com',
	#     'name': u'James Stokes',
	#     'residence': u'55057 Stephanie Road\nPerezview, NC 20042',
	#     'sex': 'M',
	#     'ssn': u'426-67-1075',
	#     'username': u'hillsara',
	#     'website': [u'https://sharp.com/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'amber12@murray.org',
	#     3936,
	#     u'QLyxtPIWxvIMcIJlQKkf',
	#     u'https://www.king.com/author/',
	#     datetime.datetime(1996, 11, 23, 1, 36, 21),
	#     u'dawn86@carey-allen.com',
	#     u'ZjCoOrgXCoFrUBHYvmXq',
	#     u'https://harris.info/explore/main/login/',
	#     5414,
	#     Decimal('-8.2631389'),
	#     5073,
	#     u'urTpUgXAlEwHOPLYyabP']

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

	fake.pystruct(count=10, *value_types)
	# (   [   datetime.datetime(1985, 2, 4, 20, 59, 38),
	#         u'http://thornton.org/category/categories/faq.html',
	#         Decimal('23.3311302'),
	#         datetime.datetime(1993, 5, 8, 9, 28, 45),
	#         1949,
	#         u'http://franco-meyer.com/explore/wp-content/post/',
	#         u'courtney65@rogers.com',
	#         u'https://www.heath.com/homepage/',
	#         u'rdtXhhFcFKdpzSIIBVYd',
	#         u'prattjoshua@li-sullivan.com'],
	#     {   u'ea': u'LiPuYAurAgYSrHcTdWKL',
	#         u'earum': datetime.datetime(1976, 9, 5, 2, 14, 58),
	#         u'facere': u'http://castro.com/',
	#         u'fugit': u'johnsoncory@gmail.com',
	#         u'nihil': u'IdTnQIzynqTxbViCvWeQ',
	#         u'quam': u'CjMpAOFIrBneFmznGMdj',
	#         u'quas': Decimal('870323741297'),
	#         u'ratione': u'bWgnLppkOCsUmmpBgruH',
	#         u'recusandae': 5078,
	#         u'vitae': 9224.6885},
	#     {   u'a': {   3: u'LQvgOJYSfHHMkGDuCfcP',
	#                   4: [   u'eHTawlUqnjlJeVzjoyAB',
	#                          datetime.datetime(2012, 8, 2, 4, 36, 47),
	#                          u'GBmwgntLGVeiavMPdcfn'],
	#                   5: {   3: u'ZYHpwQFXBTreOnEPLKco',
	#                          4: -986480193032.3,
	#                          5: [u'nyFdJQWcXQxvfQzwjihk', 286.678]}},
	#         u'adipisci': {   8: datetime.datetime(1977, 1, 22, 2, 5, 32),
	#                          9: [   datetime.datetime(1986, 2, 12, 5, 32, 13),
	#                                 u'vYmxIkojDcqOqSPyENDe',
	#                                 u'norrislisa@wilson.info'],
	#                          10: {   8: u'lBCMIffpXBHRyilBLxnA',
	#                                  9: u'thomasmoon@yahoo.com',
	#                                  10: [   u'wtKCbsTCFlsyloaWUnjr',
	#                                          u'NPZErjwQyywJhEnbONOA']}},
	#         u'autem': {   2: u'ZaQfrlyTpVbWLcHuxlDx',
	#                       3: [   datetime.datetime(2017, 1, 14, 14, 59, 48),
	#                              -8757.441619,
	#                              datetime.datetime(2012, 8, 20, 21, 12, 43)],
	#                       4: {   2: 6227,
	#                              3: u'georgeweaver@gmail.com',
	#                              4: [   u'rwnNrWBbGQAARjCiHNKJ',
	#                                     u'FBwjpZQOlHtdWjGNbFqc']}},
	#         u'earum': {   9: u'UpYNSIAXyqwUBlIzKBeX',
	#                       10: [   u'https://www.harris.com/posts/privacy/',
	#                               Decimal('-983112386.648'),
	#                               3144],
	#                       11: {   9: u'yrVGnqSTFjOQsOagEore',
	#                               10: Decimal('-110.0'),
	#                               11: [-9.412814087141, 2504]}},
	#         u'fuga': {   5: u'samanthashepherd@parsons.com',
	#                      6: [   u'uJPGeBTNUTCvYiWxxoZj',
	#                             11.564597081,
	#                             datetime.datetime(1986, 10, 31, 18, 47, 8)],
	#                      7: {   5: 9212,
	#                             6: u'http://www.martin.org/explore/search/about/',
	#                             7: [   datetime.datetime(1985, 7, 2, 0, 51, 57),
	#                                    u'bItNKUsxROpfXpuCRhqO']}},
	#         u'maxime': {   1: 9779,
	#                        2: [   -9810747.9139,
	#                               2889,
	#                               u'elizabeth79@villarreal.biz'],
	#                        3: {   1: 9346,
	#                               2: u'http://whitaker.com/blog/main/',
	#                               3: [u'XornDpwRbhKkguCfDSBX', 863226440176.7]}},
	#         u'molestias': {   0: 5213,
	#                           1: [   -8195436030771.0,
	#                                  u'ThovarmfeItmubdRzLoG',
	#                                  u'VYlmHYtAXPXmQImpeWTd'],
	#                           2: {   0: -112377471.84,
	#                                  1: Decimal('402269378.607'),
	#                                  2: [   -3296362620.2,
	#                                         datetime.datetime(1974, 6, 13, 1, 0, 14)]}},
	#         u'repellat': {   7: u'erik05@browning-morton.com',
	#                          8: [   datetime.datetime(2007, 2, 19, 1, 51, 2),
	#                                 u'zchaney@gmail.com',
	#                                 u'andreahill@yahoo.com'],
	#                          9: {   7: u'RnrcWMtmsGBrFfXHkiBi',
	#                                 8: 3226,
	#                                 9: [   u'hEfEIaNanQBwYcsnYZPa',
	#                                        u'jamesbailey@mcconnell-woods.com']}},
	#         u'totam': {   4: u'FxIrdfRbtEWxhwfZuJLY',
	#                       5: [   9894851390.8971,
	#                              u'IofsgmVlapQCqozwLEmv',
	#                              u'iKVdxxxOpDtIEyiJZTwi'],
	#                       6: {   4: Decimal('597.48'),
	#                              5: 2188,
	#                              6: [   datetime.datetime(1994, 11, 21, 5, 12, 50),
	#                                     377128177.10723]}},
	#         u'voluptates': {   6: u'NMpDtNKYOxtXGdTRzsyd',
	#                            7: [   u'QaqyziXsVfaJOFRAkkOh',
	#                                   Decimal('5288794.4'),
	#                                   3354],
	#                            8: {   6: datetime.datetime(2000, 9, 2, 13, 53, 9),
	#                                   7: u'zkDBfkYWrKTgqPzspISp',
	#                                   8: [   u'gOriFxRRSzqlqPswQIor',
	#                                          Decimal('295299449.696')]}}})

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

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   8611,
	#     Decimal('-26229.1961956'),
	#     u'AzkClGLezwtWVchddkQd',
	#     u'eWgIexKBAAdgNMfBrrMd',
	#     u'YjfdBTBaPQLWpqjjqvjn',
	#     datetime.datetime(1975, 11, 12, 3, 42, 18),
	#     u'YmtRNVYUoOfmkRJhFkmh']

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   u'kennethwilliams@miller.net',
	#     u'IEuttyWMkYDgptxykDsF',
	#     Decimal('318859536189'),
	#     u'xbLilqqAdbITUPfLCsPD',
	#     u'http://lee.biz/wp-content/tag/category/about/',
	#     Decimal('7.19154031987E+13'),
	#     u'http://www.logan.org/faq.asp',
	#     Decimal('-82009413040.0'),
	#     u'WBeWbIowuabDCDFhaMWj',
	#     datetime.datetime(2014, 3, 19, 17, 36, 13),
	#     Decimal('96989.4604988'),
	#     u'kAVRQhGeaebUFVQHIGbt',
	#     8541)

	fake.pybool()
	# True

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'WXUnRmhhJboTWTDCdiKt', Decimal('-82550.7614252'), u'jYJTYMyTTrDrAHyHTLpz', 6797, u'https://rocha-clark.com/', u'https://www.green.com/main/', u'sEWUtRntBjVeZdffRGBo', u'andradeerika@dougherty.com', u'PypfcmgVeYmdmheFHQcR', 2494])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'asperiores': u'annette62@hotmail.com',
	#     u'consectetur': u'staceyherring@hotmail.com',
	#     u'magni': u'pUjllAnaHxmwaVQBnNuY',
	#     u'similique': u'thomaslawson@bowman-romero.com',
	#     u'sit': datetime.datetime(1974, 12, 19, 19, 44, 34),
	#     u'voluptas': Decimal('-3.96161693143E+12')}

	fake.pyint()
	# 7523

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

::

	fake.ssn(taxpayer_identification_number_type="SSN")
	# u'086-99-9565'

	fake.ein()
	# u'20-5413452'

	fake.itin()
	# u'904-85-7421'

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

::

	fake.mac_processor()
	# u'U; Intel'

	fake.firefox()
	# u'Mozilla/5.0 (X11; Linux x86_64; rv:1.9.6.20) Gecko/2010-07-12 09:05:51 Firefox/3.8'

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

	fake.opera()
	# u'Opera/8.53.(Windows 98; Win 9x 4.90; ve-ZA) Presto/2.9.163 Version/10.00'

	fake.windows_platform_token()
	# u'Windows NT 5.0'

	fake.internet_explorer()
	# u'Mozilla/5.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90; Trident/4.0)'

	fake.user_agent()
	# u'Opera/9.72.(Windows CE; iu-CA) Presto/2.9.188 Version/11.00'

	fake.linux_processor()
	# u'x86_64'

	fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
	# u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_8_0) AppleWebKit/5311 (KHTML, like Gecko) Chrome/16.0.880.0 Safari/5311'

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

	fake.safari()
	# u'Mozilla/5.0 (Windows; U; Windows 98) AppleWebKit/534.33.3 (KHTML, like Gecko) Version/5.0.4 Safari/534.33.3'
