
Language en_GB
**************


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

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

   fake.street_name()
   # u'Deckow forge'

   fake.address()
   # u'Studio 55h\nVolkman flat\nAdamsmouth\nE1 4ZN'

   fake.street_address()
   # u'Flat 7\nWaters prairie'

   fake.postcode()
   # u'G7 3TZ'

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

   fake.country()
   # u'Uganda'

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

   fake.secondary_address()
   # u'Studio 44u'

   fake.street_suffix()
   # u'overpass'

   fake.city_prefix()
   # u'East'

   fake.city_suffix()
   # u'port'

   fake.building_number()
   # u'43'

   fake.country_code()
   # u'TN'

   fake.city()
   # u'South Charisse'


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

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

   fake.ean13()
   # u'3829665880829'

   fake.ean8()
   # u'29481934'


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

   fake.rgb_css_color()
   # u'rgb(200,239,53)'

   fake.color_name()
   # u'MediumAquaMarine'

   fake.rgb_color_list()
   # (245, 81, 23)

   fake.rgb_color()
   # u'40,19,79'

   fake.safe_hex_color()
   # u'#cc2200'

   fake.safe_color_name()
   # u'navy'

   fake.hex_color()
   # u'#f097d6'


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

   fake.company()
   # u'Herzog Ltd'

   fake.company_suffix()
   # u'Ltd'

   fake.catch_phrase()
   # u'Monitored clear-thinking ability'

   fake.bs()
   # u'seize user-centric web services'


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

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

   fake.credit_card_provider(card_type=None)
   # u'JCB 15 digit'

   fake.credit_card_full(card_type=None)
   # u'JCB 15 digit\nYuliana Kihn\n180061014905727 10/22\nCVC: 702\n'

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

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


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

   fake.currency_code()
   # 'NAD'


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

   fake.date_time_ad()
   # datetime.datetime(1479, 4, 13, 8, 7, 7)

   fake.month()
   # '01'

   fake.am_pm()
   # 'PM'

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

   fake.iso8601()
   # '2007-12-05T01:24:41'

   fake.date_time()
   # datetime(2004, 7, 26, 15, 40, 13)

   fake.month_name()
   # 'April'

   fake.date_time_this_year(before_now=True, after_now=False)
   # datetime(2015, 7, 15, 5, 19, 4)

   fake.unix_time()
   # 1070711106

   fake.day_of_week()
   # 'Sunday'

   fake.day_of_month()
   # '22'

   fake.time(pattern="%H:%M:%S")
   # '16:25:40'

   fake.date_time_between(start_date="-30y", end_date="now")
   # datetime(2003, 9, 14, 4, 28, 9)

   fake.date_time_this_month(before_now=True, after_now=False)
   # datetime(2015, 11, 23, 23, 39, 2)

   fake.year()
   # '2009'

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

   fake.date_time_this_century(before_now=True, after_now=False)
   # datetime(2013, 6, 15, 4, 35, 57)

   fake.date_time_this_decade(before_now=True, after_now=False)
   # datetime(2013, 7, 26, 14, 11, 15)

   fake.century()
   # u'V'

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

   fake.time_delta()
   # datetime.timedelta(3770, 9569)


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

   fake.mime_type(category=None)
   # u'multipart/related'

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

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


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

   fake.ipv4()
   # u'113.15.95.251'

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

   fake.company_email()
   # u'jacobi.gardner@leuschke.com'

   fake.uri()
   # u'http://trantow.org/'

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

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

   fake.tld()
   # u'org'

   fake.free_email()
   # u'stark.orene@hotmail.com'

   fake.slug(*args, **kwargs)
   # u'omnis-aut-eveniet'

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

   fake.domain_name()
   # u'rosenbaumfeest.info'

   fake.uri_extension()
   # u'.php'

   fake.ipv6()
   # u'a08f:b5f5:115c:0053:c02b:657c:6e5d:5cee'

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

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

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

   fake.email()
   # u'langworth.aryana@bahringer.com'

   fake.uri_page()
   # u'post'

   fake.mac_address()
   # u'd7:64:06:0d:f9:94'


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

   fake.job()
   # 'Risk analyst'


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

   fake.text(max_nb_chars=200)
   # u'Inventore est sint in eaque. Modi reiciendis doloribus iusto laborum. Velit error minima deleniti dicta tempore provident.'

   fake.sentence(nb_words=6, variable_nb_words=True)
   # u'Quasi repellat corporis dolor.'

   fake.word()
   # u'sunt'

   fake.paragraphs(nb=3)
   # [   u'Dolorem sequi et quibusdam rem tempora voluptate facilis et. Sit repellendus qui ipsa non non consequatur. Eum at sit suscipit qui. Ab itaque quod quasi voluptatem.',
   #     u'Aut minus quia corporis. Beatae culpa sit suscipit et quaerat ducimus est.',
   #     u'Illum in repellat aut illo voluptate. Eveniet omnis ut distinctio repellendus enim aut. Libero est ea nobis minima possimus odit eligendi consequatur. Maxime et a earum est.']

   fake.words(nb=3)
   # [u'illum', u'aut', u'doloremque']

   fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
   # u'Amet quia id sint quam rerum. Libero dignissimos sit iusto excepturi excepturi sit est. Quo error aut eveniet animi praesentium.'

   fake.sentences(nb=3)
   # [   u'Unde autem sint occaecati non nemo est exercitationem.',
   #     u'Quo praesentium ut et.',
   #     u'Voluptatibus facilis sapiente ipsum possimus tenetur consequatur.']


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

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

   fake.locale()
   # u'en_NZ'

   fake.md5(raw_output=False)
   # '1caf73c377486b29ceaf980c1b8e8a31'

   fake.sha1(raw_output=False)
   # '01f47ff4f0bcde0d39e8b9d717a9d2021023457d'

   fake.null_boolean()
   # None

   fake.sha256(raw_output=False)
   # '14d6cafa3aa82c2b3e151eecd4c34a15fbdb8882a8b82c460b97dd90f668a139'

   fake.uuid4()
   # '728e7a12-7e68-4c6d-8559-32952f00678f'

   fake.language_code()
   # u'en'

   fake.boolean(chance_of_getting_true=50)
   # False


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

   fake.last_name_male()
   # u'Mosciski'

   fake.name_female()
   # u'Lourdes Goodwin'

   fake.prefix_male()
   # u'Mr.'

   fake.prefix()
   # u'Dr.'

   fake.name()
   # u'Dr. Auther Okuneva'

   fake.suffix_female()
   # u'PhD'

   fake.name_male()
   # u'Ahmad Sawayn'

   fake.first_name()
   # u'Rylan'

   fake.suffix_male()
   # u'V'

   fake.suffix()
   # u'MD'

   fake.first_name_male()
   # u'Jobe'

   fake.first_name_female()
   # u'Iva'

   fake.last_name_female()
   # u'Batz'

   fake.last_name()
   # u'Bins'

   fake.prefix_female()
   # u'Mrs.'


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

   fake.phone_number()
   # u'(08924) 83391'


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

   fake.simple_profile()
   # {   'address': u'Studio 11\nAda ranch\nRaulton\nHX39 7GE',
   #     'birthdate': '1993-10-26',
   #     'mail': u'sauer.avie@hotmail.com',
   #     'name': u'Jacalyn Emard',
   #     'sex': 'F',
   #     'username': u'orrin02'}

   fake.profile(fields=None)
   # {   'address': u'Studio 83\nHyrum dale\nNorth Estrellaview\nW98 0DU',
   #     'birthdate': '1980-09-07',
   #     'blood_group': 'AB-',
   #     'company': u'Medhurst, Block and Labadie',
   #     'current_location': (Decimal('20.430712'), Decimal('-124.009670')),
   #     'job': 'Education officer, museum',
   #     'mail': u'xstroman@yahoo.com',
   #     'name': u'Morton Dietrich',
   #     'residence': u'Flat 94z\nOlson estate\nRoxanneton\nN3S 4TB',
   #     'sex': 'F',
   #     'ssn': u'767-28-5478',
   #     'username': u'ocarroll',
   #     'website': [u'http://www.walshcormier.info/']}


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

   fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
   # (   u'Sunt libero.',
   #     u'shedrick17@yahoo.com',
   #     u'candice42@yahoo.com',
   #     Decimal('-9089692.72'),
   #     759,
   #     u'wgleason@heidenreich.com',
   #     u'Recusandae sunt.')

   fake.pystr(max_chars=20)
   # u'Qui voluptatem.'

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

   fake.pystruct(count=10, *value_types)
   # (   [   u'http://dare.biz/privacy.html',
   #         u'lutie.wiegand@welch.com',
   #         u'Molestias dolorum.',
   #         datetime(2001, 6, 22, 4, 8, 11),
   #         u'Enim voluptas.',
   #         u'Molestiae sed.',
   #         4637,
   #         u'Suscipit molestiae.',
   #         Decimal('-5.2252334681E+11'),
   #         u'essa29@feeneyswaniawski.com'],
   #     {   u'aspernatur': u'Consequatur odit.',
   #         u'aut': datetime(2011, 2, 19, 20, 24, 30),
   #         u'beatae': u'Eos nesciunt.',
   #         u'consequatur': u'Cupiditate.',
   #         u'et': u'Aut eos aut eius.',
   #         u'expedita': u'Et exercitationem.',
   #         u'magnam': 4385,
   #         u'natus': 3243,
   #         u'provident': 3436,
   #         u'quis': u'Sed iste facere.'},
   #     {   u'beatae': {   7: 608840898328723.0,
   #                        8: [   u'Sed laudantium modi.',
   #                               9569,
   #                               u'Omnis qui pariatur.'],
   #                        9: {   7: u'http://gutmann.com/author.php',
   #                               8: u'Commodi occaecati.',
   #                               9: [   u'Ut ipsam non et et.',
   #                                      u'Voluptas dolorem.']}},
   #         u'delectus': {   0: u'Sequi optio eum.',
   #                          1: [   923,
   #                                 u'williamson.lavonda@gmail.com',
   #                                 Decimal('-8509247827.6')],
   #                          2: {   0: datetime(1995, 1, 15, 7, 53, 42),
   #                                 1: u'Et sequi ad aut.',
   #                                 2: [   datetime(2010, 9, 27, 9, 17, 50),
   #                                        u'Ducimus officiis.']}},
   #         u'ducimus': {   8: 3108,
   #                         9: [   u'marin.corwin@kohlerkeeling.net',
   #                                u'Distinctio tempore.',
   #                                u'Totam nobis enim.'],
   #                         10: {   8: u'byundt@gmail.com',
   #                                 9: u'torphy.marley@bradtke.com',
   #                                 10: [   Decimal('-769247910.271'),
   #                                         datetime(2012, 5, 3, 9, 42, 37)]}},
   #         u'eveniet': {   1: 5545,
   #                         2: [   9776,
   #                                u'Nisi amet molestiae.',
   #                                u'http://west.com/terms/'],
   #                         3: {   1: Decimal('-7970531973.3'),
   #                                2: 9045,
   #                                3: [u'araceli.predovic@yahoo.com', 4662]}},
   #         u'harum': {   9: datetime(1987, 6, 10, 1, 3, 47),
   #                       10: [   u'Sit dolorem vitae.',
   #                               u'http://www.kiehn.net/homepage/',
   #                               u'nelly.oberbrunner@gmail.com'],
   #                       11: {   9: datetime(1977, 8, 7, 16, 41, 57),
   #                               10: 1.4602,
   #                               11: [   Decimal('54.5898467942'),
   #                                       u'http://miller.com/login/']}},
   #         u'impedit': {   5: u'Ipsum aut sed.',
   #                         6: [   u'http://www.denesikfunk.org/app/app/homepage/',
   #                                -3732539.7429332,
   #                                u'schuster.whitney@cremin.org'],
   #                         7: {   5: 3656,
   #                                6: 8852,
   #                                7: [u'Fugit repudiandae.', 6910.3082]}},
   #         u'qui': {   6: u'renaldo30@schillermurphy.com',
   #                     7: [   Decimal('8800536.0'),
   #                            Decimal('4.94528'),
   #                            u'Eligendi quos.'],
   #                     8: {   6: u'Aliquam quia.',
   #                            7: 4588,
   #                            8: [-46093747965427.0, 4435]}},
   #         u'quod': {   2: 6811,
   #                      3: [   Decimal('-45612322.5424'),
   #                             Decimal('192407071264'),
   #                             7458],
   #                      4: {   2: Decimal('3.79815916813E+12'),
   #                             3: u'Inventore.',
   #                             4: [datetime(1997, 11, 2, 18, 28, 52), 3768]}},
   #         u'soluta': {   3: u'Id sit pariatur ex.',
   #                        4: [   6189916382.93687,
   #                               u'http://quigley.com/search/',
   #                               Decimal('918242329.785')],
   #                        5: {   3: 8923,
   #                               4: u'Non et id odit cum.',
   #                               5: [   u'In est a officia.',
   #                                      datetime(1973, 5, 3, 20, 42, 23)]}},
   #         u'ullam': {   4: u'http://www.breitenberg.com/',
   #                       5: [   u'http://barton.com/author.htm',
   #                              Decimal('767.255133322'),
   #                              u'londyn50@kshlerin.com'],
   #                       6: {   4: -48396301899708.4,
   #                              5: 9797,
   #                              6: [u'Id perferendis.', u'Est harum.']}}})

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

   fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   7545142639631.3,
   #     u'http://kuhlman.net/search/search/',
   #     u'Fugit non.',
   #     u'http://fritsch.com/wp-content/categories/post.php',
   #     Decimal('-3394000.65'),
   #     u'beatty.delsie@gmail.com',
   #     u'Aliquid at mollitia.',
   #     8813,
   #     u'Facilis et non.',
   #     u'Blanditiis.',
   #     1269,
   #     7302]

   fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
   # (   9885,
   #     u'cjones@hudsonzulauf.org',
   #     datetime(2010, 5, 13, 18, 48, 35),
   #     778,
   #     u'Sunt enim enim nemo.',
   #     Decimal('68.74269'),
   #     5679,
   #     95.29,
   #     u'http://larson.info/home.jsp',
   #     datetime(1990, 3, 20, 22, 51, 33),
   #     5258,
   #     Decimal('5.09927244006E+12'))

   fake.pybool()
   # True

   fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([datetime(1974, 2, 28, 22, 30, 41), u'Molestias quasi.', Decimal('7.39549707009E+14'), u'http://www.wiza.net/index/', -26.62973001953, u'Eos est ipsam harum.', u'Aut repellendus.', Decimal('-7683816.1444'), u'Vitae aspernatur.'])

   fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
   # {   u'architecto': 3402,
   #     u'aut': Decimal('404.39005'),
   #     u'est': u'http://www.howeshanahan.org/tags/faq.htm',
   #     u'ipsa': datetime(1975, 5, 19, 1, 34, 8),
   #     u'iste': 4728,
   #     u'non': 1772,
   #     u'nulla': u'grant.natalya@hotmail.com',
   #     u'numquam': datetime(1996, 1, 27, 22, 21, 33),
   #     u'quam': u'cjerde@kuhn.com',
   #     u'quisquam': u'Est consequatur.',
   #     u'sit': Decimal('4081.88'),
   #     u'totam': datetime(1987, 2, 12, 1, 44, 53),
   #     u'ut': datetime(2007, 6, 22, 9, 52, 16)}

   fake.pyint()
   # 7095


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

   fake.ssn()
   # u'854-37-2248'


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

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

   fake.firefox()
   # u'Mozilla/5.0 (Windows NT 5.01; en-US; rv:1.9.1.20) Gecko/2013-09-03 03:20:02 Firefox/3.8'

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

   fake.opera()
   # u'Opera/9.16.(Windows NT 6.2; en-US) Presto/2.9.173 Version/11.00'

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

   fake.internet_explorer()
   # u'Mozilla/5.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90; Trident/5.1)'

   fake.user_agent()
   # u'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_1 like Mac OS X; en-US) AppleWebKit/532.30.7 (KHTML, like Gecko) Version/3.0.5 Mobile/8B113 Safari/6532.30.7'

   fake.chrome()
   # u'Mozilla/5.0 (Windows NT 5.2) AppleWebKit/5341 (KHTML, like Gecko) Chrome/13.0.814.0 Safari/5341'

   fake.linux_processor()
   # u'x86_64'

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

   fake.safari()
   # u'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_7_7 rv:2.0; it-IT) AppleWebKit/532.5.5 (KHTML, like Gecko) Version/4.0.5 Safari/532.5.5'
