Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

py-ephemeris-ziwei (Taiyin Ziwei Doushu)

Optional Ziwei Doushu bindings for py-ephemeris.

python -m pip install py-ephemeris py-ephemeris-ziwei

The extension shares a caller-owned taiyin.EphemerisContext and its Chinese calendar configuration. Its bundled TOML rule catalog is parsed once per ZiweiDataCatalog; contexts select immutable option views without reparsing.

The first release is still under active API stabilization and is not yet published. Source builds in this monorepo use the adjacent C++ checkout.

Create a natal chart

import taiyin
import taiyin_ziwei

context = taiyin.Ephemeris().create_context()
ziwei = context.ziwei()

local_time = taiyin.AstroDateTime(2003, 3, 13, 14, 15)
chart = ziwei.calculate_local(
    local_time,
    gender=taiyin_ziwei.ZiweiGender.male,
)

ziwei_star = ziwei.find_star("ziwei")
print(chart.star_position(ziwei_star))
print(chart.summary.transforms)

calculate_local() converts the local civil clock using the attached Chinese calendar context's configured day-boundary policy. Use calculate_instant() when the physical UTC Julian date is already the source of truth.

Flow targets and Tier-1 reverse lookup

# Logical slots understand the selected early/late-Rat-hour policy.
birth_utc = local_time.to_julian_date().add_seconds(-8 * 3600)
next_hour = ziwei.next_flow_hour_target(
    birth_utc,
    local_time,
    rat_hour_mode=taiyin.GanzhiRatHourMode.todayGan,
)

# Tier-1 reverse lookup returns matching logical birth-time slots, rather than
# claiming a fictitious minute-precise reconstruction.
candidates = ziwei.reverse_lookup_tier1(
    birth_utc,
    birth_utc.add_seconds(24 * 3600),
    local_time,
    gender=taiyin_ziwei.ZiweiGender.male,
    query=taiyin_ziwei.ZiweiTier1ReverseQuery(
        ziweiBranch=chart.star_position(ziwei.find_star("ziwei")),
        lucunBranch=chart.star_position(ziwei.find_star("lucun")),
    ),
)

For annual through hourly overlays, call chart.set_flow(target_utc, target_local). deepest_level can stop at decade, year, month, or day; the default includes all five levels. Lunar-month overlays use the month-building branch resolved by the attached Chinese calendar, including leap months and historical calendar reforms.

Release files for py-ephemeris-ziwei 1.0.0a6

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

Source distribution (sdist)

Source distribution for py-ephemeris-ziwei 1.0.0a6
File Size Uploaded
py_ephemeris_ziwei-1.0.0a6.tar.gz 33.9 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for py-ephemeris-ziwei 1.0.0a6
File
py_ephemeris_ziwei-1.0.0a6-cp314-cp314-win_arm64.whl CPython 3.14 CPython 3.14 Windows ARM64 Details
py_ephemeris_ziwei-1.0.0a6-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
py_ephemeris_ziwei-1.0.0a6-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
py_ephemeris_ziwei-1.0.0a6-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.26+ ARM64, Linux glibc 2.28+ ARM64 Details
py_ephemeris_ziwei-1.0.0a6-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
py_ephemeris_ziwei-1.0.0a6-cp314-cp314-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.15+ x86-64 Details
py_ephemeris_ziwei-1.0.0a6-cp313-cp313-win_arm64.whl CPython 3.13 CPython 3.13 Windows ARM64 Details
py_ephemeris_ziwei-1.0.0a6-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
py_ephemeris_ziwei-1.0.0a6-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
py_ephemeris_ziwei-1.0.0a6-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.26+ ARM64, Linux glibc 2.28+ ARM64 Details
py_ephemeris_ziwei-1.0.0a6-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
py_ephemeris_ziwei-1.0.0a6-cp313-cp313-macosx_10_13_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.13+ x86-64 Details
py_ephemeris_ziwei-1.0.0a6-cp312-cp312-win_arm64.whl CPython 3.12 CPython 3.12 Windows ARM64 Details
py_ephemeris_ziwei-1.0.0a6-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
py_ephemeris_ziwei-1.0.0a6-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
py_ephemeris_ziwei-1.0.0a6-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.26+ ARM64, Linux glibc 2.28+ ARM64 Details
py_ephemeris_ziwei-1.0.0a6-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
py_ephemeris_ziwei-1.0.0a6-cp312-cp312-macosx_10_13_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.13+ x86-64 Details
py_ephemeris_ziwei-1.0.0a6-cp311-cp311-win_arm64.whl CPython 3.11 CPython 3.11 Windows ARM64 Details
py_ephemeris_ziwei-1.0.0a6-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
py_ephemeris_ziwei-1.0.0a6-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
py_ephemeris_ziwei-1.0.0a6-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.26+ ARM64, Linux glibc 2.28+ ARM64 Details
py_ephemeris_ziwei-1.0.0a6-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
py_ephemeris_ziwei-1.0.0a6-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
py_ephemeris_ziwei-1.0.0a6-cp310-cp310-win_arm64.whl CPython 3.10 CPython 3.10 Windows ARM64 Details
py_ephemeris_ziwei-1.0.0a6-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
py_ephemeris_ziwei-1.0.0a6-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
py_ephemeris_ziwei-1.0.0a6-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.26+ ARM64, Linux glibc 2.28+ ARM64 Details
py_ephemeris_ziwei-1.0.0a6-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
py_ephemeris_ziwei-1.0.0a6-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
py_ephemeris_ziwei-1.0.0a6-cp39-cp39-win_arm64.whl CPython 3.9 CPython 3.9 Windows ARM64 Details
py_ephemeris_ziwei-1.0.0a6-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
py_ephemeris_ziwei-1.0.0a6-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
py_ephemeris_ziwei-1.0.0a6-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.26+ ARM64, Linux glibc 2.28+ ARM64 Details
py_ephemeris_ziwei-1.0.0a6-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
py_ephemeris_ziwei-1.0.0a6-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details

