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

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

::

	fake.state_abbr()
	# u'ACT'

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

	fake.street_name()
	# u'Ezequiel Key'

	fake.address()
	# u'9 Hessel Roadway\nEast Haventon, ACT, 2212'

	fake.street_address()
	# u'485 Karina Crossroad'

	fake.postcode()
	# u'6767'

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

	fake.country()
	# u'Algeria'

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

	fake.secondary_address()
	# u'Level 2'

	fake.street_suffix()
	# u'Walkway'

	fake.city_prefix()
	# u'New'

	fake.city_suffix()
	# u'mouth'

	fake.building_number()
	# u'581'

	fake.country_code()
	# u'MZ'

	fake.city()
	# u'South Martika'

	fake.state()
	# u'South Australia'

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

::

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

	fake.ean13()
	# u'6521496159224'

	fake.ean8()
	# u'13103668'

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

::

	fake.rgb_css_color()
	# u'rgb(76,5,39)'

	fake.color_name()
	# u'SeaGreen'

	fake.rgb_color_list()
	# (185, 79, 184)

	fake.rgb_color()
	# u'255,78,28'

	fake.safe_hex_color()
	# u'#883300'

	fake.safe_color_name()
	# u'purple'

	fake.hex_color()
	# u'#2f5450'

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

::

	fake.company()
	# u'Mayer, Bergstrom and Hauck'

	fake.company_suffix()
	# u'Inc'

	fake.catch_phrase()
	# u'Customer-focused multi-state emulation'

	fake.bs()
	# u'brand compelling networks'

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

::

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

	fake.credit_card_provider(card_type=None)
	# u'VISA 13 digit'

	fake.credit_card_full(card_type=None)
	# u'VISA 16 digit\nLulie Lind\n4959895387710961 12/16\nCVC: 604\n'

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

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

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

::

	fake.currency_code()
	# 'AMD'

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

::

	fake.date_time_ad()
	# datetime.datetime(1615, 4, 21, 5, 16, 27)

	fake.month()
	# '09'

	fake.am_pm()
	# 'PM'

	fake.timezone()
	# u'America/Caracas'

	fake.iso8601()
	# '1971-01-26T20:58:24'

	fake.date_time()
	# datetime(2011, 6, 4, 14, 37, 39)

	fake.month_name()
	# 'November'

	fake.date_time_this_year(before_now=True, after_now=False)
	# datetime(2015, 7, 2, 20, 50, 39)

	fake.unix_time()
	# 416453290

	fake.day_of_week()
	# 'Sunday'

	fake.day_of_month()
	# '16'

	fake.time(pattern="%H:%M:%S")
	# '12:32:14'

	fake.date_time_between(start_date="-30y", end_date="now")
	# datetime(2000, 7, 13, 23, 9, 20)

	fake.date_time_this_month(before_now=True, after_now=False)
	# datetime(2015, 11, 16, 17, 0, 2)

	fake.year()
	# '1971'

	fake.date_time_between_dates(datetime_start=None, datetime_end=None)
	# datetime(2015, 11, 30, 15, 31, 25)

	fake.date_time_this_century(before_now=True, after_now=False)
	# datetime(2013, 7, 13, 15, 46, 39)

	fake.date_time_this_decade(before_now=True, after_now=False)
	# datetime(2015, 3, 21, 7, 38, 36)

	fake.century()
	# u'I'

	fake.date(pattern="%Y-%m-%d")
	# '2015-06-13'

	fake.time_delta()
	# datetime.timedelta(1460, 60128)

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

::

	fake.mime_type(category=None)
	# u'model/x3d+xml'

	fake.file_name(category=None, extension=None)
	# u'pariatur.gif'

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

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

::

	fake.ipv4()
	# u'241.151.55.219'

	fake.url()
	# u'http://zemlak.com/'

	fake.company_email()
	# u'ilah.koss@schaefer.edu.au'

	fake.uri()
	# u'http://marvin.edu.au/app/tag/app/search/'

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

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

	fake.tld()
	# u'org.au'

	fake.free_email()
	# u'skylar22@hotmail.com.au'

	fake.slug(*args, **kwargs)
	# u'et-eos-in-magni'

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

	fake.domain_name()
	# u'okuneva.org.au'

	fake.uri_extension()
	# u'.htm'

	fake.ipv6()
	# u'ac95:0bb3:8529:752e:729a:008b:ba1e:ffa6'

	fake.safe_email()
	# u'levina.kirlin@example.com'

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

	fake.uri_path(deep=None)
	# u'tags/posts'

	fake.email()
	# u'mcarter@gmail.com'

	fake.uri_page()
	# u'author'

	fake.mac_address()
	# u'ca:ce:01:b4:4c:fb'

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

