Language en_TH

faker.providers.address

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

fake.building_number()
# u'130'

fake.street_address()
# u'8833 Pawan Inlet Suite 890'

fake.postalcode_plus4()
# u'72708-7436'

fake.city_prefix()
# u'Port'

fake.military_ship()
# u'USNV'

fake.city()
# u'Sittisaowapakberg'

fake.zipcode_plus4()
# u'12631-6468'

fake.state_abbr()
# u'ID'

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

fake.street_suffix()
# u'Landing'

fake.city_suffix()
# u'side'

fake.military_dpo()
# u'Unit 5187 Box 8371'

fake.country_code(representation="alpha-2")
# u'WS'

fake.country()
# u'Madagascar'

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

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

fake.postalcode()
# u'35347'

fake.address()
# u'5124 Pitanuwat Row Suite 339\nNew Chaifah, AK 37191-1470'

fake.state()
# u'North Carolina'

fake.military_state()
# u'AP'

fake.street_name()
# u'Boonpungbaramee Shores'

fake.zipcode()
# u'03146'

fake.postcode()
# u'64594'

fake.military_apo()
# u'PSC 2381, Box 7304'

faker.providers.automotive

fake.license_plate()
# u'582-NUF'

faker.providers.bank

fake.bban()
# 'HEBY5544669327569'

fake.bank_country()
# 'GB'

fake.iban()
# 'GB94VNVF3997016934429'

faker.providers.barcode

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

fake.ean13()
# u'3472558088538'

fake.ean8()
# u'08772961'

faker.providers.color

fake.rgb_css_color()
# u'rgb(63,61,207)'

fake.color_name()
# u'Khaki'

fake.rgb_color()
# u'213,212,79'

fake.safe_hex_color()
# u'#aa2200'

fake.safe_color_name()
# u'aqua'

fake.hex_color()
# u'#3b6f01'

faker.providers.company

fake.company()
# u'Chomsri-Wimolnot'

fake.company_suffix()
# u'PLC'

fake.catch_phrase()
# u'Re-contextualized even-keeled product'

fake.bs()
# u'revolutionize dot-com communities'

faker.providers.credit_card

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

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

fake.credit_card_full(card_type=None)
# u'VISA 13 digit\nArisara Intaum\n4213077063043 09/25\nCVC: 739\n'

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

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

faker.providers.currency

fake.cryptocurrency_code()
# 'AMP'

fake.currency_code()
# 'AED'

fake.currency_name()
# 'Rwandan franc'

fake.cryptocurrency_name()
# 'Ethereum'

fake.cryptocurrency()
# ('NEO', 'NEO')

fake.currency()
# ('DZD', 'Algerian dinar')

faker.providers.date_time

fake.future_datetime(end_date="+30d", tzinfo=None)
# datetime.datetime(2018, 9, 1, 18, 54, 1)

fake.time_series(start_date="-30d", end_date="now", precision=None, distrib=None, tzinfo=None)
# <generator object time_series at 0xf5c5f8a0>

fake.date_between_dates(date_start=None, date_end=None)
# datetime.date(2018, 8, 17)

fake.date_time_between(start_date="-30y", end_date="now", tzinfo=None)
# datetime.datetime(1989, 1, 23, 11, 17, 41)

fake.date_this_decade(before_today=True, after_today=False)
# datetime.date(2013, 8, 3)

fake.date_time_this_month(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 8, 13, 10, 6, 27)

fake.past_date(start_date="-30d", tzinfo=None)
# datetime.date(2018, 8, 13)

fake.day_of_week()
# 'Monday'

fake.date_time_this_decade(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2012, 7, 12, 20, 33, 10)

fake.date_between(start_date="-30y", end_date="today")
# datetime.date(2017, 2, 26)

fake.date_time_this_century(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2017, 10, 1, 17, 12)

fake.date(pattern="%Y-%m-%d", end_datetime=None)
# '1998-05-23'

fake.am_pm()
# 'AM'

fake.date_time_between_dates(datetime_start=None, datetime_end=None, tzinfo=None)
# datetime.datetime(2018, 8, 17, 8, 10, 42)

fake.date_object(end_datetime=None)
# datetime.date(1986, 8, 10)

fake.date_this_year(before_today=True, after_today=False)
# datetime.date(2018, 5, 23)

