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.4b2-cp313-cp313-win_arm64.whl (3.3 MB view details)

Uploaded CPython 3.13Windows ARM64

calcchinesecalendar-2.6.4b2-cp313-cp313-win_amd64.whl (3.3 MB view details)

Uploaded CPython 3.13Windows x86-64

calcchinesecalendar-2.6.4b2-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.4b2-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.4b2-cp313-cp313-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

calcchinesecalendar-2.6.4b2-cp312-cp312-win_arm64.whl (3.3 MB view details)

Uploaded CPython 3.12Windows ARM64

calcchinesecalendar-2.6.4b2-cp312-cp312-win_amd64.whl (3.3 MB view details)

Uploaded CPython 3.12Windows x86-64

calcchinesecalendar-2.6.4b2-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.4b2-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.4b2-cp312-cp312-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

calcchinesecalendar-2.6.4b2-cp311-cp311-win_arm64.whl (3.3 MB view details)

Uploaded CPython 3.11Windows ARM64

calcchinesecalendar-2.6.4b2-cp311-cp311-win_amd64.whl (3.3 MB view details)

Uploaded CPython 3.11Windows x86-64

calcchinesecalendar-2.6.4b2-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.4b2-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.4b2-cp311-cp311-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

calcchinesecalendar-2.6.4b2-cp310-cp310-win_arm64.whl (3.3 MB view details)

Uploaded CPython 3.10Windows ARM64

calcchinesecalendar-2.6.4b2-cp310-cp310-win_amd64.whl (3.3 MB view details)

Uploaded CPython 3.10Windows x86-64

calcchinesecalendar-2.6.4b2-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.4b2-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.4b2-cp310-cp310-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

calcchinesecalendar-2.6.4b2-cp39-cp39-win_arm64.whl (3.3 MB view details)

Uploaded CPython 3.9Windows ARM64

calcchinesecalendar-2.6.4b2-cp39-cp39-win_amd64.whl (3.3 MB view details)

Uploaded CPython 3.9Windows x86-64

calcchinesecalendar-2.6.4b2-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.4b2-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.4b2-cp39-cp39-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

