
Language en_US
===============

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

::

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

	fake.building_number()
	# u'26444'

	fake.street_address()
	# u'943 Pugh Lake Suite 500'

	fake.postalcode_plus4()
	# u'39875-0558'

	fake.city_prefix()
	# u'North'

	fake.military_ship()
	# u'USCGC'

	fake.city()
	# u'South Cynthia'

	fake.zipcode_plus4()
	# u'64678-8095'

	fake.state_abbr()
	# u'CT'

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

	fake.street_suffix()
	# u'Burgs'

	fake.city_suffix()
	# u'haven'

	fake.military_dpo()
	# u'Unit 9173 Box 0426'

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

	fake.country()
	# u'Luxembourg'

	fake.secondary_address()
	# u'Suite 367'

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

	fake.postalcode()
	# u'30185'

	fake.address()
	# u'2897 Guerrero Course Apt. 477\nSouth Laura, OH 44354-2557'

	fake.state()
	# u'Florida'

	fake.military_state()
	# u'AP'

	fake.street_name()
	# u'Hines Manors'

	fake.zipcode()
	# u'52500'

	fake.postcode()
	# u'02286-6590'

	fake.military_apo()
	# u'PSC 9437, Box 8042'

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

::

	fake.license_plate()
	# u'44LK711'

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

::

	fake.bban()
	# 'HKUT8479957520878'

	fake.bank_country()
	# 'GB'

	fake.iban()
	# 'GB76QYEN2015617012831'

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

::

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

	fake.ean13()
	# u'1245865193590'

	fake.ean8()
	# u'35158745'

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

::

	fake.rgb_css_color()
	# u'rgb(17,167,18)'

	fake.color_name()
	# u'LemonChiffon'

	fake.rgb_color()
	# u'188,247,83'

	fake.safe_hex_color()
	# u'#aaee00'

	fake.safe_color_name()
	# u'blue'

	fake.hex_color()
	# u'#76f30f'

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

::

	fake.company()
	# u'Turner-Harding'

	fake.company_suffix()
	# u'Ltd'

	fake.catch_phrase()
	# u'Virtual mobile attitude'

	fake.bs()
	# u'generate synergistic initiatives'

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

::

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

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

	fake.credit_card_full(card_type=None)
	# u'VISA 16 digit\nMichael Munoz\n4810690784747164 05/28\nCVC: 903\n'

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

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

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

::

	fake.cryptocurrency_code()
	# 'AUR'

	fake.currency_code()
	# 'KPW'

	fake.currency_name()
	# 'Bermudian dollar'

	fake.cryptocurrency_name()
	# 'NEO'

	fake.cryptocurrency()
	# ('DOGE', 'Dogecoin')

	fake.currency()
	# ('TRY', 'Turkish lira')

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

::

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2018, 8, 22, 11, 56, 35)

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

	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(1999, 12, 19, 1, 43, 23)

	fake.date_this_decade(before_today=True, after_today=False)
	# datetime.date(2015, 8, 5)

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 8, 11, 16, 18, 38)

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

	fake.day_of_week()
	# 'Wednesday'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2012, 3, 27, 1, 31, 26)

	fake.date_between(start_date="-30y", end_date="today")
	# datetime.date(1999, 4, 8)

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2012, 4, 14, 15, 3, 11)

	fake.date(pattern="%Y-%m-%d", end_datetime=None)
	# '1993-12-08'

	fake.am_pm()
	# 'PM'

	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
	# datetime.datetime(2018, 8, 16, 9, 27, 49)

	fake.date_object(end_datetime=None)
	# datetime.date(1983, 9, 2)

	fake.date_this_year(before_today=True, after_today=False)
	# datetime.date(2018, 2, 9)

	fake.iso8601(tzinfo=None, end_datetime=None)
	# '1993-11-15T23:01:15'

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

	fake.date_this_century(before_today=True, after_today=False)
	# datetime.date(2009, 7, 14)

	fake.month()
	# '02'

	fake.year()
	# '1987'

	fake.day_of_month()
	# '17'

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

	fake.timezone()
	# u'Africa/Addis_Ababa'

	fake.century()
	# u'XVI'

	fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
	# datetime.date(1955, 7, 28)

	fake.time_object(end_datetime=None)
	# datetime.time(10, 27, 5)

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2018, 1, 27, 5, 3, 2)

	fake.date_time(tzinfo=None, end_datetime=None)
	# datetime.datetime(2008, 12, 18, 7, 38, 48)

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

	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, 21, 20, 1, 17)

	fake.month_name()
	# 'June'

	fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
	# datetime.datetime(1099, 9, 26, 21, 16, 31)

	fake.time_delta(end_datetime=None)
	# datetime.timedelta(8794, 5634)

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

