
Language de_AT
===============

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

::

	fake.longitude()                                                                            # 110.340621
	fake.building_number()                                                                      # 73858
	fake.street_address()                                                                       # 09501 Emilia Parkways Suite 267
	fake.postalcode_plus4()                                                                     # 18804-5449
	fake.city_prefix()                                                                          # East
	fake.military_ship()                                                                        # USNV
	fake.city()                                                                                 # East Oliviaville
	fake.zipcode_plus4()                                                                        # 59792-3551
	fake.state_abbr()                                                                           # FL
	fake.latitude()                                                                             # 22.700132
	fake.street_suffix()                                                                        # Mountain
	fake.city_suffix()                                                                          # fort
	fake.military_dpo()                                                                         # Unit 2736 Box 7643
	fake.country()                                                                              # Vietnam
	fake.secondary_address()                                                                    # Suite 596
	fake.geo_coordinate(center=None, radius=0.001)                                              # 43.491836
	fake.postalcode()                                                                           # 34173
	fake.address()                                                                              # 2159 Felber Crossing	                                                                                              Robertport, SC 70098-3745
	fake.state()                                                                                # SouthCarolina
	fake.military_state()                                                                       # AA
	fake.street_name()                                                                          # Schneider Circles
	fake.zipcode()                                                                              # 34544
	fake.postcode()                                                                             # 95477-8616
	fake.military_apo()                                                                         # PSC 5374, Box 9715

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

::

	fake.ean(length=13)                                                                         # 4455932207359
	fake.ean13()                                                                                # 0268153572120
	fake.ean8()                                                                                 # 54248137

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

::

	fake.rgb_css_color()                                                                        # rgb(233,62,11)
	fake.color_name()                                                                           # Brown
	fake.rgb_color_list()                                                                       # (148, 97, 243)
	fake.rgb_color()                                                                            # 164,32,137
	fake.safe_hex_color()                                                                       # #447700
	fake.safe_color_name()                                                                      # navy
	fake.hex_color()                                                                            # #feec28

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

::

	fake.company()                                                                              # Baumgartner, Geier and Cech
	fake.company_suffix()                                                                       # Group
	fake.catch_phrase()                                                                         # Synchronized logistical secured line
	fake.bs()                                                                                   # synthesize plug-and-play models

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

::

	fake.credit_card_security_code(card_type=None)                                              # 745
	fake.credit_card_full(card_type=None, validate=False, max_check=10)                         # 	                                                                                              VISA 16 digit	                                                                                              Linda Jung	                                                                                              4916802568209526  02/19	                                                                                              CVC: 772
	fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")                       # 11/22
	fake.credit_card_number(card_type=None, validate=False, max_check=10)                       # 6011948571207046
	fake.credit_card_provider(card_type=None)                                                   # Discover

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

::

	fake.currency_code()                                                                        # MKD

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

::

	fake.date_time_ad()                                                                         # 0618-06-04 10:42:05
	fake.month()                                                                                # 03
	fake.am_pm()                                                                                # AM
	fake.iso8601()                                                                              # 2013-02-14T22:30:37
	fake.date_time_this_century()                                                               # 2007-04-09 14:25:42
	fake.date_time()                                                                            # 1971-12-30 08:17:20
	fake.month_name()                                                                           # April
	fake.date_time_this_month()                                                                 # 2016-03-04 20:40:37
	fake.date_time_this_decade()                                                                # 2014-10-20 05:16:03
	fake.day_of_week()                                                                          # Tuesday
	fake.day_of_month()                                                                         # 24
	fake.time(pattern="%H:%M:%S")                                                               # 02:26:38
	fake.date_time_between(start_date="-30y", end_date="now")                                   # 2015-06-21 19:47:09
	fake.unix_time()                                                                            # 1278734408
	fake.date_time_this_year()                                                                  # 2016-03-14 08:23:09
	fake.timezone()                                                                             # Asia/Kabul
	fake.century()                                                                              # XV
	fake.date(pattern="%Y-%m-%d")                                                               # 2007-03-11
	fake.year()                                                                                 # 2013

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

::

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

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

::

	fake.ipv4()                                                                                 # 136.82.42.200
	fake.url()                                                                                  # http://felberjung.com/
	fake.company_email()                                                                        # holzer.christop@denkfichtner.com
	fake.uri()                                                                                  # http://www.berger.biz/
	fake.domain_word(*args, **kwargs)                                                           # leitnergastegger
	fake.image_url(width=None, height=None)                                                     # http://dummyimage.com/270x1000
	fake.tld()                                                                                  # com
	fake.free_email()                                                                           # thomas26@hotmail.com
	fake.slug(*args, **kwargs)                                                                  # quos-minima
	fake.free_email_domain()                                                                    # gmail.com
	fake.domain_name()                                                                          # mair.com
	fake.uri_extension()                                                                        # .html
	fake.ipv6()                                                                                 # b017:2a31:4c6d:9809:aacd:68f1:2955:3cbb
	fake.safe_email()                                                                           # gastegger.florian@example.com
	fake.user_name(*args, **kwargs)                                                             # konrad37
	fake.uri_path(deep=None)                                                                    # tags/tag
	fake.email()                                                                                # moritz34@gmail.com
	fake.uri_page()                                                                             # privacy
	fake.mac_address()                                                                          # ca:40:15:f4:1f:14

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

::

	fake.job()                                                                                  # Immigration officer

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

::

	fake.text(max_nb_chars=200)                                                                 # Ducimus perferendis suscipit et omnis odio. Debitis est eo	                                                                                              s qui id molestiae voluptatem consequatur.	                                                                                              Ipsam quis tempore molestias quae. Eaque est et quae aut e	                                                                                              st dicta expedita.
	fake.sentence(nb_words=6, variable_nb_words=True)                                           # Ut quia ut a quia.
	fake.word()                                                                                 # eos
	fake.paragraphs(nb=3)                                                                       # [u'Laudantium porro voluptas sit itaque. Fugiat sunt possi	                                                                                              mus minima qui rerum velit. Et tempora eveniet deserunt ni	                                                                                              si corrupti tempora accusamus. Error voluptate cupiditate 	                                                                                              ut modi accusamus.', u'Possimus eum autem et rem. Aliquam 	                                                                                              laudantium officiis voluptatem aut. Modi hic accusamus tem	                                                                                              pora non dolores. Adipisci aut illo id asperiores reprehen	                                                                                              derit. Possimus dicta quam voluptas minima.', u'In earum r	                                                                                              epellat consequatur libero quibusdam commodi nam sapiente.	                                                                                               Dolorum est consequatur recusandae sunt unde. Quae repell	                                                                                              endus voluptas quod ipsa hic.']
	fake.words(nb=3)                                                                            # [u'expedita', u'voluptas', u'quia']
	fake.paragraph(nb_sentences=3, variable_nb_sentences=True)                                  # Libero et asperiores nihil. Qui veritatis nam enim numquam	                                                                                               voluptate. Id ut molestiae facere voluptatem. Est est mag	                                                                                              ni aut id et.
	fake.sentences(nb=3)                                                                        # [u'Placeat dolorem sapiente omnis quia excepturi est nobis	                                                                                               est.', u'Sapiente rerum aut tenetur perspiciatis nostrum 	                                                                                              est aspernatur.', u'Occaecati ab voluptatem ut dolor sit c	                                                                                              ulpa.']

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

::

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True) # F(X(PGM#13
	fake.locale()                                                                               # es_BN
	fake.md5(raw_output=False)                                                                  # b880db8771a5d3dbec22029740dfee2e
	fake.sha1(raw_output=False)                                                                 # 2ab2b2fb9f5707f0053bc5a61d282ef1d3657ab6
	fake.null_boolean()                                                                         # None
	fake.sha256(raw_output=False)                                                               # 520db6a5a46b4bc7e7d35fa11dae035486a2351b7a943f7e9321636873	                                                                                              5c5386
	fake.country_code()                                                                         # LA
	fake.language_code()                                                                        # ru
	fake.boolean(chance_of_getting_true=50)                                                     # False

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

::

	fake.last_name_male()                                                                       # Schwarz
	fake.name_female()                                                                          # Matthias Schuster
	fake.prefix_male()                                                                          # Dr.
	fake.prefix()                                                                               # Mag.
	fake.name()                                                                                 # Univ.Prof. Nico Fuchs

	fake.name_male()                                                                            # Mag. Julia Fichtner
	fake.first_name()                                                                           # Dominik


	fake.first_name_male()                                                                      # Franz
	fake.first_name_female()                                                                    # Leo
	fake.last_name_female()                                                                     # Winkler
	fake.last_name()                                                                            # Schmid
	fake.prefix_female()                                                                        # Dipl.-Ing.

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