fake.iso8601(tzinfo=None, end_datetime=None)
# '2010-08-15T14:47:10'

fake.future_date(end_date="+30d", tzinfo=None)
# datetime.date(2018, 9, 13)

fake.date_this_century(before_today=True, after_today=False)
# datetime.date(2000, 3, 16)

fake.month()
# '08'

fake.year()
# '1978'

fake.day_of_month()
# '31'

fake.unix_time(end_datetime=None, start_datetime=None)
# 1407894251

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

fake.century()
# u'XIV'

fake.date_of_birth(tzinfo=None, minimum_age=0, maximum_age=115)
# datetime.date(1929, 2, 14)

fake.time_object(end_datetime=None)
# datetime.time(9, 38, 22)

fake.date_time_this_year(before_now=True, after_now=False, tzinfo=None)
# datetime.datetime(2018, 5, 6, 11, 57, 39)

fake.date_time(tzinfo=None, end_datetime=None)
# datetime.datetime(1986, 7, 8, 5, 13, 56)

fake.time(pattern="%H:%M:%S", end_datetime=None)
# '18:39:34'

fake.date_this_month(before_today=True, after_today=False)
# datetime.date(2018, 8, 2)

fake.past_datetime(start_date="-30d", tzinfo=None)
# datetime.datetime(2018, 8, 16, 5, 36, 20)

fake.month_name()
# 'February'

fake.date_time_ad(tzinfo=None, end_datetime=None, start_datetime=None)
# datetime.datetime(580, 10, 28, 15, 27, 38)

fake.time_delta(end_datetime=None)
# datetime.timedelta(13533, 64218)

faker.providers.file

fake.unix_device(prefix=None)
# u'/dev/xvde'

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

fake.file_path(depth=1, category=None, extension=None)
# u'/vitae/quas.wav'

fake.unix_partition(prefix=None)
# u'/dev/vdb9'

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

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

faker.providers.internet

fake.ascii_free_email(*args, **kwargs)
# 'sorattanachainiracha@yahoo.com'

fake.image_url(width=None, height=None)
# u'https://placeholdit.imgix.net/~text?txtsize=55&txt=779x1009&w=779&h=1009'

fake.tld()
# u'com'

fake.email(*args, **kwargs)
# u'nutcha00@bunlupong.net'

fake.url(schemes=None)
# u'http://srisoontorn-srisoontorn.com/'

fake.ipv4_private(network=False, address_class=None)
# '10.58.185.198'

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

fake.uri_extension()
# u'.html'

fake.uri_page()
# u'about'

fake.free_email_domain(*args, **kwargs)
# u'gmail.com'

fake.safe_email(*args, **kwargs)
# u'yadaanekvorakul@example.com'

fake.ascii_email(*args, **kwargs)
# 'sukhenaipattamon@norramon-pongpanitch.org'

fake.ipv4_network_class()
# u'a'

fake.ipv4_public(network=False, address_class=None)
# '192.0.1.148'

fake.ascii_company_email(*args, **kwargs)
# 'gposalee@pichpandecha.net'

fake.domain_name(*args, **kwargs)
# u'polpo.com'

fake.ipv4(network=False, address_class=None, private=None)
# '217.148.99.143'

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

fake.slug(*args, **kwargs)
# u'culpa-velit-dicta'

fake.uri_path(deep=None)
# u'explore/blog'

fake.company_email(*args, **kwargs)
# u'lsorattanachai@phusilarungrueng.com'

fake.uri()
# u'http://www.pasuk-habpanom.com/index/'

fake.ipv6(network=False)
# 'ca95:8e74:b37f:29f9:6291:e323:3bcb:3ca3'

fake.free_email(*args, **kwargs)
# u'noppakao84@hotmail.com'

fake.ascii_safe_email(*args, **kwargs)
# 'kchoeychuen@example.com'

fake.mac_address()
# u'd0:9c:79:80:10:90'

faker.providers.isbn

fake.isbn10(separator="-")
# u'0-220-46116-3'

fake.isbn13(separator="-")
# u'978-1-80558-456-8'

faker.providers.job

fake.job()
# 'International aid/development worker'

faker.providers.lorem

fake.text(max_nb_chars=200, ext_word_list=None)
# u'Eius optio dicta repellat. Explicabo modi deserunt alias cumque.\nAut suscipit numquam dolorum in eligendi quasi. Minus incidunt eum architecto. Qui laborum fugiat ratione sapiente autem.'

