phi-complexity 0.1.2__tar.gz → 0.1.3__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 (21) hide show
  1. {phi_complexity-0.1.2 → phi_complexity-0.1.3}/PKG-INFO +1 -1
  2. {phi_complexity-0.1.2 → phi_complexity-0.1.3}/phi_complexity/cli.py +1 -1
  3. {phi_complexity-0.1.2 → phi_complexity-0.1.3}/phi_complexity/core.py +1 -1
  4. {phi_complexity-0.1.2 → phi_complexity-0.1.3}/phi_complexity.egg-info/PKG-INFO +1 -1
  5. {phi_complexity-0.1.2 → phi_complexity-0.1.3}/pyproject.toml +1 -1
  6. {phi_complexity-0.1.2 → phi_complexity-0.1.3}/LICENSE +0 -0
  7. {phi_complexity-0.1.2 → phi_complexity-0.1.3}/README.md +0 -0
  8. {phi_complexity-0.1.2 → phi_complexity-0.1.3}/phi_complexity/__init__.py +0 -0
  9. {phi_complexity-0.1.2 → phi_complexity-0.1.3}/phi_complexity/__main__.py +0 -0
  10. {phi_complexity-0.1.2 → phi_complexity-0.1.3}/phi_complexity/analyseur.py +0 -0
  11. {phi_complexity-0.1.2 → phi_complexity-0.1.3}/phi_complexity/metriques.py +0 -0
  12. {phi_complexity-0.1.2 → phi_complexity-0.1.3}/phi_complexity/rapport.py +0 -0
  13. {phi_complexity-0.1.2 → phi_complexity-0.1.3}/phi_complexity.egg-info/SOURCES.txt +0 -0
  14. {phi_complexity-0.1.2 → phi_complexity-0.1.3}/phi_complexity.egg-info/dependency_links.txt +0 -0
  15. {phi_complexity-0.1.2 → phi_complexity-0.1.3}/phi_complexity.egg-info/entry_points.txt +0 -0
  16. {phi_complexity-0.1.2 → phi_complexity-0.1.3}/phi_complexity.egg-info/top_level.txt +0 -0
  17. {phi_complexity-0.1.2 → phi_complexity-0.1.3}/setup.cfg +0 -0
  18. {phi_complexity-0.1.2 → phi_complexity-0.1.3}/tests/test_analyseur.py +0 -0
  19. {phi_complexity-0.1.2 → phi_complexity-0.1.3}/tests/test_cli.py +0 -0
  20. {phi_complexity-0.1.2 → phi_complexity-0.1.3}/tests/test_core.py +0 -0
  21. {phi_complexity-0.1.2 → phi_complexity-0.1.3}/tests/test_rapport.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: phi-complexity
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: Code quality metrics based on Golden Ratio (φ) mathematical invariants
5
5
  Author-email: Tomy Verreault <contact@phidelia.dev>
6
6
  License: MIT
@@ -144,7 +144,7 @@ def _executer_fund():
144
144
  la souveraineté des intelligences de demain.
145
145
 
146
146
  🚀 SOUTENIR : https://github.com/sponsors/spockoo
147
- ☕ BUY ME A COFFEE : https://www.buymeacoffee.com/spockoo
147
+ ☕ BUY ME A COFFEE : https://www.buymeacoffee.com/mardeux777a
148
148
  ◈ WEB : https://phidelia.dev
149
149
 
150
150
  Merci de participer à la SUTURE universelle. ✦
@@ -35,7 +35,7 @@ SEUIL_RADIANCE_DORMANT = 0
35
35
  SEQUENCE_FIBONACCI = [1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377]
36
36
  """Première séquence de Fibonacci. Tailles naturelles d'une fonction harmonieuse."""
37
37
 
38
- VERSION = "0.1.2"
38
+ VERSION = "0.1.3"
39
39
  AUTEUR = "Tomy Verreault"
40
40
  FRAMEWORK = "Morphic Phi Framework (φ-Meta)"
41
41
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: phi-complexity
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: Code quality metrics based on Golden Ratio (φ) mathematical invariants
5
5
  Author-email: Tomy Verreault <contact@phidelia.dev>
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "phi-complexity"
7
- version = "0.1.2"
7
+ version = "0.1.3"
8
8
  description = "Code quality metrics based on Golden Ratio (φ) mathematical invariants"
9
9
  readme = "README.md"
10
10
  license = {text = "MIT"}
File without changes
File without changes
File without changes