Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.06 KB

File metadata and controls

61 lines (38 loc) · 1.06 KB

Astrologer

Calculations for traditional Western astrology.

Features

  • Astrological houses using a wide range of systems.
  • Sensitive points.
  • Aspects and stelliums.
  • A wide range of charts [TBD].

Installation

Virtual environment

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.

Install the package

$ pip install .

Or, for development mode:

$ pip install -e '.[dev]'

Usage

See tests/ and examples/ for usage examples.

Unit tests

From the project root directory:

$ pytest tests