@@ -40,6 +40,7 @@ Built on Swiss Ephemeris for NASA-grade astronomical accuracy, Stellium brings p
4040- ** Sect-aware calculations** with proper day/night chart handling
4141- ** 25+ Arabic Parts** with traditional formulas
4242- ** Essential & accidental dignity scoring** for both traditional and modern rulerships
43+ - ** Chart rulership and profections** for traditional astrology
4344- ** Aspect pattern detection** - Grand Trines, T-Squares, Yods, Stelliums, and more
4445- ** Beautiful visualizations** with professional SVG chart rendering and 13 themes
4546- ** Notable births database** for quick exploration and learning
@@ -522,6 +523,7 @@ The `/examples` directory contains comprehensive, runnable cookbooks:
522523| ** [ comparison_cookbook.py] ( examples/comparison_cookbook.py ) ** | 13 examples: synastry, transits, bi-wheels, compatibility |
523524| ** [ returns_cookbook.py] ( examples/returns_cookbook.py ) ** | 14 examples: returns (solar, lunar, planetary), relocations |
524525| ** [ progressions_cookbook.py] ( examples/progressions_cookbook.py ) ** | 15 examples: set by date, current date or age; various angle progression methods |
526+ | ** [ profections_cookbook.py] ( examples/profections_cookbook.py ) ** | 24 examples: annual, monthly profections for multiple points |
525527
526528``` bash
527529# Run any cookbook
@@ -530,6 +532,7 @@ python examples/report_cookbook.py
530532python examples/comparison_cookbook.py
531533python examples/returns_cookbook.py
532534python examples/progressions_cookbook.py
535+ python examples/profections_cookbook.py
533536```
534537
535538### User Guides
0 commit comments