
Language de_DE
===============

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

::

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

	fake.street_name()
	# u'auch Schlauchinring'

	fake.address()
	# u'Slavko-Prei\xdf-Weg 0/7\n72352 Hannoversch M\xfcnden'

	fake.street_address()
	# u'Roselinde-Radisch-Platz 5'

	fake.postcode()
	# u'71796'

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

	fake.country()
	# u'C\xf4te d\u2019Ivoire'

	fake.city_name()
	# u'Borna'

	fake.street_suffix_long()
	# u'Platz'

	fake.street_suffix()
	# u'Street'

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

	fake.city_suffix()
	# u'Ville'

	fake.building_number()
	# u'75'

	fake.country_code()
	# u'MC'

	fake.street_suffix_short()
	# u'str.'

	fake.city()
	# u'Husum'

	fake.state()
	# u'Hamburg'

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

::

	fake.license_plate()
	# u'4G G3463'

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

::

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

	fake.ean13()
	# u'8193764094322'

	fake.ean8()
	# u'15385055'

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

::

	fake.rgb_css_color()
	# u'rgb(123,60,3)'

	fake.color_name()
	# u'PaleGoldenRod'

	fake.rgb_color()
	# u'172,20,147'

	fake.safe_hex_color()
	# u'#ffaa00'

	fake.safe_color_name()
	# u'yellow'

	fake.hex_color()
	# u'#1cc63f'

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

::

	fake.company()
	# u'Vogt Stiftung & Co. KG'

	fake.company_suffix()
	# u'Stiftung & Co. KGaA'

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

::

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

	fake.credit_card_provider(card_type=None)
	# u'Voyager'

	fake.credit_card_full(card_type=None)
	# u'Discover\nPatrizia Prei\xdf\n6011027813331300 07/18\nCVC: 567\n'

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

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

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

::

	fake.cryptocurrency_code()
	# 'MSC'

	fake.currency_code()
	# 'IQD'

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

::

	fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2012, 10, 8, 5, 49, 24)

	fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
	# datetime.datetime(2001, 10, 18, 21, 36, 8)

	fake.time(pattern="%H:%M:%S")
	# '18:39:23'

	fake.date_time_ad(tzinfo=None)
	# datetime.datetime(1776, 1, 11, 21, 2, 31)

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

	fake.day_of_week()
	# 'Friday'

	fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2016, 7, 18, 13, 36, 56)

	fake.time_object()
	# datetime.time(7, 16, 1)

	fake.iso8601(tzinfo=None)
	# '1974-01-16T09:11:00'

	fake.time_delta()
	# datetime.timedelta(2767, 60401)

	fake.am_pm()
	# 'PM'

	fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
	# datetime.datetime(2017, 9, 6, 20, 17, 12)

	fake.date_object()
	# date(2001, 10, 2)

	fake.future_datetime(end_date="+30d", tzinfo=None)
	# datetime.datetime(2017, 9, 17, 13, 2, 58)

	fake.date_time(tzinfo=None)
	# datetime(1974, 9, 13, 9, 41, 15)

	fake.date(pattern="%Y-%m-%d")
	# '1985-07-11'

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

	fake.month()
	# '12'

	fake.unix_time()
	# 1350738555

	fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2017, 9, 6, 14, 48, 50)

	fake.day_of_month()
	# '02'

	fake.year()
	# '1998'

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

	fake.century()
	# u'XVIII'

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

	fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
	# datetime.datetime(2017, 6, 19, 7, 6, 13)

	fake.past_datetime(start_date="-30d", tzinfo=None)
	# datetime.datetime(2017, 8, 29, 1, 14, 30)

	fake.month_name()
	# 'April'

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

::

	fake.file_path(depth=1, category=None, extension=None)
	# u'/consectetur/porro.mp4'

	fake.mime_type(category=None)
	# u'text/css'

	fake.file_name(category=None, extension=None)
	# u'cupiditate.wav'

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

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

