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 Taiyin source at tag v1.0.0-beta.11 as an 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.0b11

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.0b11
File Size Uploaded
py_ephemeris_bazi-1.0.0b11.tar.gz 25.3 kB Details

Built distributions (wheels)

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

Download URL py_ephemeris_bazi-1.0.0b11.tar.gz
Size 25.3 kB
Tags Source
SHA-256 checksum
How to use checksums
e49012a4ae9b1edb9ea3adfaea46388edd91b821911be69a97eeb0c577edd516
BLAKE2b-256 checksum
How to use checksums
b00f21629b985d14bf5770362c3c72ea8b342acf1d2b5f3d1618c25ff58256e6
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 Sep 10, 2026.

Transparency log

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

Download URL py_ephemeris_bazi-1.0.0b11-cp314-cp314-win_arm64.whl
Size 735.5 kB
Tags CPython 3.14 Windows ARM64
SHA-256 checksum
How to use checksums
143276719e2e317e63d879301352a372b54ab0ff6f7d1a7fa2399a7ba7c1b8c5
BLAKE2b-256 checksum
How to use checksums
8ad6b68d1ff779b9a9f802d4122299adbf8da2e5da5ebf702e46357937f6bdcd
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 Sep 10, 2026.

Transparency log

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

Download URL py_ephemeris_bazi-1.0.0b11-cp314-cp314-win_amd64.whl
Size 1.1 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
7c8456428bd410fe377dc55632f2b1f0676b83dadf3f67728bb9cb9d66fbe1ee
BLAKE2b-256 checksum
How to use checksums
8d522593a2638583c6650485da735f95122ae8ad98a3aa839a6f79582be9b470
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 Sep 10, 2026.

Transparency log

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

Download URL py_ephemeris_bazi-1.0.0b11-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
6ff4e9bba0c1973dd3d0efaeedae665e9e5ccbdea94acaf47afe5121844efcd2
BLAKE2b-256 checksum
How to use checksums
b1611620b62ed9d9751962e2a22cc19c3ae3cd4e7a2bd9ef1cd95d357e8d086d
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 Sep 10, 2026.

Transparency log

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

Download URL py_ephemeris_bazi-1.0.0b11-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
6d696ebd033cf3736771d4a6a8805841a7e13f95f544065a997560f68a0db800
BLAKE2b-256 checksum
How to use checksums
fa1b2208557a638d5c8684ed79b2c707a1311b34b20a185f5df6511470836b7b
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 Sep 10, 2026.

Transparency log

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

Download URL py_ephemeris_bazi-1.0.0b11-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
9d6abdc36b9d00d2390a362e5659c01bdaf9bb5362bbdc1cf8ecccddcea2ecc8
BLAKE2b-256 checksum
How to use checksums
1afc0acfcfada178ddf29823ae8234f2e848d44fec6fe38e940a348a19c6304b
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 Sep 10, 2026.

Transparency log

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

Download URL py_ephemeris_bazi-1.0.0b11-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
ad841d7294ced21d1f8b202b28336fb05fa4c7d91c4ecd77453ab67c806543a3
BLAKE2b-256 checksum
How to use checksums
052d60d9453b83bfed0c1d03850214f00333ed9399a991fddb766a8d0a56ea96
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 Sep 10, 2026.

Transparency log

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

Download URL py_ephemeris_bazi-1.0.0b11-cp313-cp313-win_arm64.whl
Size 714.9 kB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
43e54d45a0c3cf44460e00b3e5beaf58211137f598e667afb6d4c3a41a1daf53
BLAKE2b-256 checksum
How to use checksums
84b85dd245d4f98513541eaca501bf9a186681aeb3da9ae83d89c6e3f55f94ad
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 Sep 10, 2026.

Transparency log

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