fake.paragraphs(nb=3, ext_word_list=None)
# [   u'Distinctio quaerat rem tempora ipsam nostrum quas. Architecto voluptate praesentium reprehenderit quod.',
#     u'Voluptate ex exercitationem reprehenderit. Aliquam dolorem placeat iusto animi.',
#     u'Magni deserunt ipsam molestiae ut omnis odio. Officia quod officiis ipsa dolore. Veritatis quasi reiciendis pariatur porro consequatur.']

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

fake.sentences(nb=3, ext_word_list=None)
# [   u'Minima mollitia occaecati aperiam.',
#     u'Necessitatibus nesciunt fugiat possimus unde cupiditate.',
#     u'Voluptate aut velit doloribus blanditiis.']

fake.word(ext_word_list=None)
# u'alias'

fake.paragraph(nb_sentences=3, variable_nb_sentences=True, ext_word_list=None)
# u'Iusto sed eius. Placeat hic eligendi accusamus vero dolores.'

fake.sentence(nb_words=6, variable_nb_words=True, ext_word_list=None)
# u'Quisquam consectetur laudantium provident cum officia.'

faker.providers.misc

fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
# u'&#lG!3Xa6^'

fake.locale()
# u'os_RU'

fake.binary(length=1048576)
# bytearray(b'\x9e\x89\xdbb\x95i)\xc2\x8f\x9c\xecS\x12\x8d\xa2\x9cC\xff\x81\xaau\x9b,\x8fbrV\x0b\xbc\xad\xcb%[\xfdd\xc1\xcd<-\xa8\x91\x8c\xa8\xb4\x1c\xe5\xeaX\xfc\x0f\x84\xc9&\xb0vQbwhyB\x84\xcbCEu\x02\xe6p\xd8\x01\x8c\x18\x8c\xe0G\xe5{.\xac\xa1\n\xff`0\x0f\xaa\x11\xca=\x13uM\xac\xcc\xff9\x91\x15\x16\x1f\x8d^\xde\xcbgU\x12\xf4\xb26gZ\'\xd3\x07\x19\x1fE\xfb\xd4\xa7\x92\x04\xdb`X[\x13\x16\xf7%\x96l\xc5{\x1a\xcb\x9d\xca\xd8\x8f*\xd0\xbd\xdbyr6\xdc\x15kv\xb4\xa6(\xcf:\x91\x04\x99\xb2\x8a\xe6)7\xd42\xfb\xc7\xb4\xf7\xc8\xb5\xfa\xb2\xc6\xe9t\x93"\x00:\nBo\x15\xc0\xa4\x988\xb6\\\xa8w\t|\x90\x94\xb3\xff7/\xd4J/g\x7f9\xd5\xe9d\x8b\xd3\x87\xa7\x1eH\xb6=\x15\xc6=f\xaa\xda\x94"\x83V\xf2G\xc7\xad\xb6z\xf8\x86#\x80\x13n\xc7\xbe\xf9\xa4\x9c\xfc\xc5VQ\x12<\xa8O|Z6)\x1b\x19\xa73SE.\xe4O\xef\x1bKgF>M\xdfK\x8b}\x97\xcb\x9c\xdd\xe6r\xabSu9o2wK\xef5\x83\x89\xda\x18\xd7\x00\xd0a=j/\xbc\x16\xdc\xe1\x87\xce\xed3\xe0D\xc4\xb0\xa5"e\xec\xb7\r\xb4o\x91\xa2V\xa2\xdf\xeawK\xf7\x17/a\xaa9\x88G\xc1\xab\x16\xed\xd2\xf7d|\x97\x9bC\xf0\x9f\x92\x08KN\x8a\x8a\xf8\x11\xd1\xe6\x81\xfai\xe2\x88\xd3\xa6\x05\x84\x1e\xebY\xf5\x9f2\xf63m[\x8c\xa2\x16\x16\x1ee\xfd\xc0k\xbfG]\xe2\xad\xaa\xc2\x96Y\xa5=_\x8e\xf9\x89Yh]\xf3>&\x7f\x03\xcb\x16\x1ca.\x17\x16f\'!\xec\xd8\x14}2,yt\x04FK\xae\x1b\xe4\x11\xd4\x8a\xd1\xdb\x07!\x9c\x1cz\xeb\xf3\xa3\xe3\x87\xfd\x12S\x01B\x8b\xf2\\\xd60\x8c\x07"3\xd6T:\x01\x06\x85\xe74N$\xd4\x8e\x9f+\x18A\x83\xce\x05\x8c\xca\xdb\xf9\x85\xe8c\xf9\x95<\xaf\xf6\x05\xf7Y\xf2\xb0\xaa\xe3\xe6\x93\xbb\xbe\x18Z\x17N\x9f)\xeay\xd9\x04d\xf7\xe6\x94\x90\x13\x8a\xcfB\xd5_\x80\x05wa\x97\xbd\xd8\x995\x95fK\xc9\x9cI\x87\x93\xdf\x11A\xa2\xe7\xc3\xb6\xa3=GQ\x1c\xaf\xc5\xc1\x7f1\x0f\xa0\x94\x10\xdc\xbb\xee4\xd6\x93\xa9/\xf6B\xdc\x83\x80\x9f6\xf4\xb4\xf8^[\xd2\xe8\xde \xc3#[jd\xe6\xcf\xc6\xf0"\xbe\x1a\xb49\x96]h\x17\x9c\xbd$\xb9E\xc7\xa8\x90s\xb0\xd4\x89)\x042T\xb9\x9b\xb9x\xb3\x81h, \xa1\xdfD\xd2<\xe5,\xbe\xcd\xc3\x08U\xcc\xfe\x08>\xd1j\xc8\'\x92\xc5\x1f\xa2\xe8"\x02\x80\x1cJ\xfe\x85\xb0\'~\xa6!\x9b\x1e\x13\xb6\x92\xa8s\x1b\xf2[R\xa2\x07\xf0\x04W{\x07\xda\xc4\xaf\xa0\x11\xf9\xff\xf0W\x92W\xc7\x14\xa5\x99\xfd\x8f.\xf9\x86\xcdt\xfd\x81V\x95\xb6\x947t\xe9\x8b\xed\x15\x12c\xcf\x14\x96\x87`\x07\x94\x82<z8\x9d|~\xe3\xc3\xce\xb0dBD\x1b\xfd!\xc0\xb9\x88^1/j`\xa7\xdf%v\x9fv\x16M\xb9D\x7fh:\x8a\xd1\xf7\xf7\x86S\xdd\x17\x84A\x80fq\xb6_\xf2\xa24)\x15\xa8\x18"\x1f\x80\xc4\xaew\xd9\xd2G\xaa~\xb0\x8c\xcd77\xb4D4\xc9=JV*\xf1{\xcb\xb6j\xd5a\xe1UA\x17\x8b\x8c\xdb2\xc6\xdd\x8e\x05\xab\x18.\xe9i\\\xd2\xc1(\xe23H\xc1V$\x7f\x1f\x02%h\xb9\x18\x8d\xb2\xb1h\xc8N\xd9\x0e\xcf\xf0\xc7BbNR\xd1v9\xc0`\'fS\xcf\xc3k\xd4{B\x03\x83\tuG>/\xfcN<\x9b\xda\xbf$-=\xb1\xfd\x18y\xac\xe0&\x80\x15\xe7\xafU\x0f\xb5\xcb`\xa8\x9bT\x08\xaeg1\x0e\xd8<\xe3\\\xd1\x02\xa7x!\xf25Z\xc7F\xb9\x86c\x9c\xacv\x08\\\x13\xab\t\x12\x17J\xe4e\xea?|&P\x9a\xc8[>\xfc\x84\xb9\x89uk\x132\xf0\x85W\xe0\x1a\x16u\x1cj(\xa2\tc\xe8\xaf\xaf\xd0\x1e\xb1O\xb8\xc0d\xa2\xda\x1a\x81\xf6v\xe6\xaa\xb4w/\xa0f;\xe0J\xf2\xb5\xd2`\xbf\x05\x8e\x0e\xa0')

fake.md5(raw_output=False)
# '500b5ef9d4c1efbd4a341224024381ba'

fake.sha1(raw_output=False)
# '56d3d64f4e085188b52c0e80bbde3920c417690b'

fake.null_boolean()
# None

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

fake.uuid4()
# '4613f177-7633-ca6b-edf7-f5eb26ddaee6'

fake.language_code()
# u'mi'

fake.boolean(chance_of_getting_true=50)
# True

faker.providers.person

fake.last_name_male()
# u'Suraprasert'

fake.name_female()
# u'Pakjira Chowitunkit'

fake.prefix_male()
# u'PHRAKHU BAIDIKA'

fake.prefix()
# u'LT'

fake.name()
# u'Jaruwan Pothanun'

fake.suffix_female()
# u''

fake.name_male()
# u'Chalisa Choeychuen'

fake.first_name()
# u'Nattawun'

fake.suffix_male()
# u''

fake.suffix()
# u''

fake.first_name_male()
# u'Kodchaporn'

fake.first_name_female()
# u'Pattamon'

fake.last_name_female()
# u'Benchapatranon'

fake.last_name()
# u'Kongchayasukawut'

fake.prefix_female()
# u'CPL'

faker.providers.phone_number

fake.phone_number()
# u'294-186-7633'