::

	fake.url()
	# u'https://www.hoefig.net/'

	fake.company_email()
	# u'istvanjunitz@hartmann.de'

	fake.uri()
	# u'https://kabus.com/tags/blog/faq/'

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

	fake.ipv4(network=False)
	# '223.16.21.148'

	fake.domain_name(levels=1)
	# u'killer.de'

	fake.tld()
	# u'org'

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

	fake.free_email()
	# u'pjungfer@gmx.de'

	fake.slug(*args, **kwargs)
	# u'eius-rem-veniam'

	fake.free_email_domain()
	# u'yahoo.de'

	fake.uri_extension()
	# u'.jsp'

	fake.ipv6(network=False)
	# 'e80f:69f7:1f2c:318f:a353:9d0c:82a8:2caf'

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

	fake.image_url(width=None, height=None)
	# u'http://www.lorempixel.com/440/605'

	fake.email()
	# u'loefflerekrem@barth.org'

	fake.uri_page()
	# u'post'

	fake.mac_address()
	# u'e6:cc:9e:bf:5f:13'

	fake.safe_email()
	# u'wilhelmlinke@example.net'

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

::

	fake.isbn10(separator="-")
	# u'1-63145-853-1'

	fake.isbn13(separator="-")
	# u'978-1-75783-104-8'

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

::

	fake.job()
	# 'Designer, graphic'

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

::

	fake.text(max_nb_chars=200, ext_word_list=None)
	# u'A architecto quaerat accusantium eius facere velit dolorum. Iure blanditiis error quas magni expedita. Ex occaecati aliquid quae aspernatur et.\nQuos dolor ullam nam aut. Ad quam rem pariatur.'

	fake.paragraphs(nb=3, ext_word_list=None)
	# [   u'Repellendus quod cum deleniti distinctio aperiam repellat. Id sapiente iure sint excepturi eaque. Inventore commodi assumenda eum eius.',
	#     u'Consequatur repellat libero molestias voluptatem recusandae asperiores. Sit unde quo natus. Ipsum ducimus eos veniam ullam totam voluptatem. Sunt quaerat aliquam architecto incidunt voluptatibus enim at saepe.',
	#     u'Quod quaerat fuga nostrum nulla cupiditate minus. Repellendus iste cupiditate nobis voluptates quis numquam quo. Minus fugit eius exercitationem nobis exercitationem totam nulla ex.']

	fake.words(nb=3, ext_word_list=None)
	# [u'voluptatibus', u'ut', u'blanditiis']

	fake.sentences(nb=3, ext_word_list=None)
	# [   u'Modi unde illo illo minima praesentium.',
	#     u'Harum laudantium magnam architecto dolorum natus iure accusantium vel.',
	#     u'Voluptatum minima soluta eveniet iure error unde earum.']

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

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
	# u'Ad nam animi voluptates officiis sed sapiente doloremque. Excepturi tenetur recusandae vero sed rem illo vero odio. Deleniti consequatur nesciunt sed quod corrupti mollitia.'

	fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
	# u'Tenetur dolores eligendi non voluptatem earum non.'

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