Download URL py_ephemeris_bazi-1.0.0b11-cp313-cp313-win_amd64.whl
Size 1.0 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
0c27df80a59684a83f991dbb7457bf745a61877926a82362b9df8d54d71bfbf6
BLAKE2b-256 checksum
How to use checksums
d9e9d7947a171e42d1856fa925c78935b08269ae8d1b448d7e663c4129e9fba8
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 Sep 10, 2026.

Transparency log

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

Download URL py_ephemeris_bazi-1.0.0b11-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
bb1fc31ec0dae1ec0040a4cffea5359bebda8a72c2912d70fb8be0c874c2a664
BLAKE2b-256 checksum
How to use checksums
e07f9fa701c2a6174e39858a791c1f02f373e9a192665a762489632461311816
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 Sep 10, 2026.

Transparency log

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

Download URL py_ephemeris_bazi-1.0.0b11-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
7aa10262831bf9a66b26507c62e36cedbd94b970e5d1d6f2218ac1d4e5a929ab
BLAKE2b-256 checksum
How to use checksums
084217832b1b693a14cd762eaef74104beec7665d4e6f053e40dc4d865dd5310
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 Sep 10, 2026.

Transparency log

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

Download URL py_ephemeris_bazi-1.0.0b11-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
e2419c7f5688371381001e456c6b1ca63aa16441ff5bcdf6b6b38f040d23cef7
BLAKE2b-256 checksum
How to use checksums
d6a73897b54dd10e405ad01d67e389bb1a8748cc0e111278ef07b1f8109e83e8
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 Sep 10, 2026.

Transparency log

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

Download URL py_ephemeris_bazi-1.0.0b11-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
670dba5870123fb64eb58b1c366cc86ab9c282bb7b9624d214c05a827826b643
BLAKE2b-256 checksum
How to use checksums
70f4cbc6c3966e11f44505c44ca15c9f0612b9af8fb544c3b702a0fdfc66dce7
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 Sep 10, 2026.

Transparency log

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

Download URL py_ephemeris_bazi-1.0.0b11-cp312-cp312-win_arm64.whl
Size 714.9 kB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
f7800f580f0b228c3fcdaf899a26af5a52e31d420262c2c4ab5508fd26bf92e2
BLAKE2b-256 checksum
How to use checksums
b35fc695940a4a977fe7a7423c26c89c6947d0b3bb1b8fabb3243638a95264d4
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 Sep 10, 2026.

Transparency log

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

Download URL py_ephemeris_bazi-1.0.0b11-cp312-cp312-win_amd64.whl
Size 1.0 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
b4b6b6071ce685ff03e37c832683ce13948179ca6b42192641efadcc540b1332
BLAKE2b-256 checksum
How to use checksums
972865a6395e9f9679c2e256afb9129ce48058bdbce664fb6193d51bda7d57dd
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 Sep 10, 2026.

Transparency log

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

Download URL py_ephemeris_bazi-1.0.0b11-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
97e5d19c3b5a3dd09adefb3915ae7c2f0e6c3e8d3b74f4b94a7661d650c94cd1
BLAKE2b-256 checksum
How to use checksums
07e746149167015d88c9ddd6347e015ea6b2fd5be4b1714923e41c297017d91f
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 Sep 10, 2026.

Transparency log

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

Download URL py_ephemeris_bazi-1.0.0b11-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
78de39eebc69b507cabc6aa2abed0eb31ed452c88bb6cce7ff1edd938f7fcae7
BLAKE2b-256 checksum
How to use checksums
90be73655c72baa50ca7a48252bf3e551412d558570668e079e40a58e954ea64
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 Sep 10, 2026.

Transparency log

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

Download URL py_ephemeris_bazi-1.0.0b11-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
11519722546c9250734e15a1e1184f9cd851d0b70e0105e9d51c25e656bc7498
BLAKE2b-256 checksum
How to use checksums
bfbead8dccdbbf8bb16cd1d307142d7bf0561bac813662120b477d2f2e55c60a
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 Sep 10, 2026.

Transparency log

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

