Language la

faker.providers.address

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

fake.building_number()
# u'66752'

fake.street_address()
# u'0250 Tal Harbor Suite 810'

fake.postalcode_plus4()
# u'93242-0002'

fake.city_prefix()
# u'West'

fake.military_ship()
# u'USS'

fake.country_code()
# u'AM'

fake.city()
# u'Klockostad'

fake.zipcode_plus4()
# u'84320-0134'

fake.state_abbr()
# u'NE'

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

fake.street_suffix()
# u'Rest'

fake.city_suffix()
# u'mouth'

fake.military_dpo()
# u'Unit 4901 Box 5434'

fake.country()
# u'Burkina Faso'

fake.secondary_address()
# u'Apt. 447'

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

fake.postalcode()
# u'88512'

fake.address()
# u'6049 Reid Crossroad\nSporerchester, NY 72024'

fake.state()
# u'Mississippi'

fake.military_state()
# u'AP'

fake.street_name()
# u'Angelita Island'

fake.zipcode()
# u'62854'

fake.postcode()
# u'22902'

fake.military_apo()
# u'PSC 9589, Box 2649'

faker.providers.barcode

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

fake.ean13()
# u'6036909816330'

fake.ean8()
# u'14498077'

faker.providers.color

fake.rgb_css_color()
# u'rgb(205,147,186)'

fake.color_name()
# u'Silver'

fake.rgb_color_list()
# (131, 210, 0)

fake.rgb_color()
# u'55,231,209'

fake.safe_hex_color()
# u'#772200'

fake.safe_color_name()
# u'gray'

fake.hex_color()
# u'#2663ee'

faker.providers.company

fake.company()
# u'Balistreri and Sons'

fake.company_suffix()
# u'LLC'

fake.catch_phrase()
# u'Pre-emptive uniform monitoring'

fake.bs()
# u'implement seamless functionalities'

faker.providers.credit_card

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

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

fake.credit_card_full(card_type=None)
# u'VISA 16 digit\nJonatan Bayer\n4592813829812728 04/17\nCVC: 057\n'

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

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

faker.providers.currency

fake.currency_code()
# 'UZS'

faker.providers.date_time

fake.date_time_ad()
# datetime.datetime(1548, 10, 29, 9, 24, 2)

fake.month()
# '12'

fake.am_pm()
# 'PM'

fake.timezone()
# u'Africa/Bujumbura'

fake.iso8601()
# '1998-04-11T13:52:37'

fake.date_time()
# datetime(1986, 9, 18, 19, 37, 47)

fake.month_name()
# 'May'

fake.date_time_this_year(before_now=True, after_now=False)
# datetime(2015, 6, 4, 20, 16, 21)

fake.unix_time()
# 644133001

fake.day_of_week()
# 'Thursday'

fake.day_of_month()
# '18'

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

fake.date_time_between(start_date="-30y", end_date="now")
# datetime(2000, 8, 4, 23, 38, 14)

fake.date_time_this_month(before_now=True, after_now=False)
# datetime(2015, 11, 1, 17, 31, 23)

fake.year()
# '1996'

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

fake.date_time_this_century(before_now=True, after_now=False)
# datetime(2010, 2, 6, 18, 50, 2)

fake.date_time_this_decade(before_now=True, after_now=False)
# datetime(2012, 8, 15, 5, 4, 47)

fake.century()
# u'XXI'

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

fake.time_delta()
# datetime.timedelta(13362, 35406)

faker.providers.file

fake.mime_type(category=None)
# u'application/xhtml+xml'

fake.file_name(category=None, extension=None)
# u'quas.tiff'

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

faker.providers.internet

fake.ipv4()
# u'130.84.82.53'

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

fake.company_email()
# u'umarquardt@beierjones.com'

fake.uri()
# u'http://herzog.info/faq.php'

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

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

fake.tld()
# u'com'

fake.free_email()
# u'bergnaum.sherrill@gmail.com'

fake.slug(*args, **kwargs)
# u'eos-maiores-dicta'

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

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

fake.uri_extension()
# u'.htm'

fake.ipv6()
# u'5237:8d5d:0572:c857:8fa7:fcd0:c855:080e'

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

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

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

fake.email()
# u'ryne82@hotmail.com'

fake.uri_page()
# u'category'

