Language el_GR

faker.providers.address

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

fake.region()
# u'\u0392\u03bf\u03b9\u03c9\u03c4\u03af\u03b1'

fake.address()
# u'\u03a5\u03b4\u03c1\u03bf\u03cd\u03c3\u03c3\u03b7\u03c2 666-626,\n430 48 \u039a\u03bf\u03b6\u03ac\u03bd\u03b7'

fake.street_address()
# u'\u039b\u03b5\u03c9\u03c6. \u0391\u03c7\u03bb\u03b1\u03b4\u03bf\u03ba\u03ac\u03bc\u03c0\u03bf\u03c5 8'

fake.postcode()
# u'91924'

fake.street_name()
# u'\u03a0\u03bb\u03b1\u03c4\u03b5\u03af\u03b1 \u03a7\u03c1\u03c5\u03c3\u03bf\u03c7\u03c9\u03c1\u03ac\u03c6\u03c9\u03bd'

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

fake.country()
# u'\u039a\u03ad\u03bd\u03c5\u03b1'

fake.street_prefix()
# u'\u039b\u03b5\u03c9\u03c6\u03cc\u03c1\u03bf\u03c2'

fake.street_suffix()
# u'Street'

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

fake.street()
# u'\u0391\u03b3\u03c1\u03b9\u03bb\u03b9\u03ac\u03c2 \u039c\u03b5\u03c3\u03c3\u03ae\u03bd\u03b7\u03c2'

fake.city_suffix()
# u'Ville'

fake.building_number()
# u'0'

fake.country_code()
# u'FJ'

fake.line_address()
# u'\u039b\u03b5\u03c9\u03c6. \u03a4\u03bf\u03be\u03bf\u03c4\u03ce\u03bd 3, 095 15 \u03a4\u03c1\u03af\u03c0\u03bf\u03bb\u03b7'

fake.latlng()
# (40.942996, 28.473144)

fake.city()
# u'\u039a\u03b1\u03c1\u03c0\u03b5\u03bd\u03ae\u03c3\u03b9'

fake.street_prefix_long()
# u'\u03a0\u03bb\u03b1\u03c4\u03b5\u03af\u03b1'

fake.street_prefix_short()
# u'\u03a0\u03bb.'

faker.providers.barcode

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

fake.ean13()
# u'2433371594553'

fake.ean8()
# u'06009366'

faker.providers.color

fake.rgb_css_color()
# u'rgb(196,208,243)'

fake.color_name()
# u'Turquoise'

fake.rgb_color_list()
# (59, 117, 32)

fake.rgb_color()
# u'210,143,0'

fake.safe_hex_color()
# u'#330000'

fake.safe_color_name()
# u'blue'

fake.hex_color()
# u'#a640ea'

faker.providers.company

fake.company()
# u'\u03a3\u03c6\u03b1\u03ba\u03b9\u03b1\u03bd\u03ac\u03ba\u03b7, \u039a\u03c4\u03b5\u03bd\u03af\u03b4\u03b7\u03c2 and \u03a3\u03c0\u03b1\u03bd\u03bf\u03c7\u03c1\u03b9\u03c3\u03c4\u03bf\u03b4\u03bf\u03cd\u03bb\u03bf\u03c5'

fake.company_suffix()
# u'and Sons'

fake.catch_phrase()
# u'Compatible heuristic migration'

fake.bs()
# u'morph real-time applications'

faker.providers.credit_card

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

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

fake.credit_card_full(card_type=None)
# u'American Express\n\u0393\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae \u0391\u03b4\u03b1\u03bc\u03cc\u03c0\u03bf\u03c5\u03bb\u03bf\u03c2\n378609291732636 11/23\nCID: 4242\n'

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

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

faker.providers.currency

fake.currency_code()
# 'AWG'

faker.providers.date_time

fake.date_time_ad()
# datetime.datetime(1576, 5, 20, 18, 10, 11)

fake.month()
# '08'

fake.am_pm()
# 'AM'

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

fake.iso8601()
# '1989-03-29T06:38:39'

fake.date_time()
# datetime(1990, 4, 7, 23, 19, 22)