fake.msisdn()
# '3647987866945'

faker.providers.profile

fake.simple_profile(sex=None)
# {   'address': u'335 Sooksawang Walks Apt. 310\nEast Chayanin, OH 56899-5055',
#     'birthdate': datetime.date(2015, 5, 17),
#     'mail': u'okitprapa@yahoo.com',
#     'name': u'Pakjira Kongchayasukawut',
#     'sex': 'F',
#     'username': u'noppakaotodsapornpitakul'}

fake.profile(fields=None, sex=None)
# {   'address': u'99951 Titipatrayunyong Track\nTurongkinanonside, ID 92116',
#     'birthdate': datetime.date(2009, 2, 18),
#     'blood_group': 'B+',
#     'company': u'Titipatrayunyong-Pongpanitch',
#     'current_location': (Decimal('57.585541'), Decimal('37.482411')),
#     'job': 'Music tutor',
#     'mail': u'pikatsingkornthanatcha@yahoo.com',
#     'name': u'Patchaploy Pongpanitch',
#     'residence': u'6933 Polauaypon Hills Apt. 724\nMethavorakulport, ME 28076-1385',
#     'sex': 'M',
#     'ssn': u'117-14-3735',
#     'username': u'kunaporn66',
#     'website': [   u'https://thantananont-choeychuen.net/',
#                    u'https://www.pichpandecha-wannapaitoonsri.com/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# (   u'WeVjjovxTFzSpvARCqDG',
#     u'CwnzwCLCDFfHxbBJRNNl',
#     u'gbQDWKxPJPiJTzUCkVgA',
#     u'WPhSVynYzkWeyfCzvbmx',
#     datetime.datetime(2013, 1, 22, 8, 13, 23),
#     u'qYtECClJbfnURSbqgWgB',
#     u'https://www.wimolnot-tianvarich.net/',
#     datetime.datetime(2001, 3, 25, 22, 24, 31),
#     u'oBknGbyGkGBKTkgzAfJt',
#     3448,
#     8117,
#     u'sQtNymLMYnisXZsflmQm',
#     -53430652352137.0)

fake.pystr(min_chars=None, max_chars=20)
# u'yYjNjAegHSOnvHqkrmpv'

