
Language en_AU
**************


"faker.providers.address"
=========================

   fake.state_abbr()
   # u'TAS'

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

   fake.street_name()
   # u'Johana Nook'

   fake.address()
   # u'00 Brennen Point\nEffertzberg, ACT, 2630'

   fake.street_address()
   # u'387 /\n 8 Iver Route'

   fake.postcode()
   # u'2607'

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

   fake.country()
   # u'Libyan Arab Jamahiriya'

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

   fake.secondary_address()
   # u'Unit 96'

   fake.street_suffix()
   # u'Roads'

   fake.city_prefix()
   # u'East'

   fake.city_suffix()
   # u'shire'

   fake.building_number()
   # u'625'

   fake.country_code()
   # u'SN'

   fake.city()
   # u'Lake Erbyfort'

   fake.state()
   # u'Northern Territory'


"faker.providers.barcode"
=========================

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

   fake.ean13()
   # u'8008568117965'

   fake.ean8()
   # u'30834934'


"faker.providers.color"
=======================

   fake.rgb_css_color()
   # u'rgb(178,212,150)'

   fake.color_name()
   # u'DarkTurquoise'

   fake.rgb_color_list()
   # (17, 191, 95)

   fake.rgb_color()
   # u'83,11,91'

   fake.safe_hex_color()
   # u'#ee1100'

   fake.safe_color_name()
   # u'maroon'

   fake.hex_color()
   # u'#7f4c11'


"faker.providers.company"
=========================

   fake.company()
   # u'Satterfield LLC'

   fake.company_suffix()
   # u'Inc'

   fake.catch_phrase()
   # u'Open-architected motivating algorithm'

   fake.bs()
   # u'harness 24/7 action-items'


"faker.providers.credit_card"
=============================

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

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

   fake.credit_card_full(card_type=None)
   # u'Diners Club / Carte Blanche\nOlie Lang\n30443783324730 11/24\nCVC: 780\n'

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

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


"faker.providers.currency"
==========================

   fake.currency_code()
   # 'GIP'


"faker.providers.date_time"
===========================

   fake.date_time_ad()
   # datetime.datetime(2004, 5, 23, 1, 35, 29)

   fake.month()
   # '10'

   fake.am_pm()
   # 'PM'

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

   fake.iso8601()
   # '1973-07-22T15:23:30'

   fake.date_time()
   # datetime(1973, 11, 11, 18, 26, 26)

   fake.month_name()
   # 'October'

   fake.date_time_this_year(before_now=True, after_now=False)
   # datetime(2015, 9, 19, 17, 25, 9)

   fake.unix_time()
   # 541343623

   fake.day_of_week()
   # 'Wednesday'

   fake.day_of_month()
   # '07'

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

   fake.date_time_between(start_date="-30y", end_date="now")
   # datetime(2002, 9, 11, 1, 37, 14)

   fake.date_time_this_month(before_now=True, after_now=False)
   # datetime(2015, 11, 5, 1, 13, 14)

   fake.year()
   # '2008'

   fake.date_time_between_dates(datetime_start=None, datetime_end=None)
   # datetime(2015, 11, 5, 8, 52, 28)

   fake.date_time_this_century(before_now=True, after_now=False)
   # datetime(2014, 9, 28, 16, 11, 44)

   fake.date_time_this_decade(before_now=True, after_now=False)
   # datetime(2014, 4, 18, 2, 59, 55)

   fake.century()
   # u'II'

   fake.date(pattern="%Y-%m-%d")
   # '1974-05-02'

   fake.time_delta()
   # datetime.timedelta(4095, 19814)


"faker.providers.file"
======================

   fake.mime_type(category=None)
   # u'message/imdn+xml'

   fake.file_name(category=None, extension=None)
   # u'veritatis.html'

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


"faker.providers.internet"
==========================

   fake.ipv4()
   # u'231.95.144.213'

   fake.url()
   # u'http://www.rempel.com.au/'

   fake.company_email()
   # u'vernell36@crooks.com'

   fake.uri()
   # u'http://www.littel.edu.au/main/'

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

   fake.image_url(width=None, height=None)
   # u'http://dummyimage.com/837x371'

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

   fake.free_email()
   # u'gnicolas@gmail.com'

   fake.slug(*args, **kwargs)
   # u'nesciunt-qui'

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

   fake.domain_name()
   # u'vonferry.biz'

   fake.uri_extension()
   # u'.php'

   fake.ipv6()
   # u'309d:a3fe:d4d4:fa51:651e:6a13:5e3a:16b8'

   fake.safe_email()
   # u'mante.chauncy@example.org'

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

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

   fake.email()
   # u'walter.rubye@gmail.com'

   fake.uri_page()
   # u'main'

   fake.mac_address()
   # u'6e:11:ce:1c:33:50'