fake.month_name()
# 'November'

fake.date_time_this_year(before_now=True, after_now=False)
# datetime(2015, 8, 21, 1, 36, 52)

fake.unix_time()
# 1340913706

fake.day_of_week()
# 'Sunday'

fake.day_of_month()
# '19'

fake.time(pattern="%H:%M:%S")
# '02:56:36'

fake.date_time_between(start_date="-30y", end_date="now")
# datetime(2002, 5, 9, 16, 31, 4)

fake.date_time_this_month(before_now=True, after_now=False)
# datetime(2015, 11, 3, 22, 49, 31)

fake.year()
# '1984'

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

fake.date_time_this_century(before_now=True, after_now=False)
# datetime(2010, 2, 8, 16, 30, 59)

fake.date_time_this_decade(before_now=True, after_now=False)
# datetime(2015, 4, 26, 17, 59, 13)

fake.century()
# u'XIII'

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

fake.time_delta()
# datetime.timedelta(1238, 76470)

faker.providers.file

fake.mime_type(category=None)
# u'audio/vorbis'

fake.file_name(category=None, extension=None)
# u'magnam.js'

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

faker.providers.internet

fake.ipv4()
# u'1.29.189.64'

fake.url()
# u'http://chelios-andriopoulos.net/'

fake.company_email()
# u'pantazis.manelidis@anastasaki.org'

fake.uri()
# u'http://doukas.com/wp-content/search/posts/post.html'

fake.domain_word(*args, **kwargs)
# u'pylarinos-chatzikyrkos'

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

fake.tld()
# u'com'

fake.free_email()
# u'apetsia@otenet.gr'

fake.slug(*args, **kwargs)
# u'velit-aut-eius'

fake.free_email_domain()
# u'hotmail.gr'

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

fake.uri_extension()
# u'.asp'

fake.ipv6()
# u'5e30:5bbc:4a93:c696:0f25:07bc:5acb:81b9'

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

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

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

fake.email()
# u'sapfo38@vakalakis.gr'

fake.uri_page()
# u'register'

fake.mac_address()
# u'02:40:c1:fd:29:d9'

faker.providers.job

fake.job()
# 'Podiatrist'

faker.providers.lorem

fake.text(max_nb_chars=200)
# u'\u0393\u03b5\u03b3\u03bf\u03bd\u03cc\u03c2 \u03c0\u03b5\u03c4\u03ac\u03be\u03b1\u03bc\u03b5 \u03ba\u03c1\u03b1\u03c4\u03ac\u03b5\u03b9 \u03b5\u03c0\u03af \u03b3\u03b9\u03b1 \u03c4\u03bf \u03c4\u03c1\u03cc\u03c0\u03bf \u03bc\u03b9\u03b1 \u03b5\u03c0\u03b5\u03bd\u03b4\u03c5\u03c4\u03ae\u03c2. \u0395\u03ba\u03c4\u03b5\u03bb\u03ad\u03c3\u03b5\u03b9\u03c2 \u03bc\u03b7\u03bd \u03c4\u03bf\u03bd \u03bf \u03ba\u03cc\u03c8\u03b5\u03b9\u03c2 \u03c0\u03ac\u03bd\u03c4\u03b1. \u039c\u03b9\u03b1 \u03b1\u03c0\u03cc\u03bb\u03b1\u03c5\u03c3\u03b5 \u03b5\u03ba\u03c4\u03b5\u03bb\u03ad\u03c3\u03b5\u03b9 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03b5\u03b9\u03c2 \u03bf\u03c1\u03af\u03c3\u03c4\u03b5 \u03bd\u03ad\u03bf \u03bc\u03b9\u03b1 \u03b4\u03af\u03bd\u03bf\u03bd\u03c4\u03b1\u03c2 \u03b4\u03b5\u03af\u03be\u03b5\u03b9.'

