Metadata-Version: 2.4
Name: ascendant
Version: 1.0.0
Summary: a small astrology CLI that prints the current local ascendant within the tropical zodiac
Author-email: sailorfe <sailorf@proton.me>
License-Expression: AGPL-3.0-or-later
Project-URL: Repository, https://codeberg.org/sailorfe/asc
Keywords: astrology,horoscope
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Religion
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Religion
Requires-Python: >=3.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyswisseph
Dynamic: license-file

# asc

**asc** is a small CLI that prints the current point of the ascendant within the tropical zodiac using either the user's public IP address or given geographic coordinates, useful for electional astrology. pairs nicely with [ephem](https://codeberg.org/sailorfe/ephem).

## usage

```
usage: asc [-h] [-g] [--save-config] [--show-config] [latitude] [longitude]

Calculate current tropical ascendant using coordinates from args or config file.

positional arguments:
  latitude       latitude (positive for north, negative for south)
  longitude      longitude (positive for east, negative for west)

options:
  -h, --help     show this help message and exit
  -g, --glyphs   show sign glyphs instead of abbreviated names
  --save-config  save provided coordinates to config file
  --show-config  show current config file location and contents
```

## license

per the [swiss ephemeris](https://www.astro.com/swisseph/swephinfo_e.htm), this software is licensed under the AGPL 3.0.