::

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

	fake.mime_type(category=None)
	# u'application/ogg'

	fake.file_path(depth=1, category=None, extension=None)
	# u'/along/significant.doc'

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

	fake.file_name(category=None, extension=None)
	# u'pretty.pages'

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

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

::

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

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

	fake.tld()
	# u'org'

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

	fake.url(schemes=None)
	# u'http://www.jordan.biz/'

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

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

	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'garzajessica@example.net'

	fake.ascii_email(*args, **kwargs)
	# 'sarah91@thomas.com'

	fake.ipv4_network_class()
	# u'b'

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

	fake.ascii_company_email(*args, **kwargs)
	# 'david46@miller.com'

	fake.domain_name(*args, **kwargs)
	# u'brown-cunningham.info'

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

	fake.domain_word(*args, **kwargs)
	# u'prince-potter'

	fake.slug(*args, **kwargs)
	# u'democrat-bar'

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

	fake.company_email(*args, **kwargs)
	# u'lisa55@phillips.com'

	fake.uri()
	# u'https://johnson-olsen.org/blog/list/explore/post/'

	fake.ipv6(network=False)
	# 'e00d:ea78:9d9:c3e:dede:5a31:ec2f:9273'

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

	fake.ascii_safe_email(*args, **kwargs)
	# 'stephen90@example.net'

	fake.mac_address()
	# u'99:e7:89:4e:2f:70'

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

::

	fake.isbn10(separator="-")
	# u'0-16-982889-1'

	fake.isbn13(separator="-")
	# u'978-1-257-90624-6'

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

::

	fake.job()
	# 'General practice doctor'

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

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'Four buy case add might your note social. Answer accept best and six around.\nDescribe shoulder couple anyone end practice view. Yeah anything player charge rise billion anyone. Live half either.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Mouth for after compare clearly. Magazine down perform mission week list. Attorney society home understand budget.',
	#     u'Picture future article thousand health.',
	#     u'Instead goal land contain indicate available music. Answer thus suggest then public stock. Sense foot far serious.']

	fake.words(nb=3, ext_word_list=None)
	# [u'friend', u'various', u'general']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Doctor author week mission another.',
	#     u'Reality north recent.',
	#     u'Hospital boy summer source single.']

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

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Price window act sometimes itself half this. Create start degree arrive authority. Big effort provide.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Thousand top other cup find though respond.'

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

