
Language en_US
**************


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

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

   fake.building_number()
   # u'9532'

   fake.street_address()
   # u'6611 Ankunding Parkways'

   fake.postalcode_plus4()
   # u'86198-7429'

   fake.city_prefix()
   # u'Lake'

   fake.military_ship()
   # u'USNV'

   fake.country_code()
   # u'LA'

   fake.city()
   # u'South Heath'

   fake.zipcode_plus4()
   # u'83742-1937'

   fake.state_abbr()
   # u'NV'

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

   fake.street_suffix()
   # u'Mall'

   fake.city_suffix()
   # u'berg'

   fake.military_dpo()
   # u'Unit 0668 Box 1770'

   fake.country()
   # u'Cambodia'

   fake.secondary_address()
   # u'Suite 916'

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

   fake.postalcode()
   # u'47531'

   fake.address()
   # u'970 Clabe Stream\nNew Brettshire, AS 41464'

   fake.state()
   # u'Oklahoma'

   fake.military_state()
   # u'AA'

   fake.street_name()
   # u'Heaney Ferry'

   fake.zipcode()
   # u'16077'

   fake.postcode()
   # u'08552'

   fake.military_apo()
   # u'PSC 4062, Box 2920'


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

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

   fake.ean13()
   # u'6724863380263'

   fake.ean8()
   # u'84096326'


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

   fake.rgb_css_color()
   # u'rgb(142,34,249)'

   fake.color_name()
   # u'MediumVioletRed'

   fake.rgb_color_list()
   # (42, 49, 92)

   fake.rgb_color()
   # u'106,90,26'

   fake.safe_hex_color()
   # u'#771100'

   fake.safe_color_name()
   # u'blue'

   fake.hex_color()
   # u'#b54b70'


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

   fake.company()
   # u'Bashirian, Torp and Heidenreich'

   fake.company_suffix()
   # u'PLC'

   fake.catch_phrase()
   # u'Vision-oriented secondary archive'

   fake.bs()
   # u'whiteboard viral supply-chains'


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

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

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

   fake.credit_card_full(card_type=None)
   # u'VISA 13 digit\nShaquille Stiedemann\n4565631178058 04/25\nCVC: 712\n'

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

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


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

   fake.currency_code()
   # 'MRO'


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

   fake.date_time_ad()
   # datetime.datetime(226, 3, 27, 10, 27, 14)

   fake.month()
   # '01'

   fake.am_pm()
   # 'PM'

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

   fake.iso8601()
   # '1993-01-08T11:22:52'

   fake.date_time()
   # datetime(1995, 8, 16, 10, 3, 53)

   fake.month_name()
   # 'August'

   fake.date_time_this_year(before_now=True, after_now=False)
   # datetime(2015, 1, 13, 22, 24, 27)

   fake.unix_time()
   # 628473958

   fake.day_of_week()
   # 'Tuesday'

   fake.day_of_month()
   # '23'

   fake.time(pattern="%H:%M:%S")
   # '00:55:50'

   fake.date_time_between(start_date="-30y", end_date="now")
   # datetime(1992, 9, 12, 17, 21, 12)

   fake.date_time_this_month(before_now=True, after_now=False)
   # datetime(2015, 11, 1, 1, 45, 6)

   fake.year()
   # '1973'

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

   fake.date_time_this_century(before_now=True, after_now=False)
   # datetime(2013, 4, 11, 13, 30, 26)

   fake.date_time_this_decade(before_now=True, after_now=False)
   # datetime(2012, 11, 12, 22, 15, 45)

   fake.century()
   # u'XII'

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

   fake.time_delta()
   # datetime.timedelta(1015, 64613)


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

   fake.mime_type(category=None)
   # u'audio/vnd.rn-realaudio'

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

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


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

   fake.ipv4()
   # u'10.231.82.223'

   fake.url()
   # u'http://www.koss.biz/'

   fake.company_email()
   # u'fabbott@harvey.com'

   fake.uri()
   # u'http://www.feil.com/homepage/'

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

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

   fake.tld()
   # u'com'

   fake.free_email()
   # u'larson.gilman@gmail.com'

   fake.slug(*args, **kwargs)
   # u'et-odit-cupiditate'

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

   fake.domain_name()
   # u'ryan.com'

   fake.uri_extension()
   # u'.html'

   fake.ipv6()
   # u'b8cc:bcb0:383d:d50b:c576:6f6e:0d3c:4c21'

   fake.safe_email()
   # u'demetri.sawayn@example.com'

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

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

   fake.email()
   # u'nhahn@yahoo.com'

   fake.uri_page()
   # u'about'

   fake.mac_address()
   # u'37:3e:a5:71:e6:b5'


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

   fake.job()
   # 'Psychotherapist, child'


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

   fake.text(max_nb_chars=200)
   # u'Ad et doloremque ut. Deleniti laudantium repudiandae id voluptatem vitae impedit. Voluptas ipsa explicabo et aut et saepe. Rerum pariatur tempore omnis sit incidunt.'

   fake.sentence(nb_words=6, variable_nb_words=True)
   # u'Totam vel quaerat autem voluptatum.'

   fake.word()
   # u'aspernatur'

   fake.paragraphs(nb=3)
   # [   u'Animi soluta ratione et inventore maiores et. Expedita sint fugit dolores iusto.',
   #     u'At consequatur incidunt quas autem. Animi ratione sed veritatis tempore quos expedita. Animi rerum aut voluptates sunt dolores maxime. A voluptatem fuga numquam sit magni.',
   #     u'Tempore ab laudantium in ipsa fuga modi. Quia similique doloribus accusantium. Voluptas et voluptatem eos.']

   fake.words(nb=3)
   # [u'maiores', u'veritatis', u'aut']

   fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
   # u'Praesentium ea eaque expedita quo similique sit. Molestiae et et id animi quia incidunt dicta inventore. Ea asperiores in totam molestiae qui. Et cumque voluptas est dolorem harum.'

   fake.sentences(nb=3)
   # [   u'Doloribus nam non quia magni modi sit nihil.',
   #     u'Porro sed rerum accusantium.',
   #     u'Ducimus quisquam eos optio molestiae beatae rerum.']


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

   fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
   # u'cPX@^LAWGV'

   fake.locale()
   # u'en_TO'

   fake.md5(raw_output=False)
   # '281a2aa5c16c058f59e17d94fd4a7401'

   fake.sha1(raw_output=False)
   # '4c9b6d822e8b374fae991a6a51eb23a0b820dea1'

   fake.null_boolean()
   # False

   fake.sha256(raw_output=False)
   # '8d1d010013d52fe05f960a6e57e669fd51f320a163915baf0ed9caf107a317b7'

   fake.uuid4()
   # '208b4491-322d-4f8f-95ca-0207075b4607'

   fake.language_code()
   # u'el'

   fake.boolean(chance_of_getting_true=50)
   # True


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

   fake.last_name_male()
   # u'Klocko'

   fake.name_female()
   # u'Adele Reilly'

   fake.prefix_male()
   # u'Mr.'

   fake.prefix()
   # u'Mr.'

   fake.name()
   # u'Angelia Satterfield'

   fake.suffix_female()
   # u'DVM'

   fake.name_male()
   # u'Brenden Volkman'

   fake.first_name()
   # u'Reagan'

   fake.suffix_male()
   # u'V'

   fake.suffix()
   # u'I'

   fake.first_name_male()
   # u'Rolla'

   fake.first_name_female()
   # u'Gina'

   fake.last_name_female()
   # u'Schmidt'

   fake.last_name()
   # u'Kreiger'

   fake.prefix_female()
   # u'Dr.'


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

   fake.phone_number()
   # u'160.701.8528x555'


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

   fake.simple_profile()
   # {   'address': u'012 Jonnie Parkways Suite 615\nJeannettestad, PW 67204-6738',
   #     'birthdate': '1997-04-12',
   #     'mail': u'cullrich@hotmail.com',
   #     'name': u'Dr. Burl Spinka',
   #     'sex': 'F',
   #     'username': u'muller.tonia'}

   fake.profile(fields=None)
   # {   'address': u'22632 Rowland Gateway Apt. 668\nSouth Antoinettetown, AR 05201-1226',
   #     'birthdate': '1986-10-10',
   #     'blood_group': 'A-',
   #     'company': u'Dibbert and Sons',
   #     'current_location': (Decimal('-75.163168'), Decimal('-31.930301')),
   #     'job': 'Police officer',
   #     'mail': u'clyde64@gmail.com',
   #     'name': u'Robbie Littel',
   #     'residence': u'42094 Rosenbaum Vista Suite 639\nDoylebury, DE 60439-6412',
   #     'sex': 'M',
   #     'ssn': u'551-14-1699',
   #     'username': u'reinger.napoleon',
   #     'website': [u'http://funkjenkins.com/', u'http://www.mcdermottbatz.biz/']}


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

   fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([3777, Decimal('766.714'), u'Repellendus nam.', u'Voluptatem sapiente.', u'Soluta voluptas.', 6766, 5424, datetime(1992, 8, 26, 4, 32, 16)])

   fake.pystr(max_chars=20)
   # u'Quaerat saepe.'

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

   fake.pystruct(count=10, *value_types)
   # (   [   u'http://www.witting.com/search/',
   #         296,
   #         u'Nihil beatae fugit.',
   #         u'berniece99@gmail.com',
   #         u'maya.shanahan@west.com',
   #         u'Consequuntur sed.',
   #         5945714288.0,
   #         u'Eligendi sit nobis.',
   #         4026,
   #         u'http://www.bahringer.biz/home.htm'],
   #     {   u'alias': u'nwillms@swift.com',
   #         u'aliquam': u'Qui modi recusandae.',
   #         u'dignissimos': 3668,
   #         u'ea': u'Est perspiciatis.',
   #         u'est': u'sheridan.labadie@gmail.com',
   #         u'facilis': 2351,
   #         u'quas': u'Est tempora et eum.',
   #         u'totam': u'http://www.collinsmayert.info/blog/explore/categories/homepage.htm',
   #         u'voluptas': 1777999681023.6,
   #         u'voluptates': u'http://romaguera.com/search.htm'},
   #     {   u'alias': {   6: u'corine30@gmail.com',
   #                       7: [   -5146074.0,
   #                              u'Architecto sapiente.',
   #                              u'Quo ut rem harum.'],
   #                       8: {   6: u'Dicta eligendi.',
   #                              7: u'Sint aut quod.',
   #                              8: [   datetime(1992, 7, 19, 20, 18, 4),
   #                                     u'http://www.johnson.com/main/faq/']}},
   #         u'asperiores': {   4: u'Minima hic rerum.',
   #                            5: [   u'Consequatur.',
   #                                   9898,
   #                                   u'Nulla dolor fugiat.'],
   #                            6: {   4: u'http://www.stracke.com/privacy/',
   #                                   5: u'Voluptatem.',
   #                                   6: [   u'Quia odit vero.',
   #                                          u'jadon.konopelski@hotmail.com']}},
   #         u'eum': {   3: u'http://www.barton.info/app/search/posts/terms/',
   #                     4: [   u'tyrek40@zemlaknicolas.net',
   #                            u'Quo voluptas nam.',
   #                            u'Atque blanditiis.'],
   #                     5: {   3: u'Sint illum.',
   #                            4: u'Quibusdam et iusto.',
   #                            5: [6044, u'Sit quo deleniti.']}},
   #         u'facere': {   2: Decimal('3.7'),
   #                        3: [   u'Aut recusandae.',
   #                               u'Nihil consequatur.',
   #                               u'Ducimus quasi iusto.'],
   #                        4: {   2: u'Quos in.',
   #                               3: u'Necessitatibus.',
   #                               4: [   datetime(2002, 6, 5, 3, 11, 28),
   #                                      u'Dolore voluptatem.']}},
   #         u'illum': {   0: u'Eveniet et aliquid.',
   #                       1: [u'Mollitia quis.', 4766, u'Maiores quod.'],
   #                       2: {   0: u'Voluptatem laborum.',
   #                              1: u'Ab iusto vel at.',
   #                              2: [Decimal('998.78142'), 7731]}},
   #         u'magni': {   9: datetime(1989, 12, 13, 14, 5, 28),
   #                       10: [   u'jaheem.goldner@hotmail.com',
   #                               u'Rerum explicabo aut.',
   #                               -64390645.187948],
   #                       11: {   9: 2023,
   #                               10: u'http://schmitt.com/categories/post.jsp',
   #                               11: [6213, 922]}},
   #         u'nulla': {   1: datetime(1970, 11, 8, 23, 38, 3),
   #                       2: [   datetime(1975, 3, 21, 10, 37, 28),
   #                              u'Dolores consectetur.',
   #                              1554],
   #                       3: {   1: 4880,
   #                              2: u'park03@predovic.com',
   #                              3: [u'delbert.dickinson@gmail.com', 8.2283]}},
   #         u'sed': {   7: u'Accusamus.',
   #                     8: [   datetime(1988, 9, 24, 16, 24, 14),
   #                            9123,
   #                            u'emmie00@yahoo.com'],
   #                     9: {   7: u'Nobis labore vero.',
   #                            8: u'Nam rem temporibus.',
   #                            9: [u'Ut laborum vel.', 4022]}},
   #         u'sunt': {   5: Decimal('43355668129.3'),
   #                      6: [   datetime(1983, 5, 29, 23, 15, 34),
   #                             u'schoen.edwina@gmail.com',
   #                             u'Eos necessitatibus.'],
   #                      7: {   5: u'http://koepp.com/',
   #                             6: u'Quaerat pariatur.',
   #                             7: [u'Culpa consequuntur.', 5610]}},
   #         u'voluptas': {   8: u'At qui harum.',
   #                          9: [   5700,
   #                                 datetime(1991, 3, 4, 5, 15, 28),
   #                                 u'Et qui voluptas et.'],
   #                          10: {   8: u'Repellendus est.',
   #                                  9: 34054.9,
   #                                  10: [7381, u'http://fisher.com/']}}})

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

   fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   u'http://www.kemmer.com/tags/search.html',
   #     5451,
   #     u'Laboriosam dolor.',
   #     u'Accusamus animi.',
   #     u'abbott.abner@yahoo.com',
   #     u'clinton.watsica@welch.info',
   #     u'Consequatur.',
   #     3206,
   #     8836,
   #     u'deckow.bret@donnelly.net',
   #     u'Est sequi tenetur.',
   #     u'Debitis delectus.']

   fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
   # (   u'Distinctio aut quia.',
   #     u'Consectetur eum.',
   #     -7283021.1,
   #     4552,
   #     datetime(1990, 9, 26, 4, 44, 31),
   #     Decimal('693.422498'),
   #     u'Atque officiis.',
   #     u'Qui quia ipsum.',
   #     -8670341387.1976,
   #     u'Aspernatur aut.',
   #     867347070841.85)

   fake.pybool()
   # True

   fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([u'Mollitia eaque qui.', 2555, u'http://www.connelly.info/list/privacy.html', Decimal('4961793766.0'), u'Distinctio magnam.', u'Ducimus praesentium.', u'Necessitatibus est.', -77745.5577263, 1424, datetime(2015, 5, 29, 3, 58, 44), u'balistreri.carlyle@rutherfordpagac.info', u'Et similique minima.', u'Corrupti quia quis.', datetime(2007, 8, 19, 22, 23, 34)])

   fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
   # {   u'blanditiis': u'http://barrows.info/faq.php',
   #     u'consequatur': 2025,
   #     u'dicta': datetime(2009, 4, 24, 5, 1, 37),
   #     u'eligendi': 70034.32,
   #     u'et': Decimal('1.22218036241E+13'),
   #     u'facilis': u'carter.bartoletti@gmail.com',
   #     u'iste': u'eulalie60@hotmail.com',
   #     u'minus': 7069,
   #     u'nesciunt': -17965.609048547,
   #     u'omnis': u'Qui sequi qui et et.',
   #     u'qui': u'Quidem distinctio.',
   #     u'quos': u'Ut est numquam.',
   #     u'ut': u'pallie84@hotmail.com'}

   fake.pyint()
   # 3383


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

   fake.ssn()
   # u'173-80-3282'


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

   fake.mac_processor()
   # u'PPC'

   fake.firefox()
   # u'Mozilla/5.0 (X11; Linux i686; rv:1.9.7.20) Gecko/2015-09-23 02:41:42 Firefox/7.0'

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

   fake.opera()
   # u'Opera/8.18.(X11; Linux i686; it-IT) Presto/2.9.187 Version/12.00'

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

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

   fake.user_agent()
   # u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_1; rv:1.9.2.20) Gecko/2012-07-12 03:29:09 Firefox/13.0'

   fake.chrome()
   # u'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/5310 (KHTML, like Gecko) Chrome/13.0.877.0 Safari/5310'

   fake.linux_processor()
   # u'x86_64'

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

   fake.safari()
   # u'Mozilla/5.0 (Windows; U; Windows 98; Win 9x 4.90) AppleWebKit/533.26.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.26.4'