::

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

	fake.locale()
	# u'hy_AM'

	fake.binary(length=1048576)
	# bytearray(b'\xd4*\xbc\xba!04\xfe\xcd\x9d\xb3\x8a\xa7\xcb3\x87\xfa;e\xae\x85\x8e\xbc\xac\x81\xe5,\x8b\x07\x1f\x81N\xa6\x12\xbe\xe5/\xee\x07\xca$\x82\xf5\xa3{\xbb`\x07\xf59\xe8.\x1f\xb2j\xe4?\xdf\xd6\xb0\xf4\x03\xda\xc4R\x04\x86\xe6\x81D\x11)\xa5\xdaDt\x05\xf6\x95\x02\x96S\xa0\x7f\xef\xcc\xbe\xfaq!\xd3v/\x8b_\x032\xc6\x90\x05\xf6\x8b\xc3\xea-b\xca>\x0c}\x83-@\xb7z\xc2\xcf\x14\\T\xc4\x88\x0f\x99\x03\xc0\x86\n\x8f\xfez\xe0\xc23/0\xac\xf6\xc7\xcc\xd9\tsT\x95\xd8\x80\xf0\x90\x8e\xe0Y\xb6\x12\x93\xe7\xf1{!VX\x8a\xc5Qtw\xe5\xb9\x9a\xac\xc6Up\xf8c&5\xcf5o"\xc9\xd9\x0b\x99\xb6\xd0\x12\xf1ecc\xe4\x1f\x9d\xdf\x9e`2\x1c\xc4\x00C6\x1b\x88*\x87\x1bf\x1d\x8aj$\xc2\xcfl\x82\xdc\x99\x0b\t\xa6-\xae\xf0\xd5\x14\xaavv\x1b,\x1e\xf0{\x94G\x93\xf3^s\xdf\x8c\x07\x1f\x9cYw~\xae\xb9\xbe\xe42e\xac\x9f\xd3g\x19XI\xdfx\x80\xa4\xf2\xaa\xa3_(\xb6J]M\xd7Yr\xbe\xbd\xceM\x8a\xcc\xa4W\xbds\xa1\x84\xf4\xb9e\x17\xe4B\xa7j\xdc\xdf\x150\xd6/\xd9\xfe&\xbd/\xfb\x8e\r\xdeqn4\xaa\xd8\x11+\x16V\x8b\xb0\xf6\x15\x11"\x0b\x15W\xf4\x15\xf6z>{f\xd6\x83\xb9 \xe8%xE\xa7av\x99\x8epH\xc8\r\xfa\xdeg\xbe\xaf5\x83\xbcT@aS\xe5\xb2\xbe\xfe l4)\x85\xe3\xfd\x14\n\x0e\x0fc\xc2{\x8cy\xadcQ\x87\xcd\xfd\xb0\xbf\x0e\x95\x84\xafK&*\xff\x80a\x93M\x96O\xfa.\xb4\x1d\xb99\xe6%K\xf2\x9c\xd0#Rd\xc6Bj]\x15\xa2xU\xf1\x88L\xf6\xceff\x90\x0c\x10>\x9bW\x01\x8d\xf8\x98\x18i\x87\xea\x1d\xc3W\xa8\x14\x8dU\'Y\x12\xf3\xe1\xe4\xb0\xa6\x91\x17L\xef\xfc\x9d\x89\xf5\xd93\xf8j\xe8\x1e=\t\x9e\x99\x14\x1f\xeb\x15\x1br\xe3:ss\xbd\xa0\xbe\xe7\x90\r\xc9\xe3\xcf\xb6\x7f\xbc\x16\xb0\xb0\xefE\xce\xf3])\x88\xc9\xe1\x13\x06\xa3Ci\xd8<m\xbd\x18\xaa^\xf9\x90?\xea\x8f\x11@\x8d\xf6e\x84\x88*>wV(\xa3J\xfc"\xb3$\xef`Y;\xa47\xd5:\x0b:C\xe1\x1d\xf8FU31\x8f[\x96\xdc\x8b\xd6\xc5\x89\x13\x84/\x890\x1dH\x1el\x80\x9aU\xb4\xc66\x1c\xaf\x93\x8dZ6\xc5\x0bc3w5\xc9\xcc\x93Q\xaa\xef\x1a\xa7\x1d\x1dX\xf7\x10\xa8\xf9\xef\x04\x82\x0e\xdb\x8f\xa5\xa0\x92n.;O[\xb4\xb5\xedUVh5\x9d0\x88g\xd1i\xbe\xb9\xed?\xc7\xfd\x13\xe4p\x1bU\xe6z\xc6\xc0$h.\x14\x86\xac8\xf7U\xe1}\\R+\xbdD\'\xd9\xd7\x7f\xfaN\x0f\x97$\xbd\x95\x8c(\xb7\xcf\x9e\x05\xcdP7\xa7KF\x1d\x1a\x82\x18\xbc]\x93 \xae\xabI\xd2\x85\x9d\x02\xe1,.\x12R\xeb\xa43\xd2R\xde\xff!\x9c\xe4\x86\xe9S\xe7\x05\x00_\x9d\x03\xf0\xf7\xf3\x11\x9f7\xe1\x13\xce\xd2>\xf4\xd8\xe9\xb7\xb0\x9b\xd4\x08\xd4n~\xc8\tV)\x85R\x0c\xde(\xbbO\xfe\x93\xfa\x13\xb118@@\xb1\x05\\zUs\xd9\x9ck\xaa\xbd\x0fOhD\x9d\xb6\'s\xdc)\x988\x9e\xe1\x15\xeb\xe9\x95")\x16\xd9m\xbf\xc5\xaa\xddT2\x01\x1f\xd6\xd2t\xf0\xbb(\x0f\xeb\xe7@\x8c\xf91\xec\xd0\x04\x02\xb0\xc8*=\x07\xf6\xc0_V\xa7Hr\x19ug7[\xcd\x9f\xb5\xcf\x91\x1ck\xcax\xe0\xeb\xa8s\x17\x0e\x9e.<*^\x8d\xd9\xfd\x8a\x16\rm>\xec\r\x1c\x15\x92X\xc2\xd1\xb7\xe3{)\x857\xe5J\xb3\xbf\x8a\xe9\x10+\x7f*\xae\x92j1o\x88\xbcU\xe6\xaf\xd7/c\x8d\xf9\x8f\xe95\xa0\xd0Z\xc3_\xb9d!\xfa[\xb0\x80\xba\x01\'(\x16I\xff;\xe2X\xb9\xf93\xcf\xac\xfc\x00n\xa2Es~\x83\x9ee\x99Tm\x80<\x96\x01<\x19\xde\x1f\xb5\xc5\xcf\xbefm\x99\x07\xd84b6\x13\xff#\x9fY\xec\xc9`\xb7d%\x1f\x1a\xb7\x10l\x92\xff\xe7\xfd\x82\x8f\xa8\xfd\xd1D\xdf/\xcds`\x88')

	fake.md5(raw_output=False)
	# '5e2447ff43a342e62dbff1c8c0e5f517'

	fake.sha1(raw_output=False)
	# '907e735efefe1b70f9af6aad6a25d2ecc60fd485'

	fake.null_boolean()
	# None

	fake.sha256(raw_output=False)
	# '789ce9c9cefb37a16119d468d9b8d602b94403f95482065a063cc25e40cfab67'

	fake.uuid4()
	# 'f8e64742-aa5c-335f-ca53-9198e60c849c'

	fake.language_code()
	# u'nan'

	fake.boolean(chance_of_getting_true=50)
	# True

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

