Metadata-Version: 2.4
Name: xingpan-ephemeris
Version: 1.0.0
Summary: Swiss Ephemeris .se1 data files (1800-2400) for the xingpan astrology plugin
Project-URL: Homepage, https://github.com/aloistr/swisseph
Author-email: sam <sam@example.com>
License-Expression: AGPL-3.0
License-File: LICENSE
Keywords: .se1,astrology,ephemeris,swisseph,xingpan
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Religion
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# xingpan-ephemeris

Swiss Ephemeris `.se1` data files (covering 1800-2400 AD) bundled as a pip-installable
package for use with [pyswisseph](https://pypi.org/project/pyswisseph/).

## Why

The `pyswisseph` C extension does **not** ship the ~2 MB `.se1` data files
required for high-precision planetary/moon/asteroid calculations. This package
bundles them so a project can do:

```python
import swisseph as swe
import xingpan_ephemeris
swe.set_ephe_path(xingpan_ephemeris.get_ephe_path())
```

…and have a self-contained, network-free ephemeris setup.

## Data files

| File | Size | Contents |
|------|------|----------|
| `sepl_18.se1` | 473 KB | Main planets |
| `semo_18.se1` | 1.3 MB | Moon |
| `seas_18.se1` | 218 KB | Asteroids / stars |

## License

The Swiss Ephemeris is © Astrodienst AG, distributed under AGPL-3.0.
See [the upstream repository](https://github.com/aloistr/swisseph) for full terms.
