
Language en_AU
===============

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

::

	fake.state_abbr()
	# u'WA'

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

	fake.street_name()
	# u'Rocha Quad'

	fake.address()
	# u'94 Hays Motorway\nHeathhaven, VIC, 2929'

	fake.street_address()
	# u'16 Nicole Lees'

	fake.postcode()
	# u'2946'

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

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

	fake.country()
	# u'Montenegro'

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

	fake.secondary_address()
	# u'Flat 86'

	fake.street_suffix()
	# u'Strip'

	fake.city_prefix()
	# u'Port'

	fake.city_suffix()
	# u'chester'

	fake.building_number()
	# u'63'

	fake.city()
	# u'South Courtney'

	fake.state()
	# u'Queensland'

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

::

	fake.license_plate()
	# u'JOI-7052'

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

::

	fake.bban()
	# 'CGGI5443316624967'

	fake.bank_country()
	# 'GB'

	fake.iban()
	# 'GB76VPAN4409020331626'

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

::

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

	fake.ean13()
	# u'2387794155290'

	fake.ean8()
	# u'46427717'

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

::

	fake.rgb_css_color()
	# u'rgb(2,114,5)'

	fake.color_name()
	# u'MintCream'

	fake.rgb_color()
	# u'179,7,44'

	fake.safe_hex_color()
	# u'#cc1100'

	fake.safe_color_name()
	# u'purple'

	fake.hex_color()
	# u'#273b30'

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

::

	fake.company()
	# u'Collins, Smith and Dalton'

	fake.company_suffix()
	# u'Group'

	fake.catch_phrase()
	# u'Focused methodical website'

	fake.bs()
	# u'visualize virtual info-mediaries'

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

::

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

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

	fake.credit_card_full(card_type=None)
	# u'Discover\nLisa Bender\n6548705016399180 09/20\nCVC: 830\n'

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

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

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

::

	fake.cryptocurrency_code()
	# 'NMC'

	fake.currency_code()
	# 'KGS'

	fake.currency_name()
	# 'Macanese pataca'

	fake.cryptocurrency_name()
	# 'EOS.IO'

	fake.cryptocurrency()
	# ('EOS', 'EOS.IO')

	fake.currency()
	# ('BMD', 'Bermudian dollar')

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

::

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2019, 6, 9, 7, 12, 24)

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

	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(2002, 5, 17, 5, 25, 39)

	fake.date_this_decade(before_today=True, after_today=False)
	# datetime.date(2017, 8, 6)

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2019, 5, 1, 17, 59)

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

	fake.day_of_week()
	# 'Saturday'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2010, 5, 13, 8, 14, 50)

	fake.date_between(start_date="-30y", end_date="today")
	# datetime.date(1997, 11, 14)

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2008, 7, 8, 23, 46, 2)

	fake.date(pattern="%Y-%m-%d", end_datetime=None)
	# '1973-05-27'

	fake.am_pm()
	# 'PM'

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

	fake.date_object(end_datetime=None)
	# datetime.date(1985, 11, 1)

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

	fake.iso8601(tzinfo=None, end_datetime=None)
	# '2012-12-23T19:29:34'

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

	fake.date_this_century(before_today=True, after_today=False)
	# datetime.date(2016, 9, 20)

	fake.month()
	# '08'

	fake.year()
	# '1971'

	fake.day_of_month()
	# '19'

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

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

	fake.century()
	# u'VII'

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

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

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2019, 2, 7, 8, 59, 4)

	fake.date_time(tzinfo=None, end_datetime=None)
	# datetime.datetime(2016, 7, 16, 20, 8)

	fake.time(pattern="%H:%M:%S", end_datetime=None)
	# '07:49:56'

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

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2019, 4, 29, 18, 54, 30)

	fake.month_name()
	# 'August'

	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
	# datetime.datetime(829, 3, 31, 6, 43, 44)

	fake.time_delta(end_datetime=None)
	# datetime.timedelta(13762, 31554)

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

::

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

	fake.mime_type(category=None)
	# u'application/soap+xml'

	fake.file_path(depth=1, category=None, extension=None)
	# u'/et/rerum.bmp'

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

	fake.file_name(category=None, extension=None)
	# u'officia.flac'

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

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

