
Language fr_FR
===============

``faker.providers.address``
---------------------------

::

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

	fake.department_number()
	# u'01'

	fake.street_name()
	# u'chemin Astrid Daniel'

	fake.address()
	# u'8, rue Andr\xe9e Le Roux\n28 693 Rossi'

	fake.department_name()
	# u'Seine-Maritime'

	fake.street_address()
	# u'85, boulevard Lecoq'

	fake.postcode()
	# u'11625'

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

	fake.country()
	# u'Antilles n\xe9erlandaises'

	fake.street_prefix()
	# u'avenue'

	fake.street_suffix()
	# u'Street'

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

	fake.city_suffix()
	# u'boeuf'

	fake.building_number()
	# u'53'

	fake.country_code()
	# u'TM'

	fake.region()
	# u'Nord-Pas-de-Calais'

	fake.city()
	# u'Picard'

	fake.department()
	# (u'90', u'Territoire de Belfort')

``faker.providers.barcode``
---------------------------

::

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

	fake.ean13()
	# u'3153484887586'

	fake.ean8()
	# u'16665552'

``faker.providers.color``
-------------------------

::

	fake.rgb_css_color()
	# u'rgb(174,8,57)'

	fake.color_name()
	# u'Red'

	fake.rgb_color_list()
	# (127, 238, 124)

	fake.rgb_color()
	# u'116,141,154'

	fake.safe_hex_color()
	# u'#664400'

	fake.safe_color_name()
	# u'purple'

	fake.hex_color()
	# u'#887b07'

``faker.providers.company``
---------------------------

::

	fake.company()
	# u'Martin SA'

	fake.company_suffix()
	# u'SA'

	fake.catch_phrase_verb()
	# u'de concr\xe9tiser vos projets'

	fake.catch_phrase()
	# u"L'avantage d'\xe9voluer autrement"

	fake.catch_phrase_noun()
	# u'le plaisir'

	fake.siren()
	# u'010 123 391'

	fake.siret(max_sequential_digits=2)
	# u'555 693 146 00205'

	fake.catch_phrase_attribute()
	# u'de mani\xe8re s\xfbre'

``faker.providers.credit_card``
-------------------------------

::

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

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

	fake.credit_card_full(card_type=None)
	# u'VISA 16 digit\nMadeleine Royer\n4151640095619641 12/23\nCVC: 276\n'

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

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

``faker.providers.currency``
----------------------------

::

	fake.currency_code()
	# 'BYR'

``faker.providers.date_time``
-----------------------------

::

	fake.date_time_ad()
	# datetime.datetime(711, 8, 31, 7, 7, 17)

	fake.month()
	# '11'

	fake.am_pm()
	# 'AM'

	fake.timezone()
	# u'America/Guatemala'

	fake.iso8601()
	# '2003-09-14T05:14:00'

	fake.date_time()
	# datetime(1986, 7, 22, 14, 34, 27)

	fake.month_name()
	# 'December'

	fake.date_time_this_year(before_now=True, after_now=False)
	# datetime(2015, 9, 4, 11, 5, 11)

	fake.unix_time()
	# 971409685

	fake.day_of_week()
	# 'Wednesday'

	fake.day_of_month()
	# '04'

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

	fake.date_time_between(start_date="-30y", end_date="now")
	# datetime(2013, 7, 26, 1, 56, 28)

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

	fake.year()
	# '1999'

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

	fake.date_time_this_century(before_now=True, after_now=False)
	# datetime(2012, 12, 1, 0, 55, 21)

	fake.date_time_this_decade(before_now=True, after_now=False)
	# datetime(2013, 6, 2, 16, 58, 5)

	fake.century()
	# u'XXI'

	fake.date(pattern="%Y-%m-%d")
	# '1974-12-13'

	fake.time_delta()
	# datetime.timedelta(13197, 18419)

``faker.providers.file``
------------------------

::

	fake.mime_type(category=None)
	# u'multipart/form-data'

	fake.file_name(category=None, extension=None)
	# u'distinctio.flac'

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

``faker.providers.internet``
----------------------------

::

	fake.ipv4()
	# u'62.123.38.13'

	fake.url()
	# u'http://vincent.org/'

	fake.company_email()
	# u'zfernandes@joubert.fr'

	fake.uri()
	# u'http://www.garcia.com/main/'

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

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

	fake.tld()
	# u'fr'

	fake.free_email()
	# u'vasseur.jacqueline@gmail.com'

	fake.slug(*args, **kwargs)
	# u'non-sed-libero'

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

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

	fake.uri_extension()
	# u'.htm'

	fake.ipv6()
	# u'd0ff:389b:074f:b152:1e6b:cd44:969f:5fe5'

	fake.safe_email()
	# u'vaillant.andree@example.net'

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

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

	fake.email()
	# u'david58@hotmail.fr'

	fake.uri_page()
	# u'about'

	fake.mac_address()
	# u'36:7d:40:55:6a:c5'

