A minimal and configurable astrology CLI
Project description
ephem is a linux-native cli for astrologers, built on hellenistic tradition with electional and horary practice in mind. it generates horoscopes and monthly ephemerides with professional accuracy, and stores time and geodata in a local database that can be edited as YAML files.
currently supports:
- all 47 sidereal offsets from the Swiss Ephemeris
- the sun, moon, and eight planets (mercury–pluto)
- the part of fortune
- choice of lunar node calculation method
- clear table output for charts and ephemerides
- graceful handling of incomplete data
deliberately out of scope:
- house cusps and placements
- graphical charts
- asteroids
table of contents
installation
build dependencies
because pysweph wraps the Swiss Ephemeris C library, you'll need to run the following:
- debian-based:
sudo update && sudo apt install build-essential python3-dev pipx - fedora/rhel:
sudo dnf install @development-tools python3-devel pipx - arch:
sudo pacman -Syu base-devel python python-pipx - alpine:
doas apk add base python3-dev pipx
note: if you use uv, feel free to exclude pipx.
stable
the stable release of ephem can be installed directly from pypi:
global installation
# using pipx
pipx install ephem-cli
# using uv
uv tool install ephem-cli
run directly
# run directly without installing
uvx --from ephem-cli ephem
build from source
git clone https://codeberg.org/sailorfe/ephem.git
cd ephem
uv run ephem # run directly
# or
uv sync && uv run ephem # for development
testing
you can install the current pre-release from codeberg:
# run pre-release directly from codeberg
uvx --from https://codeberg.org/sailorfe/ephem ephem-cli
# or install pre-release
uv tool install ephem-cli \
--index https://codeberg.org/api/packages/sailorfe/pypi/simple/ \
--prerelease allow
usage
ephem {now,cast,cal,data}
nowandcastto calculate and optionally save chartscalto calculate monthly ephemeridesdatato interact with chart database
examples
get a chart for right now:
ephem now
save your location to avoid typing coordinates every time:
ephem now -y 30 -x -80 --save-config
cast a chart for a specific date and time:
ephem cast 1998-08-26 17:20 "Jeon Soyeon" -z Asia/Seoul -y 37.488167 -x 127.085472
get a monthly ephemeris:
ephem cal 1989 dec
tutorial
for more detailed examples, see the ephem tutorial. (i think it's pretty good.)
testing
ephem has a test suite. run it with:
make test
these tests currently focus on CLI behavior and database interactions since core calculations are handled by the Swiss Ephemeris library. more tests are planned as the project grows!
contributing
ephem is in early development. contributions are welcome, especially from developers with experience in astrology software, but what it really needs at this stage is testers. join the humble discord server!
acknowledgments
ephem draws inspiration from:
- Swiss Ephemeris and Astro.com
- Astrolog by Walter Pullen
- Planetdance by Jean Cremers
- The American Ephemeris by Neil F. Michelsen and Rique Pottenger
- Astrological Chart Calculations by Bruce Scofield
license
licensed under AGPL v3 per the Swiss Ephemeris; see LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ephem_cli-2.1.0.tar.gz.
File metadata
- Download URL: ephem_cli-2.1.0.tar.gz
- Upload date:
- Size: 506.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d68609f840d701a604a484d4d0a02964c191082b88b23ea4b93acc3072adaf5b
|
|
| MD5 |
76f4b9e2a2d45b99e13a96eb5e05c925
|
|
| BLAKE2b-256 |
eb8194b371d0f4d500023fa91fa88434c2c46b0a9da2e63a83934ef7178c8f80
|
File details
Details for the file ephem_cli-2.1.0-py3-none-any.whl.
File metadata
- Download URL: ephem_cli-2.1.0-py3-none-any.whl
- Upload date:
- Size: 40.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa8bf9818cda9d5735daf75371e44a577bce3f2d824391651927e8970425de41
|
|
| MD5 |
807e64c029bf5233ad10f9c44e560924
|
|
| BLAKE2b-256 |
64935e12f3546a71b4d6dacaaf157016d0c560615b23976c06bdb6977319ec6e
|