Skip to main content
Pre-release

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

py-ephemeris-bazi (Taiyin BaZi)

BaZi bindings for py-ephemeris.

python -m pip install py-ephemeris py-ephemeris-bazi
import taiyin
import taiyin_bazi

eph = taiyin.Ephemeris()
ctx = eph.create_context()
local_time = taiyin.AstroDateTime(2003, 3, 13, 14, 15)
instant_utc = local_time.to_julian_date().add_seconds(-8 * 3600)
bazi = ctx.bazi()
result, result_flags = bazi.calculate_local(
    local_time, gender=taiyin_bazi.BaziGender.male
)
print(result.pillars, result.chart, result.qiyun)
print("Execution flags:", result_flags)

EphemerisContext.bazi() loads this installed extension on demand. The BaZi context inherits the calculation context's configured data roots and source paths. Its chinese_calendar property is shared by four-pillar, Qi-Yun, and Renyuan-Siling calculations, so the calendar offset is configured once.

For concurrent chart work, create one EphemerisContext and its corresponding BaZi facade per worker. Native chart, Qi-Yun, DaYun, and Renyuan-Siling work releases the Python GIL; a single context/facade pair is not reentrant and must not be used or reconfigured concurrently by multiple threads.

For a source build from this monorepo, run the following from packages/taiyin-bazi. CMake prefers the sibling Taiyin C++ checkout. In an isolated sdist build it instead downloads the public v1.0.0-beta.1 source archive and verifies its pinned SHA-256 before compiling it into the extension. TAIYIN_SOURCE_DIR below is used by the integration tests to locate the C++ checkout's bundled test data; it can also be passed as a CMake define to build against another local checkout.

python -m pip install -e ".[test]"
TAIYIN_SOURCE_DIR=../../../taiyin-ephemeris python -m pytest

Release files for py-ephemeris-bazi 1.0.0b1

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-bazi 1.0.0b1
File Size Uploaded
py_ephemeris_bazi-1.0.0b1.tar.gz 25.2 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for py-ephemeris-bazi 1.0.0b1
File
py_ephemeris_bazi-1.0.0b1-cp314-cp314-win_arm64.whl CPython 3.14 CPython 3.14 Windows ARM64 Details
py_ephemeris_bazi-1.0.0b1-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
py_ephemeris_bazi-1.0.0b1-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_bazi-1.0.0b1-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_bazi-1.0.0b1-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
py_ephemeris_bazi-1.0.0b1-cp314-cp314-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.15+ x86-64 Details
py_ephemeris_bazi-1.0.0b1-cp313-cp313-win_arm64.whl CPython 3.13 CPython 3.13 Windows ARM64 Details
py_ephemeris_bazi-1.0.0b1-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
py_ephemeris_bazi-1.0.0b1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
py_ephemeris_bazi-1.0.0b1-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_bazi-1.0.0b1-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
py_ephemeris_bazi-1.0.0b1-cp313-cp313-macosx_10_13_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.13+ x86-64 Details
py_ephemeris_bazi-1.0.0b1-cp312-cp312-win_arm64.whl CPython 3.12 CPython 3.12 Windows ARM64 Details
py_ephemeris_bazi-1.0.0b1-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
py_ephemeris_bazi-1.0.0b1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
py_ephemeris_bazi-1.0.0b1-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_bazi-1.0.0b1-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
py_ephemeris_bazi-1.0.0b1-cp312-cp312-macosx_10_13_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.13+ x86-64 Details
py_ephemeris_bazi-1.0.0b1-cp311-cp311-win_arm64.whl CPython 3.11 CPython 3.11 Windows ARM64 Details
py_ephemeris_bazi-1.0.0b1-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
py_ephemeris_bazi-1.0.0b1-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_bazi-1.0.0b1-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_bazi-1.0.0b1-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
py_ephemeris_bazi-1.0.0b1-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
py_ephemeris_bazi-1.0.0b1-cp310-cp310-win_arm64.whl CPython 3.10 CPython 3.10 Windows ARM64 Details
py_ephemeris_bazi-1.0.0b1-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
py_ephemeris_bazi-1.0.0b1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
py_ephemeris_bazi-1.0.0b1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ ARM64, Linux glibc 2.26+ ARM64 Details
py_ephemeris_bazi-1.0.0b1-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
py_ephemeris_bazi-1.0.0b1-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
py_ephemeris_bazi-1.0.0b1-cp39-cp39-win_arm64.whl CPython 3.9 CPython 3.9 Windows ARM64 Details
py_ephemeris_bazi-1.0.0b1-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
py_ephemeris_bazi-1.0.0b1-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_bazi-1.0.0b1-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_bazi-1.0.0b1-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
py_ephemeris_bazi-1.0.0b1-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details