fake.sentence(nb_words=6, variable_nb_words=True)
# u'\u0394\u03b5\u03bd \u03bc\u03b7\u03bd \u03c3\u03c4\u03c1\u03b1\u03b2\u03ac \u03b1\u03c0\u03b1\u03c1\u03b1\u03af\u03c4\u03b7\u03c4\u03bf \u03ba\u03ac\u03c4\u03b9 \u03bc\u03b5 \u03c0\u03bf\u03bb\u03cd \u03ba\u03b1\u03bd\u03cc\u03bd\u03b1.'

fake.word()
# u'\u03ba\u03ac\u03bd\u03b5\u03b9\u03c2'

fake.paragraphs(nb=3)
# [   u'\u0386\u03c1\u03b1 \u03bb\u03ad\u03b5\u03b9 \u03c5\u03cc\u03c1\u03ba\u03b7 \u03bf\u03b9 \u03c0\u03bf\u03bb\u03cd \u03b3\u03c1\u03b1\u03bc\u03bc\u03ae\u03c2 \u03bc\u03b1\u03b3\u03b9\u03ba\u03ac \u03bc\u03bf\u03c5. \u03a1\u03c9\u03c4\u03ac\u03b5\u03b9 \u03bd\u03b9\u03c1\u03b2\u03ac\u03bd\u03b1 \u03bc\u03b1\u03c2 \u03c0\u03ac\u03bd\u03c4\u03b1 \u03bb\u03b5\u03c4\u03c0\u03ac \u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03c9\u03bd \u03b5\u03be\u03bf\u03c1\u03b3\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac. \u0395\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5 \u03bb\u03b5\u03c4\u03c0\u03ac \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03ce\u03bd \u03c0\u03bf\u03bb\u03cd \u03ba\u03c1\u03b1\u03c4\u03ae\u03c3\u03bf\u03c5\u03bd. \u03a0\u03bf\u03bb\u03cd \u03b3\u03c1\u03b1\u03bc\u03bc\u03ae\u03c2 \u03c6\u03b1\u03ba\u03ad\u03bb\u03bf\u03c5\u03c2 \u03c0\u03b5\u03c4\u03ac\u03bd\u03b5 \u03b5\u03c0\u03b9\u03b4\u03b9\u03bf\u03c1\u03b8\u03ce\u03c3\u03b5\u03b9\u03c2 \u03ba\u03ce\u03b4\u03b9\u03ba\u03b1.',
#     u'\u03a3\u03c5\u03bd\u03b5\u03c7\u03ce\u03c2 \u03b4\u03b9\u03b1\u03c6\u03ae\u03bc\u03b9\u03c3\u03b7 \u03bc\u03ad\u03c3\u03b7\u03c2 \u03b6\u03b7\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2 \u03b4\u03bf\u03c5\u03bb\u03b5\u03cd\u03b5\u03b9. \u0391\u03c0\u03cc \u03c3\u03af\u03b3\u03bf\u03c5\u03c1\u03bf\u03c2 \u03b5\u03c1\u03b3\u03b1\u03b6\u03cc\u03bc\u03b5\u03bd\u03bf\u03b9 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03b5\u03b9\u03c2 \u03b1\u03bd \u03c3\u03c4\u03b9\u03c2 \u03c4\u03bf\u03c5 \u03c0\u03b5\u03c1\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5\u03bd. \u0386\u03c1\u03b8\u03c1\u03c9\u03bd \u03ba\u03ac\u03c4\u03b9 \u03b1\u03c0\u03cc \u03b5\u03ba\u03b4\u03cc\u03c3\u03b5\u03b9\u03c2 \u03c0\u03b1\u03af\u03be\u03bf\u03c5\u03bd \u03b5\u03be\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03b5\u03af \u03b1\u03c0\u03bf\u03c3\u03c4\u03b7\u03b8\u03af\u03c3\u03b5\u03b9.',
#     u'\u0395\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5 \u03b5\u03c1\u03b3\u03b1\u03bb\u03b5\u03af\u03c9\u03bd \u03c0\u03bb\u03ad\u03bf\u03bd \u03c4\u03b9\u03c2 \u03b4\u03b9\u03b1\u03c6\u03ae\u03bc\u03b9\u03c3\u03b7. \u0391\u03b3\u03bf\u03c1\u03ac\u03b6\u03bf\u03bd\u03c4\u03b1\u03c2 \u03c0\u03c1\u03bf\u03c3\u03b5\u03ba\u03c4\u03b9\u03ba\u03ac \u03c0\u03b1\u03af\u03c1\u03bd\u03bf\u03c5\u03bd \u03c0\u03bf\u03c5 \u03c0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03b9\u03c3\u03c4\u03ad\u03c2. \u0391\u03c2 \u03ba\u03ce\u03b4\u03b9\u03ba\u03b1 \u03c7\u03ce\u03c1\u03bf\u03c5 \u03c4\u03bf\u03c5\u03c2 \u03ad\u03c7\u03c9 \u03cc\u03c4\u03b1\u03bd.']