"faker.providers.job"
=====================

   fake.job()
   # 'Intelligence analyst'


"faker.providers.lorem"
=======================

   fake.text(max_nb_chars=200)
   # u'Nostrum veritatis voluptatem aut consequatur ut quia enim. Dolorem quod numquam at cupiditate doloribus consequatur eveniet. Aut ut est incidunt accusamus.'

   fake.sentence(nb_words=6, variable_nb_words=True)
   # u'Iste veritatis in adipisci.'

   fake.word()
   # u'aut'

   fake.paragraphs(nb=3)
   # [   u'Sapiente quibusdam voluptas laboriosam et commodi perferendis dolores. Voluptatem enim debitis recusandae cum. Enim assumenda et porro. Unde amet eaque non dicta tenetur magni.',
   #     u'Unde dicta voluptatem voluptas possimus. Nemo officia doloribus voluptate enim et eligendi repellendus non. Laudantium molestias vero corporis temporibus sint quis. Aliquid repellendus eos dolore consectetur. Veritatis necessitatibus assumenda commodi.',
   #     u'Necessitatibus doloremque illum et perspiciatis consequatur. Est cupiditate ipsum saepe nam aliquid dolorem alias. Laborum porro eveniet accusantium quae possimus molestiae. Et labore error quia non saepe.']

   fake.words(nb=3)
   # [u'ut', u'recusandae', u'reiciendis']

   fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
   # u'Maiores voluptas cupiditate cupiditate deleniti sit unde ipsam. Omnis earum cupiditate eos qui eaque et. Ab enim iusto non iure aut. Tenetur nobis dignissimos explicabo nisi fugit vero quo. Reprehenderit officiis deserunt recusandae ea minus illo quo.'

   fake.sentences(nb=3)
   # [   u'Quis occaecati sed porro rem.',
   #     u'Inventore doloribus eligendi illo aperiam perferendis fugit sit.',
   #     u'Saepe eum expedita sunt quae nisi.']


"faker.providers.misc"
======================

   fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
   # u'v@KrS5er)u'

   fake.locale()
   # u'cn_GT'

   fake.md5(raw_output=False)
   # 'fad568ef2904788d927b21cf4e18fcc3'

   fake.sha1(raw_output=False)
   # '031321da8cc57609f2d8a95a4ff86225d6cdd259'

   fake.null_boolean()
   # None

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

   fake.uuid4()
   # '5caf5124-af51-4a15-8531-8bdc3f891365'

   fake.language_code()
   # u'cn'

   fake.boolean(chance_of_getting_true=50)
   # False


"faker.providers.person"
========================

   fake.last_name_male()
   # u'Jerde'

   fake.name_female()
   # u'Gracia Schulist'

   fake.prefix_male()
   # u'Dr.'

   fake.prefix()
   # u'Ms.'

   fake.name()
   # u'Mrs. Corina Marquardt PhD'

   fake.suffix_female()
   # u'DVM'

   fake.name_male()
   # u'Kurt Jerde II'

   fake.first_name()
   # u'Mell'

   fake.suffix_male()
   # u'III'

   fake.suffix()
   # u'Sr.'

   fake.first_name_male()
   # u'Elsworth'

   fake.first_name_female()
   # u'Karlee'

   fake.last_name_female()
   # u'Cormier'

   fake.last_name()
   # u'Treutel'

   fake.prefix_female()
   # u'Dr.'


"faker.providers.phone_number"
==============================

   fake.area_code()
   # u'8'

   fake.phone_number()
   # u'0444-340-506'