Total release size: 14.0 MB

Release files / py_ephemeris_bazi-1.0.0b1.tar.gz

Download URL py_ephemeris_bazi-1.0.0b1.tar.gz
Size 25.2 kB
Tags Source
SHA-256 checksum
How to use checksums
3806b3aa6ee0134f35678fdc8bc837a291baf8ca435a771f15396d1eb087cc80
BLAKE2b-256 checksum
How to use checksums
db8b33e7b7abc9b5110cf2b373269f1be3bad284e696e1d637ebcd4211963326
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 22, 2026.

Transparency log

Release files / py_ephemeris_bazi-1.0.0b1-cp314-cp314-win_arm64.whl

Download URL py_ephemeris_bazi-1.0.0b1-cp314-cp314-win_arm64.whl
Size 735.5 kB
Tags CPython 3.14 Windows ARM64
SHA-256 checksum
How to use checksums
c6e6ea48fbc19fb7f91a049806baefa7b69eda0724e526e0569b699e9ad9e128
BLAKE2b-256 checksum
How to use checksums
1955a76dfae4e3d9fd65b191426b584889dda8eeacac650e3b3077e1ecd7c20c
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 22, 2026.

Transparency log

Release files / py_ephemeris_bazi-1.0.0b1-cp314-cp314-win_amd64.whl

Download URL py_ephemeris_bazi-1.0.0b1-cp314-cp314-win_amd64.whl
Size 1.1 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
87ed1d4c49284cff841a9c493e7fd5ddaf53b0e62784031929f6cd782aff48ad
BLAKE2b-256 checksum
How to use checksums
e9f110a469c31e2002e778b16441c885ee7c1f4562ace7cb8ecfc13e1e170b26
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 22, 2026.

Transparency log

Release files / py_ephemeris_bazi-1.0.0b1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL py_ephemeris_bazi-1.0.0b1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 158.1 kB
Tags CPython 3.14 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
857271097052e8f0aedf905554ec68c7a182e995e2a891e5bdcd55d751f613e3
BLAKE2b-256 checksum
How to use checksums
9df475e7f778be176e18ae398e49f8af3ab5b375bb27cc9e784b1269288af4d5
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 22, 2026.

Transparency log

Release files / py_ephemeris_bazi-1.0.0b1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL py_ephemeris_bazi-1.0.0b1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 144.3 kB
Tags CPython 3.14 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
ecff1a54ab691358906d9629df44bdeb295febc7c1d3323fd908048f937c232a
BLAKE2b-256 checksum
How to use checksums
051866d9c368f5abd7e180567c19cbb56dbdb1aa6194af6bbda2b523b404b1b3
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 22, 2026.

Transparency log

Release files / py_ephemeris_bazi-1.0.0b1-cp314-cp314-macosx_11_0_arm64.whl

Download URL py_ephemeris_bazi-1.0.0b1-cp314-cp314-macosx_11_0_arm64.whl
Size 132.3 kB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
31680100ea9f4a7234faf4302fc189c9b98b354059f7fb2930474dae13cf3696
BLAKE2b-256 checksum
How to use checksums
f12470c02d24eedb12a718db2c97c9eec1645cef835459d4c29eeaaeb9b5178d
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 22, 2026.

Transparency log

Release files / py_ephemeris_bazi-1.0.0b1-cp314-cp314-macosx_10_15_x86_64.whl