::

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

	fake.image_url(width=None, height=None)
	# u'https://www.lorempixel.com/933/629'

	fake.tld()
	# u'biz'

	fake.email(*args, **kwargs)
	# u'jamesjackson@martinez.info'

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

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

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

	fake.uri_extension()
	# u'.asp'

	fake.uri_page()
	# u'register'

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

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

	fake.ascii_email(*args, **kwargs)
	# 'christinanovak@yahoo.com.au'

	fake.ipv4_network_class()
	# u'a'

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

	fake.ascii_company_email(*args, **kwargs)
	# 'elizabeth47@perkins.org'

	fake.domain_name(*args, **kwargs)
	# u'hill.org.au'

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

	fake.domain_word(*args, **kwargs)
	# u'hernandez-simpson'

	fake.slug(*args, **kwargs)
	# u'alias-vero-mollitia'

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

	fake.company_email(*args, **kwargs)
	# u'lavery@tucker.edu.au'

	fake.uri()
	# u'https://silva.edu.au/posts/search/'

	fake.ipv6(network=False)
	# '7fcf:c9f0:f6b3:cc6f:77e5:a916:ddba:9fd3'

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

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

	fake.mac_address()
	# u'a4:cf:74:cc:2a:fe'

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

::

	fake.isbn10(separator="-")
	# u'1-85161-696-9'

	fake.isbn13(separator="-")
	# u'978-1-313-23919-6'

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

::

	fake.job()
	# 'Marine scientist'

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

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Natus repellendus hic officia. Aliquam soluta animi non iste quam. Laboriosam dicta repellendus culpa asperiores.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Laboriosam quam eveniet similique. Repellendus soluta eius cumque illum expedita tenetur molestias.',
	#     u'Quos repudiandae optio esse. Blanditiis saepe repellat explicabo nisi eveniet. Aspernatur sapiente repellendus laboriosam architecto vero error.',
	#     u'Sapiente esse autem culpa perspiciatis eum aperiam. Commodi aliquam consequatur tenetur ullam suscipit quam. Dolor eaque laudantium consequuntur itaque.']

	fake.words(nb=3, ext_word_list=None)
	# [u'ad', u'soluta', u'saepe']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Facere minus dolor nisi quasi mollitia.',
	#     u'Recusandae assumenda dolores in vero nobis at.',
	#     u'Eos nihil dignissimos nisi dolore aspernatur possimus.']

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

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Impedit sunt tempore dignissimos dolor. Repudiandae veritatis eaque temporibus.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Unde necessitatibus odit veniam harum id.'

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

