Skip to main content

pysweph

pypi

[!CAUTION] This fork introduces breaking changes from pyswisseph. Refer to the Migration Guide for details.

Modern Python bindings for the Swiss Ephemeris, a high-precision astronomical computation library for astrology developed and maintained since 1997.

pysweph continues the work of pyswisseph with updated documentation, bug fixes, and ongoing community maintenance.

Background

In mid-2025, the documentation for pywisseph (https://astrorigin.com/pyswisseph) became inaccessible, and the maintainer has been unresponsive to issues and pull requests. This fork, pysweph, aims to keep the Python interface stable, documented, and installable for users who rely on it.

Versioning

This project follows the versioning scheme: <swe_major>.<swe_minor>.<swe_patch>.<wrapper_increment>

  • The first three numbers match the Swiss Ephemeris C library version, v2.10.03 (2022-09-09).
  • The fourth number increments for Python wrapper changes.

pysweph starts from pyswisseph==2.10.3.2 (2023-06-04). The first release of this fork is 2.10.3.3.

Upstream

pysweph links directly to the official Swiss Ephemeris C library maintained by Alois Treindl and Astrodienst.

pyswisseph included the author's auxiliary repositories (swephelp, sqlite3, and related utilities). These have been intentionally removed in pysweph to reduce complexity and depend only on the canonical Swiss Ephemeris source code.

Status

As of 2026-02-06, the test suite is deprecated due to calc and houses function patches.

Changes

Documentation

  • Rebuilt with Sphinx and MyST Markdown, hosted on GitHub Pages with continuous integration via GitHub Actions.
  • Generated API reference directly from pyswisseph.c docstrings with sphinx-autodoc.
  • Includes original tutorials and conceptual guides intended for both astrologers and developers.

C library parity

  • 2.10.3.3: Exposed string errors in swe.calc(), swe.calc_pctr(), swe.calc_ut(), and swe.deltat_ex().
  • 2.10.3.4: The swe_houses function family now returns house cusps as a 13 or 37-item tuple where index 0 is empty. This is a breaking change.

Installation

Install from PyPI: pip install pysweph

Build from source:

git clone https://github.com/sailorfe/pysweph.git
cd pysweph
python3 -m venv .venv
source .venv/bin/activate
pip install .

pysweph retains the same import name from pyswisseph:

import swisseph as swe

The documentation includes a detailed pyswisseph to pysweph Migration Guide for existing projects.

Credits

  • Alois Treindl, creator of the Swiss Ephemeris
  • Stanislas Marquis, author of the original Python bindings (pyswisseph)
  • sailorfe, maintainer of pysweph continuation

License

pysweph is work derived from the original release of the Astrodienst Swiss Ephemeris library. To use 'pysweph', the licensing conditions imposed by Astrodienst for Swiss Ephemeris must be fulfilled. A copy of the license file is found in libswe/LICENSE.

Release files for pysweph 2.10.3.6

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pysweph 2.10.3.6
File Size Uploaded
pysweph-2.10.3.6.tar.gz 974.7 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for pysweph 2.10.3.6
File
pysweph-2.10.3.6-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
pysweph-2.10.3.6-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
pysweph-2.10.3.6-cp313-cp313-musllinux_1_2_i686.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-32 Details
pysweph-2.10.3.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ x86-64 Details
pysweph-2.10.3.6-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
pysweph-2.10.3.6-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
pysweph-2.10.3.6-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
pysweph-2.10.3.6-cp312-cp312-musllinux_1_2_i686.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-32 Details
pysweph-2.10.3.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64 Details
pysweph-2.10.3.6-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
pysweph-2.10.3.6-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
pysweph-2.10.3.6-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
pysweph-2.10.3.6-cp311-cp311-musllinux_1_2_i686.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-32 Details
pysweph-2.10.3.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
pysweph-2.10.3.6-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
pysweph-2.10.3.6-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
pysweph-2.10.3.6-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
pysweph-2.10.3.6-cp310-cp310-musllinux_1_2_i686.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-32 Details
pysweph-2.10.3.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
pysweph-2.10.3.6-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
pysweph-2.10.3.6-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
pysweph-2.10.3.6-cp39-cp39-musllinux_1_2_x86_64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ x86-64 Details
pysweph-2.10.3.6-cp39-cp39-musllinux_1_2_i686.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ x86-32 Details
pysweph-2.10.3.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
pysweph-2.10.3.6-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
pysweph-2.10.3.6-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
pysweph-2.10.3.6-cp38-cp38-musllinux_1_2_x86_64.whl CPython 3.8 CPython 3.8 Linux musl 1.2+ x86-64 Details
pysweph-2.10.3.6-cp38-cp38-musllinux_1_2_i686.whl CPython 3.8 CPython 3.8 Linux musl 1.2+ x86-32 Details
pysweph-2.10.3.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-64 Details
pysweph-2.10.3.6-cp38-cp38-macosx_11_0_arm64.whl CPython 3.8 CPython 3.8 macOS 11.0+ ARM64 Details

Total release size: 20.5 MB

Release files / pysweph-2.10.3.6.tar.gz

Download URL pysweph-2.10.3.6.tar.gz
Size 974.7 kB
Tags Source
SHA-256 checksum
How to use checksums
690080559951f827e95d568dc6764aa8d4bfb4fa8a5435eb5abe24c1e01c166a
BLAKE2b-256 checksum
How to use checksums
e6c49af783bfa24288f3f27ecd4e8cbcd0a93f980414aab3394de5e111859d10
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Feb 19, 2026.

Transparency log

Release files / pysweph-2.10.3.6-cp313-cp313-win_amd64.whl

Download URL pysweph-2.10.3.6-cp313-cp313-win_amd64.whl
Size 349.8 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
404c3eb9eec86df06bcc42210d31ba356dd4df8202eb70fc6fa9e0b5bb488b8f
BLAKE2b-256 checksum
How to use checksums
57053eba4dc9364768b8453b1cdb54884d10f90d9a514c3be6eb40acb3c87063
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Feb 19, 2026.

Transparency log

Release files / pysweph-2.10.3.6-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL pysweph-2.10.3.6-cp313-cp313-musllinux_1_2_x86_64.whl
Size 869.7 kB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
65d612d5eca05fe4a60f6d7dbab0d59914e9ca01aa0ad28476c83e8abfc6e7a4
BLAKE2b-256 checksum
How to use checksums
360968647a459fcdcf00aaed9df47627eb5f357a7617733a0ca94dcf8703c8ba
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Feb 19, 2026.

Transparency log

Release files / pysweph-2.10.3.6-cp313-cp313-musllinux_1_2_i686.whl

Download URL pysweph-2.10.3.6-cp313-cp313-musllinux_1_2_i686.whl
Size 836.1 kB
Tags CPython 3.13 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
bbec66da749f246c785610ccfc70dac9aa55daf5f2581331693fe4d13e3d0d62
BLAKE2b-256 checksum
How to use checksums
9a85d6c060a4e75acfdfe52138efc8f655458d17e28990acafd9df09002a3ada
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Feb 19, 2026.

Transparency log

Release files / pysweph-2.10.3.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pysweph-2.10.3.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 864.4 kB
Tags CPython 3.13 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
ec2e3baf192faafd06dddf3435e69cde1e64a165e4dc47e8aa4b20ff8da61232
BLAKE2b-256 checksum
How to use checksums
22c75b9786b0db4575130183de013ee847ac968fecb321eba4bf2b8615966f84
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Feb 19, 2026.

Transparency log

Release files / pysweph-2.10.3.6-cp313-cp313-macosx_11_0_arm64.whl

Download URL pysweph-2.10.3.6-cp313-cp313-macosx_11_0_arm64.whl
Size 335.1 kB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
cd9ffc6995e523d7dadd32d6b3938a119e5767fbcdcf0c8ae2d037b034af6078
BLAKE2b-256 checksum
How to use checksums
05bcb06d9f466fa5a710963992d80acd7db03499f8b369b6c8f130e909ac9ae1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Feb 19, 2026.

Transparency log

Release files / pysweph-2.10.3.6-cp312-cp312-win_amd64.whl

Download URL pysweph-2.10.3.6-cp312-cp312-win_amd64.whl
Size 349.8 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
0bb00ca91a6d9633376fcf20b62e654fceeb898e6dafc55e4ddd121d8f048d6f
BLAKE2b-256 checksum
How to use checksums
c5e72349ce769d00c8e3a963dc31335ed519c25e0bab3e2448e4ab0778e9f820
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Feb 19, 2026.

Transparency log

Release files / pysweph-2.10.3.6-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL pysweph-2.10.3.6-cp312-cp312-musllinux_1_2_x86_64.whl
Size 869.7 kB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
17bee47cb7d283f5c6c311f29be65464968b96d3e5c3cb5118443b01e67515f9
BLAKE2b-256 checksum
How to use checksums
99a624e52debbbcd7d2c7468f897cac65ff1423657e038fa737499ea57dd0d45
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Feb 19, 2026.

Transparency log

Release files / pysweph-2.10.3.6-cp312-cp312-musllinux_1_2_i686.whl

Download URL pysweph-2.10.3.6-cp312-cp312-musllinux_1_2_i686.whl
Size 836.0 kB
Tags CPython 3.12 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
a05b7abae81f9f3f9d08b7a1555749004590d90b29d7550c2a2a9cce4459d7dd
BLAKE2b-256 checksum
How to use checksums
c4aee267cf1ae244428874158ba5bfa50bf6ef0e7f450c7f0c9735a08d919583
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Feb 19, 2026.

Transparency log

Release files / pysweph-2.10.3.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pysweph-2.10.3.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 864.4 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
fbe43b68fba86bb15136c02cd8913e5f77ab3a36da3e5c193df6a91141e9b521
BLAKE2b-256 checksum
How to use checksums
f38a6df06956b08c0536c91dfa0d8a0473b56c1a501424b9d2088106741dfbad
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Feb 19, 2026.

Transparency log

Release files / pysweph-2.10.3.6-cp312-cp312-macosx_11_0_arm64.whl

Download URL pysweph-2.10.3.6-cp312-cp312-macosx_11_0_arm64.whl
Size 335.2 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
f5ed35d94b2d1f2738103162ff78a1b87a8e5214882f470af23508d27dd81e7f
BLAKE2b-256 checksum
How to use checksums
10a7b4a8f9460efc66d03d265513eaa363eb7efc5a36b8bf8da69b9eebb1089d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Feb 19, 2026.

Transparency log

Release files / pysweph-2.10.3.6-cp311-cp311-win_amd64.whl

Download URL pysweph-2.10.3.6-cp311-cp311-win_amd64.whl
Size 349.8 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
2a9d1f3e144860bd3937a0fdd3a295ff4e8ed22ebf188e89e0b6ff7ad896d90b
BLAKE2b-256 checksum
How to use checksums
1dfd3103f1bca6c2ccc1e03dc8a5544edc9e9c7344e6b45a8cf7c91e8d6465c8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Feb 19, 2026.

Transparency log

Release files / pysweph-2.10.3.6-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL pysweph-2.10.3.6-cp311-cp311-musllinux_1_2_x86_64.whl
Size 869.4 kB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
15810a915c130eda7fc1df42fb487b6aa2727678621a59b81931baee6407dccc
BLAKE2b-256 checksum
How to use checksums
2f9723e9a2ebf699b44ad7d742f49400f912cdc8cf63f7423c4a823117ee0098
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Feb 19, 2026.

Transparency log

Release files / pysweph-2.10.3.6-cp311-cp311-musllinux_1_2_i686.whl

Download URL pysweph-2.10.3.6-cp311-cp311-musllinux_1_2_i686.whl
Size 836.0 kB
Tags CPython 3.11 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
51b70140f82340c1269d3248e455535585daf412d82551af57d5a912f91bf5f2
BLAKE2b-256 checksum
How to use checksums
3855a642832bb0cd582a246955d838ff92e0ac726a009ad8f8842c2d1e358b1b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Feb 19, 2026.

Transparency log

Release files / pysweph-2.10.3.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pysweph-2.10.3.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 864.3 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
01d34cca6045173dee762450d7dbbf1bcee204284fca117468c08cb2d2aaa08a
BLAKE2b-256 checksum
How to use checksums
311456c081fdab7cbf4d02a8756bfe4b0c6eb723f352981c659efc8a4dc26df9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Feb 19, 2026.

Transparency log

Release files / pysweph-2.10.3.6-cp311-cp311-macosx_11_0_arm64.whl

Download URL pysweph-2.10.3.6-cp311-cp311-macosx_11_0_arm64.whl
Size 335.2 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
d000807e55d03b2d67ba3f27b81b3287fe00ff64f74647d45b64f4d86f5461f6
BLAKE2b-256 checksum
How to use checksums
6738b1b79947cff2370712a2cd907856f73fab91c53548066de7f83656a3bef5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Feb 19, 2026.

Transparency log

Release files / pysweph-2.10.3.6-cp310-cp310-win_amd64.whl

Download URL pysweph-2.10.3.6-cp310-cp310-win_amd64.whl
Size 349.8 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
ae6ad6130c6f00fcb1c246a65c301ac721ddc4ef2bc7defe1057c71c0f80e17a
BLAKE2b-256 checksum
How to use checksums
4865019a7024f95d84f1b5176c825aa1c21d22bf27c46ce5d10fe2cceac1ad18
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Feb 19, 2026.

Transparency log

Release files / pysweph-2.10.3.6-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL pysweph-2.10.3.6-cp310-cp310-musllinux_1_2_x86_64.whl
Size 869.3 kB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
6fd59fea620aa03381928056eeeaf0bf1cd7ba24229fe10e5617fde056ba3a75
BLAKE2b-256 checksum
How to use checksums
c4eb1ad1d2254cc0cb075edfc4e121cfd1815d0255809c7957d77d727adfb158
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Feb 19, 2026.

Transparency log

Release files / pysweph-2.10.3.6-cp310-cp310-musllinux_1_2_i686.whl

Download URL pysweph-2.10.3.6-cp310-cp310-musllinux_1_2_i686.whl
Size 835.9 kB
Tags CPython 3.10 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
53090dd48ed43f593a28041631a589257c578238346a9f2ff5a4335a07b15bd9
BLAKE2b-256 checksum
How to use checksums
9196727ac6892a7c6ce26b4e59314a3fbb84f0528bdd24038562d248e1bf6451
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Feb 19, 2026.

Transparency log

Release files / pysweph-2.10.3.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pysweph-2.10.3.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 864.1 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
55ac7469385d633863fad69f40dc83358a837a4e7ae99a3c0a01e66df2638e6f
BLAKE2b-256 checksum
How to use checksums
b6f8dd2611295d546c1f85c73239661b6cc6f2fbc868b0ac2ac4132569856a9e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Feb 19, 2026.

Transparency log

Release files / pysweph-2.10.3.6-cp310-cp310-macosx_11_0_arm64.whl

Download URL pysweph-2.10.3.6-cp310-cp310-macosx_11_0_arm64.whl
Size 335.2 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
8e303747b902240e80a8952e1ca14461895e44c7c3a2a98ed63ff5b1ea87946c
BLAKE2b-256 checksum
How to use checksums
3450e62d2aa66d7ef42b29b1377cc31d618073693fb89657ac1157d063f88891
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Feb 19, 2026.

Transparency log

Release files / pysweph-2.10.3.6-cp39-cp39-win_amd64.whl

Download URL pysweph-2.10.3.6-cp39-cp39-win_amd64.whl
Size 349.9 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
6185c8c7d0a29a991f0ffb119bdd51705a26e50bbb92b1fdbbaaa40323851a8f
BLAKE2b-256 checksum
How to use checksums
1442a4979fbac34904c7fcd52b6f5f757dbaf2d036e76e6706fad56a701725ae
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Feb 19, 2026.

Transparency log

Release files / pysweph-2.10.3.6-cp39-cp39-musllinux_1_2_x86_64.whl

Download URL pysweph-2.10.3.6-cp39-cp39-musllinux_1_2_x86_64.whl
Size 868.9 kB
Tags CPython 3.9 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
19e08049fc2569864466582eb5c6c90632b3b1d41467f014a8011ea2e602cb63
BLAKE2b-256 checksum
How to use checksums
34e9e8b6e8585e26c0b72edfa5c512a0c3f62c81bc69ef25b66238ef8369a94c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Feb 19, 2026.

Transparency log

Release files / pysweph-2.10.3.6-cp39-cp39-musllinux_1_2_i686.whl

Download URL pysweph-2.10.3.6-cp39-cp39-musllinux_1_2_i686.whl
Size 835.5 kB
Tags CPython 3.9 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
ae8cd80497a764c57450639143d2e8a1b30eeb4cfa1acac82276f81331a32219
BLAKE2b-256 checksum
How to use checksums
7096b42527592a100589ea68a0ea3517cfba163734b7979b64c26eaa0be953b8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Feb 19, 2026.

Transparency log

Release files / pysweph-2.10.3.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pysweph-2.10.3.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 863.8 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
a1133b08df931012e0f32f5023b392a48994976ae56a47e53f5bc2fe9cc913e1
BLAKE2b-256 checksum
How to use checksums
09a5712529d651f07dc41f9e35fd13bb6eba0556e63ca4f0c2f9a3870a30eb84
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Feb 19, 2026.

Transparency log

Release files / pysweph-2.10.3.6-cp39-cp39-macosx_11_0_arm64.whl

Download URL pysweph-2.10.3.6-cp39-cp39-macosx_11_0_arm64.whl
Size 335.2 kB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
f6caea3e1c98ed84a284247e63457478ea9a3f2ee1a171c53493785b7e3c4069
BLAKE2b-256 checksum
How to use checksums
362a41e3c7c07eda8e04f73d3af93627e25aa7c5622059a6658a9ad43eca1377
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Feb 19, 2026.

Transparency log

Release files / pysweph-2.10.3.6-cp38-cp38-win_amd64.whl

Download URL pysweph-2.10.3.6-cp38-cp38-win_amd64.whl
Size 349.8 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
3fe2c102ba91c6f3fedc11bef642c343886846f565229d3e880b3986e07defb4
BLAKE2b-256 checksum
How to use checksums
33ad03643bc8bb1f69edaad899180f08590a0cccfb1493fbdf50057b3779f292
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Feb 19, 2026.

Transparency log

Release files / pysweph-2.10.3.6-cp38-cp38-musllinux_1_2_x86_64.whl

Download URL pysweph-2.10.3.6-cp38-cp38-musllinux_1_2_x86_64.whl
Size 868.5 kB
Tags CPython 3.8 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
3c67ebebee53ce6d2dc69e9675895a77fb3a48e5808ab44c950d04aaab9991b2
BLAKE2b-256 checksum
How to use checksums
b87ea17d007c40a2ec2d94363903c2e83d523aa709f16886b62bb69b6b34b582
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Feb 19, 2026.

Transparency log

Release files / pysweph-2.10.3.6-cp38-cp38-musllinux_1_2_i686.whl

Download URL pysweph-2.10.3.6-cp38-cp38-musllinux_1_2_i686.whl
Size 835.1 kB
Tags CPython 3.8 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
fb82881eecf1efab76c06c3b696a43ec5f305016d130290644790d438fb2f616
BLAKE2b-256 checksum
How to use checksums
64dab2b81534f4860273f0375caa5898f9d3606cd33eb51054cd92ff85a019ce
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Feb 19, 2026.

Transparency log

Release files / pysweph-2.10.3.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pysweph-2.10.3.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 863.7 kB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
a2f920188c360e5ab4f31abdae13855258d9fdbd7c627f93e0128d20f69cecac
BLAKE2b-256 checksum
How to use checksums
d685485a0d91707529986425f70afc823370ae8cc22f75ec059184b22df91514
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Feb 19, 2026.

Transparency log

Release files / pysweph-2.10.3.6-cp38-cp38-macosx_11_0_arm64.whl

Download URL pysweph-2.10.3.6-cp38-cp38-macosx_11_0_arm64.whl
Size 335.0 kB
Tags CPython 3.8 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
11cd240a6df00f2fe28b6c6a905176ed2de91940b56e554da155716b706649bf
BLAKE2b-256 checksum
How to use checksums
8177caa377151bf4bf2143d783ba6d68b678b36a1b14fbf7eccc331345d703bc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Feb 19, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

2.10.3.6 This release

31 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page