fake.mac_address()
# u'3b:b7:4b:74:b0:79'

faker.providers.job

fake.job()
# 'Broadcast journalist'

faker.providers.lorem

fake.text(max_nb_chars=200)
# u'Et praesentium dignissimos quas quas repellendus. Laborum eum consequatur itaque reiciendis. Praesentium in eaque qui occaecati.'

fake.sentence(nb_words=6, variable_nb_words=True)
# u'Minima veritatis incidunt magni ipsum doloremque quisquam impedit.'

fake.word()
# u'dolores'

fake.paragraphs(nb=3)
# [   u'Voluptas dolorum magnam sint rerum rerum praesentium. Sed quia deserunt sint eius. Reiciendis minima earum porro excepturi est.',
#     u'Repudiandae ex consequatur autem eligendi illo dicta. Sunt accusamus quas atque. Ratione aperiam officia modi.',
#     u'Praesentium qui est quos. Voluptas et ut dolorem autem vel corrupti. Commodi commodi est dolor fugiat.']

fake.words(nb=3)
# [u'a', u'ut', u'repudiandae']

fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
# u'Ex et itaque asperiores necessitatibus. Expedita sunt voluptate officia cupiditate laborum beatae hic dolores. Sint consectetur quisquam ut veritatis tenetur.'

fake.sentences(nb=3)
# [   u'Enim veniam quia assumenda.',
#     u'Est incidunt reprehenderit ut voluptatem voluptas tempora et maiores.',
#     u'Blanditiis voluptatem minus voluptatibus nostrum minus.']

faker.providers.misc

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

fake.locale()
# u'en_NL'

fake.md5(raw_output=False)
# '55d38a546c9ddbc7991e350f97e3d3a5'

fake.sha1(raw_output=False)
# '38ab5a328ae5fca61af26703761e40379e2a486f'

fake.null_boolean()
# True

fake.sha256(raw_output=False)
# '58cc55f3495bd3821a0ca44328673b933a02dac024ff4923e0ab8a569a8a63c7'

fake.uuid4()
# '12b58a15-7d71-42e3-908e-e559ee7437c5'

fake.language_code()
# u'cn'

fake.boolean(chance_of_getting_true=50)
# False

faker.providers.person

fake.last_name_male()
# u'Smith'

fake.name_female()
# u'Lola Daugherty DDS'

fake.prefix_male()
# u'Dr.'

fake.prefix()
# u'Dr.'

fake.name()
# u'Jaylene Johnson'

fake.suffix_female()
# u'MD'

fake.name_male()
# u'Cade Bruen'

fake.first_name()
# u'Amil'

fake.suffix_male()
# u'I'

fake.suffix()
# u'MD'

fake.first_name_male()
# u'Christina'

fake.first_name_female()
# u'Caldonia'

fake.last_name_female()
# u'Lemke'

fake.last_name()
# u'Sporer'

fake.prefix_female()
# u'Ms.'

faker.providers.phone_number

fake.phone_number()
# u'1-822-950-9839x7632'

faker.providers.profile

fake.simple_profile()
# {   'address': u'6802 Harber Point Suite 193\nNorth Deltonbury, VI 51306',
#     'birthdate': '1986-12-20',
#     'mail': u'kfeeney@yahoo.com',
#     'name': u'Opha Stamm',
#     'sex': 'M',
#     'username': u'newton.dubuque'}

fake.profile(fields=None)
# {   'address': u'82902 Hegmann Pines\nPort Nilaton, FM 95223-3841',
#     'birthdate': '1997-05-21',
#     'blood_group': 'B-',
#     'company': u'Ledner-Yost',
#     'current_location': (Decimal('-65.802583'), Decimal('-48.983975')),
#     'job': 'Mudlogger',
#     'mail': u'tyrique.murazik@yahoo.com',
#     'name': u'Jeana Nicolas MD',
#     'residence': u'7069 Berenice Expressway Suite 165\nNorth Jocelynnland, AS 59451',
#     'sex': 'M',
#     'ssn': u'484-86-8455',
#     'username': u'fvon',
#     'website': [   u'http://sanford.com/',
#                    u'http://weissnatlowe.com/',
#                    u'http://www.gislason.org/',
#                    u'http://www.mills.org/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# (   u'Et est aperiam quas.',
#     Decimal('-8506932599.9'),
#     u'Porro voluptatem.',
#     datetime(1975, 4, 5, 17, 36, 33),
#     u'gifford.hickle@yahoo.com',
#     u'Dolores laudantium.',
#     u'dorian09@hotmail.com',
#     u'Ipsum saepe.',
#     u'Maxime vel.',
#     u'Nihil ullam fugit.',
#     1529,
#     5694.0,
#     u'Sunt voluptatem.')