fake.pystruct(count=10, *value_types)
# (   [   u'sorattanachainutkrita@losatapornpipit-polpo.com',
#         u'SHWOLYcMSmQNRqkLKIKx',
#         u'BUaHoBZznqgLVpuolEwm',
#         u'KJuJBiNMgyQjaELyupvQ',
#         u'http://www.kamalanon.com/tags/list/wp-content/register.htm',
#         u'WeObgubZhHZlFWvJTGdk',
#         u'https://sireelert.com/main/tags/category/privacy/',
#         u'RkkYLcbkoKIuHtOfQIaV',
#         u'xpianduangsri@hotmail.com',
#         Decimal('18.7068643905')],
#     {   u'assumenda': datetime.datetime(2007, 5, 31, 0, 23, 30),
#         u'corrupti': u'lgFrRNtVjPniLGwAGjkK',
#         u'est': u'vmiDirmNNtlSVKOqwINk',
#         u'ex': u'JeINOvqUEMuTHUOJKYZg',
#         u'fuga': u'https://www.chaisatit-pongpanitch.com/explore/search.htm',
#         u'laboriosam': u'https://methavorakul.info/explore/home/',
#         u'maiores': u'CZBZOKNHLgyPPdmHGTRH',
#         u'nam': Decimal('-2.57833015869E+12'),
#         u'nemo': 6487,
#         u'quo': 837065.51841},
#     {   u'deserunt': {   0: u'axcdXlVGJMzSNcudbAJJ',
#                          1: [   u'joHmgSLbUdPgDKTDMMul',
#                                 u'http://chowitunkit-sukhenai.com/',
#                                 datetime.datetime(1976, 10, 29, 16, 41, 46)],
#                          2: {   0: datetime.datetime(1990, 4, 20, 9, 18, 41),
#                                 1: Decimal('24889318.1'),
#                                 2: [   datetime.datetime(2003, 3, 8, 4, 7, 52),
#                                        u'QRUMOHXKrStdzrfLcaqw']}},
#         u'ducimus': {   8: u'dprakalpawong@gmail.com',
#                         9: [   u'cIQwyQeiQrFzxaXfnFtp',
#                                u'biGRLZvdiMNbScPFFkLd',
#                                u'SLudUyixsuJMxtrcBnnM'],
#                         10: {   8: u'iZgxFcfiSzDqyOCHYSRS',
#                                 9: 4171,
#                                 10: [   datetime.datetime(1994, 12, 31, 11, 55, 20),
#                                         5339]}},
#         u'eius': {   2: u'OOenohZaIGWxxBmkXESM',
#                      3: [   u'dluvzmeNmsTQehOoYCGK',
#                             Decimal('-2913969.40604'),
#                             74459748.32434],
#                      4: {   2: 6406,
#                             3: 4826,
#                             4: [   datetime.datetime(1975, 8, 9, 23, 0, 20),
#                                    u'MfVNecPHNBIlCsYoVPud']}},
#         u'facilis': {   7: 3933,
#                         8: [   u'gEqGfoFpDSzzeCFysyhK',
#                                6884,
#                                u'http://www.phusilarungrueng-tungkasethakul.com/index/'],
#                         9: {   7: datetime.datetime(1971, 3, 7, 10, 12, 8),
#                                8: u'https://www.pasuk.info/',
#                                9: [   -3909385327561.1,
#                                       Decimal('2687006398.96')]}},
#         u'fugit': {   5: 3094,
#                       6: [u'jmqwewgAwwtemsHsPotR', -294.1, -408472.498],
#                       7: {   5: u'CgfcOpzZwVDlobatBXFn',
#                              6: 2663,
#                              7: [   u'CiGqQsVzwwlBhAzjognf',
#                                     u'vNKkOJJbKEVIjQIRyTbA']}},
#         u'neque': {   1: u'http://sujjaboriboon.com/main/list/blog/post.php',
#                       2: [   7392,
#                              u'TwuQjCDicOnXuCbOxFvX',
#                              u'yjobApTkqDADfTenYxzT'],
#                       3: {   1: u'FUpVAZizLqbHqEicXTXj',
#                              2: datetime.datetime(2017, 11, 18, 16, 14, 57),
#                              3: [1736, 7100243330726.6]}},
#         u'ratione': {   3: -736.31571,
#                         4: [   u'eubwuukNJgfkhVfvigYn',
#                                u'https://losatapornpipit.com/main/blog/homepage/',
#                                u'bYnHKtcZZhhbybzYwzyb'],
#                         5: {   3: Decimal('-446.3326'),
#                                4: 8111,
#                                5: [   u'twasunun@gmail.com',
#                                       u'chaiwut67@thantananont.org']}},
#         u'sunt': {   4: u'CrKxzmXXmwJdldWFVPbh',
#                      5: [   u'WbmaKYyZhnElJXfcGoiG',
#                             3595,
#                             u'axRKpEshbrSOXhIuzlxY'],
#                      6: {   4: u'nPorNiaWluyuFejDapco',
#                             5: u'ZkoZpaYnQuYjSOybuzPZ',
#                             6: [   u'https://sooksawang.info/',
#                                    datetime.datetime(1998, 1, 24, 16, 53, 18)]}},
#         u'suscipit': {   9: u'jrBVQhRuyQZoHdBjfWPO',
#                          10: [   9735,
#                                  datetime.datetime(2002, 2, 15, 12, 8, 59),
#                                  u'BKTYryELThjnuFqSFzjJ'],
#                          11: {   9: u'DiWakLDgIpYiwNHHBfOb',
#                                  10: u'HFsQWiADjylLdDyVpHJH',
#                                  11: [   u'YcmDIalGDIofuNVwhVZD',
#                                          datetime.datetime(1984, 1, 23, 20, 6, 23)]}},
#         u'ullam': {   6: Decimal('5324.382248'),
#                       7: [   Decimal('-852206.8344'),
#                              u'https://www.chaihirankarn-prachayaroch.com/tags/index.php',
#                              datetime.datetime(1993, 3, 6, 20, 39, 43)],
#                       8: {   6: u'todsawuntitipatrayunyong@gmail.com',
#                              7: 4845,
#                              8: [   u'BJMnOeCcgFeovZoBRtjB',
#                                     u'wasin85@kamalanon.com']}}})

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

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

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   datetime.datetime(2005, 12, 2, 19, 52, 27),
#     datetime.datetime(2003, 5, 3, 5, 35, 27),
#     Decimal('-28840.509'),
#     u'http://pothanun.org/wp-content/tag/login/',
#     u'phenphitcha01@posalee.biz',
#     62.546,
#     Decimal('6.883832'),
#     375.0,
#     datetime.datetime(1989, 11, 22, 3, 30, 19),
#     u'BqcnmblSndHgCpDhdvvH']

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   u'ksugilGGCkAspcNCLRLY',
#     u'pakjirakitprapa@todsapornpitakul-kongchayasukawut.info',
#     Decimal('-28.3527449151'),
#     u'YJgVKiqEqwHlecnNVubU',
#     Decimal('-8775185197.0'),
#     Decimal('-58871.1714751'),
#     2008,
#     5074,
#     u'DQWhtjdZUxDnHmMcOVmp',
#     3765,
#     u'lToCBKmbZWzkBlCKTIxa',
#     u'rcatqgDVPZQWVQygbbgL',
#     u'NzyqvZycslPqaWKuXrcB')