Total release size: 22.7 MB

Release files / py_ephemeris_ziwei-1.0.0a6.tar.gz

Download URL py_ephemeris_ziwei-1.0.0a6.tar.gz
Size 33.9 kB
Tags Source
SHA-256 checksum
How to use checksums
e47bb974c1b30d23439f513b415ef47b3515d54b2e9bd575623539bf67d08708
BLAKE2b-256 checksum
How to use checksums
b794f8362b71c6033e98094f9bca885990b74d525c702f488b1a0011579c68b0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Aug 18, 2026.

Transparency log

Release files / py_ephemeris_ziwei-1.0.0a6-cp314-cp314-win_arm64.whl

Download URL py_ephemeris_ziwei-1.0.0a6-cp314-cp314-win_arm64.whl
Size 973.6 kB
Tags CPython 3.14 Windows ARM64
SHA-256 checksum
How to use checksums
d8277a7282c513fea42dde31d3363eb6956e5eded9743b2dedf7a78027ebc212
BLAKE2b-256 checksum
How to use checksums
a29cb03548cccb5f7769cc8edb7a096710cbba9b1b8dfac45d60bc3540dc792f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Aug 18, 2026.

Transparency log

Release files / py_ephemeris_ziwei-1.0.0a6-cp314-cp314-win_amd64.whl

Download URL py_ephemeris_ziwei-1.0.0a6-cp314-cp314-win_amd64.whl
Size 1.3 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
698d0073a2ab106fc718f4d39e30056ee388c54ab2040cf6c578b907fcf1051c
BLAKE2b-256 checksum
How to use checksums
050d698b4d4818f7e686beaddb635b8cd9a8125319d6259abdf6b64299dc7153
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Aug 18, 2026.

Transparency log

Release files / py_ephemeris_ziwei-1.0.0a6-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL py_ephemeris_ziwei-1.0.0a6-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 393.7 kB
Tags CPython 3.14 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
5dea7f527b391b3228a2c41cb85f28207de35d5b35e39c55e7dab37c64c52975
BLAKE2b-256 checksum
How to use checksums
3b724aea18615c91d5f984b8388cd54a6eb993ebcbcd70c830d3b0d7fd7c69e2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Aug 18, 2026.

Transparency log

Release files / py_ephemeris_ziwei-1.0.0a6-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL py_ephemeris_ziwei-1.0.0a6-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 356.7 kB
Tags CPython 3.14 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
903fa270d05b67db363ed24620f9804e44ffd5759181b17c727ea7dec15fa99f
BLAKE2b-256 checksum
How to use checksums
f787ec73d5fd2eed292f3f22931683241d601bea4c4f7940e34d29e07507f819
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Aug 18, 2026.

Transparency log

