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

News

For details on the latest updates, see the Changelog.

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

Uploaded Source

Built Distributions

cftime-1.3.1-pp37-pypy37_pp73-win32.whl (159.3 kB view details)

Uploaded PyPy Windows x86

cftime-1.3.1-cp39-cp39-win_amd64.whl (225.5 kB view details)

Uploaded CPython 3.9 Windows x86-64

cftime-1.3.1-cp39-cp39-win32.whl (195.0 kB view details)

Uploaded CPython 3.9 Windows x86

cftime-1.3.1-cp39-cp39-manylinux2014_x86_64.whl (333.6 kB view details)

Uploaded CPython 3.9

cftime-1.3.1-cp39-cp39-manylinux2014_i686.whl (337.8 kB view details)

Uploaded CPython 3.9

cftime-1.3.1-cp39-cp39-manylinux2010_x86_64.whl (295.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

cftime-1.3.1-cp39-cp39-manylinux2010_i686.whl (294.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

cftime-1.3.1-cp39-cp39-macosx_10_9_x86_64.whl (306.6 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

cftime-1.3.1-cp38-cp38-win_amd64.whl (225.4 kB view details)

Uploaded CPython 3.8 Windows x86-64

cftime-1.3.1-cp38-cp38-win32.whl (194.3 kB view details)

Uploaded CPython 3.8 Windows x86

cftime-1.3.1-cp38-cp38-manylinux2014_x86_64.whl (331.7 kB view details)

Uploaded CPython 3.8

cftime-1.3.1-cp38-cp38-manylinux2014_i686.whl (335.8 kB view details)

Uploaded CPython 3.8

cftime-1.3.1-cp38-cp38-manylinux2010_x86_64.whl (295.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

cftime-1.3.1-cp38-cp38-manylinux2010_i686.whl (294.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

cftime-1.3.1-cp38-cp38-macosx_10_9_x86_64.whl (295.1 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

cftime-1.3.1-cp37-cp37m-win_amd64.whl (213.8 kB view details)

Uploaded CPython 3.7m Windows x86-64

cftime-1.3.1-cp37-cp37m-win32.whl (189.7 kB view details)

Uploaded CPython 3.7m Windows x86

cftime-1.3.1-cp37-cp37m-manylinux2014_x86_64.whl (323.3 kB view details)

Uploaded CPython 3.7m

cftime-1.3.1-cp37-cp37m-manylinux2014_i686.whl (326.0 kB view details)

Uploaded CPython 3.7m

cftime-1.3.1-cp37-cp37m-manylinux2010_x86_64.whl (280.2 kB view details)

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

cftime-1.3.1-cp37-cp37m-manylinux2010_i686.whl (279.8 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

cftime-1.3.1-cp37-cp37m-macosx_10_9_x86_64.whl (290.6 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

cftime-1.3.1-cp36-cp36m-win_amd64.whl (209.2 kB view details)

Uploaded CPython 3.6m Windows x86-64

cftime-1.3.1-cp36-cp36m-win32.whl (182.2 kB view details)

Uploaded CPython 3.6m Windows x86

cftime-1.3.1-cp36-cp36m-manylinux2014_x86_64.whl (325.1 kB view details)

Uploaded CPython 3.6m

cftime-1.3.1-cp36-cp36m-manylinux2014_i686.whl (329.1 kB view details)

Uploaded CPython 3.6m

cftime-1.3.1-cp36-cp36m-manylinux2010_x86_64.whl (283.4 kB view details)

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

cftime-1.3.1-cp36-cp36m-manylinux2010_i686.whl (283.3 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

cftime-1.3.1-cp36-cp36m-manylinux1_x86_64.whl (295.6 kB view details)

Uploaded CPython 3.6m

cftime-1.3.1-cp36-cp36m-manylinux1_i686.whl (277.9 kB view details)

Uploaded CPython 3.6m

cftime-1.3.1-cp36-cp36m-macosx_10_9_x86_64.whl (305.3 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for cftime-1.3.1.tar.gz
Algorithm Hash digest
SHA256 77fd86e69b234d41fa8634d627e9e9ee0501c2a8a95268c2b524d38e0a33f090
MD5 5fa288bb57e226b0013c8becc884fce4
BLAKE2b-256 757006effb7ebaf8c49361d1fd6921df050defd7063b85fcfe94f9e65e785b03

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.3.1-pp37-pypy37_pp73-win32.whl.

File metadata

  • Download URL: cftime-1.3.1-pp37-pypy37_pp73-win32.whl
  • Upload date:
  • Size: 159.3 kB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.3.1-pp37-pypy37_pp73-win32.whl
Algorithm Hash digest
SHA256 c8812d52c15c9e055c114574075c1f238d76331cf30bc6cae0008617cb0608a0
MD5 4b03f285d55def21396f325ef2e9e2bf
BLAKE2b-256 cb403c64f621a567b339d62ef86d4b834d46bfab27def5240372f2a1e35c1cd8

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.3.1-cp39-cp39-win_amd64.whl.

File metadata

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

File hashes

Hashes for cftime-1.3.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 02d92ac0b6aa70ce271b6ca0130c7198f300f8a2e139467dd99d4ef8d26db8ae
MD5 63a53518e0e58dc6b09d28eb1ac0de08
BLAKE2b-256 e29ea152960554208eadc788c3fd39e1fce55c8ceea5656de09fb9a3094cbc4d

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.3.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 195.0 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/50.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.3.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 9cd65e29dae0e9e86fa58a34502aa732475aa40618fefe349dc59187f5065283
MD5 5974bd84c254a0f9a4a8183947cb5b75
BLAKE2b-256 2f816603cb0b1e09e9549dcac48e5cd51a4f334903f6dd6923fd6788f795890c

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.3.1-cp39-cp39-manylinux2014_x86_64.whl.

File metadata

  • Download URL: cftime-1.3.1-cp39-cp39-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 333.6 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.3.1-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 45d0a9b6058969b83b4d197539d0d8d0df83bf18f6b1915e340772da94d31f27
MD5 497a90c28d1a06bee7623d1d4bcdbd86
BLAKE2b-256 1fd9e26a6e2dc9cdf43f784bd85f8033043d80ca7da100c0c640ec28f5e3cf54

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.3.1-cp39-cp39-manylinux2014_i686.whl.

File metadata

  • Download URL: cftime-1.3.1-cp39-cp39-manylinux2014_i686.whl
  • Upload date:
  • Size: 337.8 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.3.1-cp39-cp39-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f7a355486c228eaeab4be897bd8efc97fdb424ae2998eee52b1f3613dc153bbf
MD5 437052618437941781fe358e30e50383
BLAKE2b-256 9148696c3b000c7a3478fe36934736e689a655cb017e85f12c4adbc470fc2fe7

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.3.1-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: cftime-1.3.1-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 295.0 kB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.3.1-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a29d8f1f19e8c14e81f71058dad5a86cdda4625ad7d9652a023299d4363b23f7
MD5 b6aae45077b31036d6b77d63aa0d51d6
BLAKE2b-256 545da0b2d0ba7ba035f25de4420af136ba00ade595cc3be10a72c2ff4c845f69

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.3.1-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: cftime-1.3.1-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 294.5 kB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.3.1-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 3ea04c0571d4ee496b96fbf6a59417c0e688934c583c229aa9dbd086aa6b2b18
MD5 579e38156794c13f81ad2384f85253ef
BLAKE2b-256 2aaa25ddfbe6a16cf24f84aefe15e75031301f37fc7f7e18d93f9e1c9eef2ae0

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for cftime-1.3.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0c268490a01687eb91c20cb8c8085ec58934c6928a911150509ab821da55a880
MD5 8bb8bebcb40a03a913ca9440f295b1ad
BLAKE2b-256 8c0cfb09dc2089399e52169a3589ee5dbc7b4ae5890178f560f10a2e1f5eb27a

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.3.1-cp38-cp38-win_amd64.whl.

File metadata

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

File hashes

Hashes for cftime-1.3.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8fffc1e41c14ab8bd09efb1ab148b3286bf58ad9259bf79670f8fb23cd381ed6
MD5 c2bca92c7a9c1105ae467b3d0f6cd536
BLAKE2b-256 84068802f461702951a4dd1d5ca1dfdb271f08cc5cd04123ba57247a4cf6ecf3

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.3.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 194.3 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/50.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.3.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 23cc2db9d39e105fcdd52545c95af1e25bf0cd64e4c7400940b548a043ee8efd
MD5 72c9079a58f7c975c1b50960a52763fc
BLAKE2b-256 3a656bea052f652dfc513856e766e0757950612739df1838e0f83bfc3972cfa2

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.3.1-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

  • Download URL: cftime-1.3.1-cp38-cp38-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 331.7 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.3.1-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0aecaac6c4003510fce664ec623d21dcba6b992387aa47d55e7d7b01142861fd
MD5 607319426410eb7d6eabc6541a9428c0
BLAKE2b-256 64d2290f711ffedf1bf409353cfe36aa31fca7b6e257e4aac0e3e9a9153c6aab

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.3.1-cp38-cp38-manylinux2014_i686.whl.

File metadata

  • Download URL: cftime-1.3.1-cp38-cp38-manylinux2014_i686.whl
  • Upload date:
  • Size: 335.8 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.3.1-cp38-cp38-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8932444490eb68516e989d40fd5cf3f654bfaafb36f9cabe24a12a605438d511
MD5 b790aa750f6184c7df4da11cf89d26db
BLAKE2b-256 f00e811f4461dfc2175d9b55a420b0fb8be4e308b9736067479ff0a6ba166226

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.3.1-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: cftime-1.3.1-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 295.3 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.3.1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4d7fff2e6f4d0747dac85ee3816234179f4f8cd74848a20e0c8b2bee3186c86f
MD5 f5b180682b0882180e85ee20501b6f08
BLAKE2b-256 4cfcad115aaab1bac81337fc66b9449cfa26ef336a017aa720f2f5c36f05c91e

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.3.1-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: cftime-1.3.1-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 294.0 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.3.1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 522346b17b06079030794c9adc8b4dc95d531e70a738b49df1dad6e53f8424fd
MD5 b6539db3f8df1000f379d4e3f644e6f3
BLAKE2b-256 e243c72d1f3be84483df9a79f41b9fb95822578a9118bed97ef4f97a112f3a97

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for cftime-1.3.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 db3254a7adb6bae3142ade6db4495a6db4d3676df33d2e223f744509e651ee9d
MD5 3af27e6d5cc64b83991ade908b213f35
BLAKE2b-256 dc893a2d6745ce94f01a7878ef70bea56833578aab350d7c095a5041bbd98a7a

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.3.1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: cftime-1.3.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 213.8 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.3.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 f25112b60176b4ef3b5320fe754cde9438f7bbc51d429e8418a68b9ce530228a
MD5 80ff7b39d4ae739e8588755b32e968f0
BLAKE2b-256 75a54b2beae956d017734872327d9932ea8de2ded24dcb223ca870f12014096c

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.3.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 189.7 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/50.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.3.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 1728a812a8ab541af40a9587d2477fea4f5ea2a50b45f9a959ae075b7c610b48
MD5 d38db7ad85ab6b5cb3d729710f77b54c
BLAKE2b-256 5597a34c2aeccee08d3166b2e6cf037cad483971abea71395616fcef1e07413d

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.3.1-cp37-cp37m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: cftime-1.3.1-cp37-cp37m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 323.3 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.3.1-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a5ff1d72995f6ec86b0cfdd82a5e1d7bfe22ad5a67942020396d8298df9f8c25
MD5 b71d6ce6d057c4109071aef3447e2964
BLAKE2b-256 b0b4e228065feaae637ee1b3989e29facab070d427f564d2283f07f36bf63269

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.3.1-cp37-cp37m-manylinux2014_i686.whl.

File metadata

  • Download URL: cftime-1.3.1-cp37-cp37m-manylinux2014_i686.whl
  • Upload date:
  • Size: 326.0 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.3.1-cp37-cp37m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0f8bb8ec79260fdcde3cb16e52db8cfcea6732a38f364d147b2935f5988f36aa
MD5 b9cdf11af3623689b6e6eaf94c0fac1d
BLAKE2b-256 09f3db48b4f0daa7196c8263794c62166ad352309234c34edb1e3fc1fd948252

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.3.1-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

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

File hashes

Hashes for cftime-1.3.1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7468505772fae6ae3936a01cdd1e5d7547c0f58f33c860510d4f68de4d0b6971
MD5 fea8edc251e4b68e1bb05a4bb85b8e33
BLAKE2b-256 2e38cea91b16bcc48640c8aeca3227de5d2d0276b8db03d6576bdb2846ddc2b6

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.3.1-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: cftime-1.3.1-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 279.8 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.3.1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ead5ea211d89bef05763956b54d7a963ddf8c23a1b082f72095df53619bd4a43
MD5 db809a630df850d4957cf06791aa0c72
BLAKE2b-256 2a1907081b1a1b47a459c93d65bad8c1a4f5083c9e2448d535b698780501ae8c

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for cftime-1.3.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 83e55ba95a2e6adf943d8c5acf089b8c86235a166bae241459b557b63c0671b5
MD5 4abbbdc14e5b1b771415162f0c72a9aa
BLAKE2b-256 c21c477f0335d5de563902f32e89715e27b13bf7389661996bb70461788685ca

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.3.1-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: cftime-1.3.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 209.2 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.3.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 4a59dfc73ab57b33f472ee7876d0c03fbfd34c96987fe766476b1308172fa36e
MD5 98c8f75e45debfa157093ccbaa7adb6d
BLAKE2b-256 bb842b2b62ecac0970b0feb8cb2604b74f9bb337c619e581b7624e37ae935145

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.3.1-cp36-cp36m-win32.whl.

File metadata

  • Download URL: cftime-1.3.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 182.2 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.3.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 b9a11d56862c2b5017a35b3645c322ee7afe6e743009c3240bab1f9056c423fd
MD5 0a8290b747f45671ed154afe78b2941a
BLAKE2b-256 d968498f19ac9d32e076868d1ff497b5cd385dca8fc6485f5872279753ae00ec

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.3.1-cp36-cp36m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: cftime-1.3.1-cp36-cp36m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 325.1 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.3.1-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 851255aab314f4c01029b53449132bd2696a43dd1b461d658a2b8d42384395cc
MD5 f05b1fa568dd4a043f6d505611b5230e
BLAKE2b-256 3d988c8127d95267ad392940d13875f1165777e83261d64f34e73d7537911316

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.3.1-cp36-cp36m-manylinux2014_i686.whl.

File metadata

  • Download URL: cftime-1.3.1-cp36-cp36m-manylinux2014_i686.whl
  • Upload date:
  • Size: 329.1 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.3.1-cp36-cp36m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 68f9ee1a04d3cf660ac0bbd8a3f2b79832f4bd2a546932eb8fae5aadde40122f
MD5 9f9bc6fcf1e174ff26c60f6ceb2db9ee
BLAKE2b-256 5ad1151438a65f7239286621379d15d53c7f13e0518f8ae65f29640508888bd6

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.3.1-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

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

File hashes

Hashes for cftime-1.3.1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 20fb70d9729cb4abf986e7e7aba7322d0f0914c5cc8a43668f40e1301cd04637
MD5 0e8dfdbb14b20d97ab6b414817de3e84
BLAKE2b-256 ac0ba2e1c2ed34a1df7ec6a8f2955a8fae7d11974e475c3cbe3b108016a25f92

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.3.1-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: cftime-1.3.1-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 283.3 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.3.1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4869bdd313baee8b0446a93a63403d96eeaf6fdf708133d31d526ad3a4bf6f16
MD5 765555ca88eb49b77221180ec5ae3043
BLAKE2b-256 8651c9b0c5164b8e24e42456c8eb7170be7117d74005b4c83b7a5c07a31dfc98

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.3.1-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: cftime-1.3.1-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 295.6 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.3.1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 58c83281bb85946f730dfd918feab2779f73fe1b0699ddb877625235b9359768
MD5 83d251c11c57cb9106c213fb3e1c132d
BLAKE2b-256 3ee1597de96aef7739bdb1e1db6535af17a02c05dc071a4502471fd6a8c9cfe2

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.3.1-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: cftime-1.3.1-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 277.9 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.3.1-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 9c56bf48c96210c1356cc4c38c0ab2ae0d1e7740a0cb38d8519de8e11bb1ccb5
MD5 6a70e2bd739e52ec233c9f0f40772f52
BLAKE2b-256 cd18487883c01d42ac26e45ad8171ea0d81f49e2c7833e491ea289cdea3f39c2

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for cftime-1.3.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5683722857ac59344d66bffbf5f084d2e4463714a8fb8ce16187f5c3c7053b0b
MD5 bb6e094e9e4f3baac0c196b1a62f55c5
BLAKE2b-256 1b15f9393ef7499605778a18aa7096b573897796601f621ffca886a0a875d3e8

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