::

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

	fake.locale()
	# u'ko_KR'

	fake.binary(length=1048576)
	# bytearray(b'iVO2\x8cV\xfa\x0e\x96\xa9\x9dX\x89(N\xc9%\xf8\xac\x87o\xf1vw\xa3\xe4\xd6y\xdc\xc0a8\xc6#\x0c\x9a\xef\x02\xbf\xfa\xe3\xc3\ts\xb1\xbc\xfb\xa02@\xd4\xc8qF\xccV%4\xbf\xda\xec\xfc\xb3\x83Y\xa2\x03\x92\xb9\xa9\x8a\xc0J=\x04#\xda\xed\x14\x15\xb6\xddU%\x94\xcdc\xa8n\x19\x88\x85\x1b\xa5\x9a:\xa9\x97`M\xd6@.z\xa9\xfd\xe3\xde\x96\x81k\xb6\x1e\xab\x9e\x9b\xc0Ha\x15%\x87\xcd\xbf\xe4\x9fNk\x86\xa3\xf3\x914Py\x86\x97dg\x16k\xff\x84I}\x85\xb6im\x03\xf7q\x1a\x0e\x87\xd2\xf9\x15\xd4\x1f\x9f\x0cP<F\xeb\xcd\x1d\x84i#P\xe9\xa2\xdc\x8a&\xc3\x8c\xa6>\x9e\xca\xb5\xce\xd1Y\xa1|9T\x9d\xd6\xaax\x93F|\xf7\xa3\xf4\xaal5\x90\xa6\x89\xb5\xd4\x85\xa5{\x8c\x91\x004\xe6I\xff\x17Cs\xbf=M\xe9\x8a\'9\xe2\xe8\xc2\xd0\xa5x\xc1:D!\xad\x03@\xdf\xbf\xfbOV\x92\x1e\x95y\xba\rU\x1c\xfc\xfb\xad\xdbO\x9c\xb0\x1f3\xe6\\#\xc8\x06\x12\r\x98\x08\x85\x80\x9e\xb6?G\xcb\x8eW.S%^\x1d\x06\xb5\xe9c\x87\x18@\xd7\x81x\xc8xZ\x83\x14C\xec]\x81\x99\xfcb\xc7}\x1e#\x94\x82H\x94o@\x1c\xbatt\x0b\x93\xdf=\xac\x05#\xb7\xf5$\x93I_ \xfch\x04\xc9<\xbb\xca\xc1\xa7\xeak\x15\xd3t\x14\x0f\xfb\xef&-\xed\x1f\x1db\xd2D\xbe\xda\xa7\x9f&+\xe7Y\xf1\x8a\xb2\xc3\xd7\x84\xc3}a\x14\x91z\x9098M\x9a\x95\xc5\xad!\xde\'p9\x91\x83\xbbD\x1b\xbe\xbe\xe8RJKt\xf6\xc2\xb0([\xc0\xc2\xf5\\=\x1a\x85\x80\xed\xab[\xdb\xa3W=\xd1qrV\x86xa)\xff\xfe\x1c)_\x00x\x88\xc0\xc5\xf1\xc8\xdf^$\xee\xa2\x91\xb6\x1cL\xabx-\xa3\r\x99\x9747O\x18\xf5\xf8/J\xb6\xa7\x10\xd5\xc5N\x18h\x9fx\xc3\xebI\xd8\xb4I!\xf8\xf9nf\xa7\x82R\xc8\xa2fL\x90\x052\xfb\xc5i\xc0\x1b\xd7y\xe9\xd1\xado\xb7@C\x02\xaap\xac{\x83\x98\x86d6\xf1\xcc\x9c8\x1b\\6\xd4\xe4\x89L%\xc4\x86\x85\xd5Q\x9c\x8eiV\x1d\xc5\x81\x10\\\x0b\x9ex\x8bUa\x157\xbf\x8aM7?B\x0f5_.\xd1\xb5\x86\xb5\x01\xc6^w\x88(l\xd5\x14\xa3T\t\xe1\x9b\x8a\x7f\x84\xb2\xec\x7f[\x18\x8e\xa3,s\x17I\x96G\xed\xffwU\xc0\n\t\xc68\x1d\';\xf9)\xc6\x14w\xd8f}2[\xf3<**")\xe4^\x9d\xfeU\\=#\x8d\xf6`\xfc\\\x1b\xd8\x1c*\x10z]\x8c\xbdY\xd5\xbe\xcf{\xe6e\xbd\xa5\x81#q\xd5G\xec\xaa\xa5\xe8\xaf0D\x1cM\xd1\xba\x030\xa4<QF\xf8\xa3i_j\xbd}a\xf1\x02\x19@\x04\xb5\'\xc2 \xe5K\xb1?"\\\xf7\x8a+.\x8d\xaf3\xec\x1f\x08\x9d\xc1b,\xdcs~\x8e\x0f\xde\x97\xeb\xa7^\x148f\\\xdd\xbb"\x9b\x8e\xd1F\xbc\xb7K\x9f\x88&\xc0\xa8\xf6\x80l\xab3qZ\x01S\x82\xfa(\x19_|s\xdc\x1e\x92\xd1\xf4o\xaa\xa5\xc8\xfc\x8b\xaf9\x9c\x1d\x1c\x05\xec*\xa3\xf6\xf2\x8f\xf1\xb0\xc0(-\xd5%\xe1U0\xa2\xec\x82\x12\xe0\xa7\xb9&\x08c3\xadvr\xbf\xde\x7f\x8f+\xb5 \x80\xa8kq);\x9c\xdf>y\x912\xfc\xf7\x85c\x9c\x05\x01\x80r[\xa8\x1a\xa1:\x1a{\xef+\xc6\x17`F9q6\x97\xbd\x87a\xf6=\xe6\xd3\xd5\xb188v\x9b\x90\xa0\x99L\xacjD\x95\xd9\xfb\xc4jyP7F\x06\x8c<fb\x82B\x8c\xf9o&\xce\x96f!\x1c9\x10j;-e\xd9O\xed\xe5\x8c\xbf\x0f\xac\xdc8\xb1\xfc"\xdb\x04\x02X:\xc5W\xc2\x04\x9b\xbb`Q\xea\x8e~\x04\xa7+O\xb7= \x0bX\xe6K\xdb{\x1f/\x07\xa6J.\xfen\x94m4\xf9Uq#/9O6SB\xbf\x9cP\x88\xd6\x8b\xea\xd7\xf7\x950\xe6`\x9c\xa9<\x10\xde\xacJM\x05\xf87z]\xa1W\x06\x8b\x9b\xf8"\xc8\xbc\x863\xc7\xae4\t$\x06\x8c1\xe2\xc8\xb5\x19L')

	fake.md5(raw_output=False)
	# '1b730331c377e4cfbd28822073e1f0d6'

	fake.sha1(raw_output=False)
	# '1f979d1a55a53a37b8b090cc22a3fb0447bf9237'

	fake.null_boolean()
	# None

	fake.sha256(raw_output=False)
	# '8c9cc52ed9e0d59e1558811b812c27bdd7c3fd718a50a74062166247e80fd25f'

	fake.uuid4()
	# 'bcb42c51-b98d-fd9d-f94e-09949c11a9ba'

	fake.language_code()
	# u'uz'

	fake.boolean(chance_of_getting_true=50)
	# False

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