"faker.providers.profile"
=========================

   fake.simple_profile()
   # {   'address': u'57 Orie Drive\nBoscohaven, VIC, 7334',
   #     'birthdate': '1972-03-18',
   #     'mail': u'barrett.anderson@hotmail.com.au',
   #     'name': u'Jerimiah Greenfelder',
   #     'sex': 'F',
   #     'username': u'doretta06'}

   fake.profile(fields=None)
   # {   'address': u'622 /\n 285 Geneva Grange\nNew Kenjiview, SA, 2942',
   #     'birthdate': '1985-12-11',
   #     'blood_group': 'AB+',
   #     'company': u'Botsford and Sons',
   #     'current_location': (Decimal('16.2302685'), Decimal('139.737852')),
   #     'job': 'Engineer, site',
   #     'mail': u'tamiko17@hotmail.com',
   #     'name': u'Frederic Bednar',
   #     'residence': u'31 Atticus Freeway\nOkunevaborough, NSW, 2968',
   #     'sex': 'M',
   #     'ssn': u'426-14-7752',
   #     'username': u'jakubowski.miriam',
   #     'website': [u'http://www.darerodriguez.edu/', u'http://bahringer.org.au/']}


"faker.providers.python"
========================

   fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([Decimal('0.0'), 8033, 3939, u'Dolores velit.', u'tborer@hotmail.com.au', 96400458877.868, u'Qui necessitatibus.', u'Distinctio debitis.', 4542])

   fake.pystr(max_chars=20)
   # u'Sint est excepturi.'

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

   fake.pystruct(count=10, *value_types)
   # (   [   u'http://oconnerhauck.net/login/',
   #         u'aden.hartmann@yahoo.com',
   #         u'leyla30@gutkowski.net.au',
   #         u'devyn51@connellygleason.edu',
   #         u'Et omnis cumque.',
   #         Decimal('-380495.1'),
   #         u'Occaecati deleniti.',
   #         u'Et sint distinctio.',
   #         u'http://connelly.net/home.html',
   #         Decimal('-579968678363')],
   #     {   u'ad': datetime(1990, 6, 28, 19, 0, 6),
   #         u'aut': datetime(1978, 12, 2, 18, 16, 51),
   #         u'eius': 7252,
   #         u'error': 9976,
   #         u'et': datetime(2011, 12, 7, 6, 56, 51),
   #         u'maxime': 9257234.4633,
   #         u'qui': datetime(2013, 5, 10, 20, 32, 36),
   #         u'quibusdam': u'Nulla minima.',
   #         u'temporibus': u'Ex molestiae.',
   #         u'veniam': datetime(1978, 10, 17, 11, 10, 13)},
   #     {   u'aut': {   9: u'Eum facere error.',
   #                     10: [   Decimal('1302989810.86'),
   #                             -859706283664.0,
   #                             u'Error enim facilis.'],
   #                     11: {   9: 3093673052.845,
   #                             10: 3760,
   #                             11: [u'Nam et laboriosam.', 1017]}},
   #         u'commodi': {   5: u'http://www.predovic.com/category/explore/wp-content/post.html',
   #                         6: [   u'http://johnsonkreiger.com/post.html',
   #                                u'arnoldo53@jaskolski.com',
   #                                u'http://collins.edu.au/categories/main/search.htm'],
   #                         7: {   5: 1489,
   #                                6: datetime(1982, 7, 18, 19, 35, 43),
   #                                7: [u'Est veritatis et.', -85698.4986]}},
   #         u'dolores': {   1: u'Quae est sed.',
   #                         2: [916, u'Quod est quam.', 2969],
   #                         3: {   1: datetime(1987, 1, 28, 17, 50, 47),
   #                                2: 241,
   #                                3: [   u'Quo enim natus.',
   #                                       u'Nihil dolore sunt.']}},
   #         u'placeat': {   6: u'rrunolfsson@krajcik.edu.au',
   #                         7: [   u'Delectus enim.',
   #                                u'http://www.legrosgleason.com.au/login/',
   #                                u'Natus accusamus.'],
   #                         8: {   6: u'Nesciunt.',
   #                                7: u'Incidunt harum.',
   #                                8: [   -6.632376009401,
   #                                       u'ford.rosenbaum@hotmail.com']}},
   #         u'quas': {   4: 7963,
   #                      5: [   u'http://www.lemkevandervort.biz/wp-content/categories/categories/home.jsp',
   #                             u'Fuga repellat.',
   #                             u'Dignissimos nostrum.'],
   #                      6: {   4: u'mindy.jakubowski@beier.org',
   #                             5: u'http://moorespinka.edu.au/',
   #                             6: [u'Reiciendis corporis.', 4526]}},
   #         u'quia': {   8: u'Earum repellendus.',
   #                      9: [   u'http://cassinkassulke.biz/login/',
   #                             u'Amet at mollitia.',
   #                             u'Tempora ducimus ut.'],
   #                      10: {   8: Decimal('-756.960729643'),
   #                              9: 6564,
   #                              10: [u'Delectus est.', u'Quam magni omnis.']}},
   #         u'sint': {   2: u'Assumenda ex.',
   #                      3: [   5883,
   #                             u'zelma.cummerata@jaskolski.com.au',
   #                             u'Nisi fugiat quae.'],
   #                      4: {   2: 572,
   #                             3: 5920,
   #                             4: [   u'Ut repudiandae.',
   #                                    Decimal('-6148.62585034')]}},
   #         u'ut': {   0: u'http://hyattwillms.edu.au/category/',
   #                    1: [4683, Decimal('99531.4313009'), u'Ut mollitia unde.'],
   #                    2: {   0: 4413,
   #                           1: u'Ipsum dolores.',
   #                           2: [u'Architecto nam.', u'Dolores quod totam.']}},
   #         u'voluptatem': {   7: u'Quasi iure ea.',
   #                            8: [   -4562.0,
   #                                   u'Deserunt soluta.',
   #                                   u'http://balistrerikohler.org/categories/blog/list/main/'],
   #                            9: {   7: 6263,
   #                                   8: u'Dolores magnam.',
   #                                   9: [9451, 8093]}},
   #         u'voluptates': {   3: Decimal('-3434563570.0'),
   #                            4: [   Decimal('-477859.40788'),
   #                                   u'Vel sit et magni.',
   #                                   datetime(1987, 5, 20, 8, 53, 40)],
   #                            5: {   3: 960033844506.0,
   #                                   4: 7066,
   #                                   5: [294, 340831.76961492]}}})

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

   fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   u'ldonnelly@hotmail.com.au',
   #     u'Aut nemo autem ut.',
   #     u'greenholt.butch@klein.com.au',
   #     u'Pariatur hic earum.',
   #     u'http://keeling.com/main.php',
   #     u'Voluptatem impedit.',
   #     u'Quam dolorum unde.',
   #     u'Quos facere ratione.',
   #     datetime(1977, 5, 31, 5, 35, 45)]

   fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
   # (   u'http://www.schuppe.org.au/tags/search/category/faq/',
   #     u'Qui non aliquid.',
   #     datetime(1991, 12, 2, 5, 55, 58),
   #     Decimal('-71569355719.0'),
   #     29.2694205,
   #     u'Numquam earum sint.',
   #     u'Repellendus.',
   #     6.77943,
   #     -5852133755872.8,
   #     5753,
   #     datetime(1997, 10, 29, 2, 56, 12))

   fake.pybool()
   # True

   fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([u'Vero consequuntur.', u'Facilis excepturi.', 7.103, 1781, u'maude.jast@yahoo.com.au', u'http://www.senger.net.au/faq/', u'http://lakin.org/login/', u'http://ohara.com.au/categories/privacy.htm'])

   fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
   # {   u'assumenda': -5.286145,
   #     u'cupiditate': u'Sunt omnis atque.',
   #     u'enim': Decimal('-6.27306824433E+12'),
   #     u'est': 78675241.576,
   #     u'et': 7013,
   #     u'fuga': u'ykutch@hyattpfeffer.edu',
   #     u'qui': u'Labore sed.',
   #     u'tenetur': u'carter85@gmail.com'}

   fake.pyint()
   # 6578


"faker.providers.ssn"
=====================

   fake.ssn()
   # u'142-82-2633'


"faker.providers.user_agent"
============================

   fake.mac_processor()
   # u'PPC'

   fake.firefox()
   # u'Mozilla/5.0 (Windows NT 5.2; it-IT; rv:1.9.2.20) Gecko/2011-12-24 19:28:29 Firefox/13.0'

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

   fake.opera()
   # u'Opera/9.27.(Windows 95; sl-SI) Presto/2.9.181 Version/10.00'

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

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

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

   fake.chrome()
   # u'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5322 (KHTML, like Gecko) Chrome/15.0.843.0 Safari/5322'

   fake.linux_processor()
   # u'i686'

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

   fake.safari()
   # u'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_0 like Mac OS X; it-IT) AppleWebKit/531.15.4 (KHTML, like Gecko) Version/4.0.5 Mobile/8B115 Safari/6531.15.4'
