Skip to main content

Native Python bindings for the CalcChineseCalendar lunar ephemeris, astronomy, and calendar engine.

Project description

calcchinesecalendar

calcchinesecalendar packages the lunar engine as a native Python extension for Chinese calendar, almanac, and astronomy computations.

It is intended for direct use from Python code and for installation from PyPI.

The upstream C++ repository and the full reference documentation are available at:

If you need the full CLI reference, C++ API, C API, i18n details, repository layout, or release artifacts, use the GitHub repository as the primary reference.

Installation

pip install calcchinesecalendar

Quick start

import calcchinesecalendar as ccc

print(ccc.version())

data = ccc.day("@series", "2025-06-01")
print(data["data"]["phase_name"])

ganzhi = ccc.ganzhi("@series", "2025-09-07")
print(ganzhi["data"]["day"]["text"])

Using BSP ephemerides

The first argument of the public APIs is the ephemeris selector:

  • use @series to force the built-in VSOP87A + ELPMPP02 fallback
  • pass a BSP file path such as de442.bsp to use JPL DE ephemerides

Example:

import calcchinesecalendar as ccc

data = ccc.day("de442.bsp", "2025-06-01")
print(data["data"]["phase_name"])

Public API overview

The package exposes:

  • native core APIs such as core_day, ganzhi, ganzhi_month, and calc_eot
  • high-level helpers such as day, monthview, at, convert, search, eclipse, festival, almanac, and info
  • raw run and run_json access for advanced command-style use
  • a Lunar client class for shared defaults such as lang and eclipse_method

High-level helper example

import calcchinesecalendar as ccc

result = ccc.search(
    "@series",
    "next full moon",
    from_time="2025-06-01T00:00:00+08:00",
    count=2,
)

for item in result["data"]:
    print(item["code"], item["loc_iso"])

Lunar client example

import calcchinesecalendar as ccc

lunar = ccc.Lunar(lang="en", eclipse_method="fast")
result = lunar.day("@series", "2025-06-01")
print(result["data"]["phase_name"])

Notes

  • Python package name: calcchinesecalendar
  • Import name: calcchinesecalendar
  • Python 3.10 or newer is required
  • The package bundles the native extension; a compiler is not required for normal wheel installation

For the full CLI, C++ API, C API, i18n documentation, and repository-level usage notes, see the GitHub C++ repository:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

calcchinesecalendar-2.6.5b3-cp313-cp313-win_arm64.whl (3.3 MB view details)

Uploaded CPython 3.13Windows ARM64

calcchinesecalendar-2.6.5b3-cp313-cp313-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.13Windows x86-64

calcchinesecalendar-2.6.5b3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

calcchinesecalendar-2.6.5b3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

