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"]["items"]:
    print(item["time"]["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.9 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.5b1-cp313-cp313-win_arm64.whl (3.3 MB view details)

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

calcchinesecalendar-2.6.5b1-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.5b1-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.5b1-cp313-cp313-macosx_11_0_arm64.whl (3.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

calcchinesecalendar-2.6.5b1-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.5b1-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.5b1-cp312-cp312-macosx_11_0_arm64.whl (3.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

calcchinesecalendar-2.6.5b1-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.5b1-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.5b1-cp311-cp311-macosx_11_0_arm64.whl (3.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

calcchinesecalendar-2.6.5b1-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.5b1-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.5b1-cp310-cp310-macosx_11_0_arm64.whl (3.3 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

calcchinesecalendar-2.6.5b1-cp39-cp39-win_arm64.whl (3.3 MB view details)

Uploaded CPython 3.9Windows ARM64

calcchinesecalendar-2.6.5b1-cp39-cp39-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.9Windows x86-64

calcchinesecalendar-2.6.5b1-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (3.5 MB view details)

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

calcchinesecalendar-2.6.5b1-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (3.4 MB view details)

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

calcchinesecalendar-2.6.5b1-cp39-cp39-macosx_11_0_arm64.whl (3.3 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 e01fbc68b59fbb37a3ba0a62fd2d6054c938600c14626c91e3ff05f3ee988b0b
MD5 6041d2b54f98755cdda516df80428ba2
BLAKE2b-256 ec18db5dd94b67605894784c44358df25a271b165f368c16017e0a81b8e89513

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b1-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.5b1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 25b2c343a723fde8d2815cd550d52cce3827ea01089915c6ccb6aced9690a595
MD5 bca78988055b1db0fffc890dc6450aab
BLAKE2b-256 05079f9c4831151b9131b44623f6b2feb661e95795c5f80017568065463b7a5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b1-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.5b1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 11361bbb624ef4a2aad4d9a4004f1065bcf0cac2291fab78e66fefc4687e11fc
MD5 0e512becb8cc7535219b9558eeaf1ce8
BLAKE2b-256 14ab89433cae553f639681de0abe302cb2562662534c04c7d2dc32681290e381

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b1-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.5b1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c7a4740d3e454048e28b7efbf7bedff882e04812a170a442c873be26149d371a
MD5 3a13e60b5c04afdc3081e6ff22d63c56
BLAKE2b-256 66f870a02acb14f0045888cffd9bda910bea7912ccafd9fb86c1e5da6953c4f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b1-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.5b1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b0b39ea972a180b2da21735ef5017f259a5ffa7fe859621201e45c4f2526d49e
MD5 790d8bd82047541ed7e559e4de8642d2
BLAKE2b-256 bb7432f688065335c9fb2f221fa75d4922e03cc2ce342c2312a06bf7e1ebc3b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b1-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.5b1-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 9f7c1c9c7c914b1ec7d769f2f7d9826555a3206a589f2f5def450772ec96ef89
MD5 8f40424f0b6f19b075546b5d1cf7d57c
BLAKE2b-256 af49e19d20a98f713a363afc7ca6da02ae173d1f2c4e24aae2cba7442de393e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b1-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.5b1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 72312755b6337175b7af5a2a0ee97e2a5aa94105bea6c66a1ef786e99fe52c13
MD5 1ff2d507d0f76edaa79bb118580cfa9b
BLAKE2b-256 fa26e4d8b2d871a15c8527ac5daed9ac6e6d133a81482c78199132a3fb92a6c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b1-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.5b1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0b9e267c31d3be6a362eafb3660f8b12203f130e2da6f3a45082de5517f2d5e1
MD5 f6d42117accc65c69a44ffdc0c68d7d9
BLAKE2b-256 7ff9d8491e2ce7f41d2fdb1565e8546f5b0fb2a5a8c27d6ba461bfd94cce6fe0

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b1-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.5b1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e969e86451de8ff138157d160d7415539f99c4fe5e2a0189f7917fba1259b2a3
MD5 2701060d1cefa471787a3e41b3b46b30
BLAKE2b-256 29522056935fd1c8d3d5ec5c846dc9337d7473a4a7c269f87781e7ee7a3459fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b1-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.5b1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e154af8ef4fa63de83fa5f14045bc9bf2561cc38c02acf282496d2b8b70e963b
MD5 cfb1453b778ec37d579cc3462deb820b
BLAKE2b-256 3f6f70b16a8127a6ef7f36eb9d5787d771a8249a13e03df5f7c310a567a01bd4

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b1-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.5b1-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 8b6e4ebeaebb62b7adc6c0138667e3059b8219b78150b5622f100eae9d76a631
MD5 27ffab29e1b380f313798290f6b9c458
BLAKE2b-256 e57b3d0bac7a68dafa6ab03a5141dd5c1adb18ee82600e21dd8e8099424d730c

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b1-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.5b1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 bb98ac4fd9453614d47c0f6f533ac4b448934745eb2bbc9b57f991ab5873e320
MD5 d6ff20a873ef3a9d4d5bea102861bfd5
BLAKE2b-256 f171a0e3d9d7031ef386df7e92f6c85593bd1a59b28e1f375535eb46289d4c6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b1-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.5b1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 72dcc41c6eb0bb3f1683f543a6979659851fa001641b2e84e4a24a7223ff0a4e
MD5 fb871a4cdfb9332898f8bde7e36c1ad7
BLAKE2b-256 7aee4a6d70a26d75166fe86127c47f62fb97ea19f4b53d11062e128274e2b249

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b1-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.5b1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7832d8c4c82fcaf6148455f3ba7a2f2a3fd0fad60b8d59d8224a8b5ca78cb23a
MD5 53b1b82c18c5b9f50034ee8238ac0607
BLAKE2b-256 3c73675cc703c34d5f24419e3fc3bf690243470be75d1d23fe1d2f79ecadce33

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b1-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.5b1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b822c5bc96cfeb9a687d207094c26fb1c41466222f17b43aee7e90e2cfcd9355
MD5 800778153a717b3596f4004f56995321
BLAKE2b-256 2da2423196ddeb6ac56486b4dee4b7c623c21bd922cdb61ba39b45e9f27f793e

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b1-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.5b1-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 58cf053e3289052bde12943f296737d7f669512972c5000312d87ddb0271c6de
MD5 aa4fe97bc823345a453f2c3b798147c2
BLAKE2b-256 fcfebdea9ade18cba6cfd6c9d1669686969b649986d3846a13b37ddf298b28e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b1-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.5b1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c73144399df6a8004fbb6960cbf9a87ecfe8906b63530157599fb0568c8b7b12
MD5 476eb7a9b80596813051ccd1f6bcdace
BLAKE2b-256 8e90acf40b3055704d1f2d29e553ad825b5ca3c919c67f886e8cbb704121e5bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b1-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.5b1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 67d8bea5c5e2878a712a53222ca2edeff7b18fe5e7d7b72acef6bd083499d614
MD5 0c3ebff925614801106de99295bd14a3
BLAKE2b-256 2502216abb2afe23fccbaf999ce769388d63a8812bc3385aa7d12487584cb219

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b1-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.5b1-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b1-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1dc1bbc71f1ab6c304bf7ca38929419f80f97dc65c17faff06ffbff2cc199c33
MD5 8c375a5ea9bcf9e0150097f25f236dc1
BLAKE2b-256 626c52b90aeca6bfe6c611668359fe5634ee489da164adb26878a67f00b852b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b1-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.5b1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bb2d525ab2c4fec32299f8c338f4dd878c6cb0edab145ee055b17127064d1e76
MD5 83515ee6311ef5d87dff447724f3c3f8
BLAKE2b-256 df52eb76c9ea3fd9494bff17115136e74cd8337a57cdd36a23c326c8fa74d93f

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b1-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.

File details

Details for the file calcchinesecalendar-2.6.5b1-cp39-cp39-win_arm64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b1-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 f07eb6bae2b72daf59f4f9afb3474c0ec345d79a72d98d13dc84371d1dcb1111
MD5 a9f0312afb4d54bf9790c3ccc3af02e0
BLAKE2b-256 20a11282140ca0498540eb3ded9cf93f268b0b68cbc0ee3dc20f596380013d18

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b1-cp39-cp39-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.5b1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4df40ace63a76760a86a46bc59cb74efde23c05e35dddfbf18b7dfbfbd6cfa44
MD5 a4e7aca681b0924ba30201413b1d6d0f
BLAKE2b-256 9ebd7afe476a54c8fa9e7f9f3d8c0d81371dec748060bfcdbb071caf7f737ed8

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b1-cp39-cp39-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.5b1-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b1-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8a84ce74697fee30274bce33d119e19185994bcd63eda4889c1466cb6253cfc0
MD5 9e7c65d262ea0cf9d717ac12665da56c
BLAKE2b-256 d7e234ff114fa01bc20b2c6e5915d8a135bb29fdd86ed7155604e0a81872022d

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b1-cp39-cp39-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.5b1-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b1-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 de968567eff729e27cac81cbc005437c543be994bd7860cca52ed015a9d9396c
MD5 2caf6fbf381d359d7102fe509f7bb596
BLAKE2b-256 98d3b26c31a26ef3398ed3f2c786ce63b7995eac9dfa87a93a4c8f197b7b0f06

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b1-cp39-cp39-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.5b1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a5218ab7f6e6ed8c7e42d0bf142e43dc3aa0cc9a16157f2543d4b73fe1fefb1b
MD5 f504f62b38432cb41ff6e66b03cb4f61
BLAKE2b-256 9c3fcd4db1b6ec296835dfadfefd28fe3fe4b217ce7c5aaadd874b0ae3c43d52

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.5b1-cp39-cp39-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