Download URL py_ephemeris_bazi-1.0.0b1-cp314-cp314-macosx_10_15_x86_64.whl
Size 139.2 kB
Tags CPython 3.14 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
14270df6c796b734d6b5af2f0f4c6dad5b72b2cb3127b222a885814403e90f41
BLAKE2b-256 checksum
How to use checksums
ff5d12d56426d3170741f356940beca8004431eed7dc89baaee0681171a23132
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 22, 2026.

Transparency log

Release files / py_ephemeris_bazi-1.0.0b1-cp313-cp313-win_arm64.whl

Download URL py_ephemeris_bazi-1.0.0b1-cp313-cp313-win_arm64.whl
Size 714.9 kB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
a08cd075e37f408982759001d385b3a33de555c731dceca06ec9c6fd839180f1
BLAKE2b-256 checksum
How to use checksums
5bd100a1ae3405cb04d2264280770c884c2d173c92aca5b7df4bddcb61a3c141
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 22, 2026.

Transparency log

Release files / py_ephemeris_bazi-1.0.0b1-cp313-cp313-win_amd64.whl

Download URL py_ephemeris_bazi-1.0.0b1-cp313-cp313-win_amd64.whl
Size 1.0 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
1b475222e1a9e65fe0f4ccac34175170ab51b275165f37f2f791868535962927
BLAKE2b-256 checksum
How to use checksums
aa07ee5c68ce04ccf488cc12fd4d2cd85e2b4ff7bd9b9204750ecd64675ae353
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 22, 2026.

Transparency log

Release files / py_ephemeris_bazi-1.0.0b1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL py_ephemeris_bazi-1.0.0b1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 158.1 kB
Tags CPython 3.13 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
09b64cf696b64b9774e55eeb542cf63971b9f98a65ef823faca62f4c2958fa8e
BLAKE2b-256 checksum
How to use checksums
828fc92c0cecc51c33eecc8633d92d6dd88a2ebbbbd23895b2a62ddfecffed07
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 22, 2026.

Transparency log

Release files / py_ephemeris_bazi-1.0.0b1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL py_ephemeris_bazi-1.0.0b1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 143.8 kB
Tags CPython 3.13 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
4f69d4088ff34e611fdad20c204b152cb33b1d29532f7a714364cf7470e09f74
BLAKE2b-256 checksum
How to use checksums
d443c664e53829538fcdd852981fe06be68de9ca937f3d9c85d4afd94ca5c32d
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 22, 2026.

Transparency log

Release files / py_ephemeris_bazi-1.0.0b1-cp313-cp313-macosx_11_0_arm64.whl

Download URL py_ephemeris_bazi-1.0.0b1-cp313-cp313-macosx_11_0_arm64.whl
Size 132.1 kB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
5c12aeec2b8673fde4b65f9b2f0a01c0c5e45be13fe84cdc2647383bdbda2199
BLAKE2b-256 checksum
How to use checksums
c6521b1e54a898ce5c0deb7d9694d863e98b42aa9ebdfb348b32c93d89502ce9
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 22, 2026.

Transparency log

Release files / py_ephemeris_bazi-1.0.0b1-cp313-cp313-macosx_10_13_x86_64.whl

Download URL py_ephemeris_bazi-1.0.0b1-cp313-cp313-macosx_10_13_x86_64.whl
Size 138.8 kB
Tags CPython 3.13 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
cd9799a777ec199be0d539a3f7404e172489c3af48159d0d4c0ce2f2520dc0bf
BLAKE2b-256 checksum
How to use checksums
d3c23bbf770d9ec96629f8851b2a0b4c099912e4748bae40352c114cd7a2ebc3
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 22, 2026.

Transparency log

Release files / py_ephemeris_bazi-1.0.0b1-cp312-cp312-win_arm64.whl

Download URL py_ephemeris_bazi-1.0.0b1-cp312-cp312-win_arm64.whl
Size 714.9 kB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
0567891044a0748f11420f2d887476ba1d0358f5e4ff143cd3ddaf7716a2a31f
BLAKE2b-256 checksum
How to use checksums
910f43bd1d5c178181298f732bde29cc3eb602f651357f2d455f9ced7a5f731f
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 22, 2026.

