Metadata-Version: 2.4
Name: openeph
Version: 0.0.1
Summary: Open-source ephemeris engine for astronomy and astrology (namespace reserved; full release coming soon)
Project-URL: Homepage, https://github.com/openeph
Project-URL: Repository, https://github.com/openeph/openeph
Project-URL: Issues, https://github.com/openeph/openeph/issues
Author-email: openeph <pypi@openeph.com>
License-Expression: MIT
License-File: LICENSE
Keywords: astro,astrology,astronomy,ephemeris,horoscope,natal-chart,swiss-ephemeris
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Typing :: Typed
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# openeph

> Open-source ephemeris engine for astronomy and astrology.

This package is a **namespace placeholder**. The first functional release is in active development at [github.com/openeph](https://github.com/openeph).

## Roadmap

- Planetary positions (Sun through Pluto) computed without proprietary ephemeris files
- Aspect and house calculations for Western astrology
- Sidereal-zodiac variants, fixed-stars catalog
- Pure-Python implementation, no compiled dependencies

## Installation

```bash
pip install openeph
```

## CLI

```bash
openeph --version
```

Currently only `--version` is implemented; the full CLI ships with `0.1.0`.

## License

MIT © openeph
