Skip to main content
Files added late

10 files were added to this release more than 14 days after its initial publication. Inspect the release files before installing.

cftime

Time-handling functionality from netcdf4-python

Build status PyPI package Coverage Status Tag Status Release Status Commits Status DOI

News

For details on the latest updates, see the Changelog.

10/13/2025: Version 1.6.5 release. Minor bugfixes/optimizations, wheels for python 3.14, no more wheels for 3.8/3.9.

6/7/2024: Version 1.6.4 release. Wheels for muslinux and aarch64, numpy 2.0 compatibility.

10/20/2023: Version 1.6.3 released. Support for python 3.12, cython 3.0, strptime formats without separators.

9/18/2022: Version 1.6.2 released. strptime method added, fix for num2date failure on empty integer array, date2num 'longdouble' keyword added. New wheel building workflow.

6/30/2022: Version 1.6.1 released. Fixes for numpy 1.23.0, updated CI/CD.

3/4/2022: Version 1.6.0 released. Big speed-ups for num2date, date2index bugfix for select != 'exact' when select='exact' works, fix for date2num with masked array inputs.

1/22/2022: Version 1.5.2 released (wheels for Apple M1 available on pypi for python 3.8,3.9 and 3.10). is_leap_year function added (issue #259).

10/31/2021: Version 1.5.1.1 released (new binary wheels for python 3.10).

10/1/2021: Version 1.5.1 released. Changed default behavior of proleptic_gregorian to has_year_zero=T (since it is allowed in ISO-8601 and CF does not specify the year zero convention for this calendar). Raise warning message when trying to create a calendar that is not supported by CF version 1.9 (no years < 1 allowed for 'standard'/'gregorian' or 'julian' calendars). Added support for "common_year" and "common_years" units for "noleap" and "365_day" calendars.

5/20/2021: Version 1.5.0 released. Includes support for astronomical year numbering (including the year zero) for real-world calendars ('julian', 'gregorian'/'standard', and 'proleptic_gregorian') using 'has_year_zero' cftime.datetime kwarg. Added a 'change_calendar' cftime.datetime method to switch to another 'real-world' calendar to enable comparison of instances with different calendars. Some legacy classes and functions removed (utime, JulianDayFromDate and DateFromJulianDay). The functionality of JulianDayFromDate and DateFromJulianDay is now available from the methods cftime.datetime.toordinal and cftime.datetime.fromordinal.

2/2/2021: Version 1.4.1 released. Restore use of calendar-specific subclasses in cftime.num2date, cftime.datetime.__add__, and cftime.datetime.__sub__. The use of this will be removed in a later release. Add 'fromordinal' static method to create a cftime.datetime instance from a julian day ordinal and calendar (inverse of 'toordinal').

2/1/2021: Version 1.4.0 released. License changed to MIT (GPL'ed code replaced). Roundtrip accuracy improved for units other than microseconds. Added cftime.datetime.toordinal method, returns integer julian day number.

1/17/2021: Version 1.3.1 released.

11/16/2020: Version 1.3.0 released. API change: The cftime.datetime constructor now creates 'calendar-aware' instances (default is 'standard' calendar, if calendar='' or None the instance is not calendar aware and some methods, like dayofwk, dayofyr, __add__ and __sub__, will not work) See discussion for issue #198. The calendar specific sub-classes are now deprecated, but remain for now as stubs that just instantiate the base class and override __repr__. The default calendar in cftime.date2num has been changed from 'standard' to None (the calendar associated with first input datetime object is used to define the calendar).

07/20/2020: Version 1.2.1 released. Fixes a couple of regressions introduced in 1.2.0. See Changelog for details.

7/06/2020: version 1.2.0 released. New microsecond accurate algorithm for date2num/num2date contributed by spencerkclark. Bugs fixed in masked array handling.

5/12/2020: version 1.1.3 released. Add isoformat method for compatibility with python datetime (issue #152). Make 'standard' default calendar for cftime.datetime so that dayofwk,dayofyr methods don't fail (issue #169).

4/20/2020: version 1.1.2 released. Code optimization, fix logic so only_use_cftime_datetimes=False works as expected (issues #158 and #165).

3/16/2020: version 1.1.1 released. Fix bug in microsecond formatting, ensure identical num2date results if input is an array of times, or a single scalar (issue #143).

2/12/2020: version 1.1.0 released. cftime.datetime instances are returned by default from num2date (instead of returning python datetime instances where possible (issue #136)). num2pydate convenience function added (always returns python datetime instances, issue #134). Fix for fraction seconds in reference date string (issue #140). Added daysinmonth attribute (issue #137).

10/25/2019: version 1.0.4.2 released (fix for issue #126).

10/21/2019: version 1.0.4 released.

12/05/2018: version 1.0.3.4 released (just to fix a problem with the source tarball on pypi).

12/05/2018: version 1.0.3.1 released. Bugfix release (fixed issue with installation when cython not installed, regression on 32-bit platforms, workaround for pandas compatibility).

12/01/2018: version 1.0.3 released. Test coverage with coveralls.io, improved round-tripping accuracy for non-real world calendars (like 360_day).

10/27/2018: version 1.0.2 released. Improved accuracy (from approximately 1000 microseconds to 10 microseconds on x86 platforms). Refactored calendar calculations now allow for negative reference years. num2date function now more than an order of magnitude faster. months since units now allowed, but only for 360_day calendar.

08/15/2018: version 1.0.1 released.

11/8/2016: cftime was split out of the netcdf4-python package.

Quick Start

  • Clone GitHub repository (git clone https://github.com/Unidata/cftime.git), or get source tarball from PyPI. Links to Windows and OS X precompiled binary packages are also available on PyPI.

  • Make sure numpy and Cython are installed and you have Python 2.7 or newer.

  • Run python setup.py build, then python setup.py install (with sudo if necessary).

  • To run all the tests, execute py.test.

Documentation

See the online docs for more details.

Release files for cftime 1.6.5

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Files added late

10 files were uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release files before installing.

Source distribution (sdist)

Source distribution for cftime 1.6.5
File Size Uploaded
cftime-1.6.5.tar.gz 326.6 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for cftime 1.6.5
File
cftime-1.6.5-cp314-cp314t-win_arm64.whl CPython 3.14 CPython 3.14 free-threading Windows ARM64 Details
cftime-1.6.5-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
cftime-1.6.5-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64 Details
cftime-1.6.5-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64 Details
cftime-1.6.5-cp314-cp314t-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64 Details
cftime-1.6.5-cp314-cp314t-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64 Details
cftime-1.6.5-cp314-cp314-win_arm64.whl CPython 3.14 CPython 3.14 Windows ARM64 Details
cftime-1.6.5-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
cftime-1.6.5-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
cftime-1.6.5-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ x86-64 Details
cftime-1.6.5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ ARM64 Details
cftime-1.6.5-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
cftime-1.6.5-cp314-cp314-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.15+ x86-64 Details
cftime-1.6.5-cp313-cp313-win_arm64.whl CPython 3.13 CPython 3.13 Windows ARM64 Details
cftime-1.6.5-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
cftime-1.6.5-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
cftime-1.6.5-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ x86-64 Details
cftime-1.6.5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ ARM64 Details
cftime-1.6.5-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
cftime-1.6.5-cp313-cp313-macosx_10_13_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.13+ x86-64 Details
cftime-1.6.5-cp312-cp312-win_arm64.whl CPython 3.12 CPython 3.12 Windows ARM64 Details
cftime-1.6.5-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
cftime-1.6.5-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
cftime-1.6.5-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64 Details
cftime-1.6.5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
cftime-1.6.5-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
cftime-1.6.5-cp312-cp312-macosx_10_13_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.13+ x86-64 Details
cftime-1.6.5-cp311-cp311-win_arm64.whl CPython 3.11 CPython 3.11 Windows ARM64 Details
cftime-1.6.5-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
cftime-1.6.5-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
cftime-1.6.5-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
cftime-1.6.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
cftime-1.6.5-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
cftime-1.6.5-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
cftime-1.6.5-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
cftime-1.6.5-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
cftime-1.6.5-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
cftime-1.6.5-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
cftime-1.6.5-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
cftime-1.6.5-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details

Total release size: 39.4 MB

Release files / cftime-1.6.5.tar.gz

Download URL cftime-1.6.5.tar.gz
Size 326.6 kB
Tags Source
SHA-256 checksum
How to use checksums
8225fed6b9b43fb87683ebab52130450fc1730011150d3092096a90e54d1e81e
BLAKE2b-256 checksum
How to use checksums
65dc470ffebac2eb8c54151eb893055024fe81b1606e7c6ff8449a588e9cd17f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp314-cp314t-win_arm64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL cftime-1.6.5-cp314-cp314t-win_arm64.whl
Size 469.1 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
034c15a67144a0a5590ef150c99f844897618b148b87131ed34fda7072614662
BLAKE2b-256 checksum
How to use checksums
f7804ecbda8318fbf40ad4e005a4a93aebba69e81382e5b4c6086251cd5d0ee8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp314-cp314t-win_amd64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL cftime-1.6.5-cp314-cp314t-win_amd64.whl
Size 513.0 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
4470cd5ef3c2514566f53efbcbb64dd924fa0584637d90285b2f983bd4ee7d97
BLAKE2b-256 checksum
How to use checksums
adfc8475a15b7c3209a4a68b563dfc5e01ce74f2d8b9822372c3d30c68ab7f39
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL cftime-1.6.5-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 1.6 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
19cbfc5152fb0b34ce03acf9668229af388d7baa63a78f936239cb011ccbe6b1
BLAKE2b-256 checksum
How to use checksums
9d6c0971e602c1390a423e6621dfbad9f1d375186bdaf9c9c7f75e06f1fbf355
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL cftime-1.6.5-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 1.6 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
ccce0f4c9d3f38dd948a117e578b50d0e0db11e2ca9435fb358fd524813e4b61
BLAKE2b-256 checksum
How to use checksums
bd68efa11eae867749e921bfec6a865afdba8166e96188112dde70bb8bb49254
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp314-cp314t-macosx_11_0_arm64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL cftime-1.6.5-cp314-cp314t-macosx_11_0_arm64.whl
Size 515.2 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
4f4873d38b10032f9f3111c547a1d485519ae64eee6a7a2d091f1f8b08e1ba50
BLAKE2b-256 checksum
How to use checksums
44ba10e3546426d3ed9f9cc82e4a99836bb6fac1642c7830f7bdd0ac1c3f0805
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp314-cp314t-macosx_10_15_x86_64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL cftime-1.6.5-cp314-cp314t-macosx_10_15_x86_64.whl
Size 533.8 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
9ef56460cb0576e1a9161e1428c9e1a633f809a23fa9d598f313748c1ae5064e
BLAKE2b-256 checksum
How to use checksums
ab057410e12fd03a0c52717e74e6a1b49958810807dda212e23b65d43ea99676
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp314-cp314-win_arm64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL cftime-1.6.5-cp314-cp314-win_arm64.whl
Size 459.9 kB
Tags CPython 3.14 Windows ARM64
SHA-256 checksum
How to use checksums
b9044d7ac82d3d8af189df1032fdc871bbd3f3dd41a6ec79edceb5029b71e6e0
BLAKE2b-256 checksum
How to use checksums
3d89a8f85ae697ff10206ec401c2621f5ca9f327554f586d62f244739ceeb347
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp314-cp314-win_amd64.whl

Download URL cftime-1.6.5-cp314-cp314-win_amd64.whl
Size 463.8 kB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
e645b095dc50a38ac454b7e7f0742f639e7d7f6b108ad329358544a6ff8c9ba2
BLAKE2b-256 checksum
How to use checksums
22d5e605e4b28363e7a9ae98ed12cabbda5b155b6009270e6a231d8f10182a17
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL cftime-1.6.5-cp314-cp314-musllinux_1_2_x86_64.whl
Size 1.7 MB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
e552c5d1c8a58f25af7521e49237db7ca52ed2953e974fe9f7c4491e95fdd36c
BLAKE2b-256 checksum
How to use checksums
e70f901b4835aa67ad3e915605d4e01d0af80a44b114eefab74ae33de6d36933
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL cftime-1.6.5-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 1.6 MB
Tags CPython 3.14 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
bff865b4ea4304f2744a1ad2b8149b8328b321dd7a2b9746ef926d229bd7cd49
BLAKE2b-256 checksum
How to use checksums
7f89648397f9936e0b330999c4e776ebf296ec3c6a65f9901687dbca4ab820da
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL cftime-1.6.5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 1.6 MB
Tags CPython 3.14 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
7da5fdaa4360d8cb89b71b8ded9314f2246aa34581e8105c94ad58d6102d9e4f
BLAKE2b-256 checksum
How to use checksums
3293b05939e5abd14bd1ab69538bbe374b4ee2a15467b189ff895e9a8cdaddf6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp314-cp314-macosx_11_0_arm64.whl

Download URL cftime-1.6.5-cp314-cp314-macosx_11_0_arm64.whl
Size 485.4 kB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
e62e9f2943e014c5ef583245bf2e878398af131c97e64f8cd47c1d7baef5c4e2
BLAKE2b-256 checksum
How to use checksums
d8e3da3c36398bfb730b96248d006cabaceed87e401ff56edafb2a978293e228
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp314-cp314-macosx_10_15_x86_64.whl

Download URL cftime-1.6.5-cp314-cp314-macosx_10_15_x86_64.whl
Size 502.7 kB
Tags CPython 3.14 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
c69ce3bdae6a322cbb44e9ebc20770d47748002fb9d68846a1e934f1bd5daf0b
BLAKE2b-256 checksum
How to use checksums
ea6ca9618f589688358e279720f5c0fe67ef0077fba07334ce26895403ebc260
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp313-cp313-win_arm64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL cftime-1.6.5-cp313-cp313-win_arm64.whl
Size 450.5 kB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
31d1ff8f6bbd4ca209099d24459ec16dea4fb4c9ab740fbb66dd057ccbd9b1b9
BLAKE2b-256 checksum
How to use checksums
3de8ec32f2aef22c15604e6fda39ff8d581a00b5469349f8fba61640d5358d2c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp313-cp313-win_amd64.whl

Download URL cftime-1.6.5-cp313-cp313-win_amd64.whl
Size 465.4 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
6c27add8f907f4a4cd400e89438f2ea33e2eb5072541a157a4d013b7dbe93f9c
BLAKE2b-256 checksum
How to use checksums
a460a0cfba63847b43599ef1cdbbf682e61894994c22b9a79fd9e1e8c7e9de41
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL cftime-1.6.5-cp313-cp313-musllinux_1_2_x86_64.whl
Size 1.7 MB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
18ab754805233cdd889614b2b3b86a642f6d51a57a1ec327c48053f3414f87d8
BLAKE2b-256 checksum
How to use checksums
cf3303e0b23d58ea8fab94ecb4f7c5b721e844a0800c13694876149d98830a73
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL cftime-1.6.5-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 1.6 MB
Tags CPython 3.13 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
e02a1d80ffc33fe469c7db68aa24c4a87f01da0c0c621373e5edadc92964900b
BLAKE2b-256 checksum
How to use checksums
ba0852f06ff2f04d376f9cd2c211aefcf2b37f1978e43289341f362fc99f6a0e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL cftime-1.6.5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 1.6 MB
Tags CPython 3.13 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
2f1eb43d7a7b919ec99aee709fb62ef87ef1cf0679829ef93d37cc1c725781e9
BLAKE2b-256 checksum
How to use checksums
4f74bb8a4566af8d0ef3f045d56c462a9115da4f04b07c7fbbf2b4875223eebd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp313-cp313-macosx_11_0_arm64.whl

Download URL cftime-1.6.5-cp313-cp313-macosx_11_0_arm64.whl
Size 484.5 kB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
89e7cba699242366e67d6fb5aee579440e791063f92a93853610c91647167c0d
BLAKE2b-256 checksum
How to use checksums
1e14adb293ac6127079b49ff11c05cf3d5ce5c1f17d097f326dc02d74ddfcb6e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp313-cp313-macosx_10_13_x86_64.whl

Download URL cftime-1.6.5-cp313-cp313-macosx_10_13_x86_64.whl
Size 502.5 kB
Tags CPython 3.13 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
4aba66fd6497711a47c656f3a732c2d1755ad15f80e323c44a8716ebde39ddd5
BLAKE2b-256 checksum
How to use checksums
2e6074ea344b3b003fada346ed98a6899085d6fd4c777df608992d90c458fda6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp312-cp312-win_arm64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL cftime-1.6.5-cp312-cp312-win_arm64.whl
Size 450.5 kB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
c62cd8db9ea40131eea7d4523691c5d806d3265d31279e4a58574a42c28acd77
BLAKE2b-256 checksum
How to use checksums
3a85451009a986d9273d2208fc0898aa00262275b5773259bf3f942f6716a9e7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp312-cp312-win_amd64.whl

Download URL cftime-1.6.5-cp312-cp312-win_amd64.whl
Size 464.8 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
da84534c43699960dc980a9a765c33433c5de1a719a4916748c2d0e97a071e44
BLAKE2b-256 checksum
How to use checksums
88158856a0ab76708553ff597dd2e617b088c734ba87dc3fd395e2b2f3efffe8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL cftime-1.6.5-cp312-cp312-musllinux_1_2_x86_64.whl
Size 1.7 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
456039af7907a3146689bb80bfd8edabd074c7f3b4eca61f91b9c2670addd7ad
BLAKE2b-256 checksum
How to use checksums
c473f0035a4bc2df8885bb7bd5fe63659686ea1ec7d0cc74b4e3d50e447402e5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL cftime-1.6.5-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 1.6 MB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
85ba8e7356d239cfe56ef7707ac30feaf67964642ac760a82e507ee3c5db4ac4
BLAKE2b-256 checksum
How to use checksums
d1fda7266970312df65e68b5641b86e0540a739182f5e9c62eec6dbd29f18055
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL cftime-1.6.5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 1.6 MB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
82cb413973cc51b55642b3a1ca5b28db5b93a294edbef7dc049c074b478b4647
BLAKE2b-256 checksum
How to use checksums
3528d3177b60da3f308b60dee2aef2eb69997acfab1e863f0bf0d2a418396ce5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp312-cp312-macosx_11_0_arm64.whl

Download URL cftime-1.6.5-cp312-cp312-macosx_11_0_arm64.whl
Size 486.0 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
c87d2f3b949e45463e559233c69e6a9cf691b2b378c1f7556166adfabbd1c6b0
BLAKE2b-256 checksum
How to use checksums
501a86e1072b09b2f9049bb7378869f64b6747f96a4f3008142afed8955b52a4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp312-cp312-macosx_10_13_x86_64.whl

Download URL cftime-1.6.5-cp312-cp312-macosx_10_13_x86_64.whl
Size 504.2 kB
Tags CPython 3.12 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
eef25caed5ebd003a38719bd3ff8847cd52ef2ea56c3ebdb2c9345ba131fc7c5
BLAKE2b-256 checksum
How to use checksums
b6c1e8cb7f78a3f87295450e7300ebaecf83076d96a99a76190593d4e1d2be40
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp311-cp311-win_arm64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL cftime-1.6.5-cp311-cp311-win_arm64.whl
Size 459.4 kB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
3384d69a0a7f3d45bded21a8cbcce66c8ba06c13498eac26c2de41b1b9b6e890
BLAKE2b-256 checksum
How to use checksums
82c5d70cb1ab533ca790d7c9b69f98215fa4fead17f05547e928c8f2b8f96e54
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp311-cp311-win_amd64.whl

Download URL cftime-1.6.5-cp311-cp311-win_amd64.whl
Size 473.6 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
93ead088e3a216bdeb9368733a0ef89a7451dfc1d2de310c1c0366a56ad60dc8
BLAKE2b-256 checksum
How to use checksums
e5c76669708fcfe1bb7b2a7ce693b8cc67165eac00d3ac5a5e8f6ce1be551ff9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL cftime-1.6.5-cp311-cp311-musllinux_1_2_x86_64.whl
Size 1.8 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
28cda78d685397ba23d06273b9c916c3938d8d9e6872a537e76b8408a321369b
BLAKE2b-256 checksum
How to use checksums
bbfe7956914cfc135992e89098ebbc67d683c51ace5366ba4b114fef1de89b21
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL cftime-1.6.5-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 1.7 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
a3cda6fd12c7fb25eff40a6a857a2bf4d03e8cc71f80485d8ddc65ccbd80f16a
BLAKE2b-256 checksum
How to use checksums
3e8d86586c0d75110f774e46e2bd6d134e2d1cca1dedc9bb08c388fa3df76acd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL cftime-1.6.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 1.7 MB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
ad24a563784e4795cb3d04bd985895b5db49ace2cbb71fcf1321fd80141f9a52
BLAKE2b-256 checksum
How to use checksums
4f93d7e8dd76b03a9d5be41a3b3185feffc7ea5359228bdffe7aa43ac772a75b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp311-cp311-macosx_11_0_arm64.whl

Download URL cftime-1.6.5-cp311-cp311-macosx_11_0_arm64.whl
Size 492.9 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
ab9e80d4de815cac2e2d88a2335231254980e545d0196eb34ee8f7ed612645f1
BLAKE2b-256 checksum
How to use checksums
1fd5d86ad95fc1fd89947c34b495ff6487b6d361cf77500217423b4ebcb1f0c2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp311-cp311-macosx_10_9_x86_64.whl

Download URL cftime-1.6.5-cp311-cp311-macosx_10_9_x86_64.whl
Size 512.7 kB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
474e728f5a387299418f8d7cb9c52248dcd5d977b2a01de7ec06bba572e26b02
BLAKE2b-256 checksum
How to use checksums
e4f69da7aba9548ede62d25936b8b448acd7e53e5dcc710896f66863dcc9a318
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp310-cp310-win_amd64.whl

Download URL cftime-1.6.5-cp310-cp310-win_amd64.whl
Size 472.4 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
d8b9fdecb466879cfe8ca4472b229b6f8d0bb65e4ffd44266ae17484bac2cf38
BLAKE2b-256 checksum
How to use checksums
da7766484061dee5fbcb2fdcfa6a491d4efb880725117f4a339d20a5323105df
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL cftime-1.6.5-cp310-cp310-musllinux_1_2_x86_64.whl
Size 1.7 MB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
179681b023349a2fe277ceccc89d4fc52c0dd105cb59b7187b5bc5d442875133
BLAKE2b-256 checksum
How to use checksums
bc9e2c4c720ad8bbe87994ca62a0e3c09d3786b984af664a91a6f3a668aa0b13
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL cftime-1.6.5-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 1.6 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
94cebdfcda6a985b8e69aed22d00d6b8aa1f421495adbdcff1d59b3e896d81e2
BLAKE2b-256 checksum
How to use checksums
6c9a72dbd72498e958edf41a770bbd05e68141774325a945092059f4eb9c653d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL cftime-1.6.5-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 1.6 MB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
2659b7df700e27d9e3671f686ce474dfb5fc274966961edf996acc148dfa094a
BLAKE2b-256 checksum
How to use checksums
807f85f2c4c7ae8300b7871af7d7d144ad06f71dc0dd6258f0d18fd966067d1b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp310-cp310-macosx_11_0_arm64.whl

Download URL cftime-1.6.5-cp310-cp310-macosx_11_0_arm64.whl
Size 490.7 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
12d95c6af852114a13301c5a61e41afdbd1542e72939c1083796f8418b9b8b0e
BLAKE2b-256 checksum
How to use checksums
68632875341516fcfe80f1a16f86b420aec9441223ab5381d554441c9fdae56e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1

Release files / cftime-1.6.5-cp310-cp310-macosx_10_9_x86_64.whl

Download URL cftime-1.6.5-cp310-cp310-macosx_10_9_x86_64.whl
Size 510.2 kB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
8ad81e8cb0eb873b33c3d1e22c6168163fdc64daa8f7aeb4da8092f272575f4d
BLAKE2b-256 checksum
How to use checksums
7845dcc38d7b293107d3e33b3d94b2619687eb414a4f16880e2e841cdb6ac49a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.1
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page