fake.pystr(max_chars=20)
# u'Rem aut laboriosam.'

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

fake.pystruct(count=10, *value_types)
# (   [   u'Porro voluptas.',
#         3366,
#         u'Voluptatibus ut.',
#         2979,
#         u'Distinctio facilis.',
#         datetime(2010, 3, 13, 19, 18, 55),
#         u'http://okon.net/search/list/search/index.php',
#         u'Ipsa qui animi qui.',
#         u'Nisi molestiae.',
#         u'Laborum quisquam.'],
#     {   u'distinctio': 2079,
#         u'exercitationem': u'Eius quis itaque.',
#         u'itaque': u'Ipsum sit dolorum.',
#         u'nihil': u'lucie09@hotmail.com',
#         u'qui': datetime(1993, 12, 23, 7, 54, 27),
#         u'quia': 9958,
#         u'quidem': Decimal('94951299374.3'),
#         u'sed': datetime(1996, 6, 12, 6, 58, 25),
#         u'tempore': u'Dignissimos.'},
#     {   u'culpa': {   4: 2562,
#                       5: [   u'Quo voluptate totam.',
#                              u'Eius quia ut.',
#                              datetime(2003, 11, 16, 8, 50, 41)],
#                       6: {   4: datetime(2013, 9, 9, 11, 52, 18),
#                              5: datetime(1988, 8, 8, 0, 11, 40),
#                              6: [   u'Quod mollitia ipsa.',
#                                     u'http://emardtowne.com/list/explore/wp-content/privacy/']}},
#         u'et': {   0: u'Quis sapiente.',
#                    1: [   u'http://okeefe.com/',
#                           u'Praesentium sit est.',
#                           u'shanelle.kuphal@hotmail.com'],
#                    2: {   0: Decimal('-8171593602.2'),
#                           1: 9493,
#                           2: [   42878.9,
#                                  u'http://rowe.com/explore/blog/post/']}},
#         u'eum': {   6: Decimal('3.73425489418'),
#                     7: [   datetime(1978, 3, 31, 16, 4, 38),
#                            u'Ad explicabo.',
#                            Decimal('-8155.0')],
#                     8: {   6: u'Laboriosam aut.',
#                            7: u'http://www.hammes.com/privacy/',
#                            8: [   Decimal('-8282828.81724'),
#                                   u'Ducimus molestiae.']}},
#         u'id': {   9: u'http://www.blandaokon.biz/',
#                    10: [u'Excepturi id quasi.', 1564, u'Molestias et illo.'],
#                    11: {   9: u'Mollitia rerum.',
#                            10: Decimal('558.72668'),
#                            11: [   u'riya.gutkowski@mcglynn.net',
#                                    -2511162764.8494]}},
#         u'officiis': {   5: u'ashely.graham@auer.net',
#                          6: [   datetime(1971, 12, 29, 10, 45, 28),
#                                 u'Voluptas dolorem.',
#                                 datetime(1996, 3, 19, 16, 47, 5)],
#                          7: {   5: u'odis79@ohara.com',
#                                 6: u'Atque voluptas.',
#                                 7: [u'Suscipit esse non.', 94953250.142396]}},
#         u'qui': {   8: u'Omnis ea et dolorem.',
#                     9: [   datetime(1990, 9, 25, 21, 36, 43),
#                            u'Mollitia enim velit.',
#                            4760],
#                     10: {   8: u'Neque aut et est.',
#                             9: 1921,
#                             10: [   u'Commodi non ipsam.',
#                                     u'http://www.larsonkuvalis.info/terms.html']}},
#         u'quis': {   1: u'http://boyle.info/faq.html',
#                      2: [u'lelar.spencer@donnelly.com', 8487, 6963],
#                      3: {   1: u'At magni commodi.',
#                             2: u'schmidt.fredrick@cummerata.com',
#                             3: [   u'Ipsum facere soluta.',
#                                    u'Facilis sit sit.']}},
#         u'reprehenderit': {   7: u'Nihil molestiae aut.',
#                               8: [   datetime(1996, 2, 2, 7, 45, 55),
#                                      u'Ex ducimus quaerat.',
#                                      u'http://www.murazikstamm.info/'],
#                               9: {   7: datetime(2002, 4, 11, 19, 37, 19),
#                                      8: u'Et soluta cum nisi.',
#                                      9: [   u'http://www.tillman.biz/search/search/app/terms.php',
#                                             722739.83136]}},
#         u'sequi': {   3: u'olson.erling@douglas.com',
#                       4: [   u'Eos et a dolores et.',
#                              8623,
#                              datetime(2002, 9, 2, 16, 45, 56)],
#                       5: {   3: 869510136.75634,
#                              4: u'Labore quisquam.',
#                              5: [u'Est voluptatem.', Decimal('-4094.49')]}},
#         u'sit': {   2: u'tbailey@schummmcglynn.biz',
#                     3: [3650, 1612, u'Enim odit dolores.'],
#                     4: {   2: u'Architecto vel qui.',
#                            3: u'Quasi ab sit quis.',
#                            4: [   -1073.87137,
#                                   u'http://king.biz/wp-content/categories/privacy/']}}})

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

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   u'Iusto deleniti est.',
#     8840,
#     5247,
#     u'http://weimann.com/tags/author.php',
#     u'Exercitationem.',
#     datetime(1999, 4, 8, 23, 52, 13),
#     6541,
#     u'Sapiente et.',
#     Decimal('-2575392437.0'),
#     u'Officiis ipsum.',
#     7994,
#     datetime(2015, 6, 9, 20, 26, 54),
#     -298743142744.999]

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   u'Ad nihil soluta nam.',
#     4948709.0,
#     u'http://www.greenholtleffler.info/wp-content/login/',
#     u'Sunt soluta.',
#     5204,
#     u'http://www.kerluke.org/category.php',
#     539959068.409,
#     u'Praesentium dolor.',
#     4315,
#     u'Qui quo corporis.')