::

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
	# u'478EPWe!_S'

	fake.locale()
	# u'it_IT'

	fake.binary(length=1048576)
	# bytearray(b'A\\\xfc\x90\xb2\x06\xe0\x97ODo\xdf`DE\x05\ty\x03*\xcb\xf2\x7f\x08\x85\xb4\xf5\x82\x1c!\x05\t@`(\x0c~\xc8\x8a\xb8\x99:\xbb\xe6\x11\xd5\x9b\x18\x02\xde\xd6\xec\xdc\x97\x9c~\xe2\xce\x0e#\x0c4\xa6\xe6l\xb2\x96#\xcf\xe3\x13\x17\xb2\x1d\x95:C\x91"a\x9b\xdd@\t\xee:\xae]YC\x15\xd6\x87f\xb9Zk!\x9f\x9a\xcaP\xc0HK)\x89\x80\x1a\xb6z\x94\xd4\xfd\xf9=\xc5mIl\xfb\xa3\xa3\x1a+\x8e\xc1?\t\xae\xca\x88\xa3g\x11\xc0\x89\xd3\x85\xaa\xaf\xe6\x02vU\xd7\xf2\xc6\xf7\xaa\xcc\x9fYI\xbf~e\xb7"\xf6\xeb\xdf\x99n\x8d-4\xff4\x06\x85\x0cqP\xa3\xdf\x03\x82\xe2\xf3\xc8\xe3\xf1\x15\x07\xe8\x95\xe8\xab\xa0\xaa\x1b@_w)K\x05!u-\x0f\x98\xa4H\xf14\x98\x0c\xef\x90\x03\x14H?\x8f\xcf\xd7q\xd6\x92\xbf6<\x9d\xdf$\xa0\x9c\xb4\x7f\x98\xbc6y\xb7\xd5\x95\x1a1j\x99\xba\x0cg\x85@I\x9f\xdaN\r\x95\x88xj\x86\xf1\x96\xe2_\x9a\xdf\x95\x9a\xc4\xedk\xb1g\xd5\\\x9f\x11\xf8\x95vx@\x8d-\xd10\xd4\xff\xea5_\x82k2\x82\xa4\xc7\x02\xb7\x89NV\x8b\x19T\xf0\x17Q\xd2\x99\x14\x95@\xa2\x00\x94z5\xc0\xd8{\xc9}c\x14_w\x91\xb1}\x90\x18\xab\r!d\xe7#z\xd4\x17\r\xc3N\xba=\xb2\xea\xac\x9b4\xdf\xc6\xfb\xc2|+\xc3\x9fny\xb4\xc4\xf4[\xc8O(\x11"\x8cd&\xb60\x17\x01\xe6\x17\x7fe\xdaF\x1e\x10v\xbf\xc6\x07I_\xb3N\xe2\x8dC\xdc/\x88\xd2\x94\xea= \xf7\x80\x07\x13\xaer\xe3\x8b\xf4Tb<N*Yn\xed\xe1\xb9\xb1\x0c\xa4\xaao\xd8\xb3/FS\x05\xf4WjF\x07\x96\xe5I\xc7\x1b\x94J?\x16T\x06/\xba\xaa\x9b\x99,Io\x18X\x95\xaa\xcf\x99\xc9\t\xe6\n<\x11\xbc\xd2\x97oe\xcej5\x9e>v\x9c\xef\x95\x92\x19Y\x02e\xa9\xd3\xd4e\xf0\x99\xcfR\x1e\xf1\xfcA\x83\x82\\\xbce\xf7\xb4^\x14\xdd\xd1\xccEr?`m\x06\xc1\x13N\x85\xb1Q\x16\xde\xa0\xfeY\xa7F>%\x0f\xacN\x058O2\xe7\xcb\x90\x00\x1b\xd8\x9e\xa3wTG\xbaB\xe5\xa9\x02\xf9\xfb\x9au\xcd\x0e\xf7\xaa\xeb\xab\xb6D\xc0\xcay\x02VBJJ\xe6\xcePh\xa4\x8a\xa3\xee\x94\xb0\xb7\x1e\x89\xcbkQY\x1d\x84br\xe0\xa2\xb2\xe6n\xee\xa0\xe1\xc3\x8f\x93\xdd\xc6\xf1\xfe\xbb:Z\xca\xcaas\x7f\xd8\x8f\x95e9\x00\xe6&\x0b\x89h\xa2\xf2\x85\xa0V%\x8b\xb4\xaa\xe4\xbcE<\x13C\x96\xd2L\x96,\xd8|\x0e\xe4X`\x13\xdd\xbfQ\xcc&\x9cn\xf6\x06\x84\xae\xbb5\x92\xcb\'1\xc1\x81n\xa8\xbd\xb2\xc0\xcc\x0e\x1b\xca\x0b\xaa\n7\x14\xf6\x04\xea\x1f_5\xd6\xd9\x83spB\xbe\x15\xf4\x1b\xf25>L\xe3F\xb38\x13O\x08\x96\x19\xb4\xbb\xd4h\xbcZTk\xfe I\xceg\xf5>%\xdcu\xe3S\xc6W2&\x1e\\<\xef\xc3I\xd7#\xa5l\x07qs\xde\xd2\xd8N\xbc\xde\xe99*\xee=\x865\xf4<\x7fK\x9a}_\xb1\xaa\xd5\xe7i\x07\xbc\xb6\xfe\xcd\xa6@S\x17p\x02\xfb\x89By\xa4D\xd3\xc1vP\xe8\xae\xc5\x94+|\x18\xfa\xb4VP\xc6ro\x124\xde\x98\x8e\x02\xf85\xa5-7\x1c`\x1f\xea\x1at\x81}QQ\xd3V\x80X|\r\xc3B(a\xd4\xa8\xf9\xfcP\x8f7\x94\xbc\xda\xe1;\xaf\xb3\x83\x13\xce\xc9\x07\xa0\t\xce\x0f\xb9 \xfc\xc5%\x8bE)\xa9\xeaP:\xaaj9\xee0\xd9\x18\x08j\x17\xb2b\xc2g_\xb8\xa6"\xd5\x0c\xda\x14\xc6\'\xea\t\xed\xba\xe5x\x89\xb9\xc6!\x0c>\x86t\xd4!5l/\x1d\xdd\xb3\xacM\x10\x91\x96&\x87\xe1w\xdeE\x8f\xf1\xd4\xba\x99\x9b\xff\xc6\x84"oW\x10\xbf\x82*\x90\x17N\xba\x81O\x8d\xdb@.\xcaI?\x08\x00\xb0\x9fh\xec\x95\xf5\xcfT\nO\x17\xa5p\xa2\x87\xcc\x13\xc5\x10\x9bp\xe6J\xf0\x8e7\x05\xfc7$>|U\x0b\x88\xcc\xac\xce\xbd\x85\xfbA\xba\x11\x17eO@*\xd0\t\x18(\xf4;')

	fake.md5(raw_output=False)
	# '2e9b37a4d2dbbd71b3e99d93c050661f'

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

	fake.null_boolean()
	# False

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

	fake.uuid4()
	# '2739cbcf-e55d-f5a6-9ad2-45d70894027a'

	fake.language_code()
	# u'ayc'

	fake.boolean(chance_of_getting_true=50)
	# True

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

