summaryrefslogtreecommitdiff
path: root/venv/lib/python3.11/site-packages/faker/providers/person/fr_FR
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2024-04-03 03:17:55 -0400
committercyfraeviolae <cyfraeviolae>2024-04-03 03:17:55 -0400
commit12cf076118570eebbff08c6b3090e0d4798447a1 (patch)
tree3ba25e17e3c3a5e82316558ba3864b955919ff72 /venv/lib/python3.11/site-packages/faker/providers/person/fr_FR
parentc45662ff3923b34614ddcc8feb9195541166dcc5 (diff)
no venv
Diffstat (limited to 'venv/lib/python3.11/site-packages/faker/providers/person/fr_FR')
-rw-r--r--venv/lib/python3.11/site-packages/faker/providers/person/fr_FR/__init__.py663
-rw-r--r--venv/lib/python3.11/site-packages/faker/providers/person/fr_FR/__pycache__/__init__.cpython-311.pycbin6752 -> 0 bytes
2 files changed, 0 insertions, 663 deletions
diff --git a/venv/lib/python3.11/site-packages/faker/providers/person/fr_FR/__init__.py b/venv/lib/python3.11/site-packages/faker/providers/person/fr_FR/__init__.py
deleted file mode 100644
index e88a30b..0000000
--- a/venv/lib/python3.11/site-packages/faker/providers/person/fr_FR/__init__.py
+++ /dev/null
@@ -1,663 +0,0 @@
-from .. import Provider as PersonProvider
-
-
-class Provider(PersonProvider):
- formats_female = (
- "{{first_name_female}} {{last_name}}",
- "{{first_name_female}} {{last_name}}",
- "{{first_name_female}} {{last_name}}",
- "{{first_name_female}} {{last_name}}",
- "{{first_name_female}} {{last_name}}",
- "{{first_name_female}} {{last_name}}",
- "{{first_name_female}} {{prefix}} {{last_name}}",
- "{{first_name_female}} {{last_name}}-{{last_name}}",
- "{{first_name_female}}-{{first_name_female}} {{last_name}}",
- "{{first_name_female}} {{last_name}} {{prefix}} {{last_name}}",
- )
-
- formats_male = (
- "{{first_name_male}} {{last_name}}",
- "{{first_name_male}} {{last_name}}",
- "{{first_name_male}} {{last_name}}",
- "{{first_name_male}} {{last_name}}",
- "{{first_name_male}} {{last_name}}",
- "{{first_name_male}} {{last_name}}",
- "{{first_name_male}} {{prefix}} {{last_name}}",
- "{{first_name_male}} {{last_name}}-{{last_name}}",
- "{{first_name_male}}-{{first_name_male}} {{last_name}}",
- "{{first_name_male}} {{last_name}} {{prefix}} {{last_name}}",
- )
-
- formats = formats_male + formats_female
-
- first_names_male = (
- "Adrien",
- "Aimé",
- "Alain",
- "Alexandre",
- "Alfred",
- "Alphonse",
- "André",
- "Antoine",
- "Arthur",
- "Auguste",
- "Augustin",
- "Benjamin",
- "Benoît",
- "Bernard",
- "Bertrand",
- "Charles",
- "Christophe",
- "Daniel",
- "David",
- "Denis",
- "Édouard",
- "Émile",
- "Emmanuel",
- "Éric",
- "Étienne",
- "Eugène",
- "François",
- "Franck",
- "Frédéric",
- "Gabriel",
- "Georges",
- "Gérard",
- "Gilbert",
- "Gilles",
- "Grégoire",
- "Guillaume",
- "Guy",
- "William",
- "Henri",
- "Honoré",
- "Hugues",
- "Isaac",
- "Jacques",
- "Jean",
- "Jérôme",
- "Joseph",
- "Jules",
- "Julien",
- "Laurent",
- "Léon",
- "Louis",
- "Luc",
- "Lucas",
- "Marc",
- "Marcel",
- "Martin",
- "Matthieu",
- "Maurice",
- "Michel",
- "Nicolas",
- "Noël",
- "Olivier",
- "Patrick",
- "Paul",
- "Philippe",
- "Pierre",
- "Raymond",
- "Rémy",
- "René",
- "Richard",
- "Robert",
- "Roger",
- "Roland",
- "Sébastien",
- "Stéphane",
- "Théodore",
- "Théophile",
- "Thibaut",
- "Thibault",
- "Thierry",
- "Thomas",
- "Timothée",
- "Tristan",
- "Victor",
- "Vincent",
- "Xavier",
- "Yves",
- "Zacharie",
- )
-
- first_names_female = (
- "Adélaïde",
- "Adèle",
- "Adrienne",
- "Agathe",
- "Agnès",
- "Aimée",
- "Alexandrie",
- "Alix",
- "Alexandria",
- "Alex",
- "Alice",
- "Amélie",
- "Anaïs",
- "Anastasie",
- "Andrée",
- "Anne",
- "Anouk",
- "Antoinette",
- "Arnaude",
- "Astrid",
- "Audrey",
- "Aurélie",
- "Aurore",
- "Bernadette",
- "Brigitte",
- "Capucine",
- "Caroline",
- "Catherine",
- "Cécile",
- "Céline",
- "Célina",
- "Chantal",
- "Charlotte",
- "Christelle",
- "Christiane",
- "Christine",
- "Claire",
- "Claudine",
- "Clémence",
- "Colette",
- "Constance",
- "Corinne",
- "Danielle",
- "Denise",
- "Diane",
- "Dorothée",
- "Édith",
- "Éléonore",
- "Élisabeth",
- "Élise",
- "Élodie",
- "Émilie",
- "Emmanuelle",
- "Françoise",
- "Frédérique",
- "Gabrielle",
- "Geneviève",
- "Hélène",
- "Henriette",
- "Hortense",
- "Inès",
- "Isabelle",
- "Jacqueline",
- "Jeanne",
- "Jeannine",
- "Joséphine",
- "Josette",
- "Julie",
- "Juliette",
- "Laetitia",
- "Laure",
- "Laurence",
- "Lorraine",
- "Louise",
- "Luce",
- "Lucie",
- "Lucy",
- "Madeleine",
- "Manon",
- "Marcelle",
- "Margaux",
- "Margaud",
- "Margot",
- "Marguerite",
- "Margot",
- "Margaret",
- "Maggie",
- "Marianne",
- "Marie",
- "Marine",
- "Marthe",
- "Martine",
- "Maryse",
- "Mathilde",
- "Michèle",
- "Michelle",
- "Michelle",
- "Monique",
- "Nathalie",
- "Nath",
- "Nathalie",
- "Nicole",
- "Noémi",
- "Océane",
- "Odette",
- "Olivie",
- "Patricia",
- "Paulette",
- "Pauline",
- "Pénélope",
- "Philippine",
- "Renée",
- "Sabine",
- "Simone",
- "Sophie",
- "Stéphanie",
- "Susanne",
- "Suzanne",
- "Susan",
- "Suzanne",
- "Sylvie",
- "Thérèse",
- "Valentine",
- "Valérie",
- "Véronique",
- "Victoire",
- "Virginie",
- "Zoé",
- "Camille",
- "Claude",
- "Dominique",
- )
-
- first_names = first_names_male + first_names_female
-
- last_names = (
- "Martin",
- "Bernard",
- "Thomas",
- "Robert",
- "Petit",
- "Dubois",
- "Richard",
- "Garcia",
- "Durand",
- "Moreau",
- "Lefebvre",
- "Simon",
- "Laurent",
- "Michel",
- "Leroy",
- "Martinez",
- "David",
- "Fontaine",
- "Da Silva",
- "Morel",
- "Fournier",
- "Dupont",
- "Bertrand",
- "Lambert",
- "Rousseau",
- "Girard",
- "Roux",
- "Vincent",
- "Lefèvre",
- "Boyer",
- "Lopez",
- "Bonnet",
- "Andre",
- "François",
- "Mercier",
- "Muller",
- "Guérin",
- "Legrand",
- "Sanchez",
- "Garnier",
- "Chevalier",
- "Faure",
- "Perez",
- "Clément",
- "Fernandez",
- "Blanc",
- "Robin",
- "Morin",
- "Gauthier",
- "Pereira",
- "Perrin",
- "Roussel",
- "Henry",
- "Duval",
- "Gautier",
- "Nicolas",
- "Masson",
- "Marie",
- "Noël",
- "Ferreira",
- "Lemaire",
- "Mathieu",
- "Rivière",
- "Denis",
- "Marchand",
- "Rodriguez",
- "Dumont",
- "Payet",
- "Lucas",
- "Dufour",
- "Dos Santos",
- "Joly",
- "Blanchard",
- "Meunier",
- "Rodrigues",
- "Caron",
- "Gérard",
- "Fernandes",
- "Brunet",
- "Meyer",
- "Barbier",
- "Leroux",
- "Renard",
- "Goncalves",
- "Gaillard",
- "Brun",
- "Roy",
- "Picard",
- "Giraud",
- "Roger",
- "Schmitt",
- "Colin",
- "Arnaud",
- "Vidal",
- "Gonzalez",
- "Lemoine",
- "Roche",
- "Aubert",
- "Olivier",
- "Leclercq",
- "Pierre",
- "Philippe",
- "Bourgeois",
- "Renaud",
- "Martins",
- "Leclerc",
- "Guillaume",
- "Lacroix",
- "Lecomte",
- "Benoit",
- "Fabre",
- "Carpentier",
- "Vasseur",
- "Louis",
- "Hubert",
- "Jean",
- "Dumas",
- "Rolland",
- "Grondin",
- "Rey",
- "Huet",
- "Gomez",
- "Dupuis",
- "Guillot",
- "Berger",
- "Moulin",
- "Hoarau",
- "Menard",
- "Deschamps",
- "Fleury",
- "Adam",
- "Boucher",
- "Poirier",
- "Bertin",
- "Charles",
- "Aubry",
- "Da Costa",
- "Royer",
- "Dupuy",
- "Maillard",
- "Paris",
- "Baron",
- "Lopes",
- "Guyot",
- "Carre",
- "Jacquet",
- "Renault",
- "Hervé",
- "Charpentier",
- "Klein",
- "Cousin",
- "Collet",
- "Léger",
- "Ribeiro",
- "Hernandez",
- "Bailly",
- "Schneider",
- "Le Gall",
- "Ruiz",
- "Langlois",
- "Bouvier",
- "Gomes",
- "Prévost",
- "Julien",
- "Lebrun",
- "Breton",
- "Germain",
- "Millet",
- "Boulanger",
- "Rémy",
- "Le Roux",
- "Daniel",
- "Marques",
- "Maillot",
- "Leblanc",
- "Le Goff",
- "Barre",
- "Perrot",
- "Lévêque",
- "Marty",
- "Benard",
- "Monnier",
- "Hamon",
- "Pelletier",
- "Alves",
- "Étienne",
- "Marchal",
- "Poulain",
- "Tessier",
- "Lemaître",
- "Guichard",
- "Besson",
- "Mallet",
- "Hoareau",
- "Gillet",
- "Weber",
- "Jacob",
- "Collin",
- "Chevallier",
- "Perrier",
- "Michaud",
- "Carlier",
- "Delaunay",
- "Chauvin",
- "Alexandre",
- "Maréchal",
- "Antoine",
- "Lebon",
- "Cordier",
- "Lejeune",
- "Bouchet",
- "Pasquier",
- "Legros",
- "Delattre",
- "Humbert",
- "De Oliveira",
- "Briand",
- "Lamy",
- "Launay",
- "Gilbert",
- "Perret",
- "Lesage",
- "Gay",
- "Nguyen",
- "Navarro",
- "Besnard",
- "Pichon",
- "Hebert",
- "Cohen",
- "Pons",
- "Lebreton",
- "Sauvage",
- "De Sousa",
- "Pineau",
- "Albert",
- "Jacques",
- "Pinto",
- "Barthelemy",
- "Turpin",
- "Bigot",
- "Lelièvre",
- "Georges",
- "Reynaud",
- "Ollivier",
- "Martel",
- "Voisin",
- "Leduc",
- "Guillet",
- "Vallée",
- "Coulon",
- "Camus",
- "Marin",
- "Teixeira",
- "Costa",
- "Mahe",
- "Didier",
- "Charrier",
- "Gaudin",
- "Bodin",
- "Guillou",
- "Grégoire",
- "Gros",
- "Blanchet",
- "Buisson",
- "Blondel",
- "Paul",
- "Dijoux",
- "Barbe",
- "Hardy",
- "Laine",
- "Evrard",
- "Laporte",
- "Rossi",
- "Joubert",
- "Regnier",
- "Tanguy",
- "Gimenez",
- "Allard",
- "Devaux",
- "Morvan",
- "Lévy",
- "Dias",
- "Courtois",
- "Lenoir",
- "Berthelot",
- "Pascal",
- "Vaillant",
- "Guilbert",
- "Thibault",
- "Moreno",
- "Duhamel",
- "Colas",
- "Masse",
- "Baudry",
- "Bruneau",
- "Verdier",
- "Delorme",
- "Blin",
- "Guillon",
- "Mary",
- "Coste",
- "Pruvost",
- "Maury",
- "Allain",
- "Valentin",
- "Godard",
- "Joseph",
- "Brunel",
- "Marion",
- "Texier",
- "Seguin",
- "Raynaud",
- "Bourdon",
- "Raymond",
- "Bonneau",
- "Chauvet",
- "Maurice",
- "Legendre",
- "Loiseau",
- "Ferrand",
- "Toussaint",
- "Techer",
- "Lombard",
- "Lefort",
- "Couturier",
- "Bousquet",
- "Diaz",
- "Riou",
- "Clerc",
- "Weiss",
- "Imbert",
- "Jourdan",
- "Delahaye",
- "Gilles",
- "Guibert",
- "Bègue",
- "Descamps",
- "Delmas",
- "Peltier",
- "Dupré",
- "Chartier",
- "Martineau",
- "Laroche",
- "Leconte",
- "Maillet",
- "Parent",
- "Labbé",
- "Potier",
- "Bazin",
- "Normand",
- "Pottier",
- "Torres",
- "Lagarde",
- "Blot",
- "Jacquot",
- "Lemonnier",
- "Grenier",
- "Rocher",
- "Bonnin",
- "Boutin",
- "Fischer",
- "Munoz",
- "Neveu",
- "Lacombe",
- "Mendès",
- "Delannoy",
- "Auger",
- "Wagner",
- "Fouquet",
- "Mace",
- "Ramos",
- "Pages",
- "Petitjean",
- "Chauveau",
- "Foucher",
- "Peron",
- "Guyon",
- "Gallet",
- "Rousset",
- "Traore",
- "Bernier",
- "Vallet",
- "Letellier",
- "Bouvet",
- "Hamel",
- "Chrétien",
- "Faivre",
- "Boulay",
- "Thierry",
- "Samson",
- "Ledoux",
- "Salmon",
- "Gosselin",
- "Lecoq",
- "Pires",
- "Leleu",
- "Becker",
- "Diallo",
- "Merle",
- "Valette",
- )
-
- prefixes = ("de", "de la", "Le", "du")
diff --git a/venv/lib/python3.11/site-packages/faker/providers/person/fr_FR/__pycache__/__init__.cpython-311.pyc b/venv/lib/python3.11/site-packages/faker/providers/person/fr_FR/__pycache__/__init__.cpython-311.pyc
deleted file mode 100644
index 0815b61..0000000
--- a/venv/lib/python3.11/site-packages/faker/providers/person/fr_FR/__pycache__/__init__.cpython-311.pyc
+++ /dev/null
Binary files differ