Download URL py_ephemeris_bazi-1.0.0b11-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
9e7f5f5d4bc44f9a52f1c999f9f3c9904728f8e223e2203aa17e75d1a8a84346
BLAKE2b-256 checksum
How to use checksums
dcff5fc824ff605a03923d1de81ceed872832430216d0dc70cc7075fb06a03cc
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 Sep 10, 2026.

Transparency log

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

Download URL py_ephemeris_bazi-1.0.0b11-cp311-cp311-win_arm64.whl
Size 714.0 kB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
688dc11f65f6adb44fdef452d83f7c1cba548aba15b54b4953c37013eb1a395b
BLAKE2b-256 checksum
How to use checksums
e4187526cb9a339f215627c5ae57abd11d2bbc3eac2f641be94123bf5be974af
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 Sep 10, 2026.

Transparency log

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

Download URL py_ephemeris_bazi-1.0.0b11-cp311-cp311-win_amd64.whl
Size 1.0 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
2eb7007cfc68bd09d56ff82445671e6fb4dbc5e6cc90145363def2b9b00db5f0
BLAKE2b-256 checksum
How to use checksums
32b7e386e21140497b22e06f91e019e3bc1846d3a444f1897393d1d07b5bb25d
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 Sep 10, 2026.

Transparency log

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

Download URL py_ephemeris_bazi-1.0.0b11-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
e26b17b70cf59c61c5ecc40ea28fb67a4d8958503f5641fffb814d003ff7f4a9
BLAKE2b-256 checksum
How to use checksums
7baaae7046db09d70d305e43d20ee29db2b12289cb338f200f5845065749eeda
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 Sep 10, 2026.

Transparency log

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

Download URL py_ephemeris_bazi-1.0.0b11-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
9437b69e66575610413b5b13824cc4d51bc8178cd6f87fee8b3a919061b877e1
BLAKE2b-256 checksum
How to use checksums
7bc77f34a122b7f785bcc206f91a268255f513abf380b5c7e8f71a7c29ede3b6
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 Sep 10, 2026.

Transparency log

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

Download URL py_ephemeris_bazi-1.0.0b11-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
06ff51360f873060e00b69f5b712c6b746c37eef61fedddcb5e35b353122f3ab
BLAKE2b-256 checksum
How to use checksums
641caa0c4e089f647f5c4c597820aaae2b315b66bcaa4ce584693c9f3e95abff
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 Sep 10, 2026.

Transparency log

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

Download URL py_ephemeris_bazi-1.0.0b11-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
b09bc18b02afb406f6d52b4a67f479fa52e476318e109671c7b0af9ad89b2921
BLAKE2b-256 checksum
How to use checksums
0cd4bc0ae1504e5b9a9fff74509dba34893fd577da1f2cfe60292c297ffd12b0
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 Sep 10, 2026.

Transparency log

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

Download URL py_ephemeris_bazi-1.0.0b11-cp310-cp310-win_arm64.whl
Size 712.7 kB
Tags CPython 3.10 Windows ARM64
SHA-256 checksum
How to use checksums
ad4958b34a17bd7a8d1f9ed16517443ee8b8674842aa80233998bc61e4ff4b18
BLAKE2b-256 checksum
How to use checksums
5580a61d5e6514222a4928f3a312155d13104342b46dd51db817d3a4804304bf
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 Sep 10, 2026.

Transparency log

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

Download URL py_ephemeris_bazi-1.0.0b11-cp310-cp310-win_amd64.whl
Size 1.0 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
f94077316a6b92a6209c5dc93e5302225abf4c6c45b0b6911c2821e85332792e
BLAKE2b-256 checksum
How to use checksums
9d98c3eebc1196e36341c46d2caad44271cab7337a084e0ec4668583edafad81
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 Sep 10, 2026.

Transparency log

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

