Calculations for traditional Western astrology.
- Astrological houses using a wide range of systems.
- Sensitive points.
- Aspects and stelliums.
- A wide range of charts [TBD].
Create virtual environment for Python3.12 or later and activate it.
On Linux:
$ python3.12 -m venv .venv
$ . ./venv/bin/activate
For details see Create and Use Virtual Environments.
$ pip install .
Or, for development mode:
$ pip install -e '.[dev]'
See tests/ and examples/ for usage examples.
From the project root directory:
$ pytest tests