::

	fake.job()
	# 'Teacher, adult education'

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

::

	fake.text(max_nb_chars=200)
	# u'Ducimus deleniti sit sint. Nostrum consequatur ullam voluptatem illo magnam perferendis. Commodi omnis velit aut eum amet voluptatum quis molestiae.'

	fake.sentence(nb_words=6, variable_nb_words=True)
	# u'Rerum nam enim repellendus aut expedita.'

	fake.word()
	# u'voluptatem'

	fake.paragraphs(nb=3)
	# [   u'Cupiditate minima enim quod. Tempore voluptatem et et maxime. Commodi qui autem odit nulla consequuntur. Necessitatibus magni sint eum ipsa atque est pariatur.',
	#     u'Veritatis dicta beatae possimus voluptate quaerat. Eius perferendis omnis esse voluptatem cum voluptas dolorem. Et officiis est ad odio molestiae.',
	#     u'Et ducimus tempora quod aspernatur nulla. Ut molestias hic asperiores est. Et enim nam et ad quo nam aut quam.']

	fake.words(nb=3)
	# [u'sunt', u'consequatur', u'omnis']

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
	# u'Unde repudiandae et occaecati odio impedit ut. Aut earum earum magni sed omnis. Ducimus ut eligendi voluptas consequatur. Aspernatur quasi maxime ad enim fugiat.'

	fake.sentences(nb=3)
	# [   u'Eius neque eos sapiente laborum tempore consequatur.',
	#     u'Animi iste sunt fugit veniam atque.',
	#     u'Et saepe facere nesciunt.']

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

::

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

	fake.locale()
	# u'it_SC'

	fake.md5(raw_output=False)
	# '1716fef0f723a9da682822a10d9f5cf8'

	fake.sha1(raw_output=False)
	# '6ddcaf5567231e6bf84700f42efca7d825ad0f9e'

	fake.null_boolean()
	# None

	fake.sha256(raw_output=False)
	# '93557ec5ca6896c424db4f2eabbdd019665e65b12993792fa4b13152271cdc2e'

	fake.uuid4()
	# '7152af36-ed95-4f93-be2d-e0df3d57ab69'

	fake.language_code()
	# u'es'

	fake.boolean(chance_of_getting_true=50)
	# True

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

::

	fake.last_name_male()
	# u'Towne'

	fake.name_female()
	# u'Concepcion Kilback'

	fake.prefix_male()
	# u'Mr.'

	fake.prefix()
	# u'Mr.'

	fake.name()
	# u'Dr. Baxter Gutmann'

	fake.suffix_female()
	# u'DVM'

	fake.name_male()
	# u'Kordell Pacocha'

	fake.first_name()
	# u'Vanesa'

	fake.suffix_male()
	# u'I'

	fake.suffix()
	# u'V'

	fake.first_name_male()
	# u'Oda'

	fake.first_name_female()
	# u'Ida'

	fake.last_name_female()
	# u'Yost'

	fake.last_name()
	# u'Klocko'

	fake.prefix_female()
	# u'Miss'

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

::

	fake.area_code()
	# u'3'

	fake.phone_number()
	# u'+61 453 179 568'

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

::

	fake.simple_profile()
	# {   'address': u'Flat 52\n 33 Heaney Quad\nLake Dozierport, NT, 2967',
	#     'birthdate': '1980-05-24',
	#     'mail': u'ted.kozey@yahoo.com.au',
	#     'name': u'Miss Fiona Hettinger DDS',
	#     'sex': 'F',
	#     'username': u'bpollich'}

	fake.profile(fields=None)
	# {   'address': u'4 Konopelski Place\nNiramouth, ACT, 2955',
	#     'birthdate': '2011-12-01',
	#     'blood_group': 'B+',
	#     'company': u'Miller PLC',
	#     'current_location': (Decimal('-50.034609'), Decimal('177.068443')),
	#     'job': 'Insurance account manager',
	#     'mail': u'huston.strosin@yahoo.com.au',
	#     'name': u'Dr. Estill Bartoletti',
	#     'residence': u'723 Bode Terrace\nErnserland, ACT, 2653',
	#     'sex': 'M',
	#     'ssn': u'611-69-9224',
	#     'username': u'obe83',
	#     'website': [   u'http://www.bailey.biz/',
	#                    u'http://www.mcclure.org/',
	#                    u'http://johns.edu.au/']}

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

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'http://www.dubuque.biz/blog/explore/main.php', 2500, u'beverly68@hotmail.com', Decimal('-8.83299750005E+12'), u'Debitis.', u'Qui sed soluta nemo.', 1720, u'gbode@olson.net.au', datetime(1998, 2, 3, 1, 49, 40)])

	fake.pystr(max_chars=20)
	# u'Qui et magnam aut.'

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

	fake.pystruct(count=10, *value_types)
	# (   [   Decimal('-69223079.6'),
	#         u'Voluptates quis aut.',
	#         u'Aut in quod in at.',
	#         9629,
	#         Decimal('-99.4115323'),
	#         u'Eum nisi tempora.',
	#         u'rempel.davonta@halvorson.biz',
	#         9956,
	#         u'Nisi quam eveniet.',
	#         u'Adipisci et.'],
	#     {   u'ad': u'Facilis doloribus.',
	#         u'asperiores': datetime(1991, 5, 4, 17, 5, 14),
	#         u'atque': u'Incidunt beatae qui.',
	#         u'corrupti': 731,
	#         u'ducimus': 865967728816674.0,
	#         u'enim': u'At ut recusandae.',
	#         u'est': u'Fugit assumenda.',
	#         u'fugit': u'Incidunt porro.',
	#         u'sit': u'Quod ipsum harum.'},
	#     {   u'accusantium': {   7: u'Voluptatem sint id.',
	#                             8: [   datetime(1998, 2, 28, 8, 17, 28),
	#                                    6371194065306.8,
	#                                    datetime(1999, 8, 8, 4, 59, 45)],
	#                             9: {   7: datetime(2003, 7, 17, 17, 59, 8),
	#                                    8: u'Tenetur vero.',
	#                                    9: [   u'Consequatur odit a.',
	#                                           u'http://www.murazik.edu/tags/explore/home.htm']}},
	#         u'blanditiis': {   2: u'kunde.corina@gmail.com',
	#                            3: [   u'Non dicta id vel.',
	#                                   u'Mollitia at et.',
	#                                   Decimal('164899282.0')],
	#                            4: {   2: datetime(1990, 2, 25, 18, 42, 23),
	#                                   3: u'Sit explicabo quis.',
	#                                   4: [4732, Decimal('66.519229693')]}},
	#         u'dignissimos': {   6: datetime(2013, 7, 25, 17, 52, 15),
	#                             7: [   u'http://ortiz.edu.au/',
	#                                    u'Blanditiis id et.',
	#                                    9641],
	#                             8: {   6: u'Temporibus quis aut.',
	#                                    7: u'Similique minus.',
	#                                    8: [u'Iure quibusdam.', u'Voluptatem.']}},
	#         u'eos': {   5: 19724014600170.6,
	#                     6: [   Decimal('-49848873002.3'),
	#                            u'Omnis voluptas vel.',
	#                            u'hedy.kuhic@terrygerhold.org'],
	#                     7: {   5: -91.3035,
	#                            6: datetime(1976, 2, 22, 16, 23, 1),
	#                            7: [1810, datetime(1990, 2, 5, 16, 7, 13)]}},
	#         u'est': {   9: u'Perferendis.',
	#                     10: [   -3283694686.5101,
	#                             datetime(2007, 9, 2, 4, 24, 32),
	#                             u'Culpa qui ut.'],
	#                     11: {   9: 7414,
	#                             10: u'gmitchell@gmail.com',
	#                             11: [   u'Doloribus.',
	#                                     u'wolff.erasmo@schroederkuhic.net']}},
	#         u'harum': {   8: u'http://kemmer.net.au/home/',
	#                       9: [   u'Impedit optio vero.',
	#                              u'http://lang.edu/index/',
	#                              u'Dignissimos hic id.'],
	#                       10: {   8: Decimal('6.2779775872E+12'),
	#                               9: u'http://www.gleason.org.au/',
	#                               10: [u'Omnis accusamus.', 9431]}},
	#         u'ipsam': {   3: datetime(2001, 5, 2, 5, 3, 22),
	#                       4: [   Decimal('-303628294054'),
	#                              6212,
	#                              u'Velit consequatur.'],
	#                       5: {   3: u'Facilis magni.',
	#                              4: u'Est et aut animi.',
	#                              5: [   u'Quia qui voluptas.',
	#                                     u'In a consequatur.']}},
	#         u'odit': {   0: u'Iste consequuntur.',
	#                      1: [u'Asperiores et.', 5439, 9557],
	#                      2: {   0: u'Consequuntur eum.',
	#                             1: u'Nostrum consequatur.',
	#                             2: [   u'http://www.ziemebrakus.com/about/',
	#                                    u'reilly.godfrey@hotmail.com']}},
	#         u'quidem': {   4: u'hagenes.freddie@kshlerin.net.au',
	#                        5: [   u'vbotsford@wiegandtremblay.net.au',
	#                               u'Voluptatem eveniet.',
	#                               u'Corporis numquam.'],
	#                        6: {   4: u'Quia esse explicabo.',
	#                               5: u'Sit veritatis.',
	#                               6: [u'Et tenetur.', u'Nulla dolores sunt.']}},
	#         u'quis': {   1: u'Vel distinctio.',
	#                      2: [6832, datetime(2009, 3, 26, 12, 40, 33), -542.1],
	#                      3: {   1: 0.57,
	#                             2: u'Et repudiandae.',
	#                             3: [datetime(1994, 5, 9, 7, 24, 23), 8652]}}})

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   3974,
	#     u'Consequatur facilis.',
	#     Decimal('71882.7'),
	#     u'Aut voluptatum et.',
	#     u'Maxime ipsa nemo.',
	#     u'Voluptatem rerum.',
	#     5387]

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   u'Fugiat et aut iusto.',
	#     8235374.28,
	#     datetime(1986, 7, 6, 9, 37, 28),
	#     209,
	#     datetime(1973, 8, 17, 11, 57, 44),
	#     3.4,
	#     u'prosacco.kelan@torp.info',
	#     u'http://hansen.biz/app/categories/faq/',
	#     datetime(2008, 8, 22, 3, 15, 24),
	#     u'Nostrum praesentium.',
	#     u'http://hermannjones.com.au/terms.jsp',
	#     u'Incidunt autem.',
	#     u'Ipsam facere.')

	fake.pybool()
	# False

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'kyra.haag@hotmail.com.au', u'Beatae soluta sint.', 9256, u'Id sed quae.', Decimal('-3.38880282361E+13'), u'Cupiditate autem.', u'Quia asperiores.', 7122, u'Voluptates placeat.', u'bryanna91@schillerhagenes.biz'])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'et': u'Unde nulla optio.',
	#     u'exercitationem': u'Pariatur labore.',
	#     u'magnam': 4514,
	#     u'molestiae': 6526,
	#     u'nisi': u'Cupiditate nihil.',
	#     u'ut': u'Natus ut beatae et.'}

	fake.pyint()
	# 7486

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

::

	fake.ssn()
	# u'292-28-3726'

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

::

	fake.mac_processor()
	# u'Intel'

	fake.firefox()
	# u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5; rv:1.9.3.20) Gecko/2014-09-30 23:31:51 Firefox/15.0'

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

	fake.opera()
	# u'Opera/9.47.(X11; Linux i686; it-IT) Presto/2.9.165 Version/11.00'

	fake.windows_platform_token()
	# u'Windows 98; Win 9x 4.90'

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

	fake.user_agent()
	# u'Mozilla/5.0 (Windows 95) AppleWebKit/5331 (KHTML, like Gecko) Chrome/15.0.843.0 Safari/5331'

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

	fake.linux_processor()
	# u'i686'

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

	fake.safari()
	# u'Mozilla/5.0 (Windows; U; Windows NT 5.2) AppleWebKit/533.13.7 (KHTML, like Gecko) Version/5.0.1 Safari/533.13.7'
