
Language fr_FR
**************


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

   fake.latitude()
   # Decimal('-44.7965875')

   fake.department_number()
   # u'64'

   fake.street_name()
   # u'rue Duhamel'

   fake.address()
   # u'44, avenue Perrier\n48 861 Boulanger'

   fake.department_name()
   # u'Alpes-Maritimes'

   fake.street_address()
   # u'28, boulevard Nathalie Bernard'

   fake.postcode()
   # u'98 210'

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

   fake.country()
   # u'S\xe9n\xe9gal'

   fake.street_prefix()
   # u'chemin'

   fake.street_suffix()
   # u'Street'

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

   fake.city_suffix()
   # u'Ville'

   fake.building_number()
   # u'1'

   fake.country_code()
   # u'PE'

   fake.region()
   # u'Pays-de-Loire'

   fake.city()
   # u'Galletdan'

   fake.department()
   # (u'21', u"C\xf4te-d'Or")


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

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

   fake.ean13()
   # u'9037733619309'

   fake.ean8()
   # u'25431476'


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

   fake.rgb_css_color()
   # u'rgb(222,121,84)'

   fake.color_name()
   # u'Yellow'

   fake.rgb_color_list()
   # (104, 231, 223)

   fake.rgb_color()
   # u'209,64,83'

   fake.safe_hex_color()
   # u'#ee3300'

   fake.safe_color_name()
   # u'lime'

   fake.hex_color()
   # u'#ef7630'


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

   fake.company()
   # u'Lefort S.A.R.L.'

   fake.company_suffix()
   # u'S.A.'

   fake.catch_phrase_verb()
   # u"d'atteindre vos buts"

   fake.catch_phrase()
   # u'Le pouvoir de concr\xe9tiser vos projets \xe0 sa source'

   fake.catch_phrase_noun()
   # u'la simplicit\xe9'

   fake.siren()
   # u'601 321 080'

   fake.siret(max_sequential_digits=2)
   # u'421 054 980 00235'

   fake.catch_phrase_attribute()
   # u'sans soucis'


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

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

   fake.credit_card_provider(card_type=None)
   # u'Diners Club / Carte Blanche'

   fake.credit_card_full(card_type=None)
   # u'VISA 16 digit\nManon Mathieu\n4134503863084483 10/16\nCVC: 626\n'

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

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


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

   fake.currency_code()
   # 'LRD'


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

   fake.date_time_ad()
   # datetime.datetime(164, 11, 25, 22, 59, 2)

   fake.month()
   # '12'

   fake.am_pm()
   # 'PM'

   fake.timezone()
   # u'Europe/Brussels'

   fake.iso8601()
   # '2004-07-08T16:22:20'

   fake.date_time()
   # datetime(2014, 1, 10, 21, 28, 51)

   fake.month_name()
   # 'July'

   fake.date_time_this_year(before_now=True, after_now=False)
   # datetime(2015, 6, 19, 13, 10, 43)

   fake.unix_time()
   # 615302571

   fake.day_of_week()
   # 'Monday'

   fake.day_of_month()
   # '25'

   fake.time(pattern="%H:%M:%S")
   # '05:49:16'

   fake.date_time_between(start_date="-30y", end_date="now")
   # datetime(1996, 3, 11, 9, 40, 57)

   fake.date_time_this_month(before_now=True, after_now=False)
   # datetime(2015, 11, 28, 2, 37, 43)

   fake.year()
   # '1984'

   fake.date_time_between_dates(datetime_start=None, datetime_end=None)
   # datetime(2015, 11, 30, 15, 31, 35)

   fake.date_time_this_century(before_now=True, after_now=False)
   # datetime(2013, 10, 8, 14, 20, 35)

   fake.date_time_this_decade(before_now=True, after_now=False)
   # datetime(2014, 4, 30, 18, 26, 32)

   fake.century()
   # u'XXI'

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

   fake.time_delta()
   # datetime.timedelta(11218, 21421)


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

   fake.mime_type(category=None)
   # u'text/javascript'

   fake.file_name(category=None, extension=None)
   # u'nesciunt.webm'

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


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

   fake.ipv4()
   # u'198.70.133.173'

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

   fake.company_email()
   # u'antoinette.henry@guyon.fr'

   fake.uri()
   # u'http://www.cordier.com/category/about/'

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

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

   fake.tld()
   # u'net'

   fake.free_email()
   # u'thomas.giraud@club-internet.fr'

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

   fake.free_email_domain()
   # u'sfr.fr'

   fake.domain_name()
   # u'leger.org'

   fake.uri_extension()
   # u'.jsp'

   fake.ipv6()
   # u'daee:f990:6122:b572:8424:4221:1bdf:e46b'

   fake.safe_email()
   # u'rcoulon@example.fr'

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

   fake.uri_path(deep=None)
   # u'wp-content'

   fake.email()
   # u'cbouchet@bouygtel.fr'

   fake.uri_page()
   # u'faq'

   fake.mac_address()
   # u'd4:5a:aa:4a:03:e3'


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

   fake.job()
   # 'Community development worker'


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

   fake.text(max_nb_chars=200)
   # u'Ut et enim minus at voluptatem minima. Voluptatibus sint error quod aut dolor omnis. Omnis ea magni quidem quis omnis.'

   fake.sentence(nb_words=6, variable_nb_words=True)
   # u'Voluptates atque non ea et minima blanditiis.'

   fake.word()
   # u'repellendus'

   fake.paragraphs(nb=3)
   # [   u'Ex tenetur dignissimos libero est. Sapiente quia repellendus aut vel qui qui dolores. Aut sunt dolorem reprehenderit.',
   #     u'Et ipsam quisquam dignissimos iste consequuntur et dolorum. Qui aperiam totam illo cumque. Nulla incidunt eos fugit quibusdam vel tempore qui. Impedit reprehenderit qui omnis perspiciatis alias pariatur sint.',
   #     u'Sit ut aut quae est. Est recusandae quo saepe sed. Optio deserunt cupiditate totam sed. Fugit nisi exercitationem iste et facilis.']

   fake.words(nb=3)
   # [u'quisquam', u'libero', u'repellendus']

   fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
   # u'Pariatur ut quos ullam qui provident. Nostrum vitae voluptatibus animi beatae magnam ut et. Praesentium error iusto libero minima assumenda consectetur quas.'

   fake.sentences(nb=3)
   # [   u'Ducimus est harum odit illum.',
   #     u'Molestias adipisci architecto ut nemo commodi eum aut nihil.',
   #     u'Dolor fugit aut nihil rerum sit et aut.']


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

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

   fake.locale()
   # u'es_AO'

   fake.md5(raw_output=False)
   # 'be02a17a4c7d1f8340cfb59806384699'

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

   fake.null_boolean()
   # None

   fake.sha256(raw_output=False)
   # '62cc5c3f36dedbf5bac2f25efd37e8fe89650e326a45dfddbb90a70a961670d0'

   fake.uuid4()
   # '7e829871-8784-48a5-8ef1-9fd65ad47bdf'

   fake.language_code()
   # u'de'

   fake.boolean(chance_of_getting_true=50)
   # False


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

   fake.last_name_male()
   # u'Jacquot'

   fake.name_female()
   # u'Suzanne Pinto'

   fake.prefix_male()
   # u'du'

   fake.prefix()
   # u'Le'

   fake.name()
   # u'Beno\xeet Gaudin'

   fake.suffix_female()
   # ''

   fake.name_male()
   # u'S\xe9bastien Blondel'

   fake.first_name()
   # u'Ad\xe8le'

   fake.suffix_male()
   # ''

   fake.suffix()
   # ''

   fake.first_name_male()
   # u'Suzanne'

   fake.first_name_female()
   # u'Mathilde'

   fake.last_name_female()
   # u'Bazin'

   fake.last_name()
   # u'Huet'

   fake.prefix_female()
   # u'de'


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

   fake.phone_number()
   # u'0599649556'


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

   fake.simple_profile()
   # {   'address': u'49, rue de Charrier\n51 307 Levy',
   #     'birthdate': '2008-06-16',
   #     'mail': u'hortense28@laposte.net',
   #     'name': u'Roger Boulay',
   #     'sex': 'M',
   #     'username': u'gillet.laurent'}

   fake.profile(fields=None)
   # {   'address': u'5, rue Bonnin\n86569 Richard-sur-Legrand',
   #     'birthdate': '2007-07-27',
   #     'blood_group': 'B+',
   #     'company': u'Lambert',
   #     'current_location': (Decimal('33.623570'), Decimal('85.901508')),
   #     'job': 'Health physicist',
   #     'mail': u'gilles.alain@bouygtel.fr',
   #     'name': u'Mathilde Guillaume',
   #     'residence': u'23, rue Denis\n85567 DavidVille',
   #     'sex': 'M',
   #     'ssn': u'350-27-8032',
   #     'username': u'alexandria50',
   #     'website': [   u'http://www.ribeiro.com/',
   #                    u'http://www.pons.fr/',
   #                    u'http://letellier.fr/']}


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

   fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   1280,
   #     5186,
   #     u'http://www.hoarau.org/categories/categories/posts/faq/',
   #     2530,
   #     7939,
   #     2111,
   #     u'Odio possimus vel.',
   #     u'Praesentium minus.',
   #     u'Aut qui numquam.',
   #     u'benoit.navarro@wanadoo.fr',
   #     u'http://vasseur.com/homepage/',
   #     9208,
   #     u'Iure distinctio et.']

   fake.pystr(max_chars=20)
   # u'Natus tempore earum.'

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

   fake.pystruct(count=10, *value_types)
   # (   [   u'odiaz@ifrance.com',
   #         u'Ipsa asperiores qui.',
   #         7354,
   #         8204,
   #         u'Necessitatibus.',
   #         u'Perspiciatis.',
   #         Decimal('-5.2759'),
   #         1529,
   #         u'Non optio ea.',
   #         6559],
   #     {   u'commodi': 5158,
   #         u'et': u'http://www.royer.fr/category/tag/explore/category.php',
   #         u'excepturi': 1941,
   #         u'minus': u'Est repellat eius.',
   #         u'nisi': u'http://laroche.com/tag/login.jsp',
   #         u'officiis': -1521913.5709035,
   #         u'quod': 0.0,
   #         u'repellat': u'Nostrum et qui et.',
   #         u'ullam': 8861},
   #     {   u'accusantium': {   4: u'http://peltier.net/',
   #                             5: [u'Veniam et.', u'Fuga ut et.', 5707],
   #                             6: {   4: u'Quasi modi dolores.',
   #                                    5: u'Iusto perspiciatis.',
   #                                    6: [Decimal('-37613093041.1'), 3228]}},
   #         u'architecto': {   2: u'Quia laudantium.',
   #                            3: [   u'Quidem qui nihil.',
   #                                   6122079134151.83,
   #                                   u'Consequatur omnis.'],
   #                            4: {   2: Decimal('6.42974101677E+14'),
   #                                   3: u'Nulla ipsum beatae.',
   #                                   4: [   u'Optio et voluptate.',
   #                                          636.80788346856]}},
   #         u'delectus': {   5: datetime(2015, 1, 29, 5, 19, 1),
   #                          6: [   Decimal('56785259332.3'),
   #                                 -979417739.5,
   #                                 u'http://lecoq.net/terms.php'],
   #                          7: {   5: u'Accusantium quasi.',
   #                                 6: u'jbertin@godard.fr',
   #                                 7: [256, u'http://caron.com/register.php']}},
   #         u'excepturi': {   0: 987387.0,
   #                           1: [   u'Dolores commodi sed.',
   #                                  u'http://duhamel.fr/posts/terms/',
   #                                  u'Sint autem dolorem.'],
   #                           2: {   0: 7045,
   #                                  1: 10887580.276,
   #                                  2: [   u'Minima cupiditate.',
   #                                         -387866796282.0]}},
   #         u'id': {   3: u'charrier.jacques@hubert.net',
   #                    4: [   u'lefebvre.marcel@sfr.fr',
   #                           u'http://lesage.com/',
   #                           u'http://www.ferrand.com/main/'],
   #                    5: {   3: datetime(1990, 3, 17, 0, 10, 46),
   #                           4: 6511,
   #                           5: [4495, datetime(2011, 5, 18, 17, 18, 20)]}},
   #         u'officiis': {   1: u'Quas sed omnis qui.',
   #                          2: [   u'ileblanc@langlois.com',
   #                                 datetime(1971, 4, 11, 13, 27, 2),
   #                                 datetime(2008, 6, 1, 20, 5, 19)],
   #                          3: {   1: Decimal('-4.3278'),
   #                                 2: 2698,
   #                                 3: [   u'Expedita laborum.',
   #                                        u'Voluptatem quis.']}},
   #         u'possimus': {   7: 9613,
   #                          8: [   Decimal('-3.60092617462E+13'),
   #                                 Decimal('-915879.0'),
   #                                 u'emmanuelle.carre@baron.net'],
   #                          9: {   7: u'Eum et nam facere.',
   #                                 8: Decimal('77672395694.1'),
   #                                 9: [3672, 8173]}},
   #         u'tempore': {   9: Decimal('-25.7731201648'),
   #                         10: [   u'http://renard.fr/faq.htm',
   #                                 -310203494.316312,
   #                                 6930],
   #                         11: {   9: 2012,
   #                                 10: u'Et accusantium.',
   #                                 11: [   -570105729515325.0,
   #                                         u'Laboriosam quis.']}},
   #         u'ut': {   8: u'Blanditiis enim ea.',
   #                    9: [2387, Decimal('-80739.0'), -736.492],
   #                    10: {   8: u'gauthier.laurence@payet.fr',
   #                            9: -64178850578625.9,
   #                            10: [datetime(2009, 3, 22, 5, 4, 28), 5306]}},
   #         u'voluptates': {   6: Decimal('2.61078755867E+12'),
   #                            7: [u'paul79@club-internet.fr', 6361, 1701],
   #                            8: {   6: u'Nam a ullam.',
   #                                   7: u'Magni ut dolorum.',
   #                                   8: [   u'Eaque commodi iure.',
   #                                          u'Aut sequi ducimus.']}}})

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

   fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
   # [   34,
   #     u'http://www.le.fr/',
   #     u'Quia dolorum omnis.',
   #     9688156627254.19,
   #     603166596.21,
   #     u'poirier.xavier@bonnin.org',
   #     7691,
   #     132,
   #     Decimal('1.54865814111'),
   #     u'http://www.labbe.com/tags/list/register.html']

   fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
   # (   Decimal('-87.3284058269'),
   #     4550,
   #     u'Nemo eum odio.',
   #     15153587287.13,
   #     u'Sequi ipsa enim ut.',
   #     u'A minima quia.',
   #     265.3077,
   #     u'Quo at ut.',
   #     u'leduc.anais@ferrand.com')

   fake.pybool()
   # False

   fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
   # set([u'hfontaine@bouygtel.fr', 6820, u'nicolas.carpentier@martin.net', u'Est consequatur non.', 625, u'michelle80@huet.net', u'Hic molestias culpa.', u'Nihil dolor et.', Decimal('-571507235356'), datetime(1988, 6, 18, 23, 45, 33), u'Qui facere nisi ea.'])

   fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
   # {   u'commodi': u'http://www.gonzalez.net/search/categories/list/login/',
   #     u'eos': u'Non ea quisquam.',
   #     u'et': u'Dolorum eaque.',
   #     u'quia': u'herve.augustin@martineau.net',
   #     u'suscipit': u'Voluptas quia enim.',
   #     u'tempore': 4129}

   fake.pyint()
   # 8229


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

   fake.ssn()
   # u'878-89-0362'


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

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

   fake.firefox()
   # u'Mozilla/5.0 (Windows NT 4.0; it-IT; rv:1.9.0.20) Gecko/2015-03-10 00:37:52 Firefox/14.0'

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

   fake.opera()
   # u'Opera/9.54.(X11; Linux i686; sl-SI) Presto/2.9.173 Version/11.00'

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

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

   fake.user_agent()
   # u'Mozilla/5.0 (Windows 95; sl-SI; rv:1.9.1.20) Gecko/2011-11-05 08:28:59 Firefox/3.8'

   fake.chrome()
   # u'Mozilla/5.0 (Macintosh; PPC Mac OS X 10_5_1) AppleWebKit/5352 (KHTML, like Gecko) Chrome/14.0.887.0 Safari/5352'

   fake.linux_processor()
   # u'i686'

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

   fake.safari()
   # u'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_6_5 rv:4.0; en-US) AppleWebKit/534.32.6 (KHTML, like Gecko) Version/4.0.1 Safari/534.32.6'
