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.

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.5.1.tar.gz (46.0 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.5.1-cp39-none-win_amd64.whl (154.6 kB view details)

Uploaded CPython 3.9Windows x86-64

cftime-1.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (228.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

cftime-1.5.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (206.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

cftime-1.5.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (192.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ x86-64

cftime-1.5.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (181.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

cftime-1.5.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (233.1 kB view details)

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

cftime-1.5.1-cp39-cp39-macosx_10_9_x86_64.whl (222.3 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

cftime-1.5.1-cp38-none-win_amd64.whl (154.9 kB view details)

Uploaded CPython 3.8Windows x86-64

cftime-1.5.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (228.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

cftime-1.5.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (205.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

cftime-1.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (191.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ x86-64

cftime-1.5.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (180.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

cftime-1.5.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (232.0 kB view details)

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

cftime-1.5.1-cp38-cp38-macosx_10_9_x86_64.whl (213.6 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

cftime-1.5.1-cp37-none-win_amd64.whl (147.0 kB view details)

Uploaded CPython 3.7Windows x86-64

cftime-1.5.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (220.4 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

cftime-1.5.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (201.2 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

cftime-1.5.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (205.8 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.5+ x86-64

cftime-1.5.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (192.2 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.5+ i686

cftime-1.5.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (223.6 kB view details)

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

cftime-1.5.1-cp37-cp37m-macosx_10_9_x86_64.whl (208.5 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

cftime-1.5.1-cp36-none-win_amd64.whl (146.8 kB view details)

Uploaded CPython 3.6Windows x86-64

cftime-1.5.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (222.5 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

cftime-1.5.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (203.6 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

cftime-1.5.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (206.4 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.5+ x86-64

cftime-1.5.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl (193.6 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.5+ i686

cftime-1.5.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (227.2 kB view details)

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

cftime-1.5.1-cp36-cp36m-macosx_10_9_x86_64.whl (206.5 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for cftime-1.5.1.tar.gz
Algorithm Hash digest
SHA256 8a398caed78389b366f1037ca62939ff01af2f1789c77bce05eb903f19ffd840
MD5 6a4d02062f2f450f75b93b466f75433e
BLAKE2b-256 8e0a89df2ae91ec6f95f5295f826058eb6a5108cf6e968bdcf61d821d6ad764b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cftime-1.5.1-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 154.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/51.3.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.5.1-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 428f43b17e184565f1e76112f0421f52692c59f0be0e9ad33bb119a0efa9f559
MD5 99d2684cdba5802b504e39a45135a3fd
BLAKE2b-256 648dda704e9f185eec2b964ca0e851f52df96696f605978cda55c40c9811fe1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cftime-1.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6c96f79c3089dfa9445aa1b935ef3368c0a67dec9586bebcaa6a4919338792fa
MD5 75236e5b89bd1c9e0ae78a61e5bcc1a0
BLAKE2b-256 0a80cf6b2d7f8e780e699ff7e8ad27c49ec970bf402c9b44c2ae8d2a00511309

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cftime-1.5.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1ac7d6b47da6bee2e4bda31bcdfa8593187c2b0da962ae4855caf5de3e5a388b
MD5 24f89e4bfb80d35fb105096669dc34f4
BLAKE2b-256 28e44e5bf17cef78a9f49b83cd8f855813027f7c75c008e74bffcc358612c1e1

See more details on using hashes here.

File details

Details for the file cftime-1.5.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

  • Download URL: cftime-1.5.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 192.5 kB
  • Tags: CPython 3.9, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.5.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 72e763612b74286ef1600705920713e7787b0eedc75f30890e3d9c27f3a9f52f
MD5 b4b7f4faeb79ffe4105a1696e1482f90
BLAKE2b-256 e7da68c2f3a44408ca283150fba384b37dbccd46d7d0702e270dbd131b8f0813

See more details on using hashes here.

File details

Details for the file cftime-1.5.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: cftime-1.5.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 181.2 kB
  • Tags: CPython 3.9, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.5.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 104c43bcb44de96d90b241b00e1c4ff042393ce4696a24150f862b7a37de4280
MD5 4a1515075e80facb1df95f3723eeb8f6
BLAKE2b-256 004debf7536abcb8e870f072171bc05a371ebb3b9b02fb0b23309fa85f9110d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cftime-1.5.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ee889766a23542455c023cc9f1e516fa17901cddfa534b5b733dd673076f4bd2
MD5 42671c20747710e78d8f2daa17c696b7
BLAKE2b-256 4347c629f1371f6c9c3fb18ce17f0cd69b67fcc5b33eca7c7960529712b5d5ac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cftime-1.5.1-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 222.3 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/51.3.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.5.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 eb38bf59a0f1a67a6dce6e4ebc4ee3dd3e9ef40b05a5deeb44b71fb37009f996
MD5 b9f8b7af5c544897dd3ca440087eaa04
BLAKE2b-256 258b8e39a556250942e6b1b9146333ddc2609674323940ab687886e2b51a9006

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cftime-1.5.1-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 154.9 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/51.3.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.5.1-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 33019f2f0023616fe844a6fe37910fd56aa238c728179c01b058e35fb5e3869d
MD5 6a7bd3cf8cf6368f20293bc1cbf485eb
BLAKE2b-256 237e1536aa0b03b5809ac70119d27523cb3fbc4235ad4b360bce111677c308d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cftime-1.5.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 52442ee7cdf9b1c821032c47da93579dc1ab3fe79a5d1045a8f1e60aa2a7b3d8
MD5 ba84f3b348cb4500af629a2009deac4c
BLAKE2b-256 2ae03a551d4965570224aaecf9bd0f4eda291c4d64127e097f60f986088ffc14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cftime-1.5.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 efd6dd7c7e930b3425f37dd439928839cdeb1c22e50a3c16a1e7cf67ca2e56cf
MD5 0f432de427a10f2df77d57e03e7ad5a0
BLAKE2b-256 0e3a0d7092fc0665d298402d9b6a5377d11211dcc1b55bb3ac1e33f486819da0

See more details on using hashes here.

File details

Details for the file cftime-1.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

  • Download URL: cftime-1.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 191.8 kB
  • Tags: CPython 3.8, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9ee3b49a7fa3bb20366cef0a11585eaa53a7f38071ab5851fb51001afa41f063
MD5 263aa9f94f887e808c5bc72e1b2f1c93
BLAKE2b-256 9945c8566778a31a48acb3b2c422c4ddde8eb2dd43e4eef286c09e2e95e2fee6

See more details on using hashes here.

File details

Details for the file cftime-1.5.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: cftime-1.5.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 180.1 kB
  • Tags: CPython 3.8, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.5.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f5c06642e497bc7c923f89e03fad3d980f5836543efd8fc94c8a4309aae80034
MD5 c6dadb2c01a213359f88b4ad412e4773
BLAKE2b-256 4c2d2c863063c6d81f63f3723c15665077398414dfdbb81817450bc55b23c50c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cftime-1.5.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 99d5d68bece39e4c5fce6863f7a72f4f39d7b24b50335699eccc4ed8e3281438
MD5 c2b61a54118929267c28d5edf60f6c2a
BLAKE2b-256 66d8f6465931a2d730cb2f6dc371eebf39b6706f363913cc5d6fa630ef0e17a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cftime-1.5.1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 213.6 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/51.3.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.5.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f7fffb88aadabdac9e41c6c1363387613555f034914693dcf84ae975ab6e18c9
MD5 e6b3d7db66b904b786bda48ed256b8f8
BLAKE2b-256 f22bdbf230ee7c8a247477b48d001d2b6372bf8c1921d92744f3a16e20321253

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cftime-1.5.1-cp37-none-win_amd64.whl
  • Upload date:
  • Size: 147.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/51.3.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.5.1-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 1688eb94d808d8ceb94471c129311ce3491ba34324108a23d328d6b1a16bda90
MD5 e7419caac7fcd553613966d3a881f222
BLAKE2b-256 364bbb83d1e6ea7513dfbf701c0901a4297a61b54828f7f62f7d37780a8fe5d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cftime-1.5.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 918e31076d0704eca205af18b1209573a53fbf03e21e3b4ccc5d1c3a964cdda3
MD5 bf65f9d8fcdb91d10ef71c9bd816b1ea
BLAKE2b-256 e39117ae0b81228da149c387c9243b3301378d20b8b13f7947d51365b711ee30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cftime-1.5.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 532e634cced7fbdff3be836b07a2e10e6e3f4ebf5aa11b8c3da011c3aa97dfa1
MD5 c686ef6fee044bfb6d2ea3c168625c48
BLAKE2b-256 db4f53ccff7c8f482347e3c5ac207260b3305d6f5660f3a87215fedb9400a38e

See more details on using hashes here.

File details

Details for the file cftime-1.5.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

  • Download URL: cftime-1.5.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 205.8 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.5.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 0130b894e9e6ff288ed29d11b588c0050e1e795138d94482324821e2a3a92c7f
MD5 7e489c89ca6444c970334a6d09fb4aff
BLAKE2b-256 3c7945316b6a400f73db4a8d6a43fd1cfa1b3f3ec771665913922709067b1f6f

See more details on using hashes here.

File details

Details for the file cftime-1.5.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: cftime-1.5.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 192.2 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.5.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 57f899c5077ed9a14c991121c1173040f4dfb278ac35c61d40f1d3e958107455
MD5 5cbd3ce555187bbe5e0bfa4806b12c0a
BLAKE2b-256 83105c761ed2e3c4379389a2546f9594246f3e11d12b5e123d1e514d3701a555

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cftime-1.5.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fcd4f122473cb2cdbd0848373ada4aa9c83acb5d9791eaab0ffa30e9097f2473
MD5 7342e74dd09fdbca820def52c960b3b7
BLAKE2b-256 85e7cdfc5185facb277be2406cfdcdacb30edc7aada43d360f40823e98a8dabe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cftime-1.5.1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 208.5 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/51.3.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.5.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2790c6ee5ed87b6327d13d9a6b2d80a2ce398d2b74db9a1e2290f1f2d46d2657
MD5 db0a0e1bb5847376fc734e844c833bfa
BLAKE2b-256 17171b820e023b452a821e7fe5b786a0312fda33256b2a3e8d9be81aedc73aa7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cftime-1.5.1-cp36-none-win_amd64.whl
  • Upload date:
  • Size: 146.8 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/51.3.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.5.1-cp36-none-win_amd64.whl
Algorithm Hash digest
SHA256 430d2140a4e96a2295fc7c1e29e547dbc69793b327db1f743613bda3d90d59a6
MD5 67376db751a902e473f820d2687ed3af
BLAKE2b-256 da479badc4765e5cc66ed58beb5a85b827a2979acb13ddf5aa9900d75e9daad8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cftime-1.5.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a08597a385c4730c61fc8ce4d2637700f8d8966a1eedfff3c5fae51544319da4
MD5 9b756c9ca97f46f174439ddecd64f499
BLAKE2b-256 155a1e834c7806c6baccaee53bfa07176e9c78d394f7ed5f3d5d0db8baabee90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cftime-1.5.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6d1435a7cffd07fd603407027e864ff2de6b9948c32ce58ab06476cb0183fd7e
MD5 dc77c0316400f75e73356965ed71be4e
BLAKE2b-256 5f677acd16920d4a8e0a8dcc206f0f104b157178139be1e32663a5ac6734a323

See more details on using hashes here.

File details

Details for the file cftime-1.5.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

  • Download URL: cftime-1.5.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 206.4 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.5.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 75ca6b42dbb5fe11713bc37f9d30b4c8e356de723fda0a63272ec30b7ae480e2
MD5 e4af684e10cf0b10d1e99c11d652b2ed
BLAKE2b-256 57fe96a3dfda146c8866fab4e06cd609aa3338f4ce4fce3cae8c77dccfbdef69

See more details on using hashes here.

File details

Details for the file cftime-1.5.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: cftime-1.5.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 193.6 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.5.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 feb6e83cf874245023f9612223ba1b13ee8baef6381563620405eb8f5955102d
MD5 0c79ce5d8b2bb56826b1db013ed66f9b
BLAKE2b-256 4a1daa9a27572ef64ff05378c4e72fa746b814d71f8ae43125d34abb7374b819

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cftime-1.5.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 33c00274e6dbc0c7a27a9744574003f8fcbf343a4d25514e0cd4056bad37f0ee
MD5 46eaedfc976b482889f4c62a09226c9f
BLAKE2b-256 f08bc190f4d561dfd9e18d873709a9db7dc712c666a3947df7734e4fde5a7c62

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cftime-1.5.1-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 206.5 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/51.3.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.5.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fb6ca774d08cde9b5739b14e45a59ed3b831dc512562bca88b71bda978ea1074
MD5 4390b966c94ae2f48327618e77349ffb
BLAKE2b-256 7cde6b35763e597112ee60082b4142430c4c62cc0b0396c83c19301b52f886f7

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