fake.pybool()
# True

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([datetime(1988, 6, 17, 21, 40, 14), datetime(1997, 4, 28, 5, 46, 3), u'Est animi molestiae.', -2006789156743.69, u'Aperiam inventore.', u'Cum qui consequatur.', 4877, u'Cupiditate qui aut.', 6194, Decimal('-9.8737537273'), u'Quod rerum eius.', u'Animi nulla.', datetime(2008, 2, 25, 15, 17, 23), u'http://sipes.com/author.html'])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'asperiores': u'Aut consequatur.',
#     u'doloremque': u'Et dolorem sed esse.',
#     u'earum': 2196052367031.8,
#     u'fuga': u'Quaerat autem et et.',
#     u'illum': Decimal('-5.51582253109E+14'),
#     u'nemo': 9068,
#     u'praesentium': 7134,
#     u'sit': u'Eos quae ea dicta.',
#     u'voluptatem': 85577423627.507}

fake.pyint()
# 4162

faker.providers.ssn

fake.ssn()
# u'251-32-0872'

faker.providers.user_agent

fake.mac_processor()
# u'Intel'

fake.firefox()
# u'Mozilla/5.0 (Windows NT 5.2; it-IT; rv:1.9.2.20) Gecko/2015-05-27 14:00:50 Firefox/12.0'

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

fake.opera()
# u'Opera/8.54.(Windows NT 6.2; sl-SI) Presto/2.9.176 Version/11.00'

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

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

fake.user_agent()
# u'Mozilla/5.0 (Windows; U; Windows NT 6.0) AppleWebKit/531.44.1 (KHTML, like Gecko) Version/4.0.3 Safari/531.44.1'

fake.chrome()
# u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_2) AppleWebKit/5331 (KHTML, like Gecko) Chrome/13.0.869.0 Safari/5331'

fake.linux_processor()
# u'i686'

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

fake.safari()
# u'Mozilla/5.0 (Windows; U; Windows 95) AppleWebKit/533.22.5 (KHTML, like Gecko) Version/5.1 Safari/533.22.5'