Metadata-Version: 2.4
Name: pyphemeris
Version: 0.2.9
Summary: a command line ephemeris and astrological calculation program. It is essentially documentation for how to use libaditya.
Project-URL: Homepage, https://gitlab.com/j0sh4rp3/pyphemeris
License-File: LICENSE
Requires-Python: >=3.13
Requires-Dist: libaditya
Description-Content-Type: text/markdown

# README

```pyphemeris``` is meant to serve as an easily readable documentation on how the
```libaditya``` astrological calculation library works. Each function in libaditya
itself is meant to return the requested data in a way that can then be presented in some
way. Built into most ```libaditya``` classes are functions to represent themselves as
text through repr (__repr__) and ```print```, i.e., through ```__str__```.
```pyphemeris``` makes use of these in order to print the requested data to ```stdout```.



## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [Configuration](#configuration)
- [Options](#options)

## Installtion

```pyphemeris``` exists as a package on pypi.org, so you can install it anyway that such
packages can be installed.

After installation, you should be able to run it by using ```pyphemeris```.
