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/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.5.1.1.tar.gz (46.9 kB view details)

Uploaded Source

Built Distributions

cftime-1.5.1.1-cp310-none-win_amd64.whl (155.3 kB view details)

Uploaded CPython 3.10 Windows x86-64

cftime-1.5.1.1-cp310-cp310-win32.whl (132.9 kB view details)

Uploaded CPython 3.10 Windows x86

cftime-1.5.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (227.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

cftime-1.5.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (233.5 kB view details)

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

cftime-1.5.1.1-cp310-cp310-macosx_10_9_universal2.whl (222.2 kB view details)

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

cftime-1.5.1.1-cp39-none-win_amd64.whl (154.6 kB view details)

Uploaded CPython 3.9 Windows x86-64

cftime-1.5.1.1-cp39-cp39-win32.whl (132.8 kB view details)

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

cftime-1.5.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (233.2 kB view details)

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

cftime-1.5.1.1-cp39-cp39-macosx_10_9_x86_64.whl (222.2 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

cftime-1.5.1.1-cp38-none-win_amd64.whl (155.0 kB view details)

Uploaded CPython 3.8 Windows x86-64

cftime-1.5.1.1-cp38-cp38-win32.whl (134.6 kB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.8 macOS 10.9+ x86-64

cftime-1.5.1.1-cp37-none-win_amd64.whl (147.1 kB view details)

Uploaded CPython 3.7 Windows x86-64

cftime-1.5.1.1-cp37-cp37m-win32.whl (132.9 kB view details)

Uploaded CPython 3.7m Windows x86

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

cftime-1.5.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (223.7 kB view details)

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

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

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6 Windows x86-64

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

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

cftime-1.5.1.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (203.7 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: cftime-1.5.1.1.tar.gz
  • Upload date:
  • Size: 46.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.2 pkginfo/1.4.2 requests/2.25.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.7.11

File hashes

Hashes for cftime-1.5.1.1.tar.gz
Algorithm Hash digest
SHA256 6dc4d76ec7fe5a2d3c00dbe6604c757f1319613b75ef157554ef3648bf102a50
MD5 25f2b05fec8c8399395d996b38fae4c7
BLAKE2b-256 c41fa91a359605b4e67b57cc7170370ba24e86d800e8bd8260669165c8d7acce

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.5.1.1-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 155.3 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.2 pkginfo/1.4.2 requests/2.25.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.7.11

File hashes

Hashes for cftime-1.5.1.1-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 cd33cd2e220c1c283f6fe3273352d7754795f86835ad04520f26a441a5b45193
MD5 5d0f1b03e6027b4f911af6e80cb382a1
BLAKE2b-256 a6a475aaaa0435e650d831c2c2d3d97046869e3181d3b2154f7cb64d25930024

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.5.1.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: cftime-1.5.1.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 132.9 kB
  • Tags: CPython 3.10, Windows x86
  • 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.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c9e959021504f9a5b9df383846dfa98c7cf99005c36d9c287b42e76f322fc263
MD5 988d59993064854b5f7d39def731c3c4
BLAKE2b-256 55b15e91a23d22f801b2e778ce84c6278e02e3c75c5f3a14528a763489eb670f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for cftime-1.5.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fdfc3f3da4efc22ae22096c2b20ac9d5da01b3038c4ed4407fcd501efab26099
MD5 0efc580b552c386e8761be41f6c87fde
BLAKE2b-256 52b4a8ec7e761ada92ca466e2ba96520dfcfe5c521ab5db13e003a87db70f1b8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for cftime-1.5.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4260ca466a445af7b243d84a7c96833b9261bdfd15ba86028d9710b7d700f490
MD5 4321c00983b221f7962e1f3b1cfa5b82
BLAKE2b-256 fb92b10b3243409734cfd8ebf5c2bd0df38fbf78dd9fb3404a18ea5e130dcf62

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.5.1.1-cp310-cp310-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 222.2 kB
  • Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.2 pkginfo/1.4.2 requests/2.25.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.7.11

File hashes

Hashes for cftime-1.5.1.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 06033c132beb5e560f1957c048fdfbb3c876b3cc2f3e5e0f664927d98b5fae44
MD5 f380f83ed524cc444354837e5d19a3d3
BLAKE2b-256 1a484004d5549eed167219e95dfd2b128d3497efd0829141781832e047f965ae

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.5.1.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/1.12.2 pkginfo/1.4.2 requests/2.25.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.7.11

File hashes

Hashes for cftime-1.5.1.1-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 6db9129b4f26202c1ba4610b667693e686922011bd7166e7573dea668bb70c88
MD5 6aca8126debb71d946551aa9a95166f5
BLAKE2b-256 396deb13a609ca5c6e09c910fc20c54970f11999582fe9d5d8f6c15e2e1bc473

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.5.1.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: cftime-1.5.1.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 132.8 kB
  • Tags: CPython 3.9, Windows x86
  • 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.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 e79ff69d686af6e21bf8344a75c4cb800fb00683bb3b52e447f879d6ea8e2f2e
MD5 7ea01ea8c7d2b00f511348b218745116
BLAKE2b-256 13bedf1fef84057a3582ba20f9faa68b0d9755071de438ac00bd52f39dc7ccd8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for cftime-1.5.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ae7151d4c0759f7263d3baf4ca7283f715f99a02cf3bd4cf2403ae0e5312b64e
MD5 9d504b769868ccfacc0fd44a27cc7161
BLAKE2b-256 7c733975c040abaf1a6c464186e1c8b041ead2e64228046f2bb708b043d0bb95

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for cftime-1.5.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 db62b4383815596a92acb6cfa3779b208292aa17f90c10669ee50806b2795cee
MD5 5d4b7ff7ae55a7f789c90d2cab1d596f
BLAKE2b-256 a5bf91ce901c48490096f1e6e5821a21dff21ccce9ac2df9c248ec3826481168

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.5.1.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.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bcdf2a3d52a36e81e30d07ae93afdeb057cca8eb0a28c21cfef1f523ade1fe74
MD5 868d62c41cf8334cacde3787c74b263d
BLAKE2b-256 5c6b81d181b07c38d8f3f60488fea5eb9d9fad3d4a20091eacc3d6f36c65ca14

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.5.1.1-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 222.2 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.2 pkginfo/1.4.2 requests/2.25.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.7.11

File hashes

Hashes for cftime-1.5.1.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c5d0985d99a4c749d90016e993dedd6c37c5b6d459b5747eb3a14e9ad63dc669
MD5 02e6707374d55360ac2ee2f44d3e1d11
BLAKE2b-256 fb3479aabb3de1298057840f61cb31609e9c823799b99a02dc0e238a37ef0298

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.5.1.1-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 155.0 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.2 pkginfo/1.4.2 requests/2.25.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.7.11

File hashes

Hashes for cftime-1.5.1.1-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 2ebdc5b20fb113ad0aa41c61fa7f9d52cb3a22b4b847ed2bf653d7e1f81ae8e2
MD5 779266d90bb5b2b49147cfdf267dfd98
BLAKE2b-256 e7902ed8f9ab083d3e77e16c53df2ceaeddb42e100d226c13c18cdea847c78fc

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.5.1.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: cftime-1.5.1.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 134.6 kB
  • Tags: CPython 3.8, Windows x86
  • 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.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b16308ea4004e50f142ef6638f056d0a8ae0de178768ea66766672e4379bcb48
MD5 894ec7fc221eacebb2152d8975700d32
BLAKE2b-256 b21020fd529b3a6cffb9917566585b46f1b9fcf3ed7519859d9f4060814585b1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for cftime-1.5.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e3196615252312762ce2196664b2614d254d5e4d2b0cf5c7866c5916e45cec66
MD5 b8b073e393f870b694961f70eedacad5
BLAKE2b-256 d67ddc31c1e1534053267cff3d3861ef48e279fef058030cc1419359c7df7251

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for cftime-1.5.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5850ed2ae6c218d57249cf75fa27accd4e3436617a8ea9cd2bea6cb031f449fd
MD5 35bdb2cf7b30edf570195405a5d76ece
BLAKE2b-256 bfc5448d081d55e8843f078840f572a0382849d0063049db29c2d360a7240f73

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.5.1.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.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fae15273aafd0c9382637b03ef6fa51274c28c84dc3b459a969be2121f41c648
MD5 cff866bbbe13cbd8bcd8f422e215556b
BLAKE2b-256 32634f1c6d5cd68b5d62a02670cf6624477093144dd534803f347b348ece7609

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.5.1.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/1.12.2 pkginfo/1.4.2 requests/2.25.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.7.11

File hashes

Hashes for cftime-1.5.1.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fd2311da209bbcff4221d344cb6ee217ce6b465832b013106e1ae21e947818f8
MD5 f19205e096de76253fcb33d413d1e291
BLAKE2b-256 ef7a6395856cfc77aa5cdce0d6a50e692081187ae5f303873ce45e322de8c8dd

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.5.1.1-cp37-none-win_amd64.whl
  • Upload date:
  • Size: 147.1 kB
  • Tags: CPython 3.7, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.2 pkginfo/1.4.2 requests/2.25.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.7.11

File hashes

Hashes for cftime-1.5.1.1-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 35cb5cbcbd9f8083265a3ce4283ebc62114e28d589d6bf62d98532ada6cfc890
MD5 70b86bfedc1bda57d60faa0127add9c2
BLAKE2b-256 1bfce336aeaeba5cf2752252f7c7fb0b569c16c4a8c66eb2ecd33ae6a418bf32

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.5.1.1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: cftime-1.5.1.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 132.9 kB
  • Tags: CPython 3.7m, Windows x86
  • 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.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 f4b1a08ec40b4d7f7a1f11ea105f2f136fbf647819e52dc9909d16d7f1bf18d4
MD5 4119570566076a0227990358351975d8
BLAKE2b-256 39420707d8ca733ac406a411b157e41398ba0667cd7ff57b4f5212cec40a9286

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for cftime-1.5.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ff292fcd4d2322fe28bcc0c9e70a37e048858aa68a9aaa43710a73100fa1e77d
MD5 b416c6e92f58b167a085ec924c2ec2f6
BLAKE2b-256 54eaf5235964e4e3903089d5672585bd5cfd2535bbfc812ed29a8eeaa4e1a0cb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for cftime-1.5.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 75dc17b031e85feece5a5770f00342dedeb4349dc530bcd1cd25deb7064cab32
MD5 50cebb495ecb772849bf25da6c4e2ea5
BLAKE2b-256 a1832de766e734da939aef903c6bdba1919a217630854d16fc365e2e34cf302a

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.5.1.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.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 01882a6f540f61b87db7e6c1a389d278e97b63b8c40457df7d5b98a25413c1a7
MD5 5f8da030f3b507d62b98452f51521520
BLAKE2b-256 63c87178b82f8b49b3daebac804ff8f823b358f7e07510a0aef4bf1715a770a0

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.5.1.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/1.12.2 pkginfo/1.4.2 requests/2.25.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.7.11

File hashes

Hashes for cftime-1.5.1.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a220f9652f34038c0d9ca275bbfb50efc52dbf867733746cf8a7dcd3b5b84cf1
MD5 ed220635a03f5c12a090ae72c1c46cee
BLAKE2b-256 ba4815428c7ccd198b3caf8c901787977f86b8552ee4818742f2307c54ae4343

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.5.1.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/1.12.2 pkginfo/1.4.2 requests/2.25.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.7.11

File hashes

Hashes for cftime-1.5.1.1-cp36-none-win_amd64.whl
Algorithm Hash digest
SHA256 40517a5c2352c847f919b7f29963015c37c071ebc2e89ecc4f62aa4b80d9a72e
MD5 0f3ee97a0ea8672b4338d5d793546662
BLAKE2b-256 d1955a0015bf6f40908f4a343387bd02a956dda25aa542215a1b81b22c5192a3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for cftime-1.5.1.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bcca217713f6468ea0fe18637ff2a113bcb5cf9c7328ba535a0323033110e419
MD5 d62b5788bf22b32bede024bfa64645b0
BLAKE2b-256 85e4b23bc57dc0353d59ef82da9d38f221a456c83953a287ee83fa37d46330ff

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for cftime-1.5.1.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 940fcaec3159e8ba6ad93bd939108c665c35650fcf6cd026687b40b48bca8110
MD5 cddace02a50b0c491dfb1fa49ed271db
BLAKE2b-256 bed8633ba24cd66e0a2ce163d06fa574b123622aa92a25906f0810e6ef290708

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.5.1.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.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f549ad17102403984a9c865313f758c346cbb04dd4550946cab81a5fea132ff3
MD5 34c8ed1ca0358678b633812aede9574f
BLAKE2b-256 1906ceaa13ea2002168e9752310a75d176dfe5ab5c3009d3cec2a2c24185da7c

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.5.1.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/1.12.2 pkginfo/1.4.2 requests/2.25.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.7.11

File hashes

Hashes for cftime-1.5.1.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 72eff06667df45cc87c7b50c87ee67471a32b73cdfaac903bb65945823a4bdf3
MD5 9c7afb675cdb14e0cae7c58cb740473e
BLAKE2b-256 d6b6e3fadcf16e2ec8f7ee7b95283a19184ad996771bb027c4a7617e30720552

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