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.

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.0.tar.gz (47.6 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

cftime-1.6.0-cp310-none-win_amd64.whl (162.5 kB view details)

Uploaded CPython 3.10Windows x86-64

cftime-1.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (239.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

cftime-1.6.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (244.1 kB view details)

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

cftime-1.6.0-cp310-cp310-macosx_11_0_arm64.whl (195.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

cftime-1.6.0-cp310-cp310-macosx_10_9_x86_64.whl (234.9 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

cftime-1.6.0-cp310-cp310-macosx_10_9_universal2.whl (437.1 kB view details)

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

cftime-1.6.0-cp39-none-win_amd64.whl (161.5 kB view details)

Uploaded CPython 3.9Windows x86-64

cftime-1.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (239.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

cftime-1.6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (216.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

cftime-1.6.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (244.5 kB view details)

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

cftime-1.6.0-cp39-cp39-macosx_11_0_arm64.whl (195.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

cftime-1.6.0-cp39-cp39-macosx_10_9_x86_64.whl (234.5 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

cftime-1.6.0-cp39-cp39-macosx_10_9_universal2.whl (436.0 kB view details)

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

cftime-1.6.0-cp38-none-win_amd64.whl (161.5 kB view details)

Uploaded CPython 3.8Windows x86-64

cftime-1.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (238.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

cftime-1.6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (215.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

cftime-1.6.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (244.2 kB view details)

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

cftime-1.6.0-cp38-cp38-macosx_11_0_arm64.whl (190.1 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

cftime-1.6.0-cp38-cp38-macosx_10_9_x86_64.whl (226.7 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

cftime-1.6.0-cp38-cp38-macosx_10_9_universal2.whl (422.8 kB view details)

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

cftime-1.6.0-cp37-none-win_amd64.whl (154.0 kB view details)

Uploaded CPython 3.7Windows x86-64

cftime-1.6.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (229.5 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

cftime-1.6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (209.2 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

cftime-1.6.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (234.7 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

cftime-1.6.0-cp37-cp37m-macosx_10_9_x86_64.whl (221.9 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

cftime-1.6.0-cp36-none-win_amd64.whl (153.7 kB view details)

Uploaded CPython 3.6Windows x86-64

cftime-1.6.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (234.0 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

cftime-1.6.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (213.3 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

cftime-1.6.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (237.7 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

cftime-1.6.0-cp36-cp36m-macosx_10_9_x86_64.whl (219.1 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for cftime-1.6.0.tar.gz
Algorithm Hash digest
SHA256 13103e6650beea6552316bd5825d6aa3b7e98f5b8115026df4826798dff9f741
MD5 7ef1289ce936943193cc8734c0cba123
BLAKE2b-256 203f607a69f1253e5c8835400641da91a6b54cc49e3e9f6ac5848a745638f9ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cftime-1.6.0-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 162.5 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/60.9.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.12

File hashes

Hashes for cftime-1.6.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 bfb03c766250d86d6abf546d4c1fbe0db7401eaedeab5bbbd0e599fde7c7a7d3
MD5 fd927de075d50ce313f6a39545329f0c
BLAKE2b-256 911cfb0f753164174c5270b09ec27059eee800f5e297ffd6367745d99691254c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cftime-1.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1c56556900b9ae3a5b4c9705699d78f865994e5c3c92cd230d54c89d669b88f0
MD5 ec7331a1a09aaf8c387237bdff8b4962
BLAKE2b-256 90629a0db29e19b1c5845559fa63cdda0b3e9b27475670bed2a7c9e7dc5a2ad9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cftime-1.6.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 13e92118fa3606b2a1d95bbe1a18a0a260ba85704d9ff061e9599b0e745bb4a9
MD5 79e8ee175bb901343e49281c6b5719b1
BLAKE2b-256 b51cbc7166718a692271946d54b1749ceaeeb362dfbbdd4c21dd615a0230b293

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cftime-1.6.0-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 195.7 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/60.9.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.12

File hashes

Hashes for cftime-1.6.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 64bcb6ca9ef922b2332e9ed91cd6f6f2fe28de392fb10e752f2ac83ffdc50854
MD5 eaf635e9cbc0294ab1e31a4b1ea312ee
BLAKE2b-256 147c8edaa1d13d3d1325b1afb94d61da988245812a39b4b1712ed5b4065252ce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cftime-1.6.0-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 234.9 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/60.9.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.12

File hashes

Hashes for cftime-1.6.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 517c50e29b3c141919d83bf3782892e4a4144034b63722e7a266db25488b3bb5
MD5 4747a8b7537f7167324939a83cde3b6b
BLAKE2b-256 d420414639c14d1fc592f6e96f963ec7381c906d696b5d82faa2c4e9fd33ae2a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cftime-1.6.0-cp310-cp310-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 437.1 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/60.9.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.12

File hashes

Hashes for cftime-1.6.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 bb0d680149f128d181ef1c6561eaebbf99b572329dee090c83b6735d7284a703
MD5 0d31c1a58f74f71c084426bdb19e9005
BLAKE2b-256 f09dd0dbd712d9bb0d9f071d0ed229f9bff5408d589397542062b67e4f132935

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cftime-1.6.0-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 161.5 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/60.9.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.12

File hashes

Hashes for cftime-1.6.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 c0b3aff3c955d18342c2097ad1102c78d0999dba5de178d0ce68a317caf6f87e
MD5 946bcb35a7e032e6922751ebc7e4b9c1
BLAKE2b-256 3077bbf408d313c175327c32aca00115f2d8be2cf2905ebff3e5cbef74a81056

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cftime-1.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4c608937082980e0905657ec2475b3ff2a2fc89255e185f44076da482102f617
MD5 05906f093abc278068e2993699dac554
BLAKE2b-256 5328a5034b465f178beae02abe9d155939b92fd4e3245c31342aa44b25c430e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cftime-1.6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2da21d8626a7f549eaaae7d314110133914fa24726e4e7caab2775627cb7361a
MD5 90fb51f16925295f6b7def7b0aa2e4ae
BLAKE2b-256 a56b45c3d078dbb63f5a40ca481ff8c8545be57688ae217acddafebdd789c183

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cftime-1.6.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 003abc800933a39d6f4ecec113f401aef9961642a4769aa1099ed34e0c1c3d46
MD5 f6f432b4490820179043510047c122d4
BLAKE2b-256 bd769c184df94f96e73ad943f8cce356452bbeb7f556460637aeb239f2c8da95

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cftime-1.6.0-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 195.2 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/60.9.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.12

File hashes

Hashes for cftime-1.6.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f7007e7cd837cb37716149d7c735b90b947b3370b7a5652d58675ea940541542
MD5 ef821f5b089e4459c81f17ced090de5f
BLAKE2b-256 b32d5175b4ffabb19e1f8cc1ac736e32a7b107cacd947c6be99138a4e9ef2508

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cftime-1.6.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 234.5 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/60.9.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.12

File hashes

Hashes for cftime-1.6.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 80390ddb68a7e27b52bf83efc040c8e3ec2e3b0bb0e66084a75498fb39f63a63
MD5 987efdf874ae5c64f482fbda5ad5f478
BLAKE2b-256 b21e68933cbdb6e8333f6d70ac64c191d0b5f149bedd57011b0aed9716e4cf57

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cftime-1.6.0-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 436.0 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/60.9.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.12

File hashes

Hashes for cftime-1.6.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a6c1e59299250299f23ab526d1ad640dcc3b9eb311468a8f9112f9d53d6106c6
MD5 7d2afaea2a0625db44bdf803022ab3d7
BLAKE2b-256 61c09cc2d5e5db905683c063d49beb8f9979bd829ef6be87903814695d6e6262

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cftime-1.6.0-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 161.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/60.9.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.12

File hashes

Hashes for cftime-1.6.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 1187fa1107974fe374f90936e39d2e09ac7cb4ffcd3b31314898684a2cebba87
MD5 a65b30bb944c797968d72bbea81cb7b9
BLAKE2b-256 07fdf0283dfd0c615ce7da1959cd6561ca853b171692a5571eb7069af1052511

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cftime-1.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 519d1c391ed7be3bb4d84990a51a76cbb1cc894bd776637c0227dfe1f6274f39
MD5 65cb809a1456e71ce8ec93463d628f21
BLAKE2b-256 2aecab13ec7f3b9c5d1391703ca9089cd68beb96ca30114614de16c35c7c702d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cftime-1.6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f63c14e98022c3a67ff7c5c12edf17912a7353ddd95bbfde6db1e4bc05ea5bdc
MD5 13b5f811cae19af8b4ac6e79e07d6b87
BLAKE2b-256 cfca71d8dc1d8e68ac759b5658a776f9d781728781b61aa594e7c77ff2d773de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cftime-1.6.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 09970124c0a8c84a66e34e8655c42f0254e1c29d73a766e71c9a871ce57f125b
MD5 fc6911f91906d6862cc8bfbcb128d363
BLAKE2b-256 ac6850b323c0b0f3bfb4e3122c5509eb6e2da66815419bfb86f07b4ec095aa14

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cftime-1.6.0-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 190.1 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/60.9.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.12

File hashes

Hashes for cftime-1.6.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cab3fee686c58e2ce2f61e1bf138711eefde6c0235b0cfc736c8ea96381d8346
MD5 d57662dcd84d0968d1379f807637738d
BLAKE2b-256 d4df47754ebb86449ea6c625d226a238e92685419ac113106a618d7cfd314a70

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cftime-1.6.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 226.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/60.9.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.12

File hashes

Hashes for cftime-1.6.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a49b023ca5cab9c43d33b3a43edc5a112f5d452f75fc1a85f8ca136f4fa9d440
MD5 9b75ca36069d4fd179dd492c62f4bfb5
BLAKE2b-256 6954747c7f7a7373e561e0f1d1f417d7fe2641408a0937a70d8326b72d934e3a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cftime-1.6.0-cp38-cp38-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 422.8 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/60.9.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.12

File hashes

Hashes for cftime-1.6.0-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a8a56edad64912b11d8f80245b5ce7e61057eee22b6af0718e9d086b381a17d9
MD5 127dcf6dc6d7284422b4dbae87c18856
BLAKE2b-256 532007f19c78951f0489654e509a6d5afe738f0a7dd43378e39f28a6db1d4a55

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cftime-1.6.0-cp37-none-win_amd64.whl
  • Upload date:
  • Size: 154.0 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/60.9.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.12

File hashes

Hashes for cftime-1.6.0-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 9b31455449d2e347d033a6440f94305ce7eb48d32d863dfe0f53671c78e2561d
MD5 d2e7c657fe88e49f620ef80b37339553
BLAKE2b-256 7778f5066cd76f7e615ae2c644c38333b8b7bad052ed30aff26051b5313de89d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cftime-1.6.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b420e3811da55db538008229b3ca34055734d6ade12316889d1979d770d7dfaf
MD5 8bded294ce980cab4164dc4879dbda31
BLAKE2b-256 4bb9ef350231fbb23a461f76b5f7a5e710034f7fea581bd580e6f97d1543065e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cftime-1.6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e195ed19638f324c40bb0094d13385d58e798607670b91cc8f42717a0a832263
MD5 4e989d0c21b5f6c41e2e03739f985470
BLAKE2b-256 be0dcb996ce41e31252ed57ad4a408fda2a584968be579a6117d68d3d9d5b9e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cftime-1.6.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 eca80007816b9dd1cc154a393b8da2ada22baad1ac7b2b2a9cc01451796e3e93
MD5 c022e2d17e2a654961030fd2b2b41f1a
BLAKE2b-256 b764d112740ac15a7d012017bd13e8d5661cbb0b6294049a2c299e60e82d387c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cftime-1.6.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 221.9 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/60.9.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.12

File hashes

Hashes for cftime-1.6.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ee740b8dd77cb1773ae1560b890cee3aa5b82a4a7ca056223f08f4b37ebb6466
MD5 8a8bdf625b8d3b43515147847aa2f372
BLAKE2b-256 85ef329e63014559072c8412c4c610a92dd5def15131afa9eadc91598f08eb42

See more details on using hashes here.

File details

Details for the file cftime-1.6.0-cp36-none-win_amd64.whl.

File metadata

  • Download URL: cftime-1.6.0-cp36-none-win_amd64.whl
  • Upload date:
  • Size: 153.7 kB
  • Tags: CPython 3.6, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/60.9.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.12

File hashes

Hashes for cftime-1.6.0-cp36-none-win_amd64.whl
Algorithm Hash digest
SHA256 1888f0c0ab37d6ee23d07e74e51dcaae136da48784ceaa5d078115aa2e2b8b92
MD5 7add046ccfcbd49b265a3938884415b9
BLAKE2b-256 26bec1f944d996debab79ceaeb8efc9a0084e3595b2c26345a6ca89a397b6dd8

See more details on using hashes here.

File details

Details for the file cftime-1.6.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cftime-1.6.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e020db7391b2112e4c1ec9db75ff82031f979666264903697ab5ad0bfb20d490
MD5 39176ebdf0aba3434960e4ef88a2b43c
BLAKE2b-256 0dd1756e029ce53cf0479d771e5571245ab171b9e5401e6c1530d68f5680f470

See more details on using hashes here.

File details

Details for the file cftime-1.6.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cftime-1.6.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1f43f1c839f5579bf045f13b0d2deb15048d314d209039664003ae1bf2544898
MD5 dbaede141a8c26f03379cb72c3419b38
BLAKE2b-256 1573cba96390f545e393cde2b997edfce4e460ca875dbcc423aa528769b35a65

See more details on using hashes here.

File details

Details for the file cftime-1.6.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cftime-1.6.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4d39b666284c78726eb7ea8b4ad29aacd387e912177721b3eb9bdc508e2b86fa
MD5 ba22448f7cb3539c0ab6d814c5729d7a
BLAKE2b-256 c744cf8b8f7505b95eb376bba5c2530f30c1c1e2b7d6bc1d48013e6c7d623734

See more details on using hashes here.

File details

Details for the file cftime-1.6.0-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: cftime-1.6.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 219.1 kB
  • Tags: CPython 3.6m, 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/60.9.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.12

File hashes

Hashes for cftime-1.6.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7900daf0efa495f263c3c5b0c96502cc909fb07ef56844791e3c8cdbb08a741c
MD5 6ab1cc5bdd580da26b52f24bb39ef341
BLAKE2b-256 fee548343fe1b6f6e3c475a74ccaa17e1ff3a65a68bc2574182e1d351b2cae5a

See more details on using hashes here.

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