fake.words(nb=3)
# [   u'\u03c4\u03c1\u03cc\u03c0\u03bf\u03b9',
#     u'\u03c0\u03bf\u03c5',
#     u'\u03c1\u03c9\u03c4\u03ae\u03c3\u03b5\u03b9']

fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
# u'\u0395\u03c5\u03ba\u03bf\u03bb\u03cc\u03c4\u03b5\u03c1\u03bf \u03ba\u03ac\u03bd\u03b5\u03b9\u03c2 \u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03cc\u03c2 \u03bc\u03b9\u03b1 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2 \u03c0\u03bb\u03ad\u03bf\u03bd \u03b5\u03c1\u03b3\u03b1\u03bb\u03b5\u03af\u03c9\u03bd \u03ba\u03b9. \u0395\u03b9\u03b4\u03b9\u03ba\u03ac \u03b4\u03b5 \u03b1\u03c0\u03cc \u03c0\u03bf\u03b9\u03b1 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2 \u03ad\u03be\u03b9 \u03c7\u03c1\u03cc\u03bd\u03bf\u03c5. \u03a9\u03c2 \u03c0\u03bf\u03c5 \u03b4\u03b5\u03af\u03be\u03b5\u03b9 \u03b5\u03ba\u03c4\u03b5\u03bb\u03b5\u03af\u03c4\u03b1\u03b9 \u03b4\u03b9\u03bf\u03bb\u03b9\u03c3\u03b8\u03ae\u03c3\u03b5\u03b9\u03c2. \u03a0\u03bf\u03b9\u03b1 \u03c0\u03b5\u03c4\u03ac\u03be\u03b1\u03bc\u03b5 \u03cc\u03c7\u03b9 \u03bb\u03b5\u03c2 \u03ba\u03b1\u03b9.'

fake.sentences(nb=3)
# [   u'\u0386\u03c0\u03b5\u03b9\u03c1\u03b1 \u03bc\u03b1\u03b3\u03b9\u03ba\u03ac \u03c0\u03bf\u03bb\u03cd \u03ad\u03bd\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03bc\u03ac\u03c4\u03c3\u03bf \u03b1\u03c2 \u03c3\u03c4\u03ae\u03bb\u03b5\u03c2.',
#     u'\u0394\u03b5\u03af\u03be\u03b5\u03b9 \u03b5\u03be\u03bf\u03c1\u03b3\u03b9\u03c3\u03c4\u03b9\u03ba\u03ac \u03c0\u03c9\u03c2 \u03c4\u03b7 \u03c4\u03bf.',
#     u'\u03a7\u03c1\u03b5\u03b9\u03ac\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9 \u03c0\u03b5\u03c4\u03bf\u03cd\u03bd \u03b4\u03b5 \u03c3\u03c5\u03bd\u03ac\u03b4\u03b5\u03bb\u03c6\u03bf\u03c2 \u03ad\u03be\u03b9 \u03bd\u03cc\u03bc\u03b9\u03b6\u03b5\u03c2.']

faker.providers.misc

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

fake.locale()
# u'el_ME'

fake.md5(raw_output=False)
# '4357f8cf0512fc87d1a2a876c29b338b'

fake.sha1(raw_output=False)
# '0e20a7a13f7807c1bab3d04c21061e157a4a270a'

fake.null_boolean()
# True

fake.sha256(raw_output=False)
# '226ca8d0a4aac775d0d926a492d61bdef19e0607b78cee9af5bbc09f2005c139'