Release files / py_ephemeris_ziwei-1.0.0a6-cp314-cp314-macosx_11_0_arm64.whl

Download URL py_ephemeris_ziwei-1.0.0a6-cp314-cp314-macosx_11_0_arm64.whl
Size 375.0 kB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
efad5754fe59fb419d528daff617beb2c4977b4f1e923eede9e7f7a666f777b9
BLAKE2b-256 checksum
How to use checksums
9081d1942c3c488cd66ddcdd27f5412274698c8365123676e5de4291b02cae49
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Aug 18, 2026.

Transparency log

Release files / py_ephemeris_ziwei-1.0.0a6-cp314-cp314-macosx_10_15_x86_64.whl

Download URL py_ephemeris_ziwei-1.0.0a6-cp314-cp314-macosx_10_15_x86_64.whl
Size 392.2 kB
Tags CPython 3.14 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
6eec84daca3cde3c72ec604e248ffb7eb479e90a034e8bc77a362c505c12b61f
BLAKE2b-256 checksum
How to use checksums
f5f17799ffbb67abdf1b70b7d08e4f4dafbe131141cd3e30c521a3f7e6cfc183
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Aug 18, 2026.

Transparency log

Release files / py_ephemeris_ziwei-1.0.0a6-cp313-cp313-win_arm64.whl

Download URL py_ephemeris_ziwei-1.0.0a6-cp313-cp313-win_arm64.whl
Size 945.7 kB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
84ca5583719d905421f849af2a0c7470944a523fb1f9bfab9b3c92486c371982
BLAKE2b-256 checksum
How to use checksums
d78fa442cf2b3d7a8e46cf53ee2e8a193a0a892b5c2945c0e302069153206bfd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Aug 18, 2026.

Transparency log

Release files / py_ephemeris_ziwei-1.0.0a6-cp313-cp313-win_amd64.whl

Download URL py_ephemeris_ziwei-1.0.0a6-cp313-cp313-win_amd64.whl
Size 1.3 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
36ddb3230d56c529d046376a7f89995be8995f3cbb21d9439259d388e720ec5e
BLAKE2b-256 checksum
How to use checksums
e369a8aa9726cb27a79e709e3ee97e68ce268ba1cccbb758c087ded1f6a7f696
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Aug 18, 2026.

Transparency log

Release files / py_ephemeris_ziwei-1.0.0a6-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL py_ephemeris_ziwei-1.0.0a6-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 393.8 kB
Tags CPython 3.13 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
0242e09f49a73c577a8b29c4118304007c69f511d5d47bad4aaadc802aa22621
BLAKE2b-256 checksum
How to use checksums
a15310d8bfffcbb11ba38a1dbf0ebefaad0723fb656d728c4ab3bf9823fb87b8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Aug 18, 2026.

Transparency log

Release files / py_ephemeris_ziwei-1.0.0a6-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL py_ephemeris_ziwei-1.0.0a6-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 356.5 kB
Tags CPython 3.13 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
01e422a75812bc85b0e5f9df4318899a4ce36cca4c77c96e57f44e552178a77a
BLAKE2b-256 checksum
How to use checksums
3e19b27057594499d8e88c62b0c111fd8d521b57843519088c19067198758966
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Aug 18, 2026.

Transparency log

Release files / py_ephemeris_ziwei-1.0.0a6-cp313-cp313-macosx_11_0_arm64.whl

Download URL py_ephemeris_ziwei-1.0.0a6-cp313-cp313-macosx_11_0_arm64.whl
Size 374.8 kB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
ea2c4e626c3811ff96db72e2e7bcaead759574256eb96514077bbc15f5477cee
BLAKE2b-256 checksum
How to use checksums
a50f1bb16f8d46d08bb6896dba6d200c249ae11086910965b3dc189f1cf6274d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Aug 18, 2026.

Transparency log

Release files / py_ephemeris_ziwei-1.0.0a6-cp313-cp313-macosx_10_13_x86_64.whl

Download URL py_ephemeris_ziwei-1.0.0a6-cp313-cp313-macosx_10_13_x86_64.whl
Size 391.7 kB
Tags CPython 3.13 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
4ea83aa2292350814b1d4f57e2b8a07effd792202e86adecd44825193fa1b46e
BLAKE2b-256 checksum
How to use checksums
bc5b76617445639517300992f3d49eb2ff4450a4606d2683b6f12a06048c6b1e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Aug 18, 2026.

Transparency log

