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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows ARM64

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

Uploaded CPython 3.9Windows x86-64

calcchinesecalendar-2.6.4b3-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.4b3-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.4b3-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.4b3-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b3-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 ce892db253b2177e5051c7e69c6602ab74437544124a18a85c0b353212b2b0ed
MD5 10eeb48974511958efa062af7b91fb8d
BLAKE2b-256 087b034cda7ff98c0b62089e2eb154fea2da414f07037191c7fe4ef27c8830dd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6526807d60645da75f59f373348e49a779b8956da701ee6e2c4ae328b1d56d0d
MD5 4c45ff79d05be09882b8b24c30a7926e
BLAKE2b-256 788068a517736ff2ef5f2db80345cfecc90f4b3d97028c63a00aaa9ffef60119

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a9a4fac31589e3f01d969b43136b39394f717a0e32234034664b6c3071cb54c5
MD5 b089fabac32fbac7db7058a6e6a4b358
BLAKE2b-256 e9b1997083d3e95d112be528465320ad102e130bdac97f5b54c111773a630b29

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 67f6b07c85f7a7addb24b5d7f1eb5cd7a91699352748d01c1d5e696964552fb9
MD5 2b60e0a1ed1b53dbdcde6af606171160
BLAKE2b-256 a9bf08e9ebd8c969f341a81bb605bd07aef210caeafbee048b63bd14e007165d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 89870272e33461f53a98be67d59c23dcfdb5571fb1a6722ffddc231ea3838d14
MD5 26f4d6d267bb8e73c816d486892c9db1
BLAKE2b-256 186bb41b0f435c841ebb1839af84a67bd0626f55eaa9df67ccd61a9208e673b9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b3-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 de008471bb728d7dd76875bfd22f26b0863e6138e0a108a7d77ff6515b1f950f
MD5 359122ff659fd69783d65675435fbf39
BLAKE2b-256 d3125b2af1def965afe818b7abf9c2b86df9b245525eb091647df9d2434cf530

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 14f281879f3977b2a65200397db367e0c54b6e375ee84335d9288de06314bfdc
MD5 34cfff68b5aa6af0fa733ef84187425e
BLAKE2b-256 62ad89daae2a9c4c5993351692e2b4b5d07cbd5286d15e642f5905a0bd3f25d1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9819f1f8a781b683c278447081051c12877ce896adb80f5d3b4b02e821c99cf6
MD5 942f349cce062e7ca61b4c759882fa5d
BLAKE2b-256 92c2ac0b53f81375797392617a8b0f7461f2389ae55aa42a487286f5637708ce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6077211f58bcbe9464de7f0fa5e0c673f600b29046a337d48c7418b08b7d3371
MD5 87e32738537a1983dc8bdf18197eaf99
BLAKE2b-256 74b80058ebaadba2e14cd8cec77eace36fd59fc2069ec69c00303c2c01b1eaf1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 17747f09802911d54aa3cd1e31a4dc11db6ff6411338c9345f608c7ecde208e6
MD5 edd003a438cc00382c0f8184705f5d2b
BLAKE2b-256 9339ecf21329976b258847a7da5b43b76db6986f796cab40730fa23a94143187

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b3-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 b3a4584787b2c7fdb5d353ed66fb9912acab84f81eb5dd2f65845f49018a8041
MD5 4249eec73288591ab00a7bd5602e0b80
BLAKE2b-256 1ff1d6aee01031e1664a0a9ba60eb3431213d4b9a8a178e326c7dcc0cee81928

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1b2025f56621d3d2ae86790f8c61d79c3ccf9a90b0a146d510f8583fb3eab0e8
MD5 a56eb57869d7d69646230ac112d8fab4
BLAKE2b-256 14e9dc345f0cad6015988156e529c18a7dda0ee9521dbe2b5fcbf4b12a41eae6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 144b09688ede7ec14f4e521c080d5212b8b4d7284f45f38a2fa2dd089a66bc00
MD5 6df66cd2373bcf41fa3881beacc019c2
BLAKE2b-256 b003f7157e01f712036ccf663893bb0ef8f627b658b5fd2314eb51cf4cb8f4b6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 517bddd77058ebdfc52cee983940c3b8365edd4cb46d95e0a212a30c355d0c02
MD5 a4f5c75ac0269ce576c869315ac4a330
BLAKE2b-256 c658d82d41e61c35178452537e7959909e11ac3392b4d5ac752bc6506f2661b9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 475a0624873815ab4079b89e2a8cc429d93d11d4a0b19791f4a33bf940278d1d
MD5 aeebc015b40dad9624181ea56b2619c3
BLAKE2b-256 efd46a9d3d2c753477a5acb8f34458cc9ffda64640c54f295e2c079335597242

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b3-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 77773f049863b0d0f4f962e566fb07b580beab1ee2a9328a7461617696387601
MD5 5b00e721c560c3f85474cb4e1eeb816e
BLAKE2b-256 de72a27d64c1160f93528d3f214043a22a6bfdec33b174f2ed34e7b2c5aa550f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 29f07870d6505996c17f9edf6cdf17d03a65ea7b042d10cd1636f337744895c7
MD5 2e52ea4b1e8e5f29f602950ce3799ad6
BLAKE2b-256 f494456de90f6a6399e14efc86b6898717c26616f95d8f720e01ab5839df3880

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b7ed8c3ea10fe623d59d2f97f85c229171b0e06b63579e1920ad301ec87e2c65
MD5 04f0127603cbb97c4cc4c4374123f5ea
BLAKE2b-256 09a7e45bfe653075110d8920ec707c23be3518d2dbfaf0f3748833efe897f390

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b3-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cacc68133f264db02c5a920bb4669061597ff726929cd39442b18f8841ba5584
MD5 96f987387b65a4f4c60f7ba36d9024a1
BLAKE2b-256 5a3be66bd37f942ec48e3312bfd98f57213b15d1745d557b6b9166c1c9ffd5fe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0696826cf525d2f2067fd39de13e6a7aef6faf466148c89f70b0650fbaec5efe
MD5 2b0779884afffa388a2816206bcbaca5
BLAKE2b-256 d2c6872cfb76743ed4a6f018634c3c7fa5964d4382c248117ea149479105f23d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b3-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 ba96093111d113bf2972de04818f4657259fc24363a82444e7a40b594871d8b1
MD5 6f2da1805ab05b1c57d11f463c2b46ba
BLAKE2b-256 45ff41e7b2215f8c770f2224acb3165a708cff192a59326e0ca58720aff9bd3f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 515be956e5b44544e97b6234088d68fcce6f57bf2591ef9a153e4c4be9eb2eed
MD5 4c6f7e08b84896190a6adef6c60a41ac
BLAKE2b-256 0fae855fee23fde89fb59c0f1324c6945ad9f8aac08cc43d9720ddfba2185e58

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b3-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 efcbd363a469d9ab50e0deeb90359320edb7a60512172f4c3a5902f1ee8c2acc
MD5 caa1a99e00f3e8fe257f2a5d94ff8ee0
BLAKE2b-256 3e21d6800382de288d4dab84e23b37a966547ebf0d2c2528664f349d85176663

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b3-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1823f66299aa2897dda333e0a31f84777427ee13588ecaf2e692802eaf7c8e80
MD5 e93f8472e38a2be2f45f5979cce5d436
BLAKE2b-256 9b4d9a32c8631a82e667ce77044663846da889d2e0e227e39efbee1327696f20

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.4b3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 edd1e1e18d8438d81d41c32c8d9792bec0c97a72ee736ab54f0042a4026b485f
MD5 035d38ed46c16582a2b1bc965eafd585
BLAKE2b-256 8649012a2721815a43bf8bb90efc6d9048e14db4adc59a1b007e02b0a81a540f

See more details on using hashes here.

Provenance

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