Skip to content

ilbagatto/py-astrologer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Calculations for traditional Western astrology

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages