2025-10-11T14:58:33-0400
Python>=3.13 CLI for analyzing astrological partner chart data.
output/ directory.# build from source
curl -LO https://beguine.nekoweb.org/src/synastry-0.1.0.tar.gz
tar -xf synastry-0.1.0.tar.gz && cd synastry-0.1.0
uv sync
uv run synastry <csvfile> --title "test"
<csvfile> – input CSV file with columns ['asc', 'sun', 'moon', 'partner sun', 'partner house']--title – optional argument to set a custom title for the figure and stdoutoutput files are saved in output/:
data_YYYYMMDD-HHMMSS.csvdata_YYYYMMDD-HHMMSS.xlsxfigure_YYYYMMDD-HHMMSS.png.
├── LICENSE
├── PKG-INFO
├── README.md
├── pyproject.toml
├── setup.cfg
├── synastry
│ └── main.py
└── synastry.egg-info
├── PKG-INFO
├── SOURCES.txt
├── dependency_links.txt
├── entry_points.txt
├── requires.txt
└── top_level.txt