::

	fake.last_name_male()
	# u'Trapp'

	fake.name_female()
	# u'Frau Editha L\xf6ffler B.Eng.'

	fake.prefix_male()
	# u'Dipl.-Ing.'

	fake.prefix()
	# u'Ing.'

	fake.name()
	# u'Irina Mies-Schuchhardt'

	fake.suffix_female()
	# u'MBA.'

	fake.name_male()
	# u'Pauline Girschner B.Eng.'

	fake.first_name()
	# u'Hilma'

	fake.suffix_male()
	# u'MBA.'

	fake.suffix()
	# u'MBA.'

	fake.first_name_male()
	# u'J\xf6rn'

	fake.first_name_female()
	# u'Roselinde'

	fake.last_name_female()
	# u'B\xf6rner'

	fake.last_name()
	# u'Gude'

	fake.prefix_female()
	# u'Dipl.-Ing.'

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

::

	fake.phone_number()
	# u'+49(0)9610643931'

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

::

	fake.simple_profile(sex=None)
	# {   'address': u'Felicitas-Rohleder-Gasse 1/6\n97826 J\xfcterbog',
	#     'birthdate': '1993-11-30',
	#     'mail': u'hornichhans-theo@gmx.de',
	#     'name': u'Juliane Flantz',
	#     'sex': 'M',
	#     'username': u'mosemannalf'}

	fake.profile(fields=None, sex=None)
	# {   'address': u'Charles-Wilmsen-Ring 2\n50329 Kemnath',
	#     'birthdate': '1997-04-01',
	#     'blood_group': 'B+',
	#     'company': u'Sucker',
	#     'current_location': (Decimal('82.229956'), Decimal('69.549323')),
	#     'job': 'Professor Emeritus',
	#     'mail': u'juergen71@hotmail.de',
	#     'name': u'Silja R\xf6rricht',
	#     'residence': u'Eric-Baum-Gasse 0\n74074 Bruchsal',
	#     'sex': 'F',
	#     'ssn': u'895-19-6754',
	#     'username': u'baerersusann',
	#     'website': [   u'http://www.gorlitz.de/',
	#                    u'https://ring.com/',
	#                    u'http://www.gnatz.de/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'afLmMkogGkGJtUReYZis', u'KkHFhduNgghvahgTGPkY', u'jlyxOBwPRbhpnCSfpPfP', 390559.167687, u'YsfaRZwayOXuzbboicCC', datetime(1999, 5, 25, 10, 10, 16), u'LAlFGJBtmCwhYFmCqtCC', u'VirMrylDgxfSKcWjNXWD'])

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

	fake.pystruct(count=10, *value_types)
	# (   [   u'amirbeier@bauer.de',
	#         u'hpJKSVAhneslrZzzWVVt',
	#         u'yFNVjmaNyGPtgzWqcFvI',
	#         u'yvonneradisch@juncken.de',
	#         5819,
	#         u'DPCRFrkYeuBdfLnHgspq',
	#         u'BejEOagomehRQGoOKgoh',
	#         u'vweiss@yahoo.de',
	#         datetime(2013, 6, 21, 14, 38, 43),
	#         u'zirmekirsten@aol.de'],
	#     {   u'aspernatur': u'LRqxEwowvOKtRsBUUlID',
	#         u'doloribus': u'YqrtMuaySIaxgznXAAce',
	#         u'maiores': u'https://www.reinhardt.com/search/',
	#         u'odit': datetime(1976, 11, 14, 3, 14, 18),
	#         u'quos': u'http://haering.net/tags/app/search/faq.html',
	#         u'repellendus': u'USVZYncWXTEoUZQPWjoE',
	#         u'repudiandae': u'JTSzXUzMhykOcUgblwoq',
	#         u'tempora': u'obriemer@googlemail.com',
	#         u'ullam': datetime(1985, 9, 15, 15, 48, 17),
	#         u'vero': u'UazifShUpVHdyBsuCkQF'},
	#     {   u'a': {   6: u'rNDgcePwRhNaOJoIlONv',
	#                   7: [   u'scholtzenver@trupp.com',
	#                          u'ViHATvpQCqYgbJCrlEkA',
	#                          u'WyBkgqHGRCitDBMCfxdr'],
	#                   8: {   6: datetime(2014, 10, 17, 0, 6, 35),
	#                          7: 6961,
	#                          8: [u'killerboris@steckel.com', 5556]}},
	#         u'accusamus': {   3: u'tMZavCcdyJvscOnQCrCt',
	#                           4: [   datetime(1974, 9, 6, 1, 48, 45),
	#                                  datetime(1975, 4, 20, 21, 25, 22),
	#                                  Decimal('-2.43659600945E+14')],
	#                           5: {   3: 8439,
	#                                  4: u'DQLtaQfkEbVGaRwaIUmB',
	#                                  5: [   u'aImRtGieNpKuPLGPaPwP',
	#                                         u'IDFuQffNTHEoyTHNfbHu']}},
	#         u'ad': {   2: 7842,
	#                    3: [   Decimal('2766506634.5'),
	#                           u'upIUNofhFFDCSDhcRGGu',
	#                           u'CHPyKcgzztvsWDMiuMJW'],
	#                    4: {   2: 2283,
	#                           3: u'sheser@gmail.com',
	#                           4: [u'VOrXVHeZXuUxXRPErATK', 9739]}},
	#         u'dignissimos': {   0: 2875,
	#                             1: [   7990,
	#                                    u'paXDfrxrymGuxJoAZvTl',
	#                                    u'QIbaXMaVtqNOegkxymgf'],
	#                             2: {   0: u'xESbDAsbEmgXCFzZwoej',
	#                                    1: 1461,
	#                                    2: [7130, 4077]}},
	#         u'eligendi': {   1: u'baehrsandy@vogt.org',
	#                          2: [   u'yoAzbUvZEYcgTZwAhOXo',
	#                                 u'RsIFOooDyVtPQXQAMjHC',
	#                                 Decimal('81.0')],
	#                          3: {   1: u'gVPZwgzpQwbeEmtKRseR',
	#                                 2: u'https://bolnbach.de/',
	#                                 3: [u'yObhBqEiUNUReBUwLpBX', 1522]}},
	#         u'fugit': {   7: u'https://seidel.net/category.htm',
	#                       8: [u'qmnFHXFFIdSaGgvjaqUt', 5273, 1347],
	#                       9: {   7: 8458,
	#                              8: -79757226471120.0,
	#                              9: [u'OVWZuwPECwTdPFHucbWa', 7519475283924.36]}},
	#         u'ipsum': {   5: u'vMANctepEJbldMmyVlME',
	#                       6: [3801, 7198, u'qzGyONPMIHjUcvTYMSqQ'],
	#                       7: {   5: datetime(1979, 11, 26, 18, 42, 48),
	#                              6: u'obWzfBNsOsrDmhYzLjiF',
	#                              7: [   datetime(1993, 4, 13, 22, 47, 30),
	#                                     u'https://www.schweitzer.de/home.php']}},
	#         u'nam': {   8: datetime(1989, 1, 11, 16, 53, 55),
	#                     9: [   u'pawelsauer@losekann.com',
	#                            u'WOzrYhgnwpUsNNeYrRon',
	#                            u'verena82@gmx.de'],
	#                     10: {   8: -86.5859927914,
	#                             9: 5697,
	#                             10: [   u'lzonoRnkuWWDTwBqyUks',
	#                                     u'cTpIgPEmvyJNWFoIAteI']}},
	#         u'qui': {   4: u'jckFlMvbldYuzAzWKbZQ',
	#                     5: [   Decimal('-2.96077934033E+12'),
	#                            u'https://seifert.com/posts/posts/privacy/',
	#                            u'VrbKnVHiOzmHuZVcipoP'],
	#                     6: {   4: 8922,
	#                            5: 3491,
	#                            6: [   u'https://weihmann.com/register.php',
	#                                   u'MOpwWYyVgsAWqEZyGVEC']}},
	#         u'quis': {   9: 6962,
	#                      10: [   -97219800.6784,
	#                              u'https://eberth.com/category/',
	#                              u'sspoRhUxBLyhUGrUfsqE'],
	#                      11: {   9: u'wulfstadelmann@haenel.com',
	#                              10: u'ZzlwXjgLdCIJFfnhKOjk',
	#                              11: [   u'gxsavyRYPVqodnPySiYy',
	#                                      u'PjxMKigunjTgwGecjcYL']}}})

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

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'UwHiyYHedmbkUzvpByqX',
	#     Decimal('-978935275.0'),
	#     u'axOxFNzSzKdfqYLgsnJo',
	#     u'RKbQbgcfUwwBQUmMxPOX',
	#     u'GzEkITMHnCAFCkIWqMbx',
	#     Decimal('7.28234727368E+12'),
	#     9230]

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   u'haeringrenata@bachmann.de',
	#     u'lilian37@googlemail.com',
	#     u'irEZLKAEaSHfJgosokLc',
	#     7626,
	#     2775,
	#     datetime(2009, 8, 9, 7, 52, 48),
	#     3857,
	#     u'jGhoMAagEtNRslAvhfIX',
	#     u'uCCvWKpmDaimjQDsuvqs',
	#     u'https://bender.de/terms/',
	#     datetime(1993, 5, 13, 2, 18, 56),
	#     2750,
	#     u'evyTsBsQPoulvylBShKw')

	fake.pybool()
	# False

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([-86759223020.0, 37999.797, u'marisahahn@web.de', 4392, u'therese37@hotmail.de', u'WujyEYohslKPYAnPCkBl', 9966, u'zuVVXBXaPKcdheLxhZJU', u'nuran02@doering.com', u'TTDvfAaEBGHNwhQnkEud', u'https://www.froehlich.com/', 6781, 7966])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'est': u'https://www.hoevel.de/',
	#     u'ipsum': 744,
	#     u'molestiae': u'pgGQjmTzPtsdNEAozJZo',
	#     u'nulla': 2446,
	#     u'praesentium': -784747590718.0,
	#     u'quidem': u'KJVPINUzrUBQoiMLhyIG',
	#     u'reiciendis': Decimal('3.65592'),
	#     u'sint': u'anna-lena04@gmx.de',
	#     u'tempora': u'monikaadler@finke.org'}

	fake.pyint()
	# 1889

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

::

	fake.ssn()
	# u'110-33-0135'

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

::

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

	fake.firefox()
	# u'Mozilla/5.0 (X11; Linux i686; rv:1.9.6.20) Gecko/2013-02-05 05:49:33 Firefox/15.0'

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

	fake.opera()
	# u'Opera/8.60.(Windows NT 6.2; ja-JP) Presto/2.9.187 Version/11.00'

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

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

	fake.user_agent()
	# u'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.1)'

	fake.chrome()
	# u'Mozilla/5.0 (Windows CE) AppleWebKit/5362 (KHTML, like Gecko) Chrome/15.0.858.0 Safari/5362'

	fake.linux_processor()
	# u'x86_64'

	fake.mac_platform_token()
	# u'Macintosh; Intel Mac OS X 10_6_1'

	fake.safari()
	# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_1 like Mac OS X; so-KE) AppleWebKit/531.31.7 (KHTML, like Gecko) Version/4.0.5 Mobile/8B113 Safari/6531.31.7'