Transparency log

Release files / py_ephemeris_bazi-1.0.0b1-cp312-cp312-win_amd64.whl

Download URL py_ephemeris_bazi-1.0.0b1-cp312-cp312-win_amd64.whl
Size 1.0 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
3918186f3daf1489bee42cea2ed18e8fd6016aa52859dc33fbea8816205fdabc
BLAKE2b-256 checksum
How to use checksums
403b1be66b66ffa2e3f3e3eac8a7c10c8d670556233d4dffda0eaa2e90173285
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 22, 2026.

Transparency log

Release files / py_ephemeris_bazi-1.0.0b1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL py_ephemeris_bazi-1.0.0b1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 158.0 kB
Tags CPython 3.12 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
9f61b0d0a0d65fd12904912221cfc035e0594f9982480bee5caf8c49373ff477
BLAKE2b-256 checksum
How to use checksums
884f0f12b723f357fbd07c6b9784250df7b13152afaf3de0ea29c22c972fd188
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 22, 2026.

Transparency log

Release files / py_ephemeris_bazi-1.0.0b1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL py_ephemeris_bazi-1.0.0b1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 143.8 kB
Tags CPython 3.12 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
9bc110f9bc1b2aafaf53f4cdb4d3f3655c8303a748be38f16708b45b0fba0405
BLAKE2b-256 checksum
How to use checksums
0505ba019fd4f28634666ec256d9ff0e4419fe2458196de555ea0f01a0b57d13
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 22, 2026.

Transparency log

Release files / py_ephemeris_bazi-1.0.0b1-cp312-cp312-macosx_11_0_arm64.whl

Download URL py_ephemeris_bazi-1.0.0b1-cp312-cp312-macosx_11_0_arm64.whl
Size 132.0 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
a784e9f60628a8294ccaed46ab4a3c341b5816d69b8e538e50f7eb9b8f8c8e9c
BLAKE2b-256 checksum
How to use checksums
27d44151d187adbfbc6d0b92682c0daf55d10643ae96f6b352947313728c119c
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 22, 2026.

Transparency log

Release files / py_ephemeris_bazi-1.0.0b1-cp312-cp312-macosx_10_13_x86_64.whl

Download URL py_ephemeris_bazi-1.0.0b1-cp312-cp312-macosx_10_13_x86_64.whl
Size 138.7 kB
Tags CPython 3.12 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
fbf687e156ff3c433d47f2fd333b812408994950b56330fe12d05b4e1fbf1333
BLAKE2b-256 checksum
How to use checksums
f3d879b7ac040eab8fbe48a8cf58aa432d361febf0793401e9cb1fef66b5605b
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 22, 2026.

Transparency log

Release files / py_ephemeris_bazi-1.0.0b1-cp311-cp311-win_arm64.whl

Download URL py_ephemeris_bazi-1.0.0b1-cp311-cp311-win_arm64.whl
Size 714.0 kB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
1bc2dcc2c233dcfd4c4ea2d52f4cf18486f2eda600fda3a3e4ae1ba56d5df7d7
BLAKE2b-256 checksum
How to use checksums
9bbc98fb34addd25fa26aaab15e80110a5ad00ae79fc86f71c842b775bcfdd55
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 22, 2026.

Transparency log

Release files / py_ephemeris_bazi-1.0.0b1-cp311-cp311-win_amd64.whl

Download URL py_ephemeris_bazi-1.0.0b1-cp311-cp311-win_amd64.whl
Size 1.0 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
d02b97aafcaaefd2a3ffb4431a1cd4ed913fa49b228eeab9e9a34bd97be260a1
BLAKE2b-256 checksum
How to use checksums
61e79f5e23de91637fac896dd1db32e972e73b216fccc4179e45f167612d9506
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 22, 2026.

Transparency log

Release files / py_ephemeris_bazi-1.0.0b1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL py_ephemeris_bazi-1.0.0b1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 155.6 kB
Tags CPython 3.11 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
df08a2c7f4cef2b63f5c3c1bd95e159111d78398df00d34d0e6f6e0dcb34487a
BLAKE2b-256 checksum
How to use checksums
e764163f10352409d4733e2612731594da5a4259c253542ea46bcd7dc3a65069
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 22, 2026.