Details for the file calcchinesecalendar-2.6.4b2-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 ac2e43d6be7cd7a6519b9c58aa8c69a1d30168fabc637cd25b46ae8c21f88e80
MD5 31b242b611fc7ed395e29ebecf352b32
BLAKE2b-256 e6e653ec848064c2be44853f158fc0e68a7190be6e535a5f257973d80411907a

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.4b2-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.4b2-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b0970349daff2eb515c6c2434877e76b7ed7b9c6684f040d8a6b141e58ed7e45
MD5 8a43d94a8cecdad49aa362a7898f4848
BLAKE2b-256 0c18d1ccbcecea99ace51a576d2020600630c5ab63ab90f915dca7c54ddcc60a

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.4b2-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.4b2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cdbdb14964ee2d187af62f5a97a4fc78601136f5d07d66b75427a9660bf30cf2
MD5 7e50db062f1062f7cbaac9d863271f19
BLAKE2b-256 d4fa209328cf576afb113d428d061f2e41f95d6d87fbac96874761a253e5fb4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.4b2-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.4b2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 becffb6167993ef40b87276f24b69822f8db94b70699f779a3b335ae93b8f484
MD5 bf2fd4fd7d79eb720b31a1090da88224
BLAKE2b-256 15cbed39d96cadba69e02f766346890072b55d24d28bcc5d7fbb62ad274af48d

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.4b2-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.4b2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6511cbd8635db23240b160f42f4a4889ae8b745acb732259a3922a78b71f630b
MD5 2dbc25fa6c5941989ee38f5c1cff040d
BLAKE2b-256 832264322507f6075eccc7cceff80f6a5cf740b8454725d3848cbbbfee4c87d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.4b2-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.4b2-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 f8c09bfbfd54606d11062ae93e0ec5e90d388a7b83bba5475d06320ddbf26302
MD5 317d44b92a817e7645b842873edbd83e
BLAKE2b-256 75f47106831cffc4ca9374dd8ac59ee4a15ac6dff357d2a588f2d3104c29ad06

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.4b2-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.4b2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2dcf3f86ea3301ad65836a830782d92b5989bd14d8f3bbbb4daf574f1c83f377
MD5 30953ef7d822944b2c88e01e654b8e29
BLAKE2b-256 dbf8bdd56933a59fdf625b777cccb38003b5e7e8a0694f6806d02732b7001363

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.4b2-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.4b2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 811cf1ce7f571a6f1950561d1a28c93eb04c84a294bcd8ed4310518ce644ad36
MD5 c3e6683a7afe680016464950774c3778
BLAKE2b-256 c335e17debcb5615b9b938c573535385c2671f10e416549529a6126748a7b910

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.4b2-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.4b2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9dc0a69b9eb960e78031001f8bd048f9a3eaef9250b4c8c7c574c05b9addbc0c
MD5 3bc100b2935c19c3112e72044d0ad79c
BLAKE2b-256 f992f1233fd1c07be3c71cee150b05384c5e83d591e81d0c7de7c8dbb988f0c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.4b2-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.4b2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fde3e8431f82a7817c2806e942c921c7c35c2526a62f2febf7bd4d3ebfb4c0cd
MD5 6a3b38a0a7fce6134779bef783d5f67f
BLAKE2b-256 777e0b6160766116fa8df9f8c01712397668989eac3cb591d644ef5d177cb19f

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.4b2-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.4b2-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 939a1cec0f46330b2e78a5e733ff6b07cef4df206a1d1904f2a42959dc9accdc
MD5 5c0e3cabe30af6bf2fa2ba8a575e6238
BLAKE2b-256 efbad2fd791922b973d99dab756f5766cbf40679065bf1f97d8c141f1c32297f

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.4b2-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.4b2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1b27c8bc9c34ba9f528d9818eee38d5f18938e36aeff8f943b145fdc04152525
MD5 fb881a0a5b6060ede32dab8b633ee044
BLAKE2b-256 6718fda2647f30d26c5b2387affda5ce13256a8abc91f96621cc89a0bffad71d

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.4b2-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.4b2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3c093ef0432a6d6dc103bf163eccb7d9e6c990857ccc76095d79d99392a4a172
MD5 8a4d67ffbe00aa9c420f197ca76131b2
BLAKE2b-256 df5596ca4fbffecb076c5a2adbe6815446c05038c146cd7ffe96ec16bbe446a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.4b2-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.4b2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3b6076a1d683d47c598dad13250b50aefeaa4ebe4617439061c7ffb28718026e
MD5 9637e4a5be655c387dfec673b9ea9e04
BLAKE2b-256 97cf3e9b2bf1bd351557f15f33ed03946fa4ec1b19effc634bb4ca709193c767

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.4b2-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.4b2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c2db2e37c7ad42b2128a09aaf32eef969a9df93b70556c5859e26a4077c4f7a8
MD5 519190507f122607a9e43ad02bb48aa1
BLAKE2b-256 d7d12ec8e1b138b1e044b95b41c3a16e6e6c02fc3e72b2230287512d2ba3b45c

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.4b2-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.4b2-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b2-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 38a6a7e3a432dcc04ae41037b6b58ba1860ac7e468b22f62780310f525264a4d
MD5 890fe75ec7ca4fe18305075ca417f4e7
BLAKE2b-256 779e72cd25b698cb6f70f30280717a6e11038e91a07329003e5734a46094a28c

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.4b2-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.4b2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9a315cf4ffdc9bf20e9a880ede6c423670ffde49587d21258d889afe5a843745
MD5 a5746193e4719b6f9edce50e61dccc89
BLAKE2b-256 b9eb1a311d2569d1c413e8864187821d30bab5a960f68b528b00772fbc56902d

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.4b2-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.4b2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c522c9803d5aedb94118a45f770b03c551cc69cd4698427a841b39ac0dfd5df9
MD5 1b17685f8cd452f77d22da625e8b1e14
BLAKE2b-256 e908bb7866f023e29011bddf1f25bb7ab3995ecc92332cf88662a7a95a8d52f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.4b2-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.4b2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 694521bfac1e1279b7146ac1f84cd9acff3091eb9ff120d662721691436d22b7
MD5 78c144e554ce32984ced62c6614fa385
BLAKE2b-256 ed1868724551ce8850a9ace8229f0788a7faeac633e370f97aefac02362ef1b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.4b2-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.4b2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 88c0842d7e5cf3f2fb7c935039a5245afb06cd16b109954185ded3ef379335ad
MD5 65aedfb5d74db15e487bba4bd7931dac
BLAKE2b-256 12f8db2dd974a1c11b16cee4611194ed07cdc1a8ffd136414bb4bce374570101

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.4b2-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.4b2-cp39-cp39-win_arm64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b2-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 e7598221536b9ebcee098ed452509bc297a549326f37183a15c8f4bf98b22f38
MD5 f5c3632592a9ce51d5f4537487b00262
BLAKE2b-256 3cefd024f481581bbdceb3f910abc37de3c2dd5ec291e37f7a8f2e6f7ba6121a

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.4b2-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.4b2-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 568d93f5ae3aa3201c2afdb1e75a411993adac5b55406def4f0eca2d24b5f075
MD5 507d04249d5c3c43a42c5d57f3940255
BLAKE2b-256 074d1850b5190844d7b7f73ac7164c95201a4a7ba5552fbeef0ad32d43bd10f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.4b2-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.4b2-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b2-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 60dc02006ada8285636cf24c1bf572c190747e9c4981d1fac538cd82356b4c7a
MD5 53e9ba5d849ee9bdf1fe4c78b068dea6
BLAKE2b-256 411d8b159209419e892a499fc2ba922f6829e3f4f307e45d9a0e95a52d2b97e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.4b2-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.4b2-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b2-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 06334a9098b42bcc2d36ebcc2b7995405c53c0eeb546528884bbdc0828445ea7
MD5 c57095c4eabaa585ab8987fb0209a2ff
BLAKE2b-256 78db0784e91e0e41fc5c30d4c8cf5d707c05bf6a73de1393afe80bd649fc2ce9

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.4b2-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.4b2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c381294642e30a1eb54186404c7de0d32512638375e71696453ce40e2eb3de61
MD5 1d058aeff9f37bf64ffdac380c9118ff
BLAKE2b-256 f1ded2c7ec2f9da41d64e4f6c2faada852961d25dd25dce64f61f1b0aac9fc91

See more details on using hashes here.

Provenance

The following attestation bundles were made for calcchinesecalendar-2.6.4b2-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