``faker.providers.job``
-----------------------

::

	fake.job()
	# 'Programmer, applications'

``faker.providers.lorem``
-------------------------

::

	fake.text(max_nb_chars=200)
	# u'Porro et voluptas suscipit quae et nobis vel. Rerum sint illum iusto dolor. Sed voluptatum dolorem nostrum dolor illum qui tenetur.'

	fake.sentence(nb_words=6, variable_nb_words=True)
	# u'Quibusdam sunt facilis perferendis.'

	fake.word()
	# u'id'

	fake.paragraphs(nb=3)
	# [   u'Esse sunt eveniet nihil sapiente eos dolorem consequatur. Magnam ullam labore provident dolorem veritatis quasi explicabo. Eaque est ut minus minus.',
	#     u'Sunt aut id eum consectetur et. Consequatur ut vero dolores quam et voluptas. Illo architecto nobis sunt quia. Quaerat facere repellat velit esse.',
	#     u'Libero est eaque consequatur voluptates ut. Rerum omnis voluptatibus voluptas minima dicta. Ea nam quia et voluptas vel repudiandae fugiat enim.']

	fake.words(nb=3)
	# [u'quo', u'veritatis', u'quia']

	fake.paragraph(nb_sentences=3, variable_nb_sentences=True)
	# u'Dolorem dolorem deserunt autem facere tempora. Placeat delectus aut eos fugiat ea veritatis. Voluptatem non optio quidem exercitationem.'

	fake.sentences(nb=3)
	# [   u'Esse dignissimos ipsum perspiciatis sunt magni eum.',
	#     u'Facere quo eaque dicta at.',
	#     u'Perferendis consectetur et voluptas harum dolorem.']

``faker.providers.misc``
------------------------

::

	fake.password(length=10, special_chars=True, digits=True, upper_case=True, lower_case=True)
	# u'0S&ouy6S%o'

	fake.locale()
	# u'ru_KP'

	fake.md5(raw_output=False)
	# '45ed449abb867bce5d5c933df290d2b3'

	fake.sha1(raw_output=False)
	# '38d3f289910363b9aea7d81e42d9ea97ce524b3e'

	fake.null_boolean()
	# None

	fake.sha256(raw_output=False)
	# '1555681fecd54d49b69a575a27f0935300eff33798005f0d380844aa5cb894f2'

	fake.uuid4()
	# 'e76451e9-a2a1-452c-b9ff-f8eb6467a166'

	fake.language_code()
	# u'ru'

	fake.boolean(chance_of_getting_true=50)
	# True

``faker.providers.person``
--------------------------

::

	fake.last_name_male()
	# u'Legendre'

	fake.name_female()
	# u'Auguste Guillet'

	fake.prefix_male()
	# u'de'

	fake.prefix()
	# u'de'

	fake.name()
	# u'Emmanuel Coulon-Fernandes'

	fake.suffix_female()
	# ''

	fake.name_male()
	# u'Adrienne Langlois'

	fake.first_name()
	# u'In\xe8s'

	fake.suffix_male()
	# ''

	fake.suffix()
	# ''

	fake.first_name_male()
	# u'Aim\xe9'

	fake.first_name_female()
	# u'G\xe9rard'

	fake.last_name_female()
	# u'Meunier'

	fake.last_name()
	# u'Chauvet'

	fake.prefix_female()
	# u'de'

``faker.providers.phone_number``
--------------------------------

::

	fake.phone_number()
	# u'0443479224'

``faker.providers.profile``
---------------------------

::

	fake.simple_profile()
	# {   'address': u'573, rue Marie Riou\n04350 Adam-la-For\xeat',
	#     'birthdate': '1987-06-22',
	#     'mail': u'valette.marguerite@gmail.com',
	#     'name': u'Sylvie Perrot',
	#     'sex': 'F',
	#     'username': u'qleroy'}

	fake.profile(fields=None)
	# {   'address': u'53, avenue de Buisson\n40 202 BousquetBourg',
	#     'birthdate': '2006-10-18',
	#     'blood_group': 'A-',
	#     'company': u'Joubert S.A.S.',
	#     'current_location': (Decimal('74.0268605'), Decimal('-123.024704')),
	#     'job': 'Designer, television/film set',
	#     'mail': u'susanne40@voila.fr',
	#     'name': u'Margaud Laporte',
	#     'residence': u'498, rue de Lecoq\n29 861 Chretien',
	#     'sex': 'F',
	#     'ssn': u'412-03-5050',
	#     'username': u'lorraine52',
	#     'website': [   u'http://martinez.fr/',
	#                    u'http://www.delmas.fr/',
	#                    u'http://godard.fr/',
	#                    u'http://www.bouvier.org/']}