fake.uuid4()
# 'cc6802fe-b80a-4099-a03b-013a7057928b'

fake.language_code()
# u'es'

fake.boolean(chance_of_getting_true=50)
# True

faker.providers.person

fake.last_name_male()
# u'\u039a\u03b1\u03b6\u03b1\u03bd\u03cc\u03c0\u03bf\u03c5\u03bb\u03bf\u03c2'

fake.name_female()
# u'\u03a1\u03c9\u03be\u03ac\u03bd\u03b7 \u03a7\u03b1\u03c4\u03b6\u03b7\u03c7\u03b1\u03c1\u03af\u03c3\u03c4\u03bf\u03c5'

fake.prefix_male()
# ''

fake.prefix()
# ''

fake.name()
# u'\u03a3\u03b9\u03c1\u03b1\u03bd\u03bf\u03cd\u03c2-\u0388\u03be\u03b1\u03c1\u03c7\u03bf\u03c2 \u039a\u03bf\u03c5\u03c4\u03c3\u03b9\u03ba\u03cc\u03c0\u03bf\u03c5\u03bb\u03bf\u03c2'

fake.suffix_female()
# ''

fake.name_male()
# u'\u0391\u03c6\u03ad\u03bd\u03c4\u03b7\u03c2 \u0392\u03b1\u03c1\u03b4\u03ac\u03ba\u03b7\u03c2'

fake.first_name()
# u'\u0392\u03b9\u03ba\u03ad\u03bd\u03c4\u03b9\u03bf\u03c2'

fake.suffix_male()
# ''

fake.suffix()
# ''

fake.first_name_male()
# u'\u0391\u03af\u03b1\u03c2'

fake.first_name_female()
# u'\u03a0\u03b1\u03bd\u03c4\u03b5\u03bb\u03af\u03b1'

fake.last_name_female()
# u'\u03a8\u03c5\u03c7\u03ac\u03c1\u03b7'

fake.last_name()
# u'\u03a3\u03ba\u03bf\u03cd\u03bc\u03c0\u03c1\u03bf\u03c5'

fake.prefix_female()
# ''

faker.providers.phone_number

fake.phone_number()
# u'6955 446 465'

faker.providers.profile

fake.simple_profile()
# {   'address': u'\u039b\u03b5\u03c9\u03c6\u03cc\u03c1\u03bf\u03c2 \u03a3\u03b9\u03b4\u03b7\u03c1\u03ac\u03b4\u03b5\u03c2 425-951,\n37647 \u039b\u03b1\u03bc\u03af\u03b1',
#     'birthdate': '1997-12-13',
#     'mail': u'rchatzifoti@hol.gr',
#     'name': u'\u03a3\u03c4\u03ad\u03bb\u03bb\u03b9\u03bf\u03c2 \u0393\u03ba\u03af\u03bd\u03b7\u03c2',
#     'sex': 'M',
#     'username': u'uakinthos34'}

fake.profile(fields=None)
# {   'address': u'\u039c\u03bf\u03c3\u03c7\u03bf\u03b2\u03ac\u03ba\u03b7 35,\n\u03a4\u039a 152 06 \u03a3\u03c0\u03ac\u03c1\u03c4\u03b7',
#     'birthdate': '2008-06-14',
#     'blood_group': 'AB+',
#     'company': u'\u03a4\u03c3\u03b1\u03c0\u03c1\u03b1\u03bb\u03ae\u03c2 LLC',
#     'current_location': (Decimal('34.808968'), Decimal('27.525726')),
#     'job': 'Physicist, medical',
#     'mail': u'zverviti@googlemail.gr',
#     'name': u'\u039a\u03bb\u03ae\u03bc\u03b7\u03c2 \u0394\u03bf\u03c5\u03bb\u03b3\u03b5\u03c1\u03ac\u03ba\u03b7\u03c2',
#     'residence': u'\u039b\u03bf\u03c5\u03c4\u03c1\u03bf\u03c4\u03cc\u03c0\u03bf\u03c5 22,\n45532 \u039a\u03b1\u03bb\u03b1\u03bc\u03ac\u03c4\u03b1',
#     'sex': 'F',
#     'ssn': u'631-46-4746',
#     'username': u'meimaris.leonidia',
#     'website': [u'http://vazoura.gr/', u'http://logkaki.gr/']}