::

	fake.last_name_male()
	# u'Jordan'

	fake.name_female()
	# u'April Houston'

	fake.prefix_male()
	# u'Mr.'

	fake.prefix()
	# u'Mrs.'

	fake.name()
	# u'John Thompson'

	fake.suffix_female()
	# u'MD'

	fake.name_male()
	# u'Dr. Ryan Griffin MD'

	fake.first_name()
	# u'Justin'

	fake.suffix_male()
	# u'Jr.'

	fake.suffix()
	# u'MD'

	fake.first_name_male()
	# u'Joshua'

	fake.first_name_female()
	# u'April'

	fake.last_name_female()
	# u'Martin'

	fake.last_name()
	# u'Atkinson'

	fake.prefix_female()
	# u'Miss'

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

::

	fake.phone_number()
	# u'+46(0)8655782707'

	fake.msisdn()
	# '4605637054164'

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

::

	fake.simple_profile(sex=None)
	# {   'address': u'USS Lopez\nFPO AE 37176',
	#     'birthdate': datetime.date(1921, 2, 22),
	#     'mail': u'jhenry@gmail.com',
	#     'name': u'Lucas Roberts',
	#     'sex': 'M',
	#     'username': u'nmunoz'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'6686 Julie Plains\nLeeside, FL 38766',
	#     'birthdate': datetime.date(2005, 3, 24),
	#     'blood_group': 'A-',
	#     'company': u'Nelson, Hicks and Evans',
	#     'current_location': (Decimal('82.029742'), Decimal('-85.556897')),
	#     'job': 'Print production planner',
	#     'mail': u'sandradavis@yahoo.com',
	#     'name': u'Valerie Carson',
	#     'residence': u'87608 Cruz Plaza Suite 032\nEast Michaelmouth, WI 32410-1141',
	#     'sex': 'F',
	#     'ssn': u'252-46-0791',
	#     'username': u'danielwest',
	#     'website': [u'https://www.escobar.com/', u'http://www.patterson.com/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'kTbFCgFuXaFHHsxklwZa', u'onXtVmOIysjwxkqZEKAP', 6662, u'CxoYPfXDMscDOsoMkLcf', 9963, u'https://www.liu.com/main/author/', u'wqlgEfNIVrUAajvSVcFR', u'http://www.mcdonald.com/', datetime.datetime(1992, 5, 25, 14, 30, 31), u'vFRAuuITFGWlPMnOpPXD', Decimal('-83994386.9772'), datetime.datetime(2004, 1, 26, 20, 22, 45)])

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

	fake.pystruct(count=10, *value_types)
	# (   [   u'GWmnJGOCFNulJUDbfzHX',
	#         4168,
	#         datetime.datetime(1988, 9, 18, 9, 43, 25),
	#         Decimal('55.454'),
	#         u'hRXCXOqDaBRqiGRkqhXS',
	#         u'https://atkins.com/main/register.php',
	#         u'ehenderson@gmail.com',
	#         8470,
	#         datetime.datetime(2017, 1, 2, 19, 59, 26),
	#         u'JnIHMMVQsvisMJErcTeU'],
	#     {   u'challenge': Decimal('87157.1'),
	#         u'couple': u'JHolsSiIOvklPwkOYxaU',
	#         u'future': datetime.datetime(1983, 2, 15, 6, 51, 30),
	#         u'investment': u'inLNuCNTMKMvzDKsgQNJ',
	#         u'kid': datetime.datetime(1999, 3, 15, 15, 26, 49),
	#         u'look': u'http://ruiz.com/homepage/',
	#         u'party': u'MGJPHAQDaIzYioojkVlf',
	#         u'per': u'shortdominique@yahoo.com',
	#         u'role': datetime.datetime(1988, 3, 25, 8, 32, 34),
	#         u'science': u'susanferguson@moreno-gonzalez.biz'},
	#     {   u'article': {   3: u'MwryTXVbIdKURLOCSCNe',
	#                         4: [   u'EsRGaROqXYOlmambMNwo',
	#                                datetime.datetime(1973, 10, 17, 11, 5, 53),
	#                                u'WsGQdOGBjWUbuVnnBZYZ'],
	#                         5: {   3: u'ZPzPIdVHJcKYYScARwyG',
	#                                4: u'stevenramirez@gmail.com',
	#                                5: [   -9724646810533.0,
	#                                       Decimal('212119.264797')]}},
	#         u'focus': {   9: u'uBIGHqstYFVHWovVZhFB',
	#                       10: [5008, -8412.847, u'FcwTqkIyiktiFDMGaPlL'],
	#                       11: {   9: 4985,
	#                               10: u'NnhULLbBnCkuYguShpck',
	#                               11: [u'DOLhEgxTAiWNBYdBotuf', 5634]}},
	#         u'law': {   7: u'eyledRIMFlTXaMRIzBQs',
	#                     8: [   datetime.datetime(2005, 7, 9, 0, 35, 12),
	#                            u'LtouCqktTXHsSMmUcusa',
	#                            datetime.datetime(2017, 12, 8, 8, 54, 25)],
	#                     9: {   7: u'okPCqNcUCszYehADSlcF',
	#                            8: u'cburgess@yahoo.com',
	#                            9: [   u'SkniFFjNBAzEWLXZAvhX',
	#                                   u'uBqLAJsRbcRCTBtKxfvz']}},
	#         u'majority': {   2: u'http://johns-davis.info/author.asp',
	#                          3: [   u'WMUeQFAzudQVtNHwcuvD',
	#                                 u'pQxdKhzgthARGtJVUXih',
	#                                 u'DNVReeoEhbJWWRDBIOHV'],
	#                          4: {   2: u'wQdBwFNPUUkNvglWUXPq',
	#                                 3: u'https://www.stevens.info/login/',
	#                                 4: [   u'NCTVFpTSTssJpeYPxBBS',
	#                                        u'zward@hotmail.com']}},
	#         u'manager': {   0: u'ENTriAKYhYbxEqnHuylH',
	#                         1: [   u'yyzZYIAIOdsXOCGQPkVp',
	#                                datetime.datetime(1978, 6, 7, 2, 45, 47),
	#                                Decimal('6713862.927')],
	#                         2: {   0: u'EnmgDXclXyhYhvizGGyu',
	#                                1: u'tgarrett@estes.org',
	#                                2: [   datetime.datetime(2002, 10, 10, 4, 40, 14),
	#                                       u'christopherdunn@burke-villa.com']}},
	#         u'media': {   1: u'pwilliams@gmail.com',
	#                       2: [1589, 5353, 510],
	#                       3: {   1: 9355,
	#                              2: 7003,
	#                              3: [   -40911381707225.0,
	#                                     datetime.datetime(2003, 12, 10, 5, 21, 11)]}},
	#         u'minute': {   5: 8614,
	#                        6: [   u'hMuwIEZjrFabJZoUeHQE',
	#                               u'ZCIUqAlVEeJzwNMnxITC',
	#                               -1195994075.0],
	#                        7: {   5: 1865,
	#                               6: 8981,
	#                               7: [   u'https://www.smith-morris.com/search/',
	#                                      u'tkzzvFkYgcjdxSMSmLzY']}},
	#         u'seek': {   6: u'jDEHQOrXdFJZAePlldwd',
	#                      7: [   u'http://ibarra.org/posts/index.htm',
	#                             datetime.datetime(2001, 2, 26, 4, 15, 16),
	#                             u'nNTTieyQSafnPxZoQPOR'],
	#                      8: {   6: 68641373541.1355,
	#                             7: u'http://www.novak.com/wp-content/search/tags/login.php',
	#                             8: [   u'HIzPKwASWujZukLqVFqN',
	#                                    datetime.datetime(1986, 5, 1, 1, 53, 51)]}},
	#         u'state': {   8: 8029,
	#                       9: [   u'qmzZfVnXxwitEHsDyUrS',
	#                              Decimal('-6691344598.56'),
	#                              u'mumIKMedlnqFIuIdqfRK'],
	#                       10: {   8: u'zuNbvFHDdtIoytFSpHlX',
	#                               9: 534,
	#                               10: [u'uhLyQSIeohgtIjdYneBd', 7663]}},
	#         u'to': {   4: Decimal('5.59261165361E+12'),
	#                    5: [   u'katherine64@castaneda.com',
	#                           u'YsIbloCKWlYNfxmKlPSt',
	#                           u'http://flores-maldonado.com/terms.jsp'],
	#                    6: {   4: datetime.datetime(1983, 3, 26, 1, 56, 26),
	#                           5: u'http://www.barnes.info/posts/main/category/index/',
	#                           6: [   u'https://craig.com/search/app/search.jsp',
	#                                  6501]}}})

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

	fake.pydecimal(left_digits=None, right_digits=None, positive=False)
	# Decimal('-1.23889539694E+12')

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   9323,
	#     datetime.datetime(1998, 11, 6, 11, 57),
	#     u'hkgUZcWhenmYtmcPDxzd',
	#     u'hsrsPsmuCDNQVidZArpY',
	#     datetime.datetime(1997, 4, 13, 1, 25, 37),
	#     u'lwScKqswiQhFvYZbogtG',
	#     6328,
	#     -75.91,
	#     u'ZOplUvjYiVVWrlPEfwGc',
	#     7842,
	#     2675,
	#     4045064075.82347,
	#     1077]

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   datetime.datetime(1989, 9, 10, 0, 47, 44),
	#     u'DlKWFFqRgxFSrVLHpRRU',
	#     Decimal('3.40776536305E+14'),
	#     u'ypZFBYTQjWHMpdICCvFW',
	#     u'https://www.black.com/privacy.php',
	#     u'LPUqbWpZeglgDrefpoeV')

	fake.pybool()
	# False

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([21794078722.436, u'kRSUfuMgtQlcsqroAUib', u'NXShuBAbEgNBVlOVJsEG', -948.94, 9507, 9623, u'SDmbQuOKElkUoxAPqrVw', u'sjvsdrBPTaLfaFjnRXsT', 6687])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'action': 2671,
	#     u'apply': 139,
	#     u'benefit': 3378,
	#     u'car': u'candice43@yahoo.com',
	#     u'carry': u'http://www.porter-harper.org/',
	#     u'hope': u'http://www.gamble-edwards.com/category/app/category/register/',
	#     u'idea': -3801625.98,
	#     u'once': 7.98,
	#     u'reveal': u'iVpWFRZOWiGUHxbNWzxD',
	#     u'special': 2132,
	#     u'stay': u'rgallagher@johnson.com'}

	fake.pyint()
	# 403

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