``faker.providers.python``
--------------------------

::

	fake.pyiterable(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'stephanie92@pelletier.fr', u'Ad laudantium.', u'http://deschamps.org/tags/tags/categories/post.php', u'Corporis sit est.', Decimal('3.66748300479E+12'), 3.2402433978, datetime(1976, 7, 4, 5, 3, 13), 148749067474.97, u'Sequi eaque.', u'Nobis corporis.', u'didier.philippe@pons.fr', u'Minima voluptatem.', u'bernard.dufour@bernier.fr', 8158])

	fake.pystr(max_chars=20)
	# u'Nam eveniet dolorem.'

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

	fake.pystruct(count=10, *value_types)
	# (   [   u'Et aut voluptatem.',
	#         u'nbertrand@charpentier.com',
	#         u'rey.denise@wanadoo.fr',
	#         10365266142328.5,
	#         u'margaux.maillot@voila.fr',
	#         u'Saepe beatae.',
	#         Decimal('5144946.94526'),
	#         380,
	#         u'Aliquid debitis.',
	#         4003],
	#     {   u'aut': u'aubert.victoire@da.net',
	#         u'cumque': 27862623673.918,
	#         u'debitis': u'leclerc.oceane@rodrigues.org',
	#         u'earum': u'http://www.barbier.com/wp-content/app/homepage.php',
	#         u'laudantium': 4304,
	#         u'libero': u'Consequuntur.',
	#         u'nemo': 3559,
	#         u'officiis': u'roland19@orange.fr',
	#         u'vitae': Decimal('-573.168'),
	#         u'voluptate': u'Quibusdam delectus.'},
	#     {   u'aliquid': {   3: 7782163758254.0,
	#                         4: [   Decimal('-673.514715'),
	#                                u'Libero nihil quis.',
	#                                1256],
	#                         5: {   3: u'danielle17@sfr.fr',
	#                                4: u'sabine96@bouygtel.fr',
	#                                5: [4381, 8924]}},
	#         u'corporis': {   8: u'Eaque incidunt.',
	#                          9: [   Decimal('98719244.0'),
	#                                 Decimal('3378045888.2'),
	#                                 Decimal('8.22180258879E+13')],
	#                          10: {   8: u'http://dupuy.net/main/',
	#                                  9: u'Quas esse ut.',
	#                                  10: [   u'paulette66@voila.fr',
	#                                          u'Consequatur sit.']}},
	#         u'dolor': {   7: u'Dolor a consequatur.',
	#                       8: [   datetime(2010, 11, 28, 12, 30, 40),
	#                              u'ines.vallee@yahoo.fr',
	#                              Decimal('-94104.8')],
	#                       9: {   7: u'Hic nobis.',
	#                              8: 3732,
	#                              9: [   u'http://teixeira.fr/wp-content/main/terms.html',
	#                                     u'http://jacquet.com/explore/category/']}},
	#         u'eaque': {   0: u'http://www.turpin.fr/author.html',
	#                       1: [   datetime(1971, 1, 29, 11, 39, 7),
	#                              781546177.73281,
	#                              u'Placeat distinctio.'],
	#                       2: {   0: datetime(1995, 8, 13, 15, 0, 27),
	#                              1: u'Deserunt rerum.',
	#                              2: [u'Rem consequatur.', 2599]}},
	#         u'est': {   1: 9556,
	#                     2: [   6370374864150.2,
	#                            Decimal('152214.81056'),
	#                            u'Molestiae est sunt.'],
	#                     3: {   1: -7.478187717,
	#                            2: u'http://colas.fr/home/',
	#                            3: [   u'Modi animi eos rem.',
	#                                   u'http://hoareau.com/category/']}},
	#         u'facilis': {   6: u'Sunt voluptates.',
	#                         7: [   -7490130.22,
	#                                u'sanchez.henriette@laposte.net',
	#                                211766531413.0],
	#                         8: {   6: -82498487572973.2,
	#                                7: 6741,
	#                                8: [-980.790770865877, 2655]}},
	#         u'impedit': {   4: u'Et nulla nesciunt.',
	#                         5: [   u'Sapiente eius.',
	#                                u'Nemo non sunt est.',
	#                                u'http://www.schneider.com/main/tag/category/'],
	#                         6: {   4: 890,
	#                                5: 8008,
	#                                6: [u'Hic et ut commodi.', -453930313.52]}},
	#         u'numquam': {   2: datetime(1983, 1, 2, 11, 46, 59),
	#                         3: [   datetime(1995, 1, 21, 15, 54, 2),
	#                                u'Est voluptatem.',
	#                                3722.0],
	#                         4: {   2: datetime(1991, 2, 3, 3, 58, 3),
	#                                3: 84.162258,
	#                                4: [8756, 7228]}},
	#         u'qui': {   5: 1709,
	#                     6: [   -93064039239572.0,
	#                            Decimal('7.25585619371'),
	#                            u'Officia vitae in ad.'],
	#                     7: {   5: 1303,
	#                            6: u'http://www.marie.com/posts/search/',
	#                            7: [680, u'http://guillet.org/post.asp']}},
	#         u'saepe': {   9: u'Perspiciatis quo.',
	#                       10: [   u'nath87@dbmail.com',
	#                               u'Nisi et possimus.',
	#                               u'Beatae beatae.'],
	#                       11: {   9: 7128,
	#                               10: u'sebastien.collin@hotmail.fr',
	#                               11: [-79920220288.6, 3.64]}}})

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

	fake.pylist(nb_elements=10, variable_nb_elements=True, *value_types)
	# [   u'http://le.fr/',
	#     Decimal('12764.86208'),
	#     9505,
	#     u'http://gallet.net/',
	#     u'Ut et qui sequi ut.',
	#     2341,
	#     u'Sed labore.',
	#     u'Aut quas et rerum.']

	fake.pytuple(nb_elements=10, variable_nb_elements=True, *value_types)
	# (   u'Est alias et amet.',
	#     datetime(1984, 2, 18, 20, 20, 30),
	#     3522,
	#     Decimal('-212694645.168'),
	#     datetime(1983, 1, 28, 22, 5, 51),
	#     165601.87,
	#     6416,
	#     u'Dolor laborum non.',
	#     datetime(1989, 10, 1, 23, 16, 1),
	#     datetime(1976, 7, 14, 15, 48, 26),
	#     u'Cupiditate rem.')

	fake.pybool()
	# False

	fake.pyset(nb_elements=10, variable_nb_elements=True, *value_types)
	# set([u'Debitis officia.', 2249, u'diane38@camus.net', u'Dolorum corporis.', 2927, u'Necessitatibus quas.', u'Sed illo eum non.', u'Sed enim et totam.', u'Animi aut optio.', u'http://www.fischer.net/categories/app/search/author.html'])

	fake.pydict(nb_elements=10, variable_nb_elements=True, *value_types)
	# {   u'ea': 2465,
	#     u'enim': 5357,
	#     u'eos': 7541,
	#     u'maiores': u'margaud45@live.com',
	#     u'non': 2543,
	#     u'nostrum': datetime(2008, 3, 18, 10, 53, 4),
	#     u'odio': -9.590608,
	#     u'omnis': u'Cupiditate porro.',
	#     u'qui': 1619,
	#     u'totam': u'Libero voluptatem.',
	#     u'veritatis': 3347,
	#     u'voluptatem': u'paris.christine@sfr.fr'}

	fake.pyint()
	# 8616

``faker.providers.ssn``
-----------------------

::

	fake.ssn()
	# u'531-33-5332'

``faker.providers.user_agent``
------------------------------

::

	fake.mac_processor()
	# u'PPC'

	fake.firefox()
	# u'Mozilla/5.0 (X11; Linux i686; rv:1.9.7.20) Gecko/2015-10-27 22:23:50 Firefox/8.0'

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

	fake.opera()
	# u'Opera/8.46.(X11; Linux x86_64; it-IT) Presto/2.9.170 Version/12.00'

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

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

	fake.user_agent()
	# u'Mozilla/5.0 (Windows; U; Windows 95) AppleWebKit/534.16.4 (KHTML, like Gecko) Version/4.0.4 Safari/534.16.4'

	fake.chrome()
	# u'Mozilla/5.0 (X11; Linux i686) AppleWebKit/5351 (KHTML, like Gecko) Chrome/15.0.860.0 Safari/5351'

	fake.linux_processor()
	# u'x86_64'

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

	fake.safari()
	# u'Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3 like Mac OS X; en-US) AppleWebKit/531.19.2 (KHTML, like Gecko) Version/3.0.5 Mobile/8B115 Safari/6531.19.2'
