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.
- {phi_complexity-0.1.2 → phi_complexity-0.1.3}/PKG-INFO +1 -1
- {phi_complexity-0.1.2 → phi_complexity-0.1.3}/phi_complexity/cli.py +1 -1
- {phi_complexity-0.1.2 → phi_complexity-0.1.3}/phi_complexity/core.py +1 -1
- {phi_complexity-0.1.2 → phi_complexity-0.1.3}/phi_complexity.egg-info/PKG-INFO +1 -1
- {phi_complexity-0.1.2 → phi_complexity-0.1.3}/pyproject.toml +1 -1
- {phi_complexity-0.1.2 → phi_complexity-0.1.3}/LICENSE +0 -0
- {phi_complexity-0.1.2 → phi_complexity-0.1.3}/README.md +0 -0
- {phi_complexity-0.1.2 → phi_complexity-0.1.3}/phi_complexity/__init__.py +0 -0
- {phi_complexity-0.1.2 → phi_complexity-0.1.3}/phi_complexity/__main__.py +0 -0
- {phi_complexity-0.1.2 → phi_complexity-0.1.3}/phi_complexity/analyseur.py +0 -0
- {phi_complexity-0.1.2 → phi_complexity-0.1.3}/phi_complexity/metriques.py +0 -0
- {phi_complexity-0.1.2 → phi_complexity-0.1.3}/phi_complexity/rapport.py +0 -0
- {phi_complexity-0.1.2 → phi_complexity-0.1.3}/phi_complexity.egg-info/SOURCES.txt +0 -0
- {phi_complexity-0.1.2 → phi_complexity-0.1.3}/phi_complexity.egg-info/dependency_links.txt +0 -0
- {phi_complexity-0.1.2 → phi_complexity-0.1.3}/phi_complexity.egg-info/entry_points.txt +0 -0
- {phi_complexity-0.1.2 → phi_complexity-0.1.3}/phi_complexity.egg-info/top_level.txt +0 -0
- {phi_complexity-0.1.2 → phi_complexity-0.1.3}/setup.cfg +0 -0
- {phi_complexity-0.1.2 → phi_complexity-0.1.3}/tests/test_analyseur.py +0 -0
- {phi_complexity-0.1.2 → phi_complexity-0.1.3}/tests/test_cli.py +0 -0
- {phi_complexity-0.1.2 → phi_complexity-0.1.3}/tests/test_core.py +0 -0
- {phi_complexity-0.1.2 → phi_complexity-0.1.3}/tests/test_rapport.py +0 -0
|
@@ -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/
|
|
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.
|
|
38
|
+
VERSION = "0.1.3"
|
|
39
39
|
AUTEUR = "Tomy Verreault"
|
|
40
40
|
FRAMEWORK = "Morphic Phi Framework (φ-Meta)"
|
|
41
41
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|