frenchplotlib 0.1.0__tar.gz → 0.3.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. frenchplotlib-0.3.0/PKG-INFO +212 -0
  2. frenchplotlib-0.3.0/README.md +198 -0
  3. frenchplotlib-0.3.0/frenchplotlib.egg-info/PKG-INFO +212 -0
  4. {frenchplotlib-0.1.0 → frenchplotlib-0.3.0}/frenchplotlib.egg-info/SOURCES.txt +1 -0
  5. {frenchplotlib-0.1.0 → frenchplotlib-0.3.0}/pyproject.toml +2 -1
  6. {frenchplotlib-0.1.0 → frenchplotlib-0.3.0}/setup.py +1 -1
  7. frenchplotlib-0.1.0/PKG-INFO +0 -12
  8. frenchplotlib-0.1.0/frenchplotlib.egg-info/PKG-INFO +0 -12
  9. {frenchplotlib-0.1.0 → frenchplotlib-0.3.0}/frenchplotlib/__init__.py +0 -0
  10. {frenchplotlib-0.1.0 → frenchplotlib-0.3.0}/frenchplotlib/assets/baguette.svg +0 -0
  11. {frenchplotlib-0.1.0 → frenchplotlib-0.3.0}/frenchplotlib/assets/boule.svg +0 -0
  12. {frenchplotlib-0.1.0 → frenchplotlib-0.3.0}/frenchplotlib/assets/bretzel.svg +0 -0
  13. {frenchplotlib-0.1.0 → frenchplotlib-0.3.0}/frenchplotlib/assets/brioche.svg +0 -0
  14. {frenchplotlib-0.1.0 → frenchplotlib-0.3.0}/frenchplotlib/assets/camembert.svg +0 -0
  15. {frenchplotlib-0.1.0 → frenchplotlib-0.3.0}/frenchplotlib/assets/croissant.svg +0 -0
  16. {frenchplotlib-0.1.0 → frenchplotlib-0.3.0}/frenchplotlib/assets/eclair.svg +0 -0
  17. {frenchplotlib-0.1.0 → frenchplotlib-0.3.0}/frenchplotlib/assets/escargot.svg +0 -0
  18. {frenchplotlib-0.1.0 → frenchplotlib-0.3.0}/frenchplotlib/assets/fougasse.svg +0 -0
  19. {frenchplotlib-0.1.0 → frenchplotlib-0.3.0}/frenchplotlib/assets/fromage.svg +0 -0
  20. {frenchplotlib-0.1.0 → frenchplotlib-0.3.0}/frenchplotlib/assets/macaron.svg +0 -0
  21. {frenchplotlib-0.1.0 → frenchplotlib-0.3.0}/frenchplotlib/assets/madeleine.svg +0 -0
  22. {frenchplotlib-0.1.0 → frenchplotlib-0.3.0}/frenchplotlib/assets/nous/mathis.svg +0 -0
  23. {frenchplotlib-0.1.0 → frenchplotlib-0.3.0}/frenchplotlib/assets/nous/moi.svg +0 -0
  24. {frenchplotlib-0.1.0 → frenchplotlib-0.3.0}/frenchplotlib/assets/pain_au_chocolat.svg +0 -0
  25. {frenchplotlib-0.1.0 → frenchplotlib-0.3.0}/frenchplotlib/assets/pain_de_mie.svg +0 -0
  26. {frenchplotlib-0.1.0 → frenchplotlib-0.3.0}/frenchplotlib/assets/pita.svg +0 -0
  27. {frenchplotlib-0.1.0 → frenchplotlib-0.3.0}/frenchplotlib/assets/religieuse.svg +0 -0
  28. {frenchplotlib-0.1.0 → frenchplotlib-0.3.0}/frenchplotlib/assets/vin.svg +0 -0
  29. {frenchplotlib-0.1.0 → frenchplotlib-0.3.0}/frenchplotlib/baguetteplot.py +0 -0
  30. {frenchplotlib-0.1.0 → frenchplotlib-0.3.0}/frenchplotlib/converter.py +0 -0
  31. {frenchplotlib-0.1.0 → frenchplotlib-0.3.0}/frenchplotlib/dorures.py +0 -0
  32. {frenchplotlib-0.1.0 → frenchplotlib-0.3.0}/frenchplotlib.egg-info/dependency_links.txt +0 -0
  33. {frenchplotlib-0.1.0 → frenchplotlib-0.3.0}/frenchplotlib.egg-info/requires.txt +0 -0
  34. {frenchplotlib-0.1.0 → frenchplotlib-0.3.0}/frenchplotlib.egg-info/top_level.txt +0 -0
  35. {frenchplotlib-0.1.0 → frenchplotlib-0.3.0}/setup.cfg +0 -0