::

	fake.ssn(taxpayer_identification_number_type="SSN")
	# u'237-37-6110'

	fake.ein()
	# u'90-3440091'

	fake.itin()
	# u'949-70-6645'

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

::

	fake.mac_processor()
	# u'Intel'

	fake.firefox()
	# u'Mozilla/5.0 (Windows NT 5.01; or-IN; rv:1.9.1.20) Gecko/2011-08-24 22:57:21 Firefox/3.6.4'

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

	fake.opera()
	# u'Opera/9.53.(Windows 98; bho-IN) Presto/2.9.176 Version/10.00'

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

	fake.internet_explorer()
	# u'Mozilla/5.0 (compatible; MSIE 7.0; Windows 95; Trident/5.0)'

	fake.user_agent()
	# u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_7_7 rv:3.0; byn-ER) AppleWebKit/531.49.7 (KHTML, like Gecko) Version/4.0.3 Safari/531.49.7'

	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; Intel Mac OS X 10_8_1) AppleWebKit/5332 (KHTML, like Gecko) Chrome/31.0.881.0 Safari/5332'

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

	fake.safari()
	# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_0 like Mac OS X; he-IL) AppleWebKit/531.19.7 (KHTML, like Gecko) Version/3.0.5 Mobile/8B119 Safari/6531.19.7'