Transparency log

Release files / py_ephemeris_bazi-1.0.0b1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL py_ephemeris_bazi-1.0.0b1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 143.0 kB
Tags CPython 3.11 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
33de8d87bd8521ad598161c28a625ed3bc4b9087a037cc524b507f58e5cbd520
BLAKE2b-256 checksum
How to use checksums
5855ec64f4fa90d1547b57751d4e829160105631d1cb0c5803f7fd2408370cb7
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 22, 2026.

Transparency log

Release files / py_ephemeris_bazi-1.0.0b1-cp311-cp311-macosx_11_0_arm64.whl

Download URL py_ephemeris_bazi-1.0.0b1-cp311-cp311-macosx_11_0_arm64.whl
Size 131.2 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
19303f5f172cf2ee232c152980e0414d4ed19dbcf97fddf52ad75bcffdfad085
BLAKE2b-256 checksum
How to use checksums
e06374479ee5c6b2abbaa4c043ded5887a7a80811bf3d030fddf62acc32ab644
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 22, 2026.

Transparency log

Release files / py_ephemeris_bazi-1.0.0b1-cp311-cp311-macosx_10_9_x86_64.whl

Download URL py_ephemeris_bazi-1.0.0b1-cp311-cp311-macosx_10_9_x86_64.whl
Size 137.6 kB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
a9f7b5a890e7b2d971916d69876231355dd8c2a61d78cba11aa775529dd6ba41
BLAKE2b-256 checksum
How to use checksums
971d72f2e003267ff765c7d1fa3f661baa507174b9201915db618071340c7bb4
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 22, 2026.

Transparency log

Release files / py_ephemeris_bazi-1.0.0b1-cp310-cp310-win_arm64.whl

Download URL py_ephemeris_bazi-1.0.0b1-cp310-cp310-win_arm64.whl
Size 712.7 kB
Tags CPython 3.10 Windows ARM64
SHA-256 checksum
How to use checksums
fadcce983297a9408abd3a6d4f6917713f84560a4d989d44769f7e961e268894
BLAKE2b-256 checksum
How to use checksums
ed01cb31646a0c6ca0a18b797c7c6e329ddf05e3f864b8f8c2ee1241e51058cb
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 22, 2026.

Transparency log

Release files / py_ephemeris_bazi-1.0.0b1-cp310-cp310-win_amd64.whl

Download URL py_ephemeris_bazi-1.0.0b1-cp310-cp310-win_amd64.whl
Size 1.0 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
611c50978cec9c8ca6e49aa8d1e5b39285f83741f397e7d8887a76302cfc2303
BLAKE2b-256 checksum
How to use checksums
a6f5582a8b72ff60d1936a29da0515278403ae35155b4e25c34e73879f56de30
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 22, 2026.

Transparency log

Release files / py_ephemeris_bazi-1.0.0b1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL py_ephemeris_bazi-1.0.0b1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 154.3 kB
Tags CPython 3.10 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
82e6dd00be6300181474087b45b4cc8e58afdb6503b0d898243d5246bce236c0
BLAKE2b-256 checksum
How to use checksums
be7a7cb0c1f3700b33cbded6307ee2b381d6920ce10aa78b9ff7e8cc545eb410
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 22, 2026.

Transparency log

Release files / py_ephemeris_bazi-1.0.0b1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL py_ephemeris_bazi-1.0.0b1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 142.0 kB
Tags CPython 3.10 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
bd4a25e807cc88900ced254c93af83b649df4617163135d4c2b9f00129bd1919
BLAKE2b-256 checksum
How to use checksums
14d35c1a157957fc1a846315c2fa43c95c1c4aaf9262d841b887968276760ab2
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 22, 2026.

Transparency log

Release files / py_ephemeris_bazi-1.0.0b1-cp310-cp310-macosx_11_0_arm64.whl