@@ -0,0 +1,212 @@
1
+ Metadata-Version: 2.4
2
+ Name: frenchplotlib
3
+ Version: 0.3.0
4
+ Summary: French-themed matplotlib markers and colormaps
5
+ Home-page: https://github.com/PhilZPhaZ/frenchplotlib
6
+ Author: philzphaz
7
+ Requires-Python: >=3.6
8
+ Description-Content-Type: text/markdown
9
+ Requires-Dist: matplotlib
10
+ Requires-Dist: numpy
11
+ Dynamic: author
12
+ Dynamic: home-page
13
+ Dynamic: requires-python
14
+
15
+ # 🥖 frenchplotlib
16
+
17
+ Une bibliothèque Python pour ajouter une touche française à vos visualisations matplotlib avec des marqueurs personnalisés et des palettes de couleurs inspirées de la France.
18
+
19
+ ## 📝 Description
20
+
21
+ **frenchplotlib** enrichit vos graphiques matplotlib avec :
22
+
23
+ - 🥐 **17 marqueurs personnalisés** en forme d'icônes françaises (baguette, croissant, vin, fromage, etc.)
24
+ - 🎨 **15 palettes de couleurs** inspirées de la culture française (tricolore, lavande de Provence, Bordeaux, etc.)
25
+
26
+ ## 🚀 Installation
27
+
28
+ ```bash
29
+ pip install frenchplotlib
30
+ ```
31
+
32
+ ## 📦 Prérequis
33
+
34
+ - Python >= 3.6
35
+ - matplotlib
36
+ - numpy
37
+
38
+ ## 💡 Utilisation
39
+
40
+ ### Marqueurs personnalisés
41
+
42
+ ```python
43
+ import matplotlib.pyplot as plt
44
+ import numpy as np
45
+ from frenchplotlib import baguetteplot
46
+
47
+ # Données d'exemple
48
+ x = np.linspace(-1, 1, 20)
49
+ y = np.sin(x)
50
+
51
+ # Utilisation d'un marqueur en forme de boule de pain
52
+ plt.figure(figsize=(10, 6))
53
+ plt.scatter(x, y, marker=baguetteplot.boule, s=500)
54
+ plt.title("Graphique avec marqueur français")
55
+ plt.show()
56
+ ```
57
+
58
+ ### Palettes de couleurs
59
+
60
+ ```python
61
+ import matplotlib.pyplot as plt
62
+ import numpy as np
63
+ from frenchplotlib import baguetteplot, dorures
64
+
65
+ # Données d'exemple
66
+ x = np.linspace(-1, 1, 20)
67
+ y = np.sin(x)
68
+
69
+ # Combinaison marqueur + palette de couleurs
70
+ plt.figure(figsize=(12, 6))
71
+ plt.scatter(x, y, c=y, marker=baguetteplot.boule, s=1000, cmap=dorures.escargot_persil)
72
+ plt.colorbar(label='Valeurs')
73
+ plt.title("Visualisation à la française")
74
+ plt.show()
75
+ ```
76
+
77
+ ## 🥐 Marqueurs disponibles (baguetteplot)
78
+
79
+ - `baguette` - Une baguette traditionnelle
80
+ - `pain_de_mie` - Pain de mie
81
+ - `croissant` - Croissant doré
82
+ - `pain_au_chocolat` - Pain au chocolat (ou chocolatine 😉)
83
+ - `boule` - Boule de pain
84
+ - `brioche` - Brioche dorée
85
+ - `bretzel` - Bretzel alsacien
86
+ - `fougasse` - Fougasse provençale
87
+ - `pita` - Pain pita
88
+ - `vin` - Verre de vin
89
+ - `fromage` - Morceau de fromage
90
+ - `eclair` - Éclair au chocolat
91
+ - `macaron` - Macaron parisien
92
+ - `camembert` - Camembert de Normandie
93
+ - `madeleine` - Madeleine de Proust
94
+ - `religieuse` - Religieuse au chocolat
95
+ - `escargot` - Escargot de Bourgogne
96
+
97
+ ## 🎨 Palettes de couleurs (dorures)
98
+
99
+ ### Palettes gourmandes
100
+
101
+ - `pain_dore` - Du blanc crème au brun doré
102
+ - `baguette_bien_cuite` - Dégradé de cuisson parfaite
103
+ - `croissant_beurre` - Or brillant et miel
104
+ - `fromage` - Palette des fromages français
105
+ - `macaron` - Couleurs pastel gourmandes
106
+
107
+ ### Palettes régionales
108
+
109
+ - `tricolore` - Drapeau français (bleu, blanc, rouge)
110
+ - `lavande` - Lavande de Provence
111
+ - `cote_azur` - Mer et ciel méditerranéens
112
+ - `bourgogne` - Couleurs d'automne bourguignonnes
113
+ - `versailles` - Or et splendeur royale
114
+
115
+ ### Palettes viticoles
116
+
117
+ - `bordeaux` - Du rosé au rouge profond
118
+ - `champagne` - Pétillant et doré
119
+
120
+ ### Palettes spéciales
121
+
122
+ - `escargot_persil` - Marron gris-vert
123
+ - `french_kiss` - Rouge passionnel
124
+ - `je_m_en_fous` - Gris perle élégant
125
+
126
+ ## 📊 Exemples avancés
127
+
128
+ ### Graphique multi-marqueurs
129
+
130
+ ```python
131
+ import matplotlib.pyplot as plt
132
+ import numpy as np
133
+ from frenchplotlib import baguetteplot, dorures
134
+
135
+ fig, ax = plt.subplots(figsize=(12, 8))
136
+
137
+ # Différents marqueurs
138
+ marqueurs = [baguetteplot.croissant, baguetteplot.vin, baguetteplot.fromage, baguetteplot.macaron]
139
+ couleurs = ['#FFD700', '#8B0000', '#F5DEB3', '#FFB6C1']
140
+ labels = ['Croissant', 'Vin', 'Fromage', 'Macaron']
141
+
142
+ for i, (marker, color, label) in enumerate(zip(marqueurs, couleurs, labels)):
143
+ x = np.random.randn(10) + i*2
144
+ y = np.random.randn(10) + i
145
+ ax.scatter(x, y, marker=marker, s=800, c=color, label=label, alpha=0.7)
146
+
147
+ ax.legend(loc='best')
148
+ ax.set_title('Les délices de France', fontsize=16)
149
+ plt.show()
150
+ ```
151
+
152
+ ### Heatmap avec palette française
153
+
154
+ ```python
155
+ import matplotlib.pyplot as plt
156
+ import numpy as np
157
+ from frenchplotlib import dorures
158
+
159
+ # Données aléatoires
160
+ data = np.random.rand(10, 10)
161
+
162
+ plt.figure(figsize=(10, 8))
163
+ plt.imshow(data, cmap=dorures.tricolore, aspect='auto')
164
+ plt.colorbar(label='Intensité')
165
+ plt.title('Heatmap tricolore')
166
+ plt.show()
167
+ ```
168
+
169
+ ## 🛠️ Développement
170
+
171
+ ### Installation en mode développement
172
+
173
+ ```bash
174
+ git clone https://github.com/PhilZPhaZ/frenchplotlib.git
175
+ cd frenchplotlib
176
+ pip install -e .
177
+ ```
178
+
179
+ ### Structure du projet
180
+
181
+ ```
182
+ frenchplotlib/
183
+ ├── frenchplotlib/
184
+ │ ├── __init__.py
185
+ │ ├── baguetteplot.py # Marqueurs personnalisés
186
+ │ └── dorures.py # Palettes de couleurs
187
+ ├── main.py # Exemple d'utilisation
188
+ ├── setup.py
189
+ ├── pyproject.toml
190
+ └── README.md
191
+ ```
192
+
193
+ ## 📄 Licence
194
+
195
+ Ce projet est sous licence MIT.
196
+
197
+ ## 🤝 Contribution
198
+
199
+ Les contributions sont les bienvenues ! N'hésitez pas à :
200
+
201
+ - Signaler des bugs
202
+ - Proposer de nouvelles fonctionnalités
203
+ - Ajouter de nouveaux marqueurs ou palettes
204
+ - Améliorer la documentation
205
+
206
+ ## 🙏 Remerciements
207
+
208
+ Merci à matplotlib pour son excellente bibliothèque de visualisation qui rend tout cela possible.
209
+
210
+ ---
211
+
212
+ *Créé avec ❤️ et 🥖 en France*
@@ -0,0 +1,198 @@
1
+ # 🥖 frenchplotlib
2
+
3
+ Une bibliothèque Python pour ajouter une touche française à vos visualisations matplotlib avec des marqueurs personnalisés et des palettes de couleurs inspirées de la France.
4
+
5
+ ## 📝 Description
6
+
7
+ **frenchplotlib** enrichit vos graphiques matplotlib avec :
8
+
9
+ - 🥐 **17 marqueurs personnalisés** en forme d'icônes françaises (baguette, croissant, vin, fromage, etc.)
10
+ - 🎨 **15 palettes de couleurs** inspirées de la culture française (tricolore, lavande de Provence, Bordeaux, etc.)
11
+
12
+ ## 🚀 Installation
13
+
14
+ ```bash
15
+ pip install frenchplotlib
16
+ ```
17
+
18
+ ## 📦 Prérequis
19
+
20
+ - Python >= 3.6
21
+ - matplotlib
22
+ - numpy
23
+
24
+ ## 💡 Utilisation
25
+
26
+ ### Marqueurs personnalisés
27
+
28
+ ```python
29
+ import matplotlib.pyplot as plt
30
+ import numpy as np
31
+ from frenchplotlib import baguetteplot
32
+
33
+ # Données d'exemple
34
+ x = np.linspace(-1, 1, 20)
35
+ y = np.sin(x)
36
+
37
+ # Utilisation d'un marqueur en forme de boule de pain
38
+ plt.figure(figsize=(10, 6))
39
+ plt.scatter(x, y, marker=baguetteplot.boule, s=500)
40
+ plt.title("Graphique avec marqueur français")
41
+ plt.show()
42
+ ```
43
+
44
+ ### Palettes de couleurs
45
+
46
+ ```python
47
+ import matplotlib.pyplot as plt
48
+ import numpy as np
49
+ from frenchplotlib import baguetteplot, dorures
50
+
51
+ # Données d'exemple
52
+ x = np.linspace(-1, 1, 20)
53
+ y = np.sin(x)
54
+
55
+ # Combinaison marqueur + palette de couleurs
56
+ plt.figure(figsize=(12, 6))
57
+ plt.scatter(x, y, c=y, marker=baguetteplot.boule, s=1000, cmap=dorures.escargot_persil)
58
+ plt.colorbar(label='Valeurs')
59
+ plt.title("Visualisation à la française")
60
+ plt.show()
61
+ ```
62
+
63
+ ## 🥐 Marqueurs disponibles (baguetteplot)
64
+
65
+ - `baguette` - Une baguette traditionnelle
66
+ - `pain_de_mie` - Pain de mie
67
+ - `croissant` - Croissant doré
68
+ - `pain_au_chocolat` - Pain au chocolat (ou chocolatine 😉)
69
+ - `boule` - Boule de pain
70
+ - `brioche` - Brioche dorée
71
+ - `bretzel` - Bretzel alsacien
72
+ - `fougasse` - Fougasse provençale
73
+ - `pita` - Pain pita
74
+ - `vin` - Verre de vin
75
+ - `fromage` - Morceau de fromage
76
+ - `eclair` - Éclair au chocolat
77
+ - `macaron` - Macaron parisien
78
+ - `camembert` - Camembert de Normandie
79
+ - `madeleine` - Madeleine de Proust
80
+ - `religieuse` - Religieuse au chocolat
81
+ - `escargot` - Escargot de Bourgogne
82
+
83
+ ## 🎨 Palettes de couleurs (dorures)
84
+
85
+ ### Palettes gourmandes
86
+
87
+ - `pain_dore` - Du blanc crème au brun doré
88
+ - `baguette_bien_cuite` - Dégradé de cuisson parfaite
89
+ - `croissant_beurre` - Or brillant et miel
90
+ - `fromage` - Palette des fromages français
91
+ - `macaron` - Couleurs pastel gourmandes
92
+
93
+ ### Palettes régionales
94
+
95
+ - `tricolore` - Drapeau français (bleu, blanc, rouge)
96
+ - `lavande` - Lavande de Provence
97
+ - `cote_azur` - Mer et ciel méditerranéens
98
+ - `bourgogne` - Couleurs d'automne bourguignonnes
99
+ - `versailles` - Or et splendeur royale
100
+
101
+ ### Palettes viticoles
102
+
103
+ - `bordeaux` - Du rosé au rouge profond
104
+ - `champagne` - Pétillant et doré
105
+
106
+ ### Palettes spéciales
107
+
108
+ - `escargot_persil` - Marron gris-vert
109
+ - `french_kiss` - Rouge passionnel
110
+ - `je_m_en_fous` - Gris perle élégant
111
+
112
+ ## 📊 Exemples avancés
113
+
114
+ ### Graphique multi-marqueurs
115
+
116
+ ```python
117
+ import matplotlib.pyplot as plt
118
+ import numpy as np
119
+ from frenchplotlib import baguetteplot, dorures
120
+
121
+ fig, ax = plt.subplots(figsize=(12, 8))
122
+
123
+ # Différents marqueurs
124
+ marqueurs = [baguetteplot.croissant, baguetteplot.vin, baguetteplot.fromage, baguetteplot.macaron]
125
+ couleurs = ['#FFD700', '#8B0000', '#F5DEB3', '#FFB6C1']
126
+ labels = ['Croissant', 'Vin', 'Fromage', 'Macaron']
127
+
128
+ for i, (marker, color, label) in enumerate(zip(marqueurs, couleurs, labels)):
129
+ x = np.random.randn(10) + i*2
130
+ y = np.random.randn(10) + i
131
+ ax.scatter(x, y, marker=marker, s=800, c=color, label=label, alpha=0.7)
132
+
133
+ ax.legend(loc='best')
134
+ ax.set_title('Les délices de France', fontsize=16)
135
+ plt.show()
136
+ ```
137
+
138
+ ### Heatmap avec palette française
139
+
140
+ ```python
141
+ import matplotlib.pyplot as plt
142
+ import numpy as np
143
+ from frenchplotlib import dorures
144
+
145
+ # Données aléatoires
146
+ data = np.random.rand(10, 10)
147
+
148
+ plt.figure(figsize=(10, 8))
149
+ plt.imshow(data, cmap=dorures.tricolore, aspect='auto')
150
+ plt.colorbar(label='Intensité')
151
+ plt.title('Heatmap tricolore')
152
+ plt.show()
153
+ ```
154
+
155
+ ## 🛠️ Développement
156
+
157
+ ### Installation en mode développement
158
+
159
+ ```bash
160
+ git clone https://github.com/PhilZPhaZ/frenchplotlib.git
161
+ cd frenchplotlib
162
+ pip install -e .
163
+ ```
164
+
165
+ ### Structure du projet
166
+
167
+ ```
168
+ frenchplotlib/
169
+ ├── frenchplotlib/
170
+ │ ├── __init__.py
171
+ │ ├── baguetteplot.py # Marqueurs personnalisés
172
+ │ └── dorures.py # Palettes de couleurs
173
+ ├── main.py # Exemple d'utilisation
174
+ ├── setup.py
175
+ ├── pyproject.toml
176
+ └── README.md
177
+ ```
178
+
179
+ ## 📄 Licence
180
+
181
+ Ce projet est sous licence MIT.
182
+
183
+ ## 🤝 Contribution
184
+
185
+ Les contributions sont les bienvenues ! N'hésitez pas à :
186
+
187
+ - Signaler des bugs
188
+ - Proposer de nouvelles fonctionnalités
189
+ - Ajouter de nouveaux marqueurs ou palettes
190
+ - Améliorer la documentation
191
+
192
+ ## 🙏 Remerciements
193
+
194
+ Merci à matplotlib pour son excellente bibliothèque de visualisation qui rend tout cela possible.
195
+
196
+ ---
197
+
198
+ *Créé avec ❤️ et 🥖 en France*
@@ -0,0 +1,212 @@
1
+ Metadata-Version: 2.4
2
+ Name: frenchplotlib
3
+ Version: 0.3.0
4
+ Summary: French-themed matplotlib markers and colormaps
5
+ Home-page: https://github.com/PhilZPhaZ/frenchplotlib
6
+ Author: philzphaz
7
+ Requires-Python: >=3.6
8
+ Description-Content-Type: text/markdown
9
+ Requires-Dist: matplotlib
10
+ Requires-Dist: numpy
11
+ Dynamic: author
12
+ Dynamic: home-page
13
+ Dynamic: requires-python
14
+
15
+ # 🥖 frenchplotlib
16
+
17
+ Une bibliothèque Python pour ajouter une touche française à vos visualisations matplotlib avec des marqueurs personnalisés et des palettes de couleurs inspirées de la France.
18
+
19
+ ## 📝 Description
20
+
21
+ **frenchplotlib** enrichit vos graphiques matplotlib avec :
22
+
23
+ - 🥐 **17 marqueurs personnalisés** en forme d'icônes françaises (baguette, croissant, vin, fromage, etc.)
24
+ - 🎨 **15 palettes de couleurs** inspirées de la culture française (tricolore, lavande de Provence, Bordeaux, etc.)
25
+
26
+ ## 🚀 Installation
27
+
28
+ ```bash
29
+ pip install frenchplotlib
30
+ ```
31
+
32
+ ## 📦 Prérequis
33
+
34
+ - Python >= 3.6
35
+ - matplotlib
36
+ - numpy
37
+
38
+ ## 💡 Utilisation
39
+
40
+ ### Marqueurs personnalisés
41
+
42
+ ```python
43
+ import matplotlib.pyplot as plt
44
+ import numpy as np
45
+ from frenchplotlib import baguetteplot
46
+
47
+ # Données d'exemple
48
+ x = np.linspace(-1, 1, 20)
49
+ y = np.sin(x)
50
+
51
+ # Utilisation d'un marqueur en forme de boule de pain
52
+ plt.figure(figsize=(10, 6))
53
+ plt.scatter(x, y, marker=baguetteplot.boule, s=500)
54
+ plt.title("Graphique avec marqueur français")
55
+ plt.show()
56
+ ```
57
+
58
+ ### Palettes de couleurs
59
+
60
+ ```python
61
+ import matplotlib.pyplot as plt
62
+ import numpy as np
63
+ from frenchplotlib import baguetteplot, dorures
64
+
65
+ # Données d'exemple
66
+ x = np.linspace(-1, 1, 20)
67
+ y = np.sin(x)
68
+
69
+ # Combinaison marqueur + palette de couleurs
70
+ plt.figure(figsize=(12, 6))
71
+ plt.scatter(x, y, c=y, marker=baguetteplot.boule, s=1000, cmap=dorures.escargot_persil)
72
+ plt.colorbar(label='Valeurs')
73
+ plt.title("Visualisation à la française")
74
+ plt.show()
75
+ ```
76
+
77
+ ## 🥐 Marqueurs disponibles (baguetteplot)
78
+
79
+ - `baguette` - Une baguette traditionnelle
80
+ - `pain_de_mie` - Pain de mie
81
+ - `croissant` - Croissant doré
82
+ - `pain_au_chocolat` - Pain au chocolat (ou chocolatine 😉)
83
+ - `boule` - Boule de pain
84
+ - `brioche` - Brioche dorée
85
+ - `bretzel` - Bretzel alsacien
86
+ - `fougasse` - Fougasse provençale
87
+ - `pita` - Pain pita
88
+ - `vin` - Verre de vin
89
+ - `fromage` - Morceau de fromage
90
+ - `eclair` - Éclair au chocolat
91
+ - `macaron` - Macaron parisien
92
+ - `camembert` - Camembert de Normandie
93
+ - `madeleine` - Madeleine de Proust
94
+ - `religieuse` - Religieuse au chocolat
95
+ - `escargot` - Escargot de Bourgogne
96
+
97
+ ## 🎨 Palettes de couleurs (dorures)
98
+
99
+ ### Palettes gourmandes
100
+
101
+ - `pain_dore` - Du blanc crème au brun doré
102
+ - `baguette_bien_cuite` - Dégradé de cuisson parfaite
103
+ - `croissant_beurre` - Or brillant et miel
104
+ - `fromage` - Palette des fromages français
105
+ - `macaron` - Couleurs pastel gourmandes
106
+
107
+ ### Palettes régionales
108
+
109
+ - `tricolore` - Drapeau français (bleu, blanc, rouge)
110
+ - `lavande` - Lavande de Provence
111
+ - `cote_azur` - Mer et ciel méditerranéens
112
+ - `bourgogne` - Couleurs d'automne bourguignonnes
113
+ - `versailles` - Or et splendeur royale
114
+
115
+ ### Palettes viticoles
116
+
117
+ - `bordeaux` - Du rosé au rouge profond
118
+ - `champagne` - Pétillant et doré
119
+
120
+ ### Palettes spéciales
121
+
122
+ - `escargot_persil` - Marron gris-vert
123
+ - `french_kiss` - Rouge passionnel
124
+ - `je_m_en_fous` - Gris perle élégant
125
+
126
+ ## 📊 Exemples avancés
127
+
128
+ ### Graphique multi-marqueurs
129
+
130
+ ```python
131
+ import matplotlib.pyplot as plt
132
+ import numpy as np
133
+ from frenchplotlib import baguetteplot, dorures
134
+
135
+ fig, ax = plt.subplots(figsize=(12, 8))
136
+
137
+ # Différents marqueurs
138
+ marqueurs = [baguetteplot.croissant, baguetteplot.vin, baguetteplot.fromage, baguetteplot.macaron]
139
+ couleurs = ['#FFD700', '#8B0000', '#F5DEB3', '#FFB6C1']
140
+ labels = ['Croissant', 'Vin', 'Fromage', 'Macaron']
141
+
142
+ for i, (marker, color, label) in enumerate(zip(marqueurs, couleurs, labels)):
143
+ x = np.random.randn(10) + i*2
144
+ y = np.random.randn(10) + i
145
+ ax.scatter(x, y, marker=marker, s=800, c=color, label=label, alpha=0.7)
146
+
147
+ ax.legend(loc='best')
148
+ ax.set_title('Les délices de France', fontsize=16)
149
+ plt.show()
150
+ ```
151
+
152
+ ### Heatmap avec palette française
153
+
154
+ ```python
155
+ import matplotlib.pyplot as plt
156
+ import numpy as np
157
+ from frenchplotlib import dorures
158
+
159
+ # Données aléatoires
160
+ data = np.random.rand(10, 10)
161
+
162
+ plt.figure(figsize=(10, 8))
163
+ plt.imshow(data, cmap=dorures.tricolore, aspect='auto')
164
+ plt.colorbar(label='Intensité')
165
+ plt.title('Heatmap tricolore')
166
+ plt.show()
167
+ ```
168
+
169
+ ## 🛠️ Développement
170
+
171
+ ### Installation en mode développement
172
+
173
+ ```bash
174
+ git clone https://github.com/PhilZPhaZ/frenchplotlib.git
175
+ cd frenchplotlib
176
+ pip install -e .
177
+ ```
178
+
179
+ ### Structure du projet
180
+
181
+ ```
182
+ frenchplotlib/
183
+ ├── frenchplotlib/
184
+ │ ├── __init__.py
185
+ │ ├── baguetteplot.py # Marqueurs personnalisés
186
+ │ └── dorures.py # Palettes de couleurs
187
+ ├── main.py # Exemple d'utilisation
188
+ ├── setup.py
189
+ ├── pyproject.toml
190
+ └── README.md
191
+ ```
192
+
193
+ ## 📄 Licence
194
+
195
+ Ce projet est sous licence MIT.
196
+
197
+ ## 🤝 Contribution
198
+
199
+ Les contributions sont les bienvenues ! N'hésitez pas à :
200
+
201
+ - Signaler des bugs
202
+ - Proposer de nouvelles fonctionnalités
203
+ - Ajouter de nouveaux marqueurs ou palettes
204
+ - Améliorer la documentation
205
+
206
+ ## 🙏 Remerciements
207
+
208
+ Merci à matplotlib pour son excellente bibliothèque de visualisation qui rend tout cela possible.
209
+
210
+ ---
211
+
212
+ *Créé avec ❤️ et 🥖 en France*
@@ -1,3 +1,4 @@
1
+ README.md
1
2
  pyproject.toml