::

	fake.profile(fields=[])                                                                     # {'website': [u'http://stadler.net/', u'http://www.jung.com	                                                                                              /'], 'username': u'ggruber', 'name': u'Dr. Alexander Auer'	                                                                                              , 'blood_group': '0+', 'residence': u'250 KonstantinLara G	                                                                                              rove Apt. 405\nNorth Tobias, AZ 97463-5615', 'company': u'	                                                                                              Wimmer, Eder and Gruber', 'address': u'35923 Wolf Motorway	                                                                                              \nJulianburgh, CA 60457-3941', 'birthdate': '1986-04-20', 	                                                                                              'sex': 'F', 'job': 'Warehouse manager', 'ssn': u'072-80-80	                                                                                              14', 'current_location': (Decimal('-25.5403515'), Decimal(	                                                                                              '-108.707609')), 'mail': u'theresa75@yahoo.com'}
	fake.simple_profile()                                                                       # {'username': u'benjamin39', 'name': u'Anton Deng', 'birthd	                                                                                              ate': '1993-01-23', 'sex': 'F', 'address': u'512 Hofer Pla	                                                                                              in Suite 228\nLake Eliasview, IN 38208', 'mail': u'haas.ph	                                                                                              ilipp@hotmail.com'}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)                    # (u'Et qui id aut.', datetime(1978, 5, 15, 4, 52, 5), u'Non	                                                                                               natus maxime.', -6352.568909406, u'oliver32@binder.com', 	                                                                                              Decimal('4.7566798'), datetime(1982, 12, 11, 12, 49, 15), 	                                                                                              u'Dolorem ut autem.', datetime(1998, 4, 30, 3, 14, 40), u'	                                                                                              oliver92@gasser.com', u'Non aperiam.', datetime(1971, 7, 2	                                                                                              7, 21, 3, 53))
	fake.pystr(max_chars=20)                                                                    # Doloribus eligendi.
	fake.pyfloat(left_digits=None, right_digits=None, positive=False)                           # -52381231.0
	fake.pystruct(count=10, *value_types)                                                       # ([u'Ab voluptatem in.', u'http://www.schneiderdaume.biz/ta	                                                                                              gs/posts/blog/home/', u'http://www.gruber.biz/wp-content/p	                                                                                              osts/main.php', 4741, u'Quis quis sint.', 512286655.3, 168	                                                                                              5, u'Rerum totam impedit.', 7230, 6430], {u'consequuntur':	                                                                                               u'Rerum maxime esse.', u'suscipit': Decimal('-60.78031598	                                                                                              85'), u'commodi': u'Atque officia.', u'quis': Decimal('-41	                                                                                              729631686.7'), u'ut': 9942, u'laborum': 7822, u'molestiae'	                                                                                              : u'Beatae nisi eaque.', u'et': u'Aperiam sunt.', u'offici	                                                                                              is': 544.0, u'reiciendis': -75.6875559949}, {u'eum': {8: {	                                                                                              8: [u'Recusandae.', u'fdeng@yahoo.com'], 6: u'Facilis qui.	                                                                                              ', 7: u'Voluptatem nihil.'}, 6: u'Et voluptatem quis.', 7:	                                                                                               [3948, u'Ut voluptatem.', 189]}, u'est': {9: 7054, 10: [-	                                                                                              554934986692000.0, u'Excepturi sint a.', Decimal('-9900739	                                                                                              1667.0')], 11: {9: u'grabner.marcel@just.net', 10: 7609, 1	                                                                                              1: [-33556305302.178, Decimal('915038.535')]}}, u'natus': 	                                                                                              {8: 3161, 9: [Decimal('-7952401.47819'), u'Unde cum iure a	                                                                                              ut.', datetime(1998, 9, 13, 3, 5, 35)], 10: {8: Decimal('-	                                                                                              265948013.348'), 9: 8547, 10: [9131, u'Qui id qui qui.']}}	                                                                                              , u'ut': {3: datetime(1981, 11, 17, 9, 25, 17), 4: [u'http	                                                                                              ://maurerkoller.net/homepage.php', 3009, u'Quis eius quia.	                                                                                              '], 5: {3: u'Aperiam officiis.', 4: u'Atque beatae et.', 5	                                                                                              : [Decimal('1.66913199783E+12'), u'Nihil nam rerum.']}}, u	                                                                                              'dolores': {2: u'Voluptatem nisi sed.', 3: [6433, u'http:/	                                                                                              /www.schuster.com/terms/', Decimal('-2.88675152191E+14')],	                                                                                               4: {2: u'Iure tenetur ut.', 3: Decimal('-867.58719843'), 	                                                                                              4: [u'gernot85@hotmail.com', u'Commodi molestiae.']}}, u'i	                                                                                              llo': {5: u'Beatae suscipit.', 6: [u'Iusto.', u'http://www	                                                                                              .schuster.org/index.htm', u'Aut tempora.'], 7: {5: 5482, 6	                                                                                              : Decimal('2.7641906106'), 7: [u'Nulla velit dolor.', 1.21	                                                                                              2950451]}}, u'et': {8: [u'Iste accusantium.', Decimal('-42	                                                                                              493.28'), 2370], 9: {8: 946413.6018137, 9: [u'http://egger	                                                                                              .net/privacy/', u'http://capek.com/wp-content/search/explo	                                                                                              re/category/'], 7: 4255}, 7: 8453}, u'necessitatibus': {1:	                                                                                               u'samuel.hofer@dienstl.com', 2: [Decimal('-4.395'), 2142.	                                                                                              11037629941, datetime(1994, 3, 27, 21, 10, 35)], 3: {1: u'	                                                                                              maximilian.jahn@gmail.com', 2: u'Deserunt est aut.', 3: [3	                                                                                              259, u'Autem ullam atque.']}}})
	fake.pydecimal(left_digits=None, right_digits=None, positive=False)                         # 6.00616834414E+12
	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)                        # [u'Vero mollitia.', u'luca65@gmail.com', u'http://baumgart	                                                                                              ner.com/search/', u'Reprehenderit quos.', 6091437196702.0,	                                                                                               u'ferstel.martin@mllner.com', u'Quae doloribus.', 607.240	                                                                                              870172, 478788.192781771, u'Quisquam est.', u'Voluptatem q	                                                                                              uae.', u'Deserunt ut veniam.']
	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)                       # (u'Vel accusantium ex.', datetime(1973, 6, 20, 8, 56, 41),	                                                                                               5415, u'Quos alias libero.', u'flechner@lang.com', Decima	                                                                                              l('63440593.4283'), datetime(2012, 9, 16, 23, 58, 4), 6803	                                                                                              , Decimal('86206366.9114'), u'Earum harum fugiat.', dateti	                                                                                              me(1970, 12, 31, 2, 56, 47), u'http://mayerdeng.com/')
	fake.pybool()                                                                               # True
	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)                         # set([Decimal('4.82175471563E+14'), u'Sed repudiandae sit.'	                                                                                              , 2599, u'Possimus tempore.', Decimal('-54.42'), Decimal('	                                                                                              99.113'), u'leo49@hotmail.com', u'Necessitatibus rem.', u'	                                                                                              http://www.berger.com/category/author/', 2431, u'mullner.s	                                                                                              ebastian@gmail.com', u'johannes09@hotmail.com', Decimal('-	                                                                                              5.90822206385E+14')])
	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)                        # {u'ea': 2157, u'dolores': u'Repellendus ad.', u'consectetu	                                                                                              r': u'Necessitatibus iste.', u'harum': -3569.3121658189, u	                                                                                              'rerum': u'denk.sarah@kollergruber.info', u'enim': u'http:	                                                                                              //www.pucherbrunner.com/faq.htm', u'aperiam': 21.704533, u	                                                                                              'quo': u'Sunt adipisci.'}
	fake.pyint()                                                                                # 2200

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