faker.providers.python

fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
# (   Decimal('-8.43256504882E+14'),
#     u'Id rem quaerat.',
#     u'Pariatur et ut et.',
#     9446,
#     datetime(2012, 6, 20, 14, 52, 39),
#     6887,
#     u'http://www.malli.com/app/blog/posts/post.html',
#     u'Sed et quisquam.',
#     u'Iste veniam sint.',
#     u'Ut incidunt velit.',
#     u'Laboriosam cumque.')

fake.pystr(max_chars=20)
# u'Rem vel dolores.'

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

fake.pystruct(count=10, *value_types)
# (   [   9285,
#         datetime(2000, 4, 14, 7, 52, 3),
#         u'Nam occaecati eaque.',
#         u'http://papachristou.com/',
#         datetime(2003, 8, 8, 0, 35, 30),
#         u'Quia labore.',
#         -436537842475069.0,
#         1954,
#         u'Facilis dolores et.',
#         u'Esse sequi cumque.'],
#     {   u'accusamus': u'zafeiria37@hotmail.gr',
#         u'architecto': -1679.772192339,
#         u'itaque': u'Qui cumque neque.',
#         u'libero': u'Ipsa temporibus.',
#         u'natus': u'Non enim sapiente.',
#         u'placeat': u'pappa.asimis@otenet.gr',
#         u'quae': u'Provident.',
#         u'quasi': -94915719.241,
#         u'qui': u'Quibusdam et soluta.',
#         u'rem': u'Qui adipisci et.'},
#     {   u'aspernatur': {   7: Decimal('2233.482'),
#                            8: [   u'gavriella83@tsoni.com',
#                                   -91305569134.37,
#                                   u'poulcheria.kanelli@dimiskis-chatzisavvidis.com'],
#                            9: {   7: -13772061094.8,
#                                   8: 8339,
#                                   9: [   datetime(2013, 3, 16, 22, 37, 57),
#                                          Decimal('-1.51777669825E+12')]}},
#         u'corporis': {   3: u'http://www.sikalidis.net/tag/tag/index/',
#                          4: [   u'http://mpofos.net/tags/search/main/post.html',
#                                 u'Aut perferendis.',
#                                 2114],
#                          5: {   3: u'Dolor quis nesciunt.',
#                                 4: u'Cupiditate.',
#                                 5: [   Decimal('-2370317180.0'),
#                                        Decimal('2835705.52185')]}},
#         u'dolorem': {   1: u'Adipisci dolorum et.',
#                         2: [   -94242012618.1,
#                                u'Quae deserunt quis.',
#                                Decimal('-349780286328')],
#                         3: {   1: -218632052.1756,
#                                2: u'Nihil distinctio.',
#                                3: [3272, 50]}},
#         u'esse': {   6: u'Repellat aperiam.',
#                      7: [   7225,
#                             datetime(2014, 4, 29, 0, 34, 50),
#                             u'kkoutsikos@mpaltagiannis-giannara.gr'],
#                      8: {   6: u'Qui ut molestiae.',
#                             7: u'http://www.anastasiou-kakatsos.net/login/',
#                             8: [   Decimal('163387.8'),
#                                    datetime(2009, 10, 5, 7, 38, 30)]}},
#         u'omnis': {   5: 5315,
#                       6: [   u'Quo labore.',
#                              u'krystallis.lelekas@hotmail.gr',
#                              2758],
#                       7: {   5: 9680,
#                              6: u'Quo sequi.',
#                              7: [9685, u'Eos ex aut nemo in.']}},
#         u'quas': {   2: u'lvasileiou@giannakoudakis-sotiralis.org',
#                      3: [5057, u'Sed enim odit est.', -68425901041889.2],
#                      4: {   2: -97646093742.6587,
#                             3: 5701,
#                             4: [u'Sunt nihil dolorem.', 568807.35]}},
#         u'qui': {   9: Decimal('354200.314033'),
#                     10: [   7955,
#                             u'Vel officiis et est.',
#                             u'Natus dignissimos.'],
#                     11: {   9: u'Officia eum sit qui.',
#                             10: u'Nemo est est omnis.',
#                             11: [994427.97738, u'Repellendus quos.']}},
#         u'reprehenderit': {   4: Decimal('-483345328229'),
#                               5: [   u'argyro.varsos@magoula.com',
#                                      datetime(2014, 3, 30, 19, 9, 40),
#                                      u'Et voluptatem.'],
#                               6: {   4: Decimal('-5300905.15706'),
#                                      5: -588680.415323983,
#                                      6: [   u'Eligendi dolorem ut.',
#                                             datetime(2001, 1, 8, 7, 38, 13)]}},
#         u'rerum': {   8: datetime(2008, 2, 4, 1, 32, 14),
#                       9: [   u'http://papastergiou-zachariou.com/register.html',
#                              u'Beatae dolores.',
#                              6079],
#                       10: {   8: u'paschalia.katsaros@smponias.net',
#                               9: u'http://georgakopoulos.gr/privacy/',
#                               10: [   Decimal('-753544912906'),
#                                       -1135730.82464]}},
#         u'voluptas': {   0: u'Vitae est.',
#                          1: [   u'Sint temporibus.',
#                                 datetime(2000, 8, 2, 23, 35, 21),
#                                 u'Adipisci doloremque.'],
#                          2: {   0: 1051,
#                                 1: u'http://chalkidou-karatzikos.com/login.html',
#                                 2: [u'Dolores quos ex.', -7851756.0]}}})

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

fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
# [   u'Nulla eum eos et et.',
#     u'Similique possimus.',
#     Decimal('-15716.0'),
#     u'Ab molestiae qui.',
#     -23193465071412.0,
#     u'Vitae dolores qui.',
#     u'Et itaque error.',
#     u'In quis et voluptas.']

fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
# (   u'athina.nikolopoulou@kyriakou.gr',
#     u'Et tempore vel esse.',
#     u'http://www.spyridakis-galanaki.gr/',
#     u'bkaraiskos@nikolatou-sampani.com',
#     datetime(2004, 12, 11, 5, 49, 38),
#     u'Omnis dolor eum.',
#     -81141850.38312)

fake.pybool()
# True

fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
# set([u'At sequi tempora.', datetime(2007, 7, 1, 12, 15, 43), 6954, u'Neque voluptas quam.', Decimal('17048124073.7'), u'Nemo pariatur.', Decimal('3.3662'), u'Possimus aut animi.', u'panagia36@hotmail.gr'])

fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
# {   u'a': u'leon.ferentinos@papatheodosiou.gr',
#     u'dolorum': u'http://antoneas.org/tag/explore/app/main.jsp',
#     u'et': u'Error debitis.',
#     u'fugit': -8879159932.98,
#     u'laborum': u'zkatsoula@otenet.gr',
#     u'placeat': 3366,
#     u'qui': u'Quam fuga soluta et.',
#     u'similique': u'Illo alias aut.',
#     u'sit': u'moschovaki.eirinaios@sakellariou.gr'}

fake.pyint()
# 2269

faker.providers.ssn

fake.ssn()
# u'174-08-3767'

faker.providers.user_agent

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

fake.firefox()
# u'Mozilla/5.0 (X11; Linux i686; rv:1.9.5.20) Gecko/2014-10-19 08:18:13 Firefox/3.6.6'

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

fake.opera()
# u'Opera/9.36.(X11; Linux x86_64; it-IT) Presto/2.9.169 Version/10.00'

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

fake.internet_explorer()
# u'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.2; Trident/3.1)'

fake.user_agent()
# u'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/5320 (KHTML, like Gecko) Chrome/13.0.899.0 Safari/5320'

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

fake.linux_processor()
# u'i686'

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

fake.safari()
# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_2 like Mac OS X; sl-SI) AppleWebKit/533.37.1 (KHTML, like Gecko) Version/4.0.5 Mobile/8B113 Safari/6533.37.1'