::

	fake.last_name_male()
	# u'Garza'

	fake.name_female()
	# u'Andrea Hart'

	fake.prefix_male()
	# u'Dr.'

	fake.prefix()
	# u'Mr.'

	fake.name()
	# u'Alexa Gibbs'

	fake.suffix_female()
	# u'PhD'

	fake.name_male()
	# u'Matthew Pearson'

	fake.first_name()
	# u'Debbie'

	fake.suffix_male()
	# u'DDS'

	fake.suffix()
	# u'DVM'

	fake.first_name_male()
	# u'John'

	fake.first_name_female()
	# u'Tina'

	fake.last_name_female()
	# u'Campbell'

	fake.last_name()
	# u'Hendricks'

	fake.prefix_female()
	# u'Dr.'

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

::

	fake.area_code()
	# u'7'

	fake.msisdn()
	# '2698597131787'

	fake.phone_number()
	# u'+61-484-285-198'

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

::

	fake.simple_profile(sex=None)
	# {   'address': u'6 Harvey Thoroughfare\nHullland, SA, 2066',
	#     'birthdate': datetime.date(1959, 10, 7),
	#     'mail': u'qmorris@yahoo.com.au',
	#     'name': u'Justin Pitts',
	#     'sex': 'M',
	#     'username': u'richard26'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'Unit 49\n 94 Tonya Riverway\nJacksontown, VIC, 2656',
	#     'birthdate': datetime.date(1943, 3, 19),
	#     'blood_group': 'AB-',
	#     'company': u'Hurst, Watson and Lowery',
	#     'current_location': (Decimal('48.7494585'), Decimal('-10.509579')),
	#     'job': 'Pilot, airline',
	#     'mail': u'lynchlinda@gmail.com',
	#     'name': u'Margaret Caldwell',
	#     'residence': u'Suite 198\n 1 William Quadrangle\nShannonborough, ACT, 2655',
	#     'sex': 'F',
	#     'ssn': u'876-04-4504',
	#     'username': u'jonathan07',
	#     'website': [u'https://www.ramirez.edu/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'zglover@yahoo.com.au',
	#     Decimal('22344092.0'),
	#     u'http://dominguez.com.au/explore/blog/tag/index.php',
	#     5121,
	#     u'KMuTHbkvKYBbZQNLaGpP',
	#     u'OgOWVBLhPenlZMhWjmKs',
	#     datetime.datetime(2005, 3, 31, 13, 25, 37),
	#     u'huynhmeredith@snow.org.au',
	#     u'HschTArQZRgKTShhIoan',
	#     Decimal('-6561196.9')]

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

	fake.pystruct(count=10, *value_types)
	# (   [   9224,
	#         datetime.datetime(1976, 1, 20, 6, 46, 38),
	#         u'LuJctFOlETMjGPmzeXYB',
	#         u'garciamichelle@nelson-skinner.org',
	#         u'TCfOtSycHNbbmLpXWkMz',
	#         u'KinSCsbINwqMVGClWtDC',
	#         7396,
	#         u'ifYgPDxawjZtntJcpnLi',
	#         9130,
	#         4068],
	#     {   u'a': 521,
	#         u'ab': 2904,
	#         u'aliquam': 5980,
	#         u'incidunt': 6323,
	#         u'iste': Decimal('-8.05094128173E+13'),
	#         u'maxime': u'kWkitrWDfvDmgBcZivps',
	#         u'optio': 7061,
	#         u'repellat': 899035.8,
	#         u'tempora': 7381,
	#         u'vero': 4031},
	#     {   u'corporis': {   7: Decimal('-386898302.5'),
	#                          8: [   u'eJcrdHSRtZItyqTZLIkQ',
	#                                 u'GCdczGSvBbfxvCwCjIEY',
	#                                 -861232905403.3],
	#                          9: {   7: u'TjvRPyHrblimFkldfiOC',
	#                                 8: 9297039.81751,
	#                                 9: [   u'pgray@hotmail.com.au',
	#                                        u'kwMhrXAoRHXIDQbIgPVh']}},
	#         u'eligendi': {   1: -398800776.0,
	#                          2: [   u'jonesthomas@stephenson-harrington.net',
	#                                 92290976.871464,
	#                                 datetime.datetime(1999, 8, 12, 17, 25, 56)],
	#                          3: {   1: u'JDRUPXgRjkoYhWJsvewv',
	#                                 2: u'WHOKvImTOUcXMBXKmAMv',
	#                                 3: [   u'SkMhVrVHnMaPiLNzaOyT',
	#                                        u'kCmjRojhdMEazWZGDTCc']}},
	#         u'enim': {   0: u'UVFcqbTMmzVWeCuXdCwn',
	#                      1: [   Decimal('-1.08217607544E+13'),
	#                             u'gndXWxWCkpluacvClhjS',
	#                             Decimal('69436389.7883')],
	#                      2: {   0: u'uryLLebzlbsjcGgCmbCr',
	#                             1: u'https://collins.com.au/login.htm',
	#                             2: [   datetime.datetime(2011, 3, 4, 1, 35, 23),
	#                                    u'wrightmarvin@yahoo.com']}},
	#         u'magnam': {   6: u'https://www.baxter.info/author/',
	#                        7: [   Decimal('2165925.26'),
	#                               -745.764246633,
	#                               u'pqjLaafCHVKPcxIFYVLU'],
	#                        8: {   6: Decimal('5890265331.74'),
	#                               7: u'gillcaitlin@yahoo.com',
	#                               8: [   u'mGTjspSbRYYTygczeVeW',
	#                                      u'SGtHgNYAVeMjMCjCIHve']}},
	#         u'nesciunt': {   3: 5881783.0,
	#                          4: [   3073,
	#                                 u'AUYFZhtnNzwtQxqDLXen',
	#                                 datetime.datetime(1998, 2, 2, 6, 3, 43)],
	#                          5: {   3: u'https://lewis-johnson.net/post.html',
	#                                 4: u'zrasmussen@gmail.com',
	#                                 5: [   u'XcLDtkmKvDFgUHLuZeYV',
	#                                        u'poejQYjjZToslPdPEcuW']}},
	#         u'quidem': {   9: u'REAyxHTBmlbfeBdntaFj',
	#                        10: [   u'https://www.cruz.biz/explore/index/',
	#                                -849373517236.0,
	#                                4345],
	#                        11: {   9: u'PyOcufEDaHYyskwbVFqd',
	#                                10: datetime.datetime(1982, 5, 21, 5, 47, 35),
	#                                11: [   Decimal('37649880087.3'),
	#                                        u'http://williams-castillo.biz/posts/search/homepage/']}},
	#         u'quos': {   8: datetime.datetime(2000, 10, 5, 0, 30, 36),
	#                      9: [   datetime.datetime(2017, 6, 17, 11, 27, 43),
	#                             9371,
	#                             u'erice@gmail.com'],
	#                      10: {   8: u'http://jackson-williamson.net/index/',
	#                              9: 8182,
	#                              10: [   datetime.datetime(1979, 6, 2, 12, 35, 2),
	#                                      6500]}},
	#         u'sint': {   2: datetime.datetime(2001, 3, 29, 6, 39, 43),
	#                      3: [   u'QKLAUBQxhPlFdQQlbBFj',
	#                             datetime.datetime(1988, 10, 3, 16, 41, 33),
	#                             datetime.datetime(1972, 3, 16, 12, 48, 44)],
	#                      4: {   2: 7929263018080.0,
	#                             3: 4281434003.10857,
	#                             4: [   Decimal('5.17964813505E+12'),
	#                                    u'http://wyatt.com/author/']}},
	#         u'tenetur': {   5: u'tmarshall@valdez.org.au',
	#                         6: [   datetime.datetime(1989, 7, 26, 2, 20, 29),
	#                                -600150366413034.0,
	#                                u'http://whitehead.org.au/author/'],
	#                         7: {   5: u'bedzslnNWmlgfMsKnhgp',
	#                                6: u'UyssbxCoAFlJoKHSIVfR',
	#                                7: [   u'iXVVIAUzkKnXOnfYMuAW',
	#                                       u'zchapman@haynes.com.au']}},
	#         u'totam': {   4: u'https://crawford-madden.edu/faq.htm',
	#                       5: [   3401,
	#                              datetime.datetime(1988, 4, 10, 1, 36, 39),
	#                              u'http://hayes.com.au/list/blog/tags/homepage.htm'],
	#                       6: {   4: 1094,
	#                              5: 2579,
	#                              6: [   u'FXgGNlVaQnapLEaHZlXi',
	#                                     u'robert58@yahoo.com.au']}}})

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

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'bridget13@hotmail.com',
	#     Decimal('88149.0'),
	#     u'YNmKvNOYdDaUhTTVHiAE',
	#     5192,
	#     u'xduran@williams.com.au',
	#     u'pOhGgVyfASZtBIfqdVaQ',
	#     u'XUYxbQQQciyeQRIXmpYi',
	#     u'sXsgEZgdbUtyruBVnwIS',
	#     1774,
	#     u'jnneYfTcsxHmmDmtzKeK',
	#     u'PpabilodXFxWIPwjUUlF',
	#     7647,
	#     u'wdYWmwDLpAkRNpBLIAkk']

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   4899,
	#     u'http://wells.edu.au/categories/list/home.jsp',
	#     u'https://www.wilson.com/list/list/index/',
	#     Decimal('9.0'),
	#     u'dNEgUOgjAsQlqapSmLCa',
	#     u'LbCXrieOsVFhpOQOoHuE',
	#     u'RCgJgdlherEOkCdONOvM',
	#     u'andrewshunter@lopez-bridges.com.au')

	fake.pybool()
	# False

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'TzcBilcgpcNUqpQfgaSe', u'wciJYhCpVaoYngZfGXXH', u'muKWasOrAvZSvbDTRNpC', u'http://www.lopez.com/blog/search.html', u'KYvTQvdpXNdeqrviMSOl', 5100, datetime.datetime(1995, 6, 20, 4, 28, 5), 596114704096120.0, 7092, u'YmvNhmJfmiVWpruWeykm', datetime.datetime(1993, 2, 16, 18, 31, 9), u'https://jones.edu/', datetime.datetime(1998, 8, 11, 4, 52, 39)])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'atque': 3917,
	#     u'doloremque': Decimal('-581218.983909'),
	#     u'eveniet': u'BEcsbZDoTvnleLJGxMAQ',
	#     u'exercitationem': 1638226733159.0,
	#     u'fugiat': datetime.datetime(1983, 4, 10, 9, 48, 22),
	#     u'ipsum': u'yCOjNvXAIWYflmNCRJlU',
	#     u'iure': u'edward79@yahoo.com',
	#     u'laborum': 9931,
	#     u'nihil': 8342,
	#     u'nisi': u'qzNdSrTjxYUscjipjKcd',
	#     u'numquam': 190097462.4913,
	#     u'repellat': u'ztfOYbEWwpUsVcPfEBfR'}

	fake.pyint()
	# 2350

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

::

	fake.ssn(taxpayer_identification_number_type="SSN")
	# u'715-93-1148'

	fake.ein()
	# u'24-3318839'

	fake.itin()
	# u'962-77-5820'

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

::

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

	fake.firefox()
	# u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_7_5; rv:1.9.6.20) Gecko/2017-07-14 02:38:50 Firefox/7.0'

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

	fake.opera()
	# u'Opera/9.51.(X11; Linux i686; mag-IN) Presto/2.9.174 Version/12.00'

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

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

	fake.user_agent()
	# u'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_6_1 rv:4.0; gez-ER) AppleWebKit/532.43.3 (KHTML, like Gecko) Version/4.1 Safari/532.43.3'

	fake.linux_processor()
	# u'x86_64'

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

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

	fake.safari()
	# u'Mozilla/5.0 (Windows; U; Windows NT 4.0) AppleWebKit/535.9.4 (KHTML, like Gecko) Version/5.1 Safari/535.9.4'
