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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows ARM64

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

Uploaded CPython 3.9Windows x86-64

calcchinesecalendar-2.6.5b2-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.5b2-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.5b2-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.5b2-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 61e4edde4ee9480a353cc8bdedcb900b6c8f124710ed923c511710e7b1be15ea
MD5 4e74f54b32d2246c8abc64eaf0498e88
BLAKE2b-256 edb462c7100a6f7f739e148081e837bfb914390e565540bdeb8c7d59afa4fc90

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 07b70d16f1ef8dadeebc23069d4284797fe596c815dc640c947c89c7daa31d62
MD5 d36b8ac9964b5316141359122f87293d
BLAKE2b-256 ea679d52a176580cccbcbaac65f4d8e25ed98a0871366e73c806730b6e7bd6d8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 35c828dc32f8450f594b9736fa3f88bbe09a0b0203d777991b12fa745575fbc0
MD5 6173e92b08463771b7cf746085ed3c5c
BLAKE2b-256 21a9c363350382e32885f8ea39567013ebd0a7819dc2ddaba7b8b148e34c1b6c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c7eec05784a38c65656cb81bf1d38fb46a0dcf2d33dc2402005e9c2bb2fed159
MD5 660744efe19149e43054ca4180abd70f
BLAKE2b-256 e9c1905129715502df81cb0a35b1c6e657356eba3678c167174a77c7e297d3d6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2f0af76ead6991b59e141e2e4391a590e72d03b4bdc9cd13d96df15a4a35cc12
MD5 f23b4c7abb34864d3aa890836cd9bf2e
BLAKE2b-256 bdf7cf7913da20c97561ccd105ee04bd5a4a61fdb08f7b2574718beb4d2a8041

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 5e9602166542b1c28e955adad579e20f083c1fdc11fa789e1328444c8055d8a7
MD5 c6ff30702c6c0f35c49b66247108dc41
BLAKE2b-256 2bf87c66034654095071d682dcf83b4f79f98930aade440c695175e6f4ce8f03

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 aef068deff9876cff8af1f4109297fbfeb541079a8ad136b040a7dba74ab69fe
MD5 91cdb571751a6ef538333ba2d0ec25fa
BLAKE2b-256 a67125889f817fc8c62fe5ce3f583975b100c9e8e0117678810472cfbbf067a3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2a3fe2c27567997bff0e6621d79e9bae6c008ac7b44158ad35cb2c7ca590c9c7
MD5 38d01d302f73258d0fe3fdcca6ea7f6e
BLAKE2b-256 d4d8b81831ef295273b8a53a91553f70c9e08a3c7260fe7617811a4ecc24bf61

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ed5dbefb875101b8345458fe43318f93c07a83f4cb614416383c396b70148b8d
MD5 a9ab86c7e12a0fe5107a661124393386
BLAKE2b-256 8dcf4290ea9aa7c133c1e790c40d18a249370632a401e4a1ecc998b51ab36fd1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 64ec6f66c2ca909abdb736a0d3ab7e8137ee3622ca86c689931871819d32d386
MD5 b95b84e3e861e4041d6a9d555f70e7f9
BLAKE2b-256 9ed94e20d3c14070c1a08e83fe8e0580414329d42d5d0a97719469f9d64bdf94

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 2431a6f584d07ce9f0a0d0744fe5853eaea173dbb525f5dcb2c3fb98dc9daaab
MD5 b473e0ec95ad1d76cacf9832f3a3e39f
BLAKE2b-256 cd84d92b7dfc583d22861967b9236ce250dd926af2c8b49d054538eda4210df3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2b91d6075c84472cfca6e4b7d21afcce512635bb70a7c5bde3047bb1682ce5e9
MD5 ce9f6435c5c99dc22a61135082dbb7d1
BLAKE2b-256 87b8112662d819e806f5742d95ff32980290c2c44eac4696949b9e81aa08c111

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a4ee99b6046ee4eebd57dea168b3f522f230c494aa92c55b256caba1f1ef8af5
MD5 51a25fc35f4e9aa1646f0cfd6f9920d7
BLAKE2b-256 ff830643c34bf5b1f9d3226cee0e83f1857547d4c79c457f27ce3880a407e8b1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 60ba2e953a4c05c83add2fcbe843319f533b750b08c12e15367c46932a38a450
MD5 03ae45f65f6793ee68114c8ec4669f34
BLAKE2b-256 f87a34417b6113b9de7113aec0715812d8727ce4c15784bd76ace7a5e41392ca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 509b4eec3ef9fb12469bf5706c417c43a6f97ccd66076fe8af5d213b0b5ce703
MD5 ed70d843aa1db2d35456d46e8f6620b2
BLAKE2b-256 47f0021eeb06a79bd5b5eac952838db65088d6a50be26c6fe7a8fee932a1557b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b2-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 a1fd2fbe5bb556a39fcb7aa1a4fd1ff2385b02ac1043015f3f5d68d37919d2bd
MD5 e6bf23361b42a08c1965aa64cd159a2b
BLAKE2b-256 ff1534c5fdee1942f869c34963d079b36484beec6a345e4b9764c785278ee93b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 58a64d955c0d76c6363ace1737a4c2d73cc1b740f63669247594ed14518c8ef7
MD5 255cd2ab81c91694250f7e7f0d42258c
BLAKE2b-256 fa408c2dabb8e53fd137706668c19355329e7082cd3075442a7c0597f383ed1c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a0b465c22dec86efd53e1bf002361b97e76f32894d0383157576ee85ade1b6a7
MD5 b2006188a576254ec7a4c53011ab18c1
BLAKE2b-256 b23bdcb72e2e80060e1ce883e2e742faa6a1fd819b487d31559373ad478fb626

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6f513746a6bed31fa0f3abebd37fb5996bef4215b87a901f93da2d5adaf4ae7b
MD5 668dc785b7a3c1c3e89701e6660d20fa
BLAKE2b-256 2f9d013c3406933a22c289e3467c2fbd471012b2f406ddd031ec8c3c310a79f8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6d604b809e750098266261e7bf1b53cc8d3c1ca4386a20cb2ea8bc60544905d5
MD5 94d646446959f520b77af67b23158649
BLAKE2b-256 c23db5d30b516717260deebe75287f102a2fe8fa0271123682b9bd0833d1fee4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b2-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 66b921d85d9fabfdd9d9cf22a317f1c3679a1eb217b29cfdfa1acb99fb77a1db
MD5 69f3a468df617e9e0927f275ea0cf048
BLAKE2b-256 28172e516edba8ab41675ecfcea8a1b8de8400388dc8b3c08fba2ddaadd01012

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 347fdd43513424e7e9419e921d4fa18d1de944dc37dcc02039336a86a64f23c3
MD5 20d56942325e8e562def3fbcee266e96
BLAKE2b-256 5eced25b043a7f3ddc5ad066972627c1d253fc4463e177ea3af337fee4bc2704

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b2-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c03965e01aa2039c43445828a71a1bbe6f4fb424d4470f2b8bdf1489fbd3c18a
MD5 f07169a1c05497b761bea4775bfdd5b3
BLAKE2b-256 c4491718b02d7b26e8a61e14a48e8e893213567a346807433f63bb6760534970

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b2-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7402a92c6004367266f011b784b1ce1302574ab3fb6bfc967066b0120c66f5d1
MD5 9da063ee93f590cae21011d09a367581
BLAKE2b-256 a0e8176572c1e4a83e92b305ce4b5555f71f578df7fba1f35af982e9f539e9c4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for calcchinesecalendar-2.6.5b2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5778d3c9af11d1367b12f12d887a84505d03352b4ba67aceace0192558d29a9f
MD5 52d8c42f5b893c6aafe263e9dec75f50
BLAKE2b-256 f16f79bcc50d8709a1ca6e947b13a099e59949054a399fe0ce770947ac348b98

See more details on using hashes here.

Provenance

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