Release files / py_ephemeris_ziwei-1.0.0a6-cp312-cp312-win_arm64.whl

Download URL py_ephemeris_ziwei-1.0.0a6-cp312-cp312-win_arm64.whl
Size 945.7 kB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
a7d9be20973635a05a8882b9ae1f6f664970ed5cbee3974b99462ea580ed605d
BLAKE2b-256 checksum
How to use checksums
1f9c6151c04969dfcaa09d9e1a379ce3d3f1b96204dd69caeac555d89a91a1b0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Aug 18, 2026.

Transparency log

Release files / py_ephemeris_ziwei-1.0.0a6-cp312-cp312-win_amd64.whl

Download URL py_ephemeris_ziwei-1.0.0a6-cp312-cp312-win_amd64.whl
Size 1.3 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
3da928ad90ee7445d7903d138dd9ae9b4c50bdecac2b2b4dac1069f53e277049
BLAKE2b-256 checksum
How to use checksums
d0ad6c2e1da209083d07ea39166e9e272d01beb4bb8383a39eb1430c50bc1d62
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Aug 18, 2026.

Transparency log

Release files / py_ephemeris_ziwei-1.0.0a6-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL py_ephemeris_ziwei-1.0.0a6-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 393.7 kB
Tags CPython 3.12 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
7ca8fbb48d94a557792a791af9ee3935d5cf102bde0610dc75cfece05a923053
BLAKE2b-256 checksum
How to use checksums
59e4bd82e9bf8b310913fdf2f83d7e1ba734fa14733fdbd01ca2fe8da60c5869
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Aug 18, 2026.

Transparency log

Release files / py_ephemeris_ziwei-1.0.0a6-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL py_ephemeris_ziwei-1.0.0a6-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 356.4 kB
Tags CPython 3.12 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
3fdf813b533300cfa56af6c4500a02b830a1fa95e304ba6c4b8ed86f1ecde5a8
BLAKE2b-256 checksum
How to use checksums
75ff57ec92978d98dce2d6a7d74e2254a60cdc8eec081e48c9ee846c48147862
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Aug 18, 2026.

Transparency log

Release files / py_ephemeris_ziwei-1.0.0a6-cp312-cp312-macosx_11_0_arm64.whl

Download URL py_ephemeris_ziwei-1.0.0a6-cp312-cp312-macosx_11_0_arm64.whl
Size 374.7 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
9d428d2a5e1edd4f9202bce5116794f0dbd53fe1897e3a34b02ce3e1c14d769f
BLAKE2b-256 checksum
How to use checksums
dd54b4378d355524c210d1a74857aca87147c598d779a72dea3cb7a77d7a0190
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Aug 18, 2026.

Transparency log

Release files / py_ephemeris_ziwei-1.0.0a6-cp312-cp312-macosx_10_13_x86_64.whl

Download URL py_ephemeris_ziwei-1.0.0a6-cp312-cp312-macosx_10_13_x86_64.whl
Size 391.6 kB
Tags CPython 3.12 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
501c22fcda4a7f010072c7446f3af433c86e9186d3ae7cdbd5dcf22817305c79
BLAKE2b-256 checksum
How to use checksums
36e388f5491a5e77b74cb840dc2a26ea47741ee9facbff3a260d0a52fc5450ca
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Aug 18, 2026.

Transparency log

Release files / py_ephemeris_ziwei-1.0.0a6-cp311-cp311-win_arm64.whl

Download URL py_ephemeris_ziwei-1.0.0a6-cp311-cp311-win_arm64.whl
Size 944.5 kB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
c5b9bfeca0e09bc1c8f0d8ae7d725a25134d7ec1f342c81b539f312f388b7a5f
BLAKE2b-256 checksum
How to use checksums
9c2c1108e7a510e3373ef00f86ab77ecf46978f058d3d4259b328e30d694edc7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Aug 18, 2026.

Transparency log

Release files / py_ephemeris_ziwei-1.0.0a6-cp311-cp311-win_amd64.whl

Download URL py_ephemeris_ziwei-1.0.0a6-cp311-cp311-win_amd64.whl
Size 1.3 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
cb1d0c8a601463793bd1345353fcd9692dcea0ab1ceafb412de4e6566b055b97
BLAKE2b-256 checksum
How to use checksums
f987958861b18db36ef79b0850a0e4c5565997535155f6dd22a5ff2623892131
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Aug 18, 2026.

