Skip to main content

Time-handling functionality from netcdf4-python

Project description

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.

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cftime-1.6.1.tar.gz (47.8 kB view details)

Uploaded Source

Built Distributions

cftime-1.6.1-cp310-none-win_amd64.whl (156.3 kB view details)

Uploaded CPython 3.10 Windows x86-64

cftime-1.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (230.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

cftime-1.6.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (208.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

cftime-1.6.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (235.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

cftime-1.6.1-cp310-cp310-macosx_11_0_arm64.whl (188.6 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

cftime-1.6.1-cp310-cp310-macosx_10_9_x86_64.whl (224.1 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

cftime-1.6.1-cp310-cp310-macosx_10_9_universal2.whl (418.9 kB view details)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)

cftime-1.6.1-cp39-none-win_amd64.whl (163.6 kB view details)

Uploaded CPython 3.9 Windows x86-64

cftime-1.6.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (241.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

cftime-1.6.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (218.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

cftime-1.6.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (245.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

cftime-1.6.1-cp39-cp39-macosx_11_0_arm64.whl (197.8 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

cftime-1.6.1-cp39-cp39-macosx_10_9_x86_64.whl (236.1 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

cftime-1.6.1-cp39-cp39-macosx_10_9_universal2.whl (440.4 kB view details)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)

cftime-1.6.1-cp38-none-win_amd64.whl (163.5 kB view details)

Uploaded CPython 3.8 Windows x86-64

cftime-1.6.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (241.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

cftime-1.6.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (217.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

cftime-1.6.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (245.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

cftime-1.6.1-cp38-cp38-macosx_11_0_arm64.whl (191.6 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

cftime-1.6.1-cp38-cp38-macosx_10_9_x86_64.whl (228.7 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

cftime-1.6.1-cp38-cp38-macosx_10_9_universal2.whl (426.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64)

cftime-1.6.1-cp37-none-win_amd64.whl (155.6 kB view details)

Uploaded CPython 3.7 Windows x86-64

cftime-1.6.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (231.3 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

cftime-1.6.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (211.7 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

cftime-1.6.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (236.0 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

cftime-1.6.1-cp37-cp37m-macosx_10_9_x86_64.whl (224.1 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file cftime-1.6.1.tar.gz.

File metadata

  • Download URL: cftime-1.6.1.tar.gz
  • Upload date:
  • Size: 47.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/62.5.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.13

File hashes

Hashes for cftime-1.6.1.tar.gz
Algorithm Hash digest
SHA256 511215f45ed7cc79ead84020e88e1fc476b8aba71b47d2fcdef8e65242406927
MD5 f9502c43ee8e18682a5b5cd79525fc1b
BLAKE2b-256 5b319536027132f9fe8d01ab6b4a7ff6a42136f3a26208825231f5785e6a50d6

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.6.1-cp310-none-win_amd64.whl.

File metadata

  • Download URL: cftime-1.6.1-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 156.3 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/62.5.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.13

File hashes

Hashes for cftime-1.6.1-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 39bc35a0c05db5f24aeef384af2119a9f0820791617e198d06bd9dba50218fa9
MD5 e6005a5403b08708986c9a628299af76
BLAKE2b-256 dd57163d3f4502f30f42dcea3035f69657ea7127101078bafe7d9b4cec9f3de3

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cftime-1.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 67a2a9a6a7bb799b6d171239ea809e70b572c37eeda6053b04401088e6e83bed
MD5 a152a7b9a48f034bce62b2a47a52f4dd
BLAKE2b-256 4b3b8d0682f7306c96ee5b2bf3a37c323d916e7ba008e99a342b5bf82ea787a7

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.6.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cftime-1.6.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 54c2533f6069cda87bd641fb6df28542238679896a5231006d0de00afbdf3edf
MD5 089a70c2af5e99057c00e77664e79025
BLAKE2b-256 daa1c7c27d25a5557c67f2e242b9a148f144bf51ddb7510fcd154d129a6534bf

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.6.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cftime-1.6.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 041c7f9f620ac5465fbaf4eb6570e4f286535e55e56ac4a34cfcfb3e853d4093
MD5 3c16756f4e9d0937691fd8c24292b058
BLAKE2b-256 ed6938995300b071108cd623d59dd810c0ce174b4cb3e5504e15d731c25f0a22

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.6.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: cftime-1.6.1-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 188.6 kB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/62.5.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.13

File hashes

Hashes for cftime-1.6.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 93e32bee6cf67488661a7a2a73ede4c089902ef40f6d20312474351c52aa10c7
MD5 f5a0bd9ee03d98bad3faeb2b4e6d0c5b
BLAKE2b-256 7eeff1934db3306f2d1600beef55a4ef9865d40ff28156134936aa2ed027b874

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.6.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: cftime-1.6.1-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 224.1 kB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/62.5.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.13

File hashes

Hashes for cftime-1.6.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cdf27919b88a089c72266992ce31de80ed52b334a892e1ce0853ddf82d2a636b
MD5 b62e5d01993e35b0e24344ddbac165cb
BLAKE2b-256 e1962c0421598ce223c75fb5cefe1309564e1f9913c7edc7872473c79bf88747

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.6.1-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

  • Download URL: cftime-1.6.1-cp310-cp310-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 418.9 kB
  • Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/62.5.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.13

File hashes

Hashes for cftime-1.6.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 0ee1d1f9ff4e9f54700dd02d8d707a383bd9dad5c5de9c566372caba071982d5
MD5 d7178876fdd895912a325d18c6f9ce54
BLAKE2b-256 475c727f591a9d9a5549ba94c6bdeedf581800237634a20151bd0c0dddb48182

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.6.1-cp39-none-win_amd64.whl.

File metadata

  • Download URL: cftime-1.6.1-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 163.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/62.5.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.13

File hashes

Hashes for cftime-1.6.1-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 db836dd53a56fc177d4e1e792fb94306592b8e21dc0c2d671c7a10058081e341
MD5 5c262e3e807983137a678d0bd7b27b5a
BLAKE2b-256 fe6f89fbfa1ea85cd35463d892b550996487c5d4ef303c1487db8b046be79623

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.6.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cftime-1.6.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7c0724249912efa3708c265181e880ae80d90c68849aede5ce26ae7649c9e87d
MD5 5ad99ddc8f4dc71deda353874cd67150
BLAKE2b-256 27a312b663ac28b06524b546c96d13b79d78e10885d585edd7da50a3136fc9e1

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.6.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cftime-1.6.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f3eb51592e03c9b5d4328eae7a40c7c063725b071e037ddf813a5d68f6a5cb6e
MD5 2fc37ce2879c545a5d042b47e32707ef
BLAKE2b-256 8e6a12ba407e8b7afa062ea6cefb6d76906083867438dc07debc5e79c35e8d74

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.6.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cftime-1.6.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c130f78e5d7eeb8c625192848075a8a8bb92595d07ad5b4cb95b007011d78e5a
MD5 bc3e3ae1dbd0158a82f85dd253500436
BLAKE2b-256 093888a37360c37c59a5d7d8ed0fd570620f46f71620995888dea245e931d547

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.6.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: cftime-1.6.1-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 197.8 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/62.5.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.13

File hashes

Hashes for cftime-1.6.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 688b2c54e5cb17e5cb55f799df093c5d3d4974feee8e1e7224c9ac40de2580e2
MD5 22579a25d42a8b6c7e27a31869b9b90b
BLAKE2b-256 491bd38d830e08ad6277d64b849b15417f849c091d8865b355c46ad089f940a0

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.6.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: cftime-1.6.1-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 236.1 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/62.5.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.13

File hashes

Hashes for cftime-1.6.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fdb23b1a75e7efb86858c8ff6ab6744558009d8127e5543df9df543036504d21
MD5 049e1728ea5903a7fe892e6798f9fe78
BLAKE2b-256 052848f9ed258af8b114f756aad8b6ec66687daa45320aafc577bfa56e77f337

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.6.1-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

  • Download URL: cftime-1.6.1-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 440.4 kB
  • Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/62.5.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.13

File hashes

Hashes for cftime-1.6.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8dfe2cf7b75a6541a54e0f25665bed5240f4c0cf5d233f81d53b4b5c55dd1c6d
MD5 0ac7b3e79d2de6c395d90b88231d3153
BLAKE2b-256 710720dc522d01b384b178b52a182ace30ecf3d35212f7828f473fd8c715a216

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.6.1-cp38-none-win_amd64.whl.

File metadata

  • Download URL: cftime-1.6.1-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 163.5 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/62.5.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.13

File hashes

Hashes for cftime-1.6.1-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 e57381585d421b2fdbb9369d7cc53f8442152d3c7b415bda210cb575366d7480
MD5 d9f4ac78840351b1f282ff570feb178b
BLAKE2b-256 9bac26f0ed717adc85b425cecd3b63572715e1811509f48cda2c12b99c7fdcc7

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.6.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cftime-1.6.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6842d4d37377e1aca392cee4feb0e9f05d36264db08ca2cccd2c3d168487d981
MD5 2e204b53fab293acdf83b3012b4d55bb
BLAKE2b-256 3de43ea9d87487ef3745e7e17eb168a6ecd84da1b8985297ee30f443bcad6a08

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.6.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cftime-1.6.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3d6af9e713b911baed904fbc4ebeec7ca44f5970971f1c5e86a34cba82fe98e9
MD5 2ec315e22c71a064fa4d0ecccacf9e28
BLAKE2b-256 a8f28b864418658d0c456db511bb1d4a30eea9e78adc4589252e3b0cff89dd9b

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.6.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cftime-1.6.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3c8389df99216bf184141f11b84ba00b414177c92618bc4ee1297376163a20d5
MD5 946caeadb218ab16aab7942f69f2fa46
BLAKE2b-256 9d5a3e241fa83573b495d59138ed18af816776fc03ce4bb023ac7a25db456cb1

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.6.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: cftime-1.6.1-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 191.6 kB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/62.5.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.13

File hashes

Hashes for cftime-1.6.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b0c192eca13faf932bbc30ad6b19878c816fe228fb84803e30873f2a5e7bd500
MD5 0abe85b24d123cc3f847735db484531a
BLAKE2b-256 653354604034affcb07434add9ee56970406acb7c4711c52b04748ff5947c107

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.6.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: cftime-1.6.1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 228.7 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/62.5.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.13

File hashes

Hashes for cftime-1.6.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 00aef598f14faa77e48518728bd0cead585e45da89be5f7eae7be8f41c10b401
MD5 88d200ca030a17be39559859807bb44a
BLAKE2b-256 40a7c5ba9ffc01316be830ad5c83a8569524d965c8e7a5455ad19718b499d64d

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.6.1-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

  • Download URL: cftime-1.6.1-cp38-cp38-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 426.2 kB
  • Tags: CPython 3.8, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/62.5.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.13

File hashes

Hashes for cftime-1.6.1-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 646991eb76a9906a023ec982714a04d8b4e06346ea5836ea8c30350dccca079c
MD5 0335ef5807dfcd6f2ca0c0cc53415fbc
BLAKE2b-256 c6c935c5e5f91735be06200731c482483713d1bedf652041afef9d59224c4dfe

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.6.1-cp37-none-win_amd64.whl.

File metadata

  • Download URL: cftime-1.6.1-cp37-none-win_amd64.whl
  • Upload date:
  • Size: 155.6 kB
  • Tags: CPython 3.7, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/62.5.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.13

File hashes

Hashes for cftime-1.6.1-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 01d40598c8e551202911f5126cdff52b816fdc8316f8a88f798b81fc1a8b55bf
MD5 e1699a0f420286ff59324cefcbc1c5d0
BLAKE2b-256 41f8c3d0db03cdb18ffaad0cdb8a780b9700f6d786bd45fbdb604f571160a550

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.6.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cftime-1.6.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8b1d2becda38027398894836c979467d6649e090a050db8c353461d9537273bb
MD5 38dd24b76655c936e588fdb9bd808701
BLAKE2b-256 1daca850801daaa976a9445a300b7f9c9f8eba4eab3e4d6f00699ca4e9d3c4d2

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.6.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cftime-1.6.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b46f9139aa23d6ebff01dff6970dc5476293287bc6ba473ce64542ff20607bfe
MD5 47b541da453be8554d1d9b1be4929a3b
BLAKE2b-256 878b1d3937170acb1f642448ed6e754cbc30ace3dee64c4a20c47086a29ef4c8

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.6.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cftime-1.6.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fb8c2e40b74708e20e3ab13e6273f33143037b7d16349c604e1091d2e8175275
MD5 d41f21e4fbcdfd9ae9b6c8d633970115
BLAKE2b-256 0380ca3e84ec018f079b22c39a6bc764ad170146eb23e963db68bd86f6e4d7da

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.6.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: cftime-1.6.1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 224.1 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/62.5.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.13

File hashes

Hashes for cftime-1.6.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f5eb773cd21e2a8a492834cf0afd586a41b757807f53b845257a0a7419c17538
MD5 88face55efe1f04a852e597f7deb6d15
BLAKE2b-256 9b0a87efd86e332d33a6ec6c73eebe65b8c3ecc7da07c81bfe798250f3194677

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page