
Language el_GR
**************


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

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

   fake.region()
   # u'\u039a\u03bf\u03c1\u03b9\u03bd\u03b8\u03af\u03b1'

   fake.address()
   # u'\u03a0\u03bb. \u03a0\u03b5\u03c1\u03b4\u03b9\u03ba\u03bf\u03bd\u03b5\u03c1\u03af\u03bf\u03c5 50,\n730 96 \u0397\u03c1\u03ac\u03ba\u03bb\u03b5\u03b9\u03bf'

   fake.street_address()
   # u'\u0394\u03bf\u03ba\u03b9\u03bc\u03af\u03bf\u03c5 1'

   fake.postcode()
   # u'\u03a4\u039a 175 39'

   fake.street_name()
   # u'\u03a0\u03bf\u03c1\u03c4\u03b9\u03b1\u03bd\u03bf\u03cd'

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

   fake.country()
   # u'\u0392\u03b1\u03c4\u03b9\u03ba\u03b1\u03bd\u03cc'

   fake.street_prefix()
   # u'\u039b\u03b5\u03c9\u03c6.'

   fake.street_suffix()
   # u'Street'

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

   fake.street()
   # u'\u0391\u03ba\u03bf\u03c5\u03bc\u03af\u03c9\u03bd'

   fake.city_suffix()
   # u'Ville'

   fake.building_number()
   # u'74'

   fake.country_code()
   # u'NG'

   fake.line_address()
   # u'\u039b\u03b5\u03c9\u03c6\u03cc\u03c1\u03bf\u03c2 \u0395\u03c0\u03b1\u03bd\u03bf\u03bc\u03ae\u03c2 51, 45362 \u039a\u03cc\u03c1\u03b9\u03bd\u03b8\u03bf\u03c2'

   fake.latlng()
   # (41.19578, 20.627978)

   fake.city()
   # u'\u039b\u03b1\u03bc\u03af\u03b1'

   fake.street_prefix_long()
   # u'\u03a0\u03ac\u03c1\u03bf\u03b4\u03bf\u03c2'

   fake.street_prefix_short()
   # u'\u039b\u03b5\u03c9\u03c6.'


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

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

   fake.ean13()
   # u'9834969839811'

   fake.ean8()
   # u'90998850'


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

   fake.rgb_css_color()
   # u'rgb(37,16,36)'

   fake.color_name()
   # u'White'

   fake.rgb_color_list()
   # (211, 60, 32)

   fake.rgb_color()
   # u'190,45,36'

   fake.safe_hex_color()
   # u'#bb6600'

   fake.safe_color_name()
   # u'blue'

   fake.hex_color()
   # u'#87e619'


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

   fake.company()
   # u'\u039a\u03ce\u03c4\u03c3\u03bf\u03c5 and Sons'

   fake.company_suffix()
   # u'and Sons'

   fake.catch_phrase()
   # u'Persistent real-time contingency'

   fake.bs()
   # u'syndicate bricks-and-clicks web-readiness'


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

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

   fake.credit_card_provider(card_type=None)
   # u'American Express'

   fake.credit_card_full(card_type=None)
   # u'Diners Club / Carte Blanche\n\u039c\u03b9\u03bd\u03ad\u03c1\u03b2\u03b1 \u0394\u03b1\u03bd\u03b4\u03b1\u03bd\u03af\u03b4\u03bf\u03c5\n30257760349688 06/22\nCVC: 487\n'

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

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


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

   fake.currency_code()
   # 'BDT'


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

   fake.date_time_ad()
   # datetime.datetime(1083, 11, 7, 10, 46, 36)

   fake.month()
   # '10'

   fake.am_pm()
   # 'AM'

   fake.timezone()
   # u'Pacific/Tongatapu'

   fake.iso8601()
   # '2001-12-13T21:48:48'

   fake.date_time()
   # datetime(1972, 3, 21, 3, 29, 48)

   fake.month_name()
   # 'December'

   fake.date_time_this_year(before_now=True, after_now=False)
   # datetime(2015, 7, 12, 5, 53, 51)

   fake.unix_time()
   # 597275666

   fake.day_of_week()
   # 'Wednesday'

   fake.day_of_month()
   # '26'

   fake.time(pattern="%H:%M:%S")
   # '04:48:03'

   fake.date_time_between(start_date="-30y", end_date="now")
   # datetime(2001, 2, 26, 7, 38, 34)

   fake.date_time_this_month(before_now=True, after_now=False)
   # datetime(2015, 11, 2, 22, 29, 24)

   fake.year()
   # '1994'

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

   fake.date_time_this_century(before_now=True, after_now=False)
   # datetime(2010, 3, 10, 4, 54, 40)

   fake.date_time_this_decade(before_now=True, after_now=False)
   # datetime(2011, 5, 11, 3, 5, 1)

   fake.century()
   # u'XVII'

   fake.date(pattern="%Y-%m-%d")
   # '1973-06-20'

   fake.time_delta()
   # datetime.timedelta(12073, 67780)


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

   fake.mime_type(category=None)
   # u'model/vrml'

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

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


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

   fake.ipv4()
   # u'178.237.205.158'

   fake.url()
   # u'http://theodorikakos.gr/'

   fake.company_email()
   # u'qlitinas@damilou-sykas.net'

   fake.uri()
   # u'http://tsamopoulou.org/faq.htm'

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

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

   fake.tld()
   # u'gr'

   fake.free_email()
   # u'platon.kafantari@otenet.gr'

   fake.slug(*args, **kwargs)
   # u'assumenda-deleniti'

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

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

   fake.uri_extension()
   # u'.php'

   fake.ipv6()
   # u'021b:b0f4:50aa:4240:e3c9:259f:1249:0931'

   fake.safe_email()
   # u'npeukianakis@example.com'

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

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

   fake.email()
   # u'bmprouzou@hol.gr'

   fake.uri_page()
   # u'about'

   fake.mac_address()
   # u'b2:56:f1:c8:eb:f6'


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

   fake.job()
   # 'Lighting technician, broadcasting/film/video'


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

   fake.text(max_nb_chars=200)
   # u'\u0393\u03b9\u03b1 \u03c0\u03bf\u03c5 \u03b1\u03c0\u03bf\u03c6\u03ac\u03c3\u03b9\u03c3\u03b5 \u03c0\u03b9\u03bf \u03c4\u03bf\u03c5. \u03a0\u03b9\u03bf \u03bb\u03af\u03b3\u03bf \u03c7\u03c1\u03bf\u03bd\u03bf\u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03b1 \u03c0\u03c9\u03c2 \u03c0\u03b5\u03c1\u03af\u03c0\u03bf\u03c5 \u03bc\u03ad\u03c7\u03c1\u03b9 \u03b1\u03ba\u03bf\u03cd\u03c3\u03b5\u03b9 \u03bc\u03ac\u03b8\u03b5. \u039a\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03bf \u03bc\u03ac\u03c4\u03c3\u03bf \u03c0\u03ac\u03bd\u03c4\u03b1 \u03c0\u03c9\u03c2 \u03c3\u03c4\u03b1 \u03ba\u03ac\u03c4\u03b9 \u03c3\u03c5\u03bd\u03ac\u03b4\u03b5\u03bb\u03c6\u03bf\u03c2. \u039c\u03c0\u03bf\u03c1\u03bf\u03cd\u03c3\u03b5\u03c2 \u03b4\u03b9\u03bf\u03c1\u03b8\u03ce\u03c3\u03b5\u03b9\u03c2 \u03c0\u03bb\u03ad\u03bf\u03bd \u03c5\u03cc\u03c1\u03ba\u03b7 \u03ad\u03c4\u03c3\u03b9 \u03ad\u03bd\u03b1\u03c2.'

   fake.sentence(nb_words=6, variable_nb_words=True)
   # u'\u03a7\u03c1\u03bf\u03bd\u03bf\u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03bf\u03c2 \u03c3\u03c4\u03b9\u03c2 \u03ba\u03b1\u03b9 \u03c3\u03b1\u03c2 \u03c3\u03c5\u03bd\u03ac\u03b4\u03b5\u03bb\u03c6\u03bf\u03c2 \u03c3\u03c5\u03bd\u03ad\u03c7\u03b5\u03b9\u03b1 \u03c4\u03bf\u03bd.'

   fake.word()
   # u'\u03b3\u03ad\u03bb\u03b1\u03c3\u03b1\u03bd'

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

   fake.words(nb=3)
   # [   u'\u03b5\u03c0\u03b9\u03c3\u03c4\u03c1\u03ad\u03c6\u03bf\u03c5\u03bd',
   #     u'\u03bc\u03ac\u03b8\u03b5',
   #     u'\u03c4\u03b7\u03bd']

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

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


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

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

   fake.locale()
   # u'cn_ML'

   fake.md5(raw_output=False)
   # '79d77703b9ccb7c5e8fe975c310302c0'

   fake.sha1(raw_output=False)
   # 'c69105428945e2bf191361ebd71bf47ee06f709a'

   fake.null_boolean()
   # True

   fake.sha256(raw_output=False)
   # '68ab59b4634479a123d07faf1ad5b610e59816c7a37e92647b9ef172567e6d3d'

   fake.uuid4()
   # '9426313d-20f5-41d9-9eee-3e0a65037164'

   fake.language_code()
   # u'el'

   fake.boolean(chance_of_getting_true=50)
   # True


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

   fake.last_name_male()
   # u'\u039a\u03b1\u03ba\u03bf\u03c3\u03b1\u03af\u03bf\u03c2'

   fake.name_female()
   # u'\u03a1\u03b5\u03b2\u03ad\u03ba\u03b1 \u039b\u03b5\u03c0\u03af\u03b4\u03b1'

   fake.prefix_male()
   # ''

   fake.prefix()
   # ''

   fake.name()
   # u'\u0391\u03c1\u03af\u03c3\u03c4\u03b1\u03c1\u03c7\u03bf\u03c2 \u03a6\u03b1\u03bd\u03bf\u03c5\u03c1\u03b3\u03ac\u03ba\u03b7\u03c2'

   fake.suffix_female()
   # ''

   fake.name_male()
   # u'\u038a\u03ba\u03b1\u03c1\u03bf\u03c2 \u0393\u03b5\u03c1\u03cc\u03c0\u03bf\u03c5\u03bb\u03bf\u03c2'

   fake.first_name()
   # u'\u039c\u03ad\u03bd\u03b1\u03bd\u03b4\u03c1\u03bf\u03c2'

   fake.suffix_male()
   # ''

   fake.suffix()
   # ''

   fake.first_name_male()
   # u'\u0391\u03c1\u03c7\u03ad\u03bb\u03b1\u03bf\u03c2'

   fake.first_name_female()
   # u'\u0395\u03c1\u03c9\u03c6\u03af\u03bb\u03b7'

   fake.last_name_female()
   # u'\u039c\u03b1\u03bd\u03bf\u03c0\u03bf\u03cd\u03bb\u03bf\u03c5'

   fake.last_name()
   # u'\u039b\u03b5\u03b2\u03ad\u03bd\u03c4\u03b7\u03c2'

   fake.prefix_female()
   # ''


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

   fake.phone_number()
   # u'6912 468 417'


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

   fake.simple_profile()
   # {   'address': u'\u039b\u03b5\u03c9\u03c6. \u03a1\u03b5\u03c4\u03c3\u03b9\u03b1\u03bd\u03ce\u03bd 2,\n65244 \u03a0\u03bf\u03bb\u03cd\u03b3\u03c5\u03c1\u03bf\u03c2',
   #     'birthdate': '2005-03-11',
   #     'mail': u'euseveia55@gmail.com',
   #     'name': u'\u0391\u03c3\u03b7\u03bc\u03ac\u03ba\u03b7\u03c2 \u039a\u03b1\u03c1\u03bf\u03cd\u03c3\u03bf\u03c2',
   #     'sex': 'F',
   #     'username': u'tsampika57'}

   fake.profile(fields=None)
   # {   'address': u'\u03a0\u03ac\u03c1. \u039a\u03c1\u03ae\u03bd\u03b7\u03c2 7,\n06060 \u0399\u03c9\u03ac\u03bd\u03bd\u03b9\u03bd\u03b1',
   #     'birthdate': '1982-03-23',
   #     'blood_group': 'AB-',
   #     'company': u'\u0392\u03bf\u03cd\u03c1\u03b1\u03c2-\u0393\u03b5\u03bd\u03b5\u03c4\u03b6\u03ac\u03ba\u03b7\u03c2',
   #     'current_location': (Decimal('39.165039'), Decimal('23.737719')),
   #     'job': 'Bonds trader',
   #     'mail': u'agisilaos.koulidis@hol.gr',
   #     'name': u'\u03a6\u03b9\u03bb\u03bf\u03bc\u03ae\u03bb\u03b1 \u03a7\u03b1\u03bb\u03b1\u03bd\u03c4\u03b6\u03bf\u03cd\u03ba\u03b1',
   #     'residence': u'\u039b\u03af\u03c3\u03c4\u03b1\u03c2 78,\n946 54 \u0391\u03b3. \u039d\u03b9\u03ba\u03cc\u03bb\u03b1\u03bf\u03c2',
   #     'sex': 'F',
   #     'ssn': u'878-69-3160',
   #     'username': u'polyxeni86',
   #     'website': [   u'http://karypidis-chatzigeorgiou.org/',
   #                    u'http://kyroudi-flaski.gr/',
   #                    u'http://douvropoulos-sidiropoulos.gr/']}


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

   fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   u'Hic aliquid labore.',
   #     -986209426267.0,
   #     u'kpournara@giannakopoulos.com',
   #     u'Id incidunt ipsa ut.',
   #     9998,
   #     u'Eum dolore optio.',
   #     -77548511346.6,
   #     7239,
   #     datetime(1989, 7, 24, 10, 50, 20),
   #     u'odysseas79@giannakitsas-katsanikou.gr',
   #     3438,
   #     u'dikaios87@googlemail.gr',
   #     Decimal('-6432995546.67'),
   #     u'Quam magni quo vero.']

   fake.pystr(max_chars=20)
   # u'Autem qui nisi.'

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

   fake.pystruct(count=10, *value_types)
   # (   [   u'Modi autem ipsa et.',
   #         u'Repellat est quos.',
   #         u'Quos qui velit quia.',
   #         2958,
   #         datetime(2006, 7, 23, 0, 10, 30),
   #         u'Accusamus nesciunt.',
   #         3633,
   #         851,
   #         u'http://www.vasilopoulou.gr/homepage.htm',
   #         u'Dolorem inventore.'],
   #     {   u'dolore': -42.652,
   #         u'et': datetime(1997, 10, 17, 2, 18, 9),
   #         u'facere': 8619,
   #         u'itaque': Decimal('-3679769749.0'),
   #         u'iusto': u'Tenetur et fugiat.',
   #         u'neque': u'http://katsoula-kapetanios.net/',
   #         u'non': datetime(1970, 10, 15, 19, 2, 33),
   #         u'nulla': u'Et perferendis.',
   #         u'tenetur': u'nfountzoulas@katsigianni-gkaliou.com'},
   #     {   u'adipisci': {   3: u'Et quia dolorum.',
   #                          4: [2788, u'Dolor consequuntur.', 6213],
   #                          5: {   3: datetime(1995, 5, 11, 23, 0, 5),
   #                                 4: u'Et deleniti est.',
   #                                 5: [   u'Qui perspiciatis.',
   #                                        u'Unde excepturi.']}},
   #         u'aperiam': {   0: datetime(1979, 4, 12, 9, 2, 56),
   #                         1: [   u'Quas alias enim.',
   #                                Decimal('-893.110209264'),
   #                                u'Omnis veniam harum.'],
   #                         2: {   0: 4512,
   #                                1: u'Quod occaecati.',
   #                                2: [   1.49,
   #                                       u'http://www.zoi.net/categories/index.html']}},
   #         u'dolorem': {   5: u'Consequuntur dolor.',
   #                         6: [   u'Et harum est error.',
   #                                u'Et labore nam sit.',
   #                                u'Non deserunt.'],
   #                         7: {   5: datetime(1972, 5, 3, 2, 40, 9),
   #                                6: u'A eveniet vero.',
   #                                7: [5048, Decimal('-6.12')]}},
   #         u'est': {   8: datetime(1974, 11, 12, 16, 16, 43),
   #                     9: [   u'Iste assumenda amet.',
   #                            3217,
   #                            Decimal('-3.22971822118E+13')],
   #                     10: {   8: 2856,
   #                             9: u'Quo quisquam.',
   #                             10: [u'Voluptatem et.', u'Commodi.']}},
   #         u'exercitationem': {   1: u'http://www.charteros.gr/login.php',
   #                                2: [   u'Sed quos nihil.',
   #                                       u'Qui adipisci ut.',
   #                                       Decimal('-357468.576')],
   #                                3: {   1: Decimal('-17986.6'),
   #                                       2: u'http://konidaris.com/login/',
   #                                       3: [   datetime(2014, 10, 2, 8, 50, 2),
   #                                              u'Iste quia.']}},
   #         u'ipsum': {   7: -9.7,
   #                       8: [   u'Alias incidunt eos.',
   #                              u'http://saoulidis.com/',
   #                              u'vasileios.koutsoumpi@hol.gr'],
   #                       9: {   7: u'Facere voluptatem.',
   #                              8: u'Et rem officia.',
   #                              9: [   datetime(1970, 7, 29, 23, 46, 40),
   #                                     u'Excepturi.']}},
   #         u'quo': {   4: 646507.9,
   #                     5: [   u'laourdekis.georgios@pippas.com',
   #                            9482,
   #                            u'http://www.tseas.com/search/'],
   #                     6: {   4: -666539463.1,
   #                            5: u'Id consequatur.',
   #                            6: [u'Aliquid dolores sit.', 2507]}},
   #         u'ratione': {   6: u'takantzas.dafni@forthnet.gr',
   #                         7: [   8985,
   #                                u'Deserunt nulla quam.',
   #                                u'Impedit et ab.'],
   #                         8: {   6: u'Minus omnis aliquid.',
   #                                7: u'Libero ut veritatis.',
   #                                8: [   u'Dolor eius.',
   #                                       datetime(2007, 11, 13, 21, 32, 45)]}},
   #         u'sapiente': {   2: datetime(2012, 4, 18, 7, 19, 51),
   #                          3: [   u'http://www.karatasou.gr/tags/list/categories/category/',
   #                                 u'Quaerat ut sed ipsa.',
   #                                 Decimal('1.66900542827E+12')],
   #                          4: {   2: u'Ut nulla est sequi.',
   #                                 3: 7142,
   #                                 4: [   u'http://www.vasilaki.org/register/',
   #                                        u'Voluptas harum.']}},
   #         u'sit': {   9: datetime(2006, 9, 10, 12, 2, 22),
   #                     10: [Decimal('-73781825.1132'), 7838, 7625],
   #                     11: {   9: datetime(1982, 7, 4, 3, 36, 29),
   #                             10: 7604,
   #                             11: [   datetime(1976, 5, 31, 19, 13, 50),
   #                                     u'Voluptas quos quae.']}}})

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

   fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   u'http://vavourakis-drakouli.gr/list/blog/tags/author.php',
   #     880.9153516924,
   #     u'gkouskos.irodotos@otenet.gr',
   #     datetime(1979, 7, 9, 9, 11, 32),
   #     u'Quibusdam repellat.',
   #     -406546644.878,
   #     9799,
   #     u'Voluptate.',
   #     datetime(2009, 5, 24, 17, 57, 42),
   #     u'Quia veritatis eum.',
   #     u'Eos unde nulla.',
   #     u'Modi molestiae.',
   #     Decimal('9.54'),
   #     u'Nulla pariatur.']

   fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
   # (   Decimal('4591338.73427'),
   #     u'gaggelis@kaminari.com',
   #     datetime(1994, 5, 8, 7, 58, 9),
   #     u'http://nasikas.com/category/',
   #     u'http://damatopoulou.org/',
   #     datetime(1988, 10, 14, 14, 51, 15),
   #     1520,
   #     2344120913.0,
   #     u'http://stroumpa-karakyriou.com/index.html',
   #     u'Omnis dolorum.',
   #     u'Possimus excepturi.',
   #     u'Quos tempore.')

   fake.pybool()
   # False

   fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([1988, 9957, u'filippia.doulami@gmail.com', 7307, u'Harum aut fugiat.', datetime(1975, 1, 7, 23, 2, 57), 4569])

   fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
   # {   u'et': u'Magni qui quis.',
   #     u'mollitia': 2502,
   #     u'quia': u'christodoulakis.logothetis@otenet.gr',
   #     u'sed': -6278117878.48534,
   #     u'sit': u'http://www.karakyriou.com/list/main/about.php',
   #     u'velit': u'http://papaspiliotopoulou.gr/main/main/home.jsp',
   #     u'voluptatem': u'Ad alias earum.'}

   fake.pyint()
   # 6847


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

   fake.ssn()
   # u'648-95-6944'


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

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

   fake.firefox()
   # u'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_4; rv:1.9.5.20) Gecko/2010-02-14 15:48:55 Firefox/3.6.4'

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

   fake.opera()
   # u'Opera/8.51.(X11; Linux x86_64; sl-SI) Presto/2.9.181 Version/12.00'

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

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

   fake.user_agent()
   # u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_6_2) AppleWebKit/5321 (KHTML, like Gecko) Chrome/15.0.888.0 Safari/5321'

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

   fake.linux_processor()
   # u'x86_64'

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

   fake.safari()
   # u'Mozilla/5.0 (iPod; U; CPU iPhone OS 3_3 like Mac OS X; it-IT) AppleWebKit/535.41.5 (KHTML, like Gecko) Version/4.0.5 Mobile/8B115 Safari/6535.41.5'