calcchinesecalendar-2.6.5b3-cp313-cp313-macosx_11_0_arm64.whl (3.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

calcchinesecalendar-2.6.5b3-cp312-cp312-win_arm64.whl (3.3 MB view details)

Uploaded CPython 3.12Windows ARM64

calcchinesecalendar-2.6.5b3-cp312-cp312-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.12Windows x86-64

calcchinesecalendar-2.6.5b3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

calcchinesecalendar-2.6.5b3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

calcchinesecalendar-2.6.5b3-cp312-cp312-macosx_11_0_arm64.whl (3.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

calcchinesecalendar-2.6.5b3-cp311-cp311-win_arm64.whl (3.3 MB view details)

Uploaded CPython 3.11Windows ARM64

calcchinesecalendar-2.6.5b3-cp311-cp311-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.11Windows x86-64

calcchinesecalendar-2.6.5b3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

calcchinesecalendar-2.6.5b3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

calcchinesecalendar-2.6.5b3-cp311-cp311-macosx_11_0_arm64.whl (3.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

calcchinesecalendar-2.6.5b3-cp310-cp310-win_arm64.whl (3.3 MB view details)

Uploaded CPython 3.10Windows ARM64

calcchinesecalendar-2.6.5b3-cp310-cp310-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.10Windows x86-64

calcchinesecalendar-2.6.5b3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

calcchinesecalendar-2.6.5b3-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

calcchinesecalendar-2.6.5b3-cp310-cp310-macosx_11_0_arm64.whl (3.3 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file calcchinesecalendar-2.6.5b3-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b3-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 8377ca33de54b036c53f2ac2be6bd6c2fcfeb93660b1db57c3f26ae6a653d334
MD5 c04322205349e53b5304c5f386f49634
BLAKE2b-256 87129e73c81cd3eca3b6af71f2c098cb4ed79cbff86109194a04c653411f67d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b3-cp313-cp313-win_arm64.whl:

Publisher: Publish.yml on lzray-universe/CalcChineseCalendar

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file calcchinesecalendar-2.6.5b3-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e1a97099887ed39365b9034227f75594ac04e0d0c9ff137031480bd9adf95ee8
MD5 4579e535c0b153029244b77be9b436b3
BLAKE2b-256 fa69265ee2a0f7b51da9ac64c44a5f9d5e660c1be50f030d9a86297680dc9bf2

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b3-cp313-cp313-win_amd64.whl:

Publisher: Publish.yml on lzray-universe/CalcChineseCalendar

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file calcchinesecalendar-2.6.5b3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f748f3bff0449fc44d7cc108dd17f2cfef5f3ca84e8fa79f61cfc5300b46f433
MD5 33f6387187c274c893e47cc520e0a6bf
BLAKE2b-256 96e492e3ba546c2020d543868393f55cb56ad3a22c63bd77d606d753f41de4fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: Publish.yml on lzray-universe/CalcChineseCalendar

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file calcchinesecalendar-2.6.5b3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dd796ea71dffca4e45804a0fd22acf797d932afd945cd55e0e24ec8d055db15d
MD5 654b92740157410e3dd1c1e7e89541f6
BLAKE2b-256 83575aff70dacd7e60f339f7f3e6602b1b5ca8ad75d7465c05e002c92cacfbba

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: Publish.yml on lzray-universe/CalcChineseCalendar

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file calcchinesecalendar-2.6.5b3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ba9369fdaaf78cc01dc983b6246bd37192a3042b2f0797205462669d45492ebe
MD5 aac9efa43215fcaaeb217c4e08e1e2e4
BLAKE2b-256 f92893d7f6450830f518a8f74e3e9bc8240b097e4eed42d4126fb8ddee5aba44

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b3-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: Publish.yml on lzray-universe/CalcChineseCalendar

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file calcchinesecalendar-2.6.5b3-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b3-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 2e13f23e16980b1c3fc04dd1919f2d3d6916be9c1e912229489354cd287d5cb2
MD5 fd9a8d77369b265e23e7f2a730896e27
BLAKE2b-256 6fa64368aa5af88a8a5076783a44c1c0658c63f8089cc1a974634b1c132709b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b3-cp312-cp312-win_arm64.whl:

Publisher: Publish.yml on lzray-universe/CalcChineseCalendar

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file calcchinesecalendar-2.6.5b3-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 49efe461670a4ae0de8643a63a1a6280fe7ea9a7ec14bf72da43df4719f4b405
MD5 48db2af7949b39a6ceb1e58f816bc10f
BLAKE2b-256 8aff890045bd26f40893f9f9b2d23c0c362cb28bfbd722e5148f6e0832f195ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b3-cp312-cp312-win_amd64.whl:

Publisher: Publish.yml on lzray-universe/CalcChineseCalendar

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file calcchinesecalendar-2.6.5b3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0f859cdc91a4282f66fe273fe902ca800ac688ea9ebeff98c0056eb0aae7eef2
MD5 7407c565cb90a9b1aac466e05cdcfddd
BLAKE2b-256 f6c9ed56b159ca1586576ec5a5c657eac6a9f740d46efad0c400dabe42ac4457

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: Publish.yml on lzray-universe/CalcChineseCalendar

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file calcchinesecalendar-2.6.5b3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4c46b476315f232ddf2714bf6968126616943e123f6a99d758ff3ea3c0fe9817
MD5 dfd8f9795495ccf3e0849e7c2218b296
BLAKE2b-256 45ae52acb149f91bd8e2cc39d221f5a9ab7b3213cee38a50003697f6db19200f

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: Publish.yml on lzray-universe/CalcChineseCalendar

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file calcchinesecalendar-2.6.5b3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6a524db84cce4de4ebbe5a8ecb0d4bed86b64d870b24d3894e694bf68395c48c
MD5 4eef0858e72add523a45ec375e66f282
BLAKE2b-256 834ee51ab00d6cfe13f0c79290d92da25ab4aed2b8618cad4af0fa11a24fac7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b3-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: Publish.yml on lzray-universe/CalcChineseCalendar

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file calcchinesecalendar-2.6.5b3-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b3-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 ba7b6e17803c9d91427eb9fe19e29a7fa37ff6b16b1566c602cfd8c82a86a365
MD5 b8f2a094631bea326b75db3daebe69d0
BLAKE2b-256 d25e311f5ab8ce91577b32cee23f5d0a7a69340e602ffd95dce533bb58056fc0

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b3-cp311-cp311-win_arm64.whl:

Publisher: Publish.yml on lzray-universe/CalcChineseCalendar

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file calcchinesecalendar-2.6.5b3-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c90a917b1749333f4f899e900a69bc9cb6993e75ddbb2a2a29e2f8a1daa08023
MD5 3ef93b828c36c0ea071d0fbbe2329933
BLAKE2b-256 7924abe611eadfcbb675e3ca05dce19dcf4870adcbf67b4e80527d2b6365fdd2

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b3-cp311-cp311-win_amd64.whl:

Publisher: Publish.yml on lzray-universe/CalcChineseCalendar

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file calcchinesecalendar-2.6.5b3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 295f89d5a1402121fce39adf121fd36fb24cd2bf7a2271c46f4fb3cd2c5516bb
MD5 68ddb319c21ed740daedbbd7b0d9cffd
BLAKE2b-256 ae8f71afd02c05dcacefe627e668acaaf9f5764a396c670f4940d98533dffddd

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: Publish.yml on lzray-universe/CalcChineseCalendar

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file calcchinesecalendar-2.6.5b3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 43057c3bf52e3f5f62fccba30e319cf287e944ff76b8540c0ac627cfb1c005ad
MD5 323c6ba37628ee3fdb27885e604f6e72
BLAKE2b-256 fd81dfd7df5deacae2c59d4f3eb766e261d46bb1f39c7c0075bf711fea702aea

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: Publish.yml on lzray-universe/CalcChineseCalendar

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file calcchinesecalendar-2.6.5b3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e20adc73df4a4d181631f8bd40dbd8f7d86dd607604a365aee0ea0c3ceff09c7
MD5 6529b7d3ef4b6c19263f991d8ebd7acd
BLAKE2b-256 b174e55d80876c44a158107dd4c7768f16d82bbc8bc6c766d7fa73aeddaf8353

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b3-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: Publish.yml on lzray-universe/CalcChineseCalendar

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file calcchinesecalendar-2.6.5b3-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b3-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 a3b7ce2d3c64f0e78b065b08aceb8dbd969c04fba29a0ece0e45dda03d8d2615
MD5 60ef3f11e2f676aff427e6e9d93149fe
BLAKE2b-256 1f7bf3c9245740c96cef49a0723c16ecb257343cd2a648fb47b4a4273f8a0e31

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b3-cp310-cp310-win_arm64.whl:

Publisher: Publish.yml on lzray-universe/CalcChineseCalendar

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file calcchinesecalendar-2.6.5b3-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3349cd4465cf428818ed6c442ce5b5680bb4ccc170e356efe9b9f506c190bddf
MD5 cf3f759048d52df5d43883013b234bc1
BLAKE2b-256 1a703f5ae7318b8a5ac123ff1f4bd8a6cfcf9e5502616a7ccaf2b3704edde255

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b3-cp310-cp310-win_amd64.whl:

Publisher: Publish.yml on lzray-universe/CalcChineseCalendar

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file calcchinesecalendar-2.6.5b3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 148d14d5e0abc3e92debe312704d7f0bb605bc68e968c4cd5c5bf91c4b56f1ef
MD5 0ba8dce9bb3e6354c40612b3a1bfd3eb
BLAKE2b-256 d96945047e9270dd8783be400d1bdc1bf5328bdeb49d4c6a64b78766f0293efc

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: Publish.yml on lzray-universe/CalcChineseCalendar

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file calcchinesecalendar-2.6.5b3-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b3-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 be75c16cf009a8c2fbf8e9a8a3c894ccae8b86fdf6d45cddd45f514d6ca53a7d
MD5 7b9a24eb0410b1feefbcf322480ac0a7
BLAKE2b-256 38cef20da8358e7248b9b89ab099e26ad191814e62c77663631439664aef7822

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b3-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: Publish.yml on lzray-universe/CalcChineseCalendar

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file calcchinesecalendar-2.6.5b3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 db5ac2a4c2f295d25f2fd44f47ec732ca6eefb5bed5f2f493b392954f2978553
MD5 594e93b3c60c8229d7fa2ac6af748008
BLAKE2b-256 3ed4ecaff2e69f7218afc7b619368151acbdc0af5d82b41fb4e0aa6fa11c8d3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b3-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: Publish.yml on lzray-universe/CalcChineseCalendar

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page