Skip to content

Commit bb9a7c0

Browse files
author
PhoenixProject
committed
Mise à jour URLs, outils, instructions IA, indentation et workflows.
1 parent c95fc7a commit bb9a7c0

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

.env.example

66 Bytes
Binary file not shown.

.gitignore

285 Bytes
Binary file not shown.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pip install py-stats-toolkit==1.0.3
2525
### Installation depuis les sources
2626

2727
```bash
28-
git clone https://github.com/PhoenixGuardianTools/py-stats-toolkit.git
28+
git clone https://github.com/ThePhoenixAgency/py-stats-toolkit.git
2929
cd py-stats-toolkit
3030
pip install -e .
3131
```
@@ -128,7 +128,7 @@ Le projet utilise GitHub Actions pour l'automatisation :
128128

129129
- **🌐 [Site officiel](https://phoenixguardiantools.github.io/py-stats-toolkit/)** - Hébergé gratuitement sur GitHub Pages
130130
- [Documentation complète](https://py-stats-toolkit.readthedocs.io/)
131-
- [Exemples d'utilisation](https://github.com/PhoenixGuardianTools/py-stats-toolkit/tree/main/examples)
131+
- [Exemples d'utilisation](https://github.com/ThePhoenixAgency/py-stats-toolkit/tree/main/examples)
132132
- [Guide de contribution](CONTRIBUTING.md)
133133
- [Guide GitHub Pages](GITHUB_PAGES_GUIDE.md) - Comment avoir un domaine gratuit comme github.io
134134

@@ -208,14 +208,14 @@ Ce projet est sous licence MIT. Voir le fichier [LICENSE](LICENSE) pour plus de
208208
## 🔗 Liens Utiles
209209

210210
- [PyPI](https://pypi.org/project/py-stats-toolkit/)
211-
- [GitHub](https://github.com/PhoenixGuardianTools/py-stats-toolkit)
212-
- [Issues](https://github.com/PhoenixGuardianTools/py-stats-toolkit/issues)
213-
- [Releases](https://github.com/PhoenixGuardianTools/py-stats-toolkit/releases)
211+
- [GitHub](https://github.com/ThePhoenixAgency/py-stats-toolkit)
212+
- [Issues](https://github.com/ThePhoenixAgency/py-stats-toolkit/issues)
213+
- [Releases](https://github.com/ThePhoenixAgency/py-stats-toolkit/releases)
214214

215215
## 📞 Contact
216216

217217
- Email : autopublisher.ai@gmail.com
218-
- GitHub : [PhoenixGuardianTools](https://github.com/PhoenixGuardianTools)
218+
- GitHub : [ThePhoenixAgency](https://github.com/ThePhoenixAgency)
219219

220220
---
221221

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ dev = [
5151
]
5252

5353
[project.urls]
54-
Homepage = "https://github.com/PhoenixGuardianTools/py-stats-toolkit"
55-
Repository = "https://github.com/PhoenixGuardianTools/py-stats-toolkit.git"
54+
Homepage = "https://github.com/ThePhoenixAgency/py-stats-toolkit"
55+
Repository = "https://github.com/ThePhoenixAgency/py-stats-toolkit.git"
5656
Documentation = "https://py-stats-toolkit.readthedocs.io/"
57-
"Bug Tracker" = "https://github.com/PhoenixGuardianTools/py-stats-toolkit/issues"
57+
"Bug Tracker" = "https://github.com/ThePhoenixAgency/py-stats-toolkit/issues"
5858

5959
[tool.setuptools.packages.find]
6060
include = ["py_stats_toolkit*"]

release_and_publish.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def create_github_release():
4444
"""Crée une release GitHub via l'API"""
4545

4646
# Configuration
47-
repo_owner = "PhoenixGuardianTools"
47+
repo_owner = "ThePhoenixAgency"
4848
repo_name = "py-stats-toolkit"
4949
tag_name = "v1.0.4"
5050

@@ -93,7 +93,7 @@ def create_github_release():
9393
### 🔗 Liens
9494
- [Documentation](https://py-stats-toolkit.readthedocs.io/)
9595
- [PyPI](https://pypi.org/project/py-stats-toolkit/)
96-
- [Issues](https://github.com/PhoenixGuardianTools/py-stats-toolkit/issues)
96+
- [Issues](https://github.com/ThePhoenixAgency/py-stats-toolkit/issues)
9797
9898
---
9999
*Release créée automatiquement le {datetime.now().strftime('%Y-%m-%d %H:%M:%S')}*""",
@@ -166,7 +166,7 @@ def main():
166166
if not create_github_release():
167167
print("❌ Échec de la création de la release GitHub")
168168
print("\n💡 Pour créer la release manuellement:")
169-
print("1. Allez sur https://github.com/PhoenixGuardianTools/py-stats-toolkit/releases")
169+
print("1. Allez sur https://github.com/ThePhoenixAgency/py-stats-toolkit/releases")
170170
print("2. Cliquez sur 'Create a new release'")
171171
print("3. Sélectionnez le tag v1.0.2")
172172
print("4. Remplissez les informations et publiez")
@@ -182,9 +182,9 @@ def main():
182182
print("📤 La publication sur PyPI est terminée.")
183183
print("⏱️ Cela peut prendre quelques minutes pour apparaître sur PyPI...")
184184
print("\n🔗 Liens utiles:")
185-
print("- Release GitHub: https://github.com/PhoenixGuardianTools/py-stats-toolkit/releases")
185+
print("- Release GitHub: https://github.com/ThePhoenixAgency/py-stats-toolkit/releases")
186186
print("- PyPI: https://pypi.org/project/py-stats-toolkit/")
187-
print("- Actions: https://github.com/PhoenixGuardianTools/py-stats-toolkit/actions")
187+
print("- Actions: https://github.com/ThePhoenixAgency/py-stats-toolkit/actions")
188188

189189
return True
190190

0 commit comments

Comments
 (0)