Language es_MX¶
faker.providers.address
¶
fake.state_abbr()
# u'TAB'
fake.latitude()
# Decimal('-74.4497985')
fake.street_name()
# u'Retorno Sri Lanka'
fake.address()
# u'Callej\xf3n Pakist\xe1n 589 994\nSan Gilberto los altos, SIN 78381-6061'
fake.street_address()
# u'Calzada Norte Mar\xedn 078 Edif. 316 , Depto. 892'
fake.postcode()
# u'30025-6703'
fake.country_code(representation="alpha-2")
# u'MA'
fake.longitude()
# Decimal('-88.679602')
fake.country()
# u'Guinea Bissau'
fake.geo_coordinate(center=None, radius=0.001)
# Decimal('176.661246')
fake.secondary_address()
# u'685 Edif. 496 , Depto. 584'
fake.street_prefix()
# u'Circuito'
fake.street_suffix()
# u'Street'
fake.city_prefix()
# u'Norte'
fake.city_suffix()
# u'los altos'
fake.building_number()
# u'876'
fake.city_adjetive()
# u'Nueva'
fake.city()
# u'Vieja Fiji'
fake.state()
# u'San Luis Potos\xed'
faker.providers.automotive
¶
fake.license_plate()
# u'MXM 445'
faker.providers.bank
¶
fake.bban()
# 'BFFV1705682331475'
fake.bank_country()
# 'GB'
fake.iban()
# 'GB80HXNP0355631508084'
faker.providers.barcode
¶
fake.ean(length=13)
# u'9233555758794'
fake.ean13()
# u'7541749478109'
fake.ean8()
# u'19496207'
faker.providers.color
¶
fake.rgb_css_color()
# u'rgb(209,224,184)'
fake.color_name()
# u'Black'
fake.rgb_color()
# u'144,30,61'
fake.safe_hex_color()
# u'#bb7700'
fake.safe_color_name()
# u'gray'
fake.hex_color()
# u'#413e1c'
faker.providers.company
¶
fake.company_suffix()
# u'A.C.'
fake.company()
# u'Zambrano, Palomino y Roque'
fake.company_prefix()
# u'Grupo'
fake.catch_phrase()
# u'groupware multitarea robusto'
fake.bs()
# u'sinergiza comercio electr\xf3nico eficientes'
faker.providers.credit_card
¶
fake.credit_card_security_code(card_type=None)
# u'583'
fake.credit_card_provider(card_type=None)
# u'Diners Club / Carte Blanche'
fake.credit_card_full(card_type=None)
# u'VISA 16 digit\nVanesa Fierro\n4297802169148494 10/27\nCVC: 364\n'
fake.credit_card_expire(start="now", end="+10y", date_format="%m/%y")
# '06/23'
fake.credit_card_number(card_type=None)
# u'38585331651618'
faker.providers.currency
¶
fake.cryptocurrency_code()
# 'XRP'
fake.currency_code()
# 'MNT'
fake.currency_name()
# 'Mexican peso'
fake.cryptocurrency_name()
# 'SwiftCoin'
fake.cryptocurrency()
# ('DOGE', 'Dogecoin')
fake.currency()
# ('KGS', 'Kyrgyzstani som')
faker.providers.date_time
¶
fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2018, 8, 20, 6, 37, 36)
fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None)
# <generator object time_series at 0xffffaa1d8280>
fake.date_between_dates(date_start=None, date_end=None)
# datetime.date(2018, 8, 16)
fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
# datetime.datetime(2007, 4, 25, 15, 16, 20)
fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2014, 12, 31)
fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 8, 8, 5, 30, 59)
fake.past_date(start_date="-30d", tzinfo=None)
# datetime.date(2018, 8, 1)
fake.day_of_week()
# 'Thursday'
fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2010, 11, 10, 19, 1, 4)
fake.date_between(start_date="-30y", end_date="today")
# datetime.date(2004, 8, 12)
fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2012, 3, 25, 8, 15, 18)
fake.date(pattern="%Y-%m-%d", end_datetime=None)
# '1981-09-15'
fake.am_pm()
# 'AM'
fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
# datetime.datetime(2018, 8, 16, 10, 58, 34)
fake.date_object(end_datetime=None)
# datetime.date(1977, 7, 5)
fake.date_this_year(before_today=True, after_today=False)
# datetime.date(2018, 5, 11)
fake.iso8601(tzinfo=None, end_datetime=None)
# '1976-06-07T23:00:21'
fake.future_date(end_date="+30d", tzinfo=None)
# datetime.date(2018, 8, 26)
fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2013, 6, 27)
fake.month()
# '08'
fake.year()
# '1991'
fake.day_of_month()
# '20'
fake.unix_time(end_datetime=None, start_datetime=None)
# 548617479
fake.timezone()
# u'Pacific/Apia'
fake.century()
# u'XI'
fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
# datetime.date(1968, 4, 19)
fake.time_object(end_datetime=None)
# datetime.time(8, 33, 34)
fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 1, 5, 11, 27, 24)
fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(2013, 11, 23, 16, 13, 25)
fake.time(pattern="%H:%M:%S", end_datetime=None)
# '06:44:05'
fake.date_this_month(before_today=True, after_today=False)
# datetime.date(2018, 8, 5)
fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2018, 8, 14, 5, 19, 31)
fake.month_name()
# 'May'
fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(545, 11, 13, 1, 14, 46)
fake.time_delta(end_datetime=None)
# datetime.timedelta(13751, 14023)
faker.providers.file
¶
fake.unix_device(prefix=None)
# u'/dev/sdh'
fake.mime_type(category=None)
# u'message/http'
fake.file_path(depth=1, category=None, extension=None)
# u'/enim/illum.flac'
fake.unix_partition(prefix=None)
# u'/dev/sdt6'
fake.file_name(category=None, extension=None)
# u'eaque.csv'
fake.file_extension(category=None)
# u'mp3'
faker.providers.internet
¶
fake.ascii_free_email(*args, **kwargs)
# 'godoymagdalena@hotmail.com'
fake.image_url(width=None, height=None)
# u'https://placeholdit.imgix.net/~text?txtsize=55&txt=367x208&w=367&h=208'
fake.tld()
# u'net'
fake.email(*args, **kwargs)
# u'wilfridovigil@herrera.com'
fake.url(schemes=None)
# u'http://segovia.com/'
fake.ipv4_private(network=False, address_class=None)
# '192.168.188.220'
fake.user_name(*args, **kwargs)
# u'floresangel'
fake.uri_extension()
# u'.php'
fake.uri_page()
# u'homepage'
fake.free_email_domain(*args, **kwargs)
# u'yahoo.com'
fake.safe_email(*args, **kwargs)
# u'irene01@example.org'
fake.ascii_email(*args, **kwargs)
# 'galvanisrael@gmail.com'
fake.ipv4_network_class()
# u'b'
fake.ipv4_public(network=False, address_class=None)
# '221.45.210.173'
fake.ascii_company_email(*args, **kwargs)
# 'silvano25@farias-urena.info'
fake.domain_name(*args, **kwargs)
# u'rubio.info'
fake.ipv4(network=False, address_class=None, private=None)
# '125.3.163.174'
fake.domain_word(*args, **kwargs)
# u'pantoja'
fake.slug(*args, **kwargs)
# u'rerum-quo-id-cum'
fake.uri_path(deep=None)
# u'posts/categories'
fake.company_email(*args, **kwargs)
# u'kalarcon@despacho.info'
fake.uri()
# u'https://carrera.com/login.asp'
fake.ipv6(network=False)
# '3fbf:aefb:dd1d:f1d2:3249:9e06:c0f3:bfe5'
fake.free_email(*args, **kwargs)
# u'mauricio56@yahoo.com'
fake.ascii_safe_email(*args, **kwargs)
# 'violeta03@example.com'
fake.mac_address()
# u'70:22:4e:e3:c4:7d'
faker.providers.isbn
¶
fake.isbn10(separator="-")
# u'0-7735-3388-5'
fake.isbn13(separator="-")
# u'978-1-01-103085-9'
faker.providers.job
¶
fake.job()
# 'Database administrator'
faker.providers.lorem
¶
fake.text(max_nb_chars=200, ext_word_list=None)
# u'Amet molestiae doloribus. In id totam totam possimus facere expedita. Sit deserunt a modi veniam.'
fake.paragraphs(nb=3, ext_word_list=None)
# [ u'Aut optio perferendis quia quidem ut eius eum.',
# u'Hic sapiente dignissimos eius nostrum id. Necessitatibus inventore voluptatem eligendi soluta nam. Quo sequi excepturi officia.',
# u'Culpa laudantium sint nam nostrum veritatis. Consequuntur placeat distinctio a sed. Voluptatum voluptas doloribus commodi at earum.']
fake.words(nb=3, ext_word_list=None)
# [u'nihil', u'inventore', u'laborum']
fake.sentences(nb=3, ext_word_list=None)
# [ u'Et eius aliquid excepturi occaecati ratione.',
# u'Hic repellendus commodi.',
# u'Molestiae temporibus suscipit consequuntur voluptas.']
fake.word(ext_word_list=None)
# u'nobis'
fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Ea praesentium accusamus voluptas aperiam sequi. Porro illo sapiente asperiores quod suscipit dolorem.'
fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Dolorum ad dolorum quisquam iusto accusantium.'
faker.providers.misc
¶
fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'a($W8ySkx8'
fake.locale()
# u'ayc_PE'
fake.binary(length=1048576)
# bytearray(b'\x02\x91\x82\x17M\xd2\x06]\xbe\x16\xafpYj\x18\xdf\x81\x1c\xf3\xec@\xd3\xad/\x1e\xc9\xab\x88x\xbfj\x13\x0ba\x84#\xa4\xa9\xf4\xca \xf0{\xf5\xa1DrZ\x11\xd7\xdc\xfa\x1e\xb4T\x84\xcf\x0e4\x060$\xf7\xca\x8d{\xd1\x06\xe5\xae\xf8=C\x10\xba\xaa\x95V6\xba\xf6\x80\xe5\xdd\xbc0\x8f\xd0;\xe1\x0f\x95\xefY\xcf\xf3\xc4_h\x9e2\x83\xad\x80\xf3Di\x00\xe9C\x9a\xdcE\xf2\x00\xfanUG`\x08C\xff\x97\x95,Y"\xa4\xc0\xd0\x03\x7f|\x1b\x991\xb9\xa2\x8fST^\x94{P=\xe4"\xca\x16\xaa\xaa\xa5|\xd5\x89\xf2f\xc3q\'\xf8\xf8\x96\x80\x19\xf7\x97\xe4\xb9\xb7\x11\x1f5\x84C\xef\xcdB\x9a\xc2\xf3\xe0\xccD\x07\xb9\xb0\xb3\x93\xf6d6(7+\xb4\xc0\xbf;\x0be\xfcP\xfa*h$\xde\xb0\x1e\x1a\xd0\x0b\xd6\xa1\x13\x1e\x84\x8a\x91\xf6\x9d\x8f\xe2>m\xbe\xf0e\xc4\x87\x86\xd6-\xd9\x94\xc1n\xed{\xa6\x11D\xea\xf9\xf9+B 0\x1e\x14.>\x82\x05mk\xc8\xe4\x88\xb2o\x9c\x84)\x1a\xa1\xfe\r\xb1\x83\xd8z\x9b\xd8q\x1e\xbc\xc2\x99\x8aN\xb3\xfaw\xec\xf1\x82\x8aL9\xc5L\xb8\nm\x84\x0e\x1e\xac\xe3OS\x88fSp\x89Ie\xd8\xc5h*\x8e\x03\xfa\x00\x8b\xdc\x15+}\x99\xe3I\xc9/!y%\xafB\xea+\x9c\xf7\x82\xcd\xd3\x1d\xfe\x80\x11\x07\xc2\xde\x10[8b\xb3D\xa1V\xbd\xa4\xca"\'\xc3E\x94\x99\xd7T\xda\x05!\xe1\x01K\xf12Kk\' \x1d\xbdUH#\xdc \x9a\xa1q\x9c6\x8c;4i2\xb5\x89k\xd4\xe0 \x85Y\xc8A\xcc!\xfd\xd62\xd5\x9fuqC\xc6\xa5\xe3l\xac\x17\x13b\xe1y\xb3l\xb0_\xc5#\xefd\x83\x7f\xcdb\xa4\n\xf9G\xc7\x80\xf7\xee\xa2\xeel)\xa4\xae\xcc\x96\xc2y!4\xc1\x05\n3\xcaU\xf6\x8eJ\xd8\xc6\xb1\xa5\xbf\x0fc\xf1\x1d\x19\xc0Fh\xc3j\x06B\xfa\x80/\xd4[\x9f\xdd\xdc\x81E\r\x16\xebj\x1c\xcf\x0e\xda?\x07q\x91u(\xd4\xe5\xa0\xbc\xe6_\x8ags\xee\x83\x8f\xa8\x05\x0f\xa0\x08LW\xed\x1b\x0f\xc5\x9c\xc0\xc05\x8ah\x9f\x00\xafV\x0f\xbd\xc6\xfd)\xbaF*5m\xaaLj\x00@\x96ls\xc7#\x1fo\xc7x\x0b\xd0\xd2\x92\xabr\x13\xcdz\x13\x0bJ\n. \x96H\xae\x8a\xef\xeb\xc99^ko\x1c\xbdr\xc1\xed\xc5\xad\xa4\xc6\xfcx\xe2lEUR|\x8a\x7fN\xd5\x18\xc9stO\xdb\xb7<@b\xa2\x90v\xd4p\t\xcd\x8f\xd1\xea~-\x01\xffv\x1a\x8azi\xac\x9eh\x0b3\xccUt\xf2\x90\xf9\x8cC\xd6\xf8\xb6\x08\x9d;=\xd4\x1fQ\xe7\xd6\xc9\x9b\x16\x08\xd7<\xb8\xc9\x18r\r\xc0\x16\xfb\x97f\x1c\r\xd5&K\xb5\xf5TI\xb1\xf4\x1c/\x98\x89\x85\x9a|\xbd\xf7\xe5\xc5\x10)\x9fpw\x81\xf6\xd3\xf7\xd6\xa2\x0f\xbe\x05\xe6\x12\xef\xa1T\x9egk\xa0jAX\xcf\xb5\x92\x8a\x1c\xc4y\x8aP\x0e\x1f\r\x15\xfd\xb0\x81$d\xbddvy\x84\xa84\x1a?C\xffB\xfe\x18\xe4\xe7xF\xd4z\x97L\x8e\x86\xda\xc7\x1d$X\xe0Lt\xbd\x98\xc3~\x85r\'\xd9\xe1\x0c\x9c\xbc\xf5\x85-N\xe3\xe3\x84T\xe5\xe1\xabs*\x82}\xd8\x0c#\xf3\x1b>\xca\xfa\x0b\xcd\xa2lO\xd3 M\xdf\x85\n{\xda&|\x9fB\xe5\x86N\xfa\xdb\xff\xea\xcdg"\xeb\x12\xe7\xf0\xd2J\x03j\xff!D\x94\x180\x8d\xcb\xae\x16?\x11F\x9dES\x86\x05\xd2\xb6\xc7\x1a\xe3\x19\xdaI`\xd1R\xd8\xa5\x96\x0eh\xaa\x90\x1fN{x\x06\xa5\xfcP-j\xae\x15\x19\xcd\xad3f\xf8\xa2\xa2\xb3\x06{\x8ag\x15\x94\xfd\xd3)k[\xd1k>V\xbf\x15\x99\xdcS\x90\xa7\xbc\xe3\x1d\r6\x95\t\xfd0\xb6\xb2E\x8e\xa6eT|\x03e9\x1aU\xd4\x00\x07\x92\x83u|,\xb6\xbc\xcd\xd0\x9ca#P\xabY\x98\xa4 \xa1ry\xe8\xf8\xf4\x93\xddj\xd1\x14\x03\xa3\xc9\x12\xc1oE7=t\xbb`\x0bd\xfa\x11\x9e\x84\xd6/\x89Y\x8c\xa5\x1f)\xa6\xf1&s\xb6o\xd6:\xc8\x80\xff\xd7}')
fake.md5(raw_output=False)
# 'b0d43715b695905a2874f9894c1c7564'
fake.sha1(raw_output=False)
# 'c10c5295db9f75f386ba90568a5d4225d763dda7'
fake.null_boolean()
# False
fake.sha256(raw_output=False)
# 'fee3ad7fae58cf7bf9f8f31b83eb0b935c2813e404c5213bf5770ce35e76b601'
fake.uuid4()
# 'd1923d02-5e66-1226-f760-d709462ff1fa'
fake.language_code()
# u'nso'
fake.boolean(chance_of_getting_true=50)
# False
faker.providers.person
¶
fake.last_name_male()
# u'Valverde'
fake.name_female()
# u'Carolina Jer\xf3nimo Cepeda'
fake.prefix_male()
# u'Sr(a).'
fake.prefix()
# u'Sr(a).'
fake.name()
# u'Dar\xedo Pulido Casillas'
fake.suffix_female()
# u''
fake.name_male()
# u'Esther Reynoso'
fake.first_name()
# u'Carolina'
fake.suffix_male()
# u''
fake.suffix()
# u''
fake.first_name_male()
# u'Gonzalo'
fake.first_name_female()
# u'Jos'
fake.last_name_female()
# u'Ter\xe1n'
fake.last_name()
# u'Arguello'
fake.prefix_female()
# u'Dr.'
faker.providers.phone_number
¶
fake.phone_number()
# u'761.137.3982x7071'
fake.msisdn()
# '3663544098764'
faker.providers.profile
¶
fake.simple_profile(sex=None)
# { 'address': u'Andador Estonia 827 Edif. 532 , Depto. 262\nSan Esteban de la Monta\xf1a, Q. ROO 69380-2241',
# 'birthdate': datetime.date(2014, 8, 11),
# 'mail': u'ursulacaban@hotmail.com',
# 'name': u'Noelia Linares Armend\xe1riz',
# 'sex': 'M',
# 'username': u'uvillalobos'}
fake.profile(fields=None, sex=None)
# { 'address': u'Perif\xe9rico Norte Archuleta 109 872\nSan Ariadna los bajos, YUC 71544-6164',
# 'birthdate': datetime.date(2010, 12, 1),
# 'blood_group': 'A+',
# 'company': u'Nev\xe1rez A.C.',
# 'current_location': (Decimal('-36.014206'), Decimal('109.038609')),
# 'job': 'Chartered loss adjuster',
# 'mail': u'taguayo@hotmail.com',
# 'name': u'Estefan\xeda Manuel Leyva',
# 'residence': u'Corredor Polonia 533 Edif. 001 , Depto. 191\nSan Isaac de la Monta\xf1a, Q. ROO 20349',
# 'sex': 'F',
# 'ssn': u'667-28-7005',
# 'username': u'broldan',
# 'website': [u'https://veliz.com/']}
faker.providers.python
¶
fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# set([5156, u'bpuente@hotmail.com', Decimal('-22.1761778572'), u'AiSsbJRJyrAfogdAFsqg', u'QQmwonrVjXxmKMYxVNbx', 6809, u'https://corporacin.org/', u'https://ayala.com/faq/', u'tcANpCULyWoIEzzTPkZW'])
fake.pystr(min_chars=None, max_chars=20)
# u'AlLSuiMwcVlHSTFXEpyx'
fake.pystruct(count=10, *value_types)
# ( [ u'YBUGSEtgCbPMwSQIYBZY',
# datetime.datetime(1983, 12, 30, 22, 25, 20),
# u'david82@dominguez-anguiano.com',
# -297.47,
# u'VrUyUlREihftZmLllHSi',
# u'toledozacarias@soria.com',
# Decimal('-264609.206'),
# u'XDTRPtfHNMaTtSKBkBZJ',
# u'NqbmwaEHIaLaPUGLYWgQ',
# u'bcamacho@tijerina-pizarro.com'],
# { u'ab': u'TYGydqwFpwDTGajPzfTi',
# u'corporis': 276549490956434.0,
# u'error': u'http://cisneros-castaneda.com/',
# u'eum': u'https://mares-henriquez.biz/list/search/privacy/',
# u'inventore': u'NRlUOpiRXoWYVAZDklaB',
# u'ipsam': 6024,
# u'occaecati': datetime.datetime(2009, 4, 27, 12, 41, 18),
# u'quasi': Decimal('-846.3'),
# u'repellendus': u'esteban50@soto.biz',
# u'ullam': u'ANSSpykSLEMqQBFeReqk'},
# { u'adipisci': { 7: 4035,
# 8: [ u'vCcttCGZXHoogIoTxbcX',
# datetime.datetime(1978, 7, 24, 4, 6, 27),
# 4951],
# 9: { 7: u'UklgIDCAaVmgJHEpViJq',
# 8: u'xaYuNyeDXIBHonDbMMeW',
# 9: [1965, u'blNNLewOcMyEhalZSnGa']}},
# u'architecto': { 2: datetime.datetime(2010, 6, 9, 7, 12, 6),
# 3: [ 6346,
# u'QXCnADtOyxXtuAgfIjig',
# u'PaSLfkizDlNTiHcbKKLR'],
# 4: { 2: u'SRbZihDLXCqelkHFZUtC',
# 3: u'gerardomaldonado@hotmail.com',
# 4: [ u'jqkhKOvvudnfEIxJgAEk',
# 0.39185827208138]}},
# u'debitis': { 5: 4288,
# 6: [ 881046218.2261,
# u'https://florez-archuleta.com/terms.html',
# 1305],
# 7: { 5: u'DwAEIcnCrJHbnSjqVgFV',
# 6: u'http://proyectos.info/terms.asp',
# 7: [ u'nJVcKwBajFWgXOTchOFW',
# u'YXpfiKqmtjXPsqGguThG']}},
# u'itaque': { 1: u'http://ybarra.com/explore/wp-content/categories/login.jsp',
# 2: [9895, 4827, u'SwcbwnJqkByYeagNjNgu'],
# 3: { 1: datetime.datetime(1976, 9, 9, 7, 26, 57),
# 2: u'mxwFvETgsgeMgaRyDfLo',
# 3: [ u'https://www.hernandez.com/home.asp',
# datetime.datetime(1984, 3, 3, 9, 10, 54)]}},
# u'molestiae': { 4: -446.971,
# 5: [ u'BzJQFvVfYKNqOZaBOQID',
# u'xqbSGDQUoMtcpxnaYIsu',
# u'http://www.club.org/login.php'],
# 6: { 4: u'http://www.estrada.com/search/post/',
# 5: Decimal('-3.402134237'),
# 6: [ u'WBZIbvXAKnJboBLBNwYT',
# u'https://pacheco-amaya.com/post.php']}},
# u'possimus': { 9: Decimal('-788948.2825'),
# 10: [ 2843,
# u'cDjCirNfjtbRfDkCQreC',
# u'tzdOomLVImZgzrFavyQu'],
# 11: { 9: Decimal('550.45077'),
# 10: u'bSqiOwnZSclWvDrNints',
# 11: [ u'QihKgpNiVPBTicSsELKI',
# Decimal('-6.54455727758E+14')]}},
# u'quam': { 3: u'ZeOnFVXITclwEPheuGlo',
# 4: [ datetime.datetime(2001, 5, 12, 3, 19, 55),
# 717,
# datetime.datetime(1973, 1, 19, 10, 54, 59)],
# 5: { 3: datetime.datetime(2000, 4, 2, 13, 26, 54),
# 4: 8354,
# 5: [5023664299.0, 459]}},
# u'reiciendis': { 6: u'ZoaRKqxAfqVCPcMJSKiG',
# 7: [ u'pmaldonado@club.com',
# datetime.datetime(2007, 1, 30, 18, 8, 11),
# datetime.datetime(1998, 1, 29, 18, 52, 24)],
# 8: { 6: 8425, 7: -11.621827277, 8: [8975, 9760]}},
# u'reprehenderit': { 8: 7247,
# 9: [ 5599,
# datetime.datetime(2014, 4, 15, 2, 5, 55),
# u'http://www.olivares.com/wp-content/categories/main.htm'],
# 10: { 8: Decimal('-5.41633080207E+14'),
# 9: u'nlDtiVCsnYJgoYbNWlSn',
# 10: [u'XjizEBWiykzOOfSNkHPf', 5803]}},
# u'unde': { 0: 8427,
# 1: [ 46170.233467015,
# u'hzarate@munoz.com',
# datetime.datetime(2018, 4, 12, 11, 28, 37)],
# 2: { 0: u'QyoeAQuOQBxgTZGfcdGZ',
# 1: u'https://www.orosco-montano.com/wp-content/app/index/',
# 2: [ u'NMBAZprNmceUvaUUjIJr',
# u'http://club.com/app/wp-content/category/main.php']}}})
fake.pyfloat(left_digits=None, right_digits=None, positive=False)
# -31.23437456
fake.pydecimal(left_digits=None, right_digits=None, positive=False)
# Decimal('7.92209819129E+13')
fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [ u'iTsszclHQlfTSysYHbIk',
# 6400,
# datetime.datetime(1999, 10, 26, 16, 52, 20),
# u'https://www.suarez.com/',
# Decimal('7349989443.76'),
# u'http://www.collado-velazquez.info/',
# Decimal('-203440701.51'),
# u'elvira07@aponte-carbajal.net',
# 6030,
# datetime.datetime(2013, 1, 9, 21, 11, 7)]
fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# ( Decimal('1.94217356176E+12'),
# 2113,
# u'yledkLWAbCCXeBIVQxek',
# datetime.datetime(1985, 11, 25, 20, 51, 24),
# datetime.datetime(2016, 4, 5, 9, 33, 8),
# u'TYptNzJMJJJTwGzLrqzx',
# datetime.datetime(2010, 8, 8, 0, 27),
# datetime.datetime(1973, 5, 23, 17, 9, 39),
# u'lMcEqwuCiCiLbUkQkIEl',
# 7989,
# u'ddlLWlSzhEraxqiKDMBp',
# Decimal('2.35137736972E+12'),
# u'ZplBxeiUVSfDqhSfZIZp')
fake.pybool()
# True
fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([datetime.datetime(1977, 3, 9, 10, 58, 43), u'KvYZHQjnyepoZmogMkjD', u'http://www.sevilla-arroyo.info/search.asp', u'lqgtSSbpqQSRovmybkRQ', u'jose-luistrevino@hotmail.com', -87.3891, 214, Decimal('-9.50554193365E+14'), 6715, u'skRbHjkiAQXTBbBlYsxd', Decimal('9822.694')])
fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# { u'ad': Decimal('-9373843.514'),
# u'cupiditate': Decimal('643.7651'),
# u'delectus': datetime.datetime(2004, 2, 8, 8, 27, 24),
# u'explicabo': 4323,
# u'facere': u'geIHEgNpKzPKkUvhNJew',
# u'fugiat': 0.2396103253389,
# u'incidunt': 1044,
# u'labore': 7159,
# u'laboriosam': Decimal('2392.13535994'),
# u'modi': Decimal('7159780.0'),
# u'provident': u'cpCiayHvWReeigtHiZop',
# u'quia': -734380491.58}
fake.pyint()
# 5072
faker.providers.ssn
¶
fake.ssn(taxpayer_identification_number_type="SSN")
# u'114-39-2105'
fake.ein()
# u'73-2104551'
fake.itin()
# u'971-76-0457'
faker.providers.user_agent
¶
fake.mac_processor()
# u'U; PPC'
fake.firefox()
# u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_10_3; rv:1.9.3.20) Gecko/2018-05-16 12:53:58 Firefox/13.0'
fake.linux_platform_token()
# u'X11; Linux i686'
fake.opera()
# u'Opera/9.26.(Windows NT 5.0; hi-IN) Presto/2.9.160 Version/11.00'
fake.windows_platform_token()
# u'Windows 95'
fake.internet_explorer()
# u'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 5.2; Trident/5.0)'
fake.user_agent()
# u'Mozilla/5.0 (compatible; MSIE 9.0; Windows 98; Win 9x 4.90; Trident/5.0)'
fake.linux_processor()
# u'i686'
fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
# u'Mozilla/5.0 (X11; Linux i686) AppleWebKit/5341 (KHTML, like Gecko) Chrome/49.0.851.0 Safari/5341'
fake.mac_platform_token()
# u'Macintosh; U; Intel Mac OS X 10_11_3'
fake.safari()
# u'Mozilla/5.0 (Windows; U; Windows NT 5.1) AppleWebKit/533.5.4 (KHTML, like Gecko) Version/4.0.2 Safari/533.5.4'