2
3
  setup.py
3
4
  frenchplotlib/__init__.py
@@ -4,8 +4,9 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "frenchplotlib"
7
- version = "0.1.0"
7
+ version = "0.3.0"
8
8
  description = "French-themed matplotlib markers and colormaps"
9
+ readme = { file = "README.md", content-type = "text/markdown" }
9
10
  requires-python = ">=3.6"
10
11
  dependencies = [
11
12
  "matplotlib",
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="frenchplotlib",
5
- version="0.1.0",
5
+ version="0.3.0",
6
6
  description="French-themed matplotlib markers and colormaps",
7
7
  author="philzphaz",
8
8
  url="https://github.com/PhilZPhaZ/frenchplotlib",
@@ -1,12 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: frenchplotlib
3
- Version: 0.1.0
4
- Summary: French-themed matplotlib markers and colormaps
5
- Home-page: https://github.com/PhilZPhaZ/frenchplotlib
6
- Author: philzphaz
7
- Requires-Python: >=3.6
8
- Requires-Dist: matplotlib
9
- Requires-Dist: numpy
10
- Dynamic: author
11
- Dynamic: home-page
12
- Dynamic: requires-python
@@ -1,12 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: frenchplotlib
3
- Version: 0.1.0
4
- Summary: French-themed matplotlib markers and colormaps
5
- Home-page: https://github.com/PhilZPhaZ/frenchplotlib
6
- Author: philzphaz
7
- Requires-Python: >=3.6
8
- Requires-Dist: matplotlib
9
- Requires-Dist: numpy
10
- Dynamic: author
11
- Dynamic: home-page
12
- Dynamic: requires-python
File without changes