Download URL py_ephemeris_bazi-1.0.0b1-cp310-cp310-macosx_11_0_arm64.whl
Size 130.0 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
b1545791e36fc1201060f8f0790d5fb91f495410f6eedfca0c92ec1001a5ab6d
BLAKE2b-256 checksum
How to use checksums
1b6231b170668bf1d8b440eff9c14f29e32c1f7a90e06d5161b09404a65c7941
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 22, 2026.

Transparency log

Release files / py_ephemeris_bazi-1.0.0b1-cp310-cp310-macosx_10_9_x86_64.whl

Download URL py_ephemeris_bazi-1.0.0b1-cp310-cp310-macosx_10_9_x86_64.whl
Size 136.3 kB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
f2d903a11cd38cac1be9eb0e6aaa59b49221cb19e97797bc3d388301784abb02
BLAKE2b-256 checksum
How to use checksums
7ccd647c93a16d27836c4ba5479938455ac0d0882f19fc9983a6f2c05b1ead4b
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 22, 2026.

Transparency log

Release files / py_ephemeris_bazi-1.0.0b1-cp39-cp39-win_arm64.whl

Download URL py_ephemeris_bazi-1.0.0b1-cp39-cp39-win_arm64.whl
Size 713.5 kB
Tags CPython 3.9 Windows ARM64
SHA-256 checksum
How to use checksums
271772dc0886396ad21d374ce140b11dcab814bb70ff7778680a6fc01d026858
BLAKE2b-256 checksum
How to use checksums
85a5e7a96dcd6e4e50327b823f0ed5871aaa0c08a3b039a644a0893128f1e20b
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 22, 2026.

Transparency log

Release files / py_ephemeris_bazi-1.0.0b1-cp39-cp39-win_amd64.whl

Download URL py_ephemeris_bazi-1.0.0b1-cp39-cp39-win_amd64.whl
Size 1.0 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
90ee3ee2352cdaec457685ee5301c43a00432e3e13ab8aa48b06ce84161df325
BLAKE2b-256 checksum
How to use checksums
224f411a3443cc0c252442d27151b85661da94cf4cadf19de378f5c36373ed7c
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 22, 2026.

Transparency log

Release files / py_ephemeris_bazi-1.0.0b1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL py_ephemeris_bazi-1.0.0b1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 154.2 kB
Tags CPython 3.9 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
38c5123b5d4d31252738dac4b7202d46c475015dd81d49cd42ed58d3a1788341
BLAKE2b-256 checksum
How to use checksums
ba16ac3a49d7eac75131e08afa24a132966b23a482ea8a07791d525e6ab3a86b
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 22, 2026.

Transparency log

Release files / py_ephemeris_bazi-1.0.0b1-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL py_ephemeris_bazi-1.0.0b1-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 142.4 kB
Tags CPython 3.9 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
9b4e0c6c28127a846e62feaa7e900b3886f8f2d36edde2c7ac55344b7371c7ee
BLAKE2b-256 checksum
How to use checksums
9aeaf0dd1355c96b05a84b8b38ef64d04ad8e38aebd8b4fbee13e1f43f574107
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 22, 2026.

Transparency log

Release files / py_ephemeris_bazi-1.0.0b1-cp39-cp39-macosx_11_0_arm64.whl

Download URL py_ephemeris_bazi-1.0.0b1-cp39-cp39-macosx_11_0_arm64.whl
Size 130.1 kB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
ecff0c50e39629e639d3f35bdd1b6fa09ee05860151e5e84980e79edda885513
BLAKE2b-256 checksum
How to use checksums
8e28262b2c4e0a776e5f4a0a79d0308de9704b9442bce70697d979fda33f47ec
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 22, 2026.

Transparency log

Release files / py_ephemeris_bazi-1.0.0b1-cp39-cp39-macosx_10_9_x86_64.whl

Download URL py_ephemeris_bazi-1.0.0b1-cp39-cp39-macosx_10_9_x86_64.whl
Size 136.3 kB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
b5c35f64010b147ea3f5f03e109935820c860357b21336c270d51cb33a61b317
BLAKE2b-256 checksum
How to use checksums
c9879c728ed8de1717b8493a0e03a600a122e6a3954506d504e38cf70e18b569
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 22, 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