Transparency log

Release files / py_ephemeris_ziwei-1.0.0a6-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL py_ephemeris_ziwei-1.0.0a6-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 391.7 kB
Tags CPython 3.11 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
c3f7015a3b0461ca895a5ef95b3c4db862783354a43445faa6301377d6f65036
BLAKE2b-256 checksum
How to use checksums
d3b1e38c40993cae7a16bc7c481aa3996ad3754b52e4f9d983d32fde3e5d6b76
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Aug 18, 2026.

Transparency log

Release files / py_ephemeris_ziwei-1.0.0a6-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL py_ephemeris_ziwei-1.0.0a6-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 355.5 kB
Tags CPython 3.11 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
58723f120a89bd12c046a9905e1c5a24a8ab13fd2855412acb3d6e514b7607be
BLAKE2b-256 checksum
How to use checksums
b6da8f1e3318d1089fde8385edbb3062f17af920543b96eff9db30c27232d16e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Aug 18, 2026.

Transparency log

Release files / py_ephemeris_ziwei-1.0.0a6-cp311-cp311-macosx_11_0_arm64.whl

Download URL py_ephemeris_ziwei-1.0.0a6-cp311-cp311-macosx_11_0_arm64.whl
Size 374.5 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
09c97e74ec63215f243ad8ed06db342ed82e9d73687e775cb67537d9b4797341
BLAKE2b-256 checksum
How to use checksums
ebafb89bb4c88d564291db2e5b36d83fe796f263e6ac304e80d627b08c7f39fa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Aug 18, 2026.

Transparency log

Release files / py_ephemeris_ziwei-1.0.0a6-cp311-cp311-macosx_10_9_x86_64.whl

Download URL py_ephemeris_ziwei-1.0.0a6-cp311-cp311-macosx_10_9_x86_64.whl
Size 390.9 kB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
fa6e5935ee4819c7aafd0b37525c232ca8c086de0d3cc11697507df1c1917f09
BLAKE2b-256 checksum
How to use checksums
f20b3ea7f88a2c01cbfaa0489e99c20cea87df091db6105a3a74b0b7636238ec
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Aug 18, 2026.

Transparency log

Release files / py_ephemeris_ziwei-1.0.0a6-cp310-cp310-win_arm64.whl

Download URL py_ephemeris_ziwei-1.0.0a6-cp310-cp310-win_arm64.whl
Size 943.1 kB
Tags CPython 3.10 Windows ARM64
SHA-256 checksum
How to use checksums
34c1051e1aeda9fb810e5fd619f9418d1fd56b12d81b98adbefe8de00c1c77f7
BLAKE2b-256 checksum
How to use checksums
43dc81a0e51619ce5dca1b9aaeb356cc4f210043969ff4e49df15fc84679fda9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Aug 18, 2026.

Transparency log

Release files / py_ephemeris_ziwei-1.0.0a6-cp310-cp310-win_amd64.whl

Download URL py_ephemeris_ziwei-1.0.0a6-cp310-cp310-win_amd64.whl
Size 1.3 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
7ef48ba823fcdfc859d7aedbef6b5d5126628e5666e7cc3eb722f2ebf4ad883c
BLAKE2b-256 checksum
How to use checksums
bd55703eba531952978b07d7e118cb81a381f4a28116ced94427c20c5e0cd97c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Aug 18, 2026.

Transparency log

Release files / py_ephemeris_ziwei-1.0.0a6-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL py_ephemeris_ziwei-1.0.0a6-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 390.5 kB
Tags CPython 3.10 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
8649bdae37faf422c8172f39b5ff1b729281e5186afd1a065b37e25e1baa3951
BLAKE2b-256 checksum
How to use checksums
fb1e187bc30c42514e826ba16d3a00b592c1c5b53e9a41dbcd71953439d9a59c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Aug 18, 2026.

Transparency log

Release files / py_ephemeris_ziwei-1.0.0a6-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL py_ephemeris_ziwei-1.0.0a6-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 354.2 kB
Tags CPython 3.10 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
ddeeab349288df8b1274c97354d810e1d1204c84b5c797b5e5d982bd96095518
BLAKE2b-256 checksum
How to use checksums
8cd24b1bd38343a8cc8181607da8f7bdc7646f81a9d2cec96ef543a718903031
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Aug 18, 2026.

Transparency log

Release files / py_ephemeris_ziwei-1.0.0a6-cp310-cp310-macosx_11_0_arm64.whl