::

	fake.phone_number()                                                                         # (301)334-3575

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

::

	fake.ssn()                                                                                  # 190-65-8184

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

::

	fake.mac_processor()                                                                        # Intel
	fake.firefox()                                                                              # Mozilla/5.0 (X11; Linux x86_64; rv:1.9.5.20) Gecko/2012-01	                                                                                              -24 17:05:27 Firefox/14.0
	fake.linux_platform_token()                                                                 # X11; Linux i686
	fake.opera()                                                                                # Opera/8.44.(X11; Linux x86_64; sl-SI) Presto/2.9.183 Versi	                                                                                              on/11.00
	fake.windows_platform_token()                                                               # Windows NT 5.2
	fake.internet_explorer()                                                                    # Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 6.2; Trident	                                                                                              /5.1)
	fake.user_agent()                                                                           # Opera/9.76.(X11; Linux i686; sl-SI) Presto/2.9.181 Version	                                                                                              /10.00
	fake.chrome()                                                                               # Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_0) AppleWeb	                                                                                              Kit/5311 (KHTML, like Gecko) Chrome/13.0.834.0 Safari/5311	                                                                                              
	fake.linux_processor()                                                                      # x86_64
	fake.mac_platform_token()                                                                   # Macintosh; U; PPC Mac OS X 10_7_3
	fake.safari()                                                                               # Mozilla/5.0 (Windows; U; Windows NT 5.0) AppleWebKit/534.3	                                                                                              1.2 (KHTML, like Gecko) Version/5.0.2 Safari/534.31.2