fake.pybool()
# False

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'HhkwzZJVhyhBrJWiUqNu', u'http://habpanom-choeychuen.com/index/', 965, datetime.datetime(1986, 5, 27, 11, 50, 3), u'HJyNBfKqOMOgLTVgglFC', 590530744977.82, u'kamolchanokprakalpawong@hotmail.com', 429, u'ATMncSsRCmgqOfZiCghZ', u'deTIHXzkBmzgpvvNGnlJ', u'noppakao25@prachayaroch-polpo.com'])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'animi': u'haspvovwYQjdudoWZIkE',
#     u'beatae': u'aQvnqgNtbzAGnMVzbmWN',
#     u'cumque': u'https://permchart-benchapatranon.biz/about.php',
#     u'deserunt': u'QHGyRtDmZfWPrPdTPTbT',
#     u'eaque': u'iOZBQZzhWlAVEYZXUcEZ',
#     u'minima': u'EDmYIiDoXYmeWDSasdLz',
#     u'non': u'RkeYyHxSgeduNnfxHLHM',
#     u'rem': u'wcpKBjyraSTYEmhZxKjA'}

fake.pyint()
# 3318

faker.providers.ssn

fake.ssn(taxpayer_identification_number_type="SSN")
# u'373-90-7427'

fake.ein()
# u'14-3697180'

fake.itin()
# u'934-81-1583'

faker.providers.user_agent

fake.mac_processor()
# u'Intel'

fake.firefox()
# u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_1; rv:1.9.3.20) Gecko/2012-08-06 18:56:04 Firefox/3.6.19'

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

fake.opera()
# u'Opera/9.61.(X11; Linux i686; sq-AL) Presto/2.9.178 Version/12.00'

fake.windows_platform_token()
# u'Windows CE'

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

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

fake.linux_processor()
# u'i686'

fake.chrome(version_from=13, version_to=63, build_from=800, build_to=899)
# u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWebKit/5352 (KHTML, like Gecko) Chrome/16.0.859.0 Safari/5352'

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

fake.safari()
# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_2 like Mac OS X; hy-AM) AppleWebKit/534.21.1 (KHTML, like Gecko) Version/3.0.5 Mobile/8B117 Safari/6534.21.1'