Download URL py_ephemeris_ziwei-1.0.0a6-cp310-cp310-macosx_11_0_arm64.whl
Size 373.1 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
a22931249b03f5454ee52c55fb6d7456e7623dfb33281adb0439ba4340fbd009
BLAKE2b-256 checksum
How to use checksums
527f08768a8b5b206ed68639fc7eef1eb2992e69f44cb235f82b50e78095d367
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Aug 18, 2026.

Transparency log

Release files / py_ephemeris_ziwei-1.0.0a6-cp310-cp310-macosx_10_9_x86_64.whl

Download URL py_ephemeris_ziwei-1.0.0a6-cp310-cp310-macosx_10_9_x86_64.whl
Size 389.4 kB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
a47dc55645c4978a366e04e09aa63bd05b6965b4cf8b25b970c5668e11e2ab96
BLAKE2b-256 checksum
How to use checksums
867267c2542b8ab7ac281f4134ab76739df97577766fd7606d2204b449f62885
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Aug 18, 2026.

Transparency log

Release files / py_ephemeris_ziwei-1.0.0a6-cp39-cp39-win_arm64.whl

Download URL py_ephemeris_ziwei-1.0.0a6-cp39-cp39-win_arm64.whl
Size 944.0 kB
Tags CPython 3.9 Windows ARM64
SHA-256 checksum
How to use checksums
543301806d46dc510f3f1befb9d426828fbbbe83b766de0ada6b26f27d73400e
BLAKE2b-256 checksum
How to use checksums
eede699000af2a35a40032b19f7cd12f3aaecb3741b4f9b0af5226b2164db45b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Aug 18, 2026.

Transparency log

Release files / py_ephemeris_ziwei-1.0.0a6-cp39-cp39-win_amd64.whl

Download URL py_ephemeris_ziwei-1.0.0a6-cp39-cp39-win_amd64.whl
Size 1.3 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
d21c08c136b251efff229bacb41b8924fdaa159e17e579c465701ce3433dd5ae
BLAKE2b-256 checksum
How to use checksums
d424ed9ae27e7bd0ccc1843a58b98f65bb3e5220e15358ddee79ce501ba15f8c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Aug 18, 2026.

Transparency log

Release files / py_ephemeris_ziwei-1.0.0a6-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL py_ephemeris_ziwei-1.0.0a6-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 390.7 kB
Tags CPython 3.9 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
232a064ec870e29d00e99d949bbeb30d7672df5ffb4fb9d64008ae38a6103362
BLAKE2b-256 checksum
How to use checksums
bc4c98488b559f165170e1e82d3d3715532442c94ccb372a8790f2c8af9fb832
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Aug 18, 2026.

Transparency log

Release files / py_ephemeris_ziwei-1.0.0a6-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL py_ephemeris_ziwei-1.0.0a6-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 354.4 kB
Tags CPython 3.9 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
65f4ef2462a492a26046b3d121587581358867cc9ec611d55c6df89f46aebcea
BLAKE2b-256 checksum
How to use checksums
4661ab83bcbfe63e0fb5b8dc53bc7f7f970013d9f371d7fc91cdf22606239af7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Aug 18, 2026.

Transparency log

Release files / py_ephemeris_ziwei-1.0.0a6-cp39-cp39-macosx_11_0_arm64.whl

Download URL py_ephemeris_ziwei-1.0.0a6-cp39-cp39-macosx_11_0_arm64.whl
Size 373.2 kB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
960ff429f646ca7ff2a1205f5a3b785095ad2f40019950ee07d0d9a4b15db557
BLAKE2b-256 checksum
How to use checksums
1ec891510a3776c8af3cc69fe61c7ee448c08edf975014490538f7f149fa252a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Aug 18, 2026.

Transparency log

Release files / py_ephemeris_ziwei-1.0.0a6-cp39-cp39-macosx_10_9_x86_64.whl

Download URL py_ephemeris_ziwei-1.0.0a6-cp39-cp39-macosx_10_9_x86_64.whl
Size 389.4 kB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
247532f7e8b61a50a31c8e599b51f699ee6e67b5e4975808abf37a5f59026083
BLAKE2b-256 checksum
How to use checksums
9edeee72acd5fa504b7dbc2170637ab4a39526ccdcaedbf992dd7bfbaf1db00b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Aug 18, 2026.

Transparency log
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