Download URL py_ephemeris_bazi-1.0.0b11-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
4de704da741b2c862cfc37466000c94cb13d207588617575ee67fd2ef8a38c0a
BLAKE2b-256 checksum
How to use checksums
e65e2e1a32e704ee08b53473a2a849150bbd1245c2000affd1345d587637c795
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 Sep 10, 2026.

Transparency log

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

Download URL py_ephemeris_bazi-1.0.0b11-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
d98935dcc84cfcb74921215ef88920857ac0b0acc7012caacb67b5a6c1c41ffd
BLAKE2b-256 checksum
How to use checksums
d55cf702a593de7abfa1abba06083f972a91118ecb8b7ed583481ba5da3e2c14
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 Sep 10, 2026.

Transparency log

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

Download URL py_ephemeris_bazi-1.0.0b11-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
f4aec91b16591e32c0a5be01c09484ea04490a859bebc345a4bf951fc665223f
BLAKE2b-256 checksum
How to use checksums
a0dde87732b92dfb6257233f8f20d0bbcc2b53555de25c4925b15b7dd5eac7e1
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 Sep 10, 2026.

Transparency log

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

Download URL py_ephemeris_bazi-1.0.0b11-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
465d324a948271aec4f3592215b8d0d7406b11ab96de42662d677eefa671dfec
BLAKE2b-256 checksum
How to use checksums
24ecb7dc7da8d06ca22926e5c74119e426d9eefb2bb623a53334b467c38db4ca
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 Sep 10, 2026.

Transparency log

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

Download URL py_ephemeris_bazi-1.0.0b11-cp39-cp39-win_arm64.whl
Size 713.5 kB
Tags CPython 3.9 Windows ARM64
SHA-256 checksum
How to use checksums
aafc8291645aef1fbe3878d7b22d983b9f69f57c9647e371dd0b2d72ecaa76af
BLAKE2b-256 checksum
How to use checksums
da319fef3d740832a56efacc75989406eaebc80168871971b585541685b1a856
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 Sep 10, 2026.

Transparency log

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

Download URL py_ephemeris_bazi-1.0.0b11-cp39-cp39-win_amd64.whl
Size 1.0 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
f1a1b0cfc650ace401624762a9a15271a839555f5379791a9724e1218ea5e493
BLAKE2b-256 checksum
How to use checksums
a370deccb0c6e73c4301f519f191f71b495c3c6e730da9a2f51c6ad4d6050fc0
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 Sep 10, 2026.

Transparency log

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

Download URL py_ephemeris_bazi-1.0.0b11-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
59a5ca642613a3e347e23896d641025e73562c34342b1c1f438785719c08a361
BLAKE2b-256 checksum
How to use checksums
90ecdfc6c7f7eaedc712e8b4628eb925067f731732acd2b7ff17eeae6e2abe6b
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 Sep 10, 2026.

Transparency log

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

Download URL py_ephemeris_bazi-1.0.0b11-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
6bce6ab857bbbeffca4d73a35cd33c8c31cf1d3447db49f9ae589693eeee09c3
BLAKE2b-256 checksum
How to use checksums
c7b6b73879307515c04514c370d01742333615399abbeb8d19f79b2d0ffe3abd
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 Sep 10, 2026.

Transparency log

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

Download URL py_ephemeris_bazi-1.0.0b11-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
8fa3ef96d32dcba0621e432b51db9459e93d72a42438e6d2b436d7cc2390fd39
BLAKE2b-256 checksum
How to use checksums
93351aef35a630d4872c67413ca7cf17cf48e2acb5ceb684bac0d1b98b4ebbaa
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 Sep 10, 2026.

Transparency log

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

Download URL py_ephemeris_bazi-1.0.0b11-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
aa18c05d73d6f21ccfbdda2ce394e411c99d59f00cdb63e0441013665af6f568
BLAKE2b-256 checksum
How to use checksums
7409d6a29aadd3f8cc0a860d8e5066918f9fd37cd2f387efaf7a8845a69cb832
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 Sep 10, 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