Skip to main content

Time-handling functionality from netcdf4-python

Project description

cftime

Time-handling functionality from netcdf4-python

Linux Build Status Windows Build Status PyPI package Coverage Status Tag Status Release Status Commits Status

News

For details on the latest updates, see the Changelog.

11/03/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.0.tar.gz (55.7 kB view details)

Uploaded Source

Built Distributions

cftime-1.3.0-cp39-none-win_amd64.whl (206.5 kB view details)

Uploaded CPython 3.9 Windows x86-64

cftime-1.3.0-cp39-none-win32.whl (176.2 kB view details)

Uploaded CPython 3.9 Windows x86

cftime-1.3.0-cp39-cp39-manylinux1_x86_64.whl (277.9 kB view details)

Uploaded CPython 3.9

cftime-1.3.0-cp39-cp39-manylinux1_i686.whl (262.6 kB view details)

Uploaded CPython 3.9

cftime-1.3.0-cp39-cp39-macosx_10_9_x86_64.whl (304.7 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

cftime-1.3.0-cp38-none-win_amd64.whl (208.0 kB view details)

Uploaded CPython 3.8 Windows x86-64

cftime-1.3.0-cp38-none-win32.whl (178.1 kB view details)

Uploaded CPython 3.8 Windows x86

cftime-1.3.0-cp38-cp38-manylinux1_x86_64.whl (279.7 kB view details)

Uploaded CPython 3.8

cftime-1.3.0-cp38-cp38-manylinux1_i686.whl (262.0 kB view details)

Uploaded CPython 3.8

cftime-1.3.0-cp38-cp38-macosx_10_9_x86_64.whl (295.6 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

cftime-1.3.0-cp37-none-win_amd64.whl (199.1 kB view details)

Uploaded CPython 3.7 Windows x86-64

cftime-1.3.0-cp37-none-win32.whl (171.6 kB view details)

Uploaded CPython 3.7 Windows x86

cftime-1.3.0-cp37-cp37m-manylinux1_x86_64.whl (291.5 kB view details)

Uploaded CPython 3.7m

cftime-1.3.0-cp37-cp37m-manylinux1_i686.whl (273.8 kB view details)

Uploaded CPython 3.7m

cftime-1.3.0-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.0-cp36-none-win_amd64.whl (198.8 kB view details)

Uploaded CPython 3.6 Windows x86-64

cftime-1.3.0-cp36-none-win32.whl (171.5 kB view details)

Uploaded CPython 3.6 Windows x86

cftime-1.3.0-cp36-cp36m-manylinux1_x86_64.whl (295.4 kB view details)

Uploaded CPython 3.6m

cftime-1.3.0-cp36-cp36m-manylinux1_i686.whl (275.4 kB view details)

Uploaded CPython 3.6m

cftime-1.3.0-cp36-cp36m-macosx_10_9_x86_64.whl (304.1 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: cftime-1.3.0.tar.gz
  • Upload date:
  • Size: 55.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.12.3 setuptools/44.1.1 requests-toolbelt/0.8.0 tqdm/4.17.1 CPython/2.7.18

File hashes

Hashes for cftime-1.3.0.tar.gz
Algorithm Hash digest
SHA256 8d6a1144f43b9d7a180d7ceb3aa8015b7133c615fbac231bed184a91129f0207
MD5 cd2db6729130a068dce799ff0fc32250
BLAKE2b-256 97f173ec1cbfc7c925adac568cba62690967977d02a21d857490cd2243034ae3

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.3.0-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 206.5 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.12.3 setuptools/44.1.1 requests-toolbelt/0.8.0 tqdm/4.17.1 CPython/2.7.18

File hashes

Hashes for cftime-1.3.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 085e1af41db22a543c40d4a294b63db80bdf4ee8933273ea6083a0f9cd9d74d7
MD5 c6ad6034f472fb740d6684c4ac6107ed
BLAKE2b-256 e9b4a50f9c4d37967432087bcfff48f7524d1d9607b8f6c43281129f57b9a332

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.3.0-cp39-none-win32.whl.

File metadata

  • Download URL: cftime-1.3.0-cp39-none-win32.whl
  • Upload date:
  • Size: 176.2 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.12.3 setuptools/44.1.1 requests-toolbelt/0.8.0 tqdm/4.17.1 CPython/2.7.18

File hashes

Hashes for cftime-1.3.0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 a9bd0d0bdd2ba927e4b852fa4bd8a89bcbf08e0504711fb63f2de2ed263c8982
MD5 f2c45ca8499a05dbd25d557de3f82b93
BLAKE2b-256 5fde409250b94e8424347c1e1af27db8087accdba22feb1f0b25b7bcced63d1f

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.3.0-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: cftime-1.3.0-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 277.9 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.12.3 setuptools/44.1.1 requests-toolbelt/0.8.0 tqdm/4.17.1 CPython/2.7.18

File hashes

Hashes for cftime-1.3.0-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4cb924be13665fdb1fcdc52cc251cf6565ea25fb3376133b100352a5d0dd3c55
MD5 6948c44aff36cc9fc5db4fffc2adf6b4
BLAKE2b-256 754b3f5ec10d5330add1b876247be726325e218803082b009f1f33dc322e00f9

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.3.0-cp39-cp39-manylinux1_i686.whl.

File metadata

  • Download URL: cftime-1.3.0-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 262.6 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.12.3 setuptools/44.1.1 requests-toolbelt/0.8.0 tqdm/4.17.1 CPython/2.7.18

File hashes

Hashes for cftime-1.3.0-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 afed15aedc8bd9613328d36f0fc4342c168db5a70a2713c0c803d8b821d54995
MD5 920ee3d95d00d4bf97bbeb81efdc7a57
BLAKE2b-256 f6192448ad54993e18775732cdea18e05b3126bd7d6af02cb24fa471ad402055

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.3.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 304.7 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.12.3 setuptools/44.1.1 requests-toolbelt/0.8.0 tqdm/4.17.1 CPython/2.7.18

File hashes

Hashes for cftime-1.3.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 50f36442165ad462e7cbac8dc7b8696f0bc5e6b8e56483770818cb3137be0da2
MD5 ed45bf7d87af01f7493d4a5a1aaf314f
BLAKE2b-256 f182dea80d11d4e0b2cab11ef03bc23ad9f798bb930cf1658f07e78db3a4454f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.3.0-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 208.0 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.12.3 setuptools/44.1.1 requests-toolbelt/0.8.0 tqdm/4.17.1 CPython/2.7.18

File hashes

Hashes for cftime-1.3.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 68316b20289158869060124d33018df4e2cd12d24aa1c72e15625ae34a5d84a4
MD5 ec47a479e9acc08bd0a198fe095a75fe
BLAKE2b-256 408fd12fde4deca78beae4e372ce983e144fba283233e530768cbfadaac90023

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.3.0-cp38-none-win32.whl.

File metadata

  • Download URL: cftime-1.3.0-cp38-none-win32.whl
  • Upload date:
  • Size: 178.1 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.12.3 setuptools/44.1.1 requests-toolbelt/0.8.0 tqdm/4.17.1 CPython/2.7.18

File hashes

Hashes for cftime-1.3.0-cp38-none-win32.whl
Algorithm Hash digest
SHA256 338192cc1b45063dc4f54bb43824f0a1c23a85da6999d1abcda05cc918f5ec90
MD5 a9a4c296b68095063ad5b8bc65216011
BLAKE2b-256 666672f3cbd741f6e1bafb2bf6ad44371256f23385c21d40736e5cc2fe83ebb2

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.3.0-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: cftime-1.3.0-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 279.7 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.12.3 setuptools/44.1.1 requests-toolbelt/0.8.0 tqdm/4.17.1 CPython/2.7.18

File hashes

Hashes for cftime-1.3.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4beedc3c39d628257bbba6fb220b6284f3e88e1c4a53fa3d6e6410eded079c16
MD5 4dc4845b961f1e20b721cffc4ad964af
BLAKE2b-256 c43f61fd66fbc97c3ff179b92a0f473590e7586f39d02148b3ae867a9af139ec

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.3.0-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: cftime-1.3.0-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 262.0 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.12.3 setuptools/44.1.1 requests-toolbelt/0.8.0 tqdm/4.17.1 CPython/2.7.18

File hashes

Hashes for cftime-1.3.0-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 d3b85a7bd725709dd090a60323c57beb735a2db4dbd1d13d5d7c508906fba2a6
MD5 ca10d9a1a32cfc31365693f9c26a8150
BLAKE2b-256 06e3f3825dcb591fb830669f3e79ed75c27066d288443b40fe41dea6fd97b338

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.3.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 295.6 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.12.3 setuptools/44.1.1 requests-toolbelt/0.8.0 tqdm/4.17.1 CPython/2.7.18

File hashes

Hashes for cftime-1.3.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 771090fe99b01c1eba8a5b1e5ba2439edde8eb2bf1fbd9bcfbb3b1b27466fc74
MD5 9e8d6898f0fa6a675b6098e4c80e26e8
BLAKE2b-256 f8768fea26c0ea64acbd263c992814aed87490e152f6fed5ca5908335a64c390

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.3.0-cp37-none-win_amd64.whl
  • Upload date:
  • Size: 199.1 kB
  • Tags: CPython 3.7, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.12.3 setuptools/44.1.1 requests-toolbelt/0.8.0 tqdm/4.17.1 CPython/2.7.18

File hashes

Hashes for cftime-1.3.0-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 57ac1d8820b37d91a34dc79e15777da8950856cd68ed3b642de200de302213f1
MD5 5c29d8543e8f1a1a30d6f6f2c56c3954
BLAKE2b-256 90827327f178094cc7b49b9330113b4b00536bde3cbb24acc4f22fef38df2e1a

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.3.0-cp37-none-win32.whl.

File metadata

  • Download URL: cftime-1.3.0-cp37-none-win32.whl
  • Upload date:
  • Size: 171.6 kB
  • Tags: CPython 3.7, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.12.3 setuptools/44.1.1 requests-toolbelt/0.8.0 tqdm/4.17.1 CPython/2.7.18

File hashes

Hashes for cftime-1.3.0-cp37-none-win32.whl
Algorithm Hash digest
SHA256 956748bf1700b4c9c41ae2cbb4d971ad082d713f5958c9539c9b04b8b484660d
MD5 d67cebecd5a341af0690f3cce6934e3f
BLAKE2b-256 8e8145178bb962bebe217cf44f799e0fc6743690949c82700e30ad163a924ed8

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.3.0-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: cftime-1.3.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 291.5 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.12.3 setuptools/44.1.1 requests-toolbelt/0.8.0 tqdm/4.17.1 CPython/2.7.18

File hashes

Hashes for cftime-1.3.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c357779291d99f204978bfc63d1a099184279606661739760b3edb2632c474b2
MD5 fab37fc10ff96d5ec16f140a510bb82c
BLAKE2b-256 8e0ae9e6169929a61b685313198357279b5ce9844f53f3112bfc59461b62eea7

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.3.0-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: cftime-1.3.0-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 273.8 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.12.3 setuptools/44.1.1 requests-toolbelt/0.8.0 tqdm/4.17.1 CPython/2.7.18

File hashes

Hashes for cftime-1.3.0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 bb4999df1b221873cd698519b3a8a858e13fbae6e0b2541bbef251152266e554
MD5 f59d59125fcfb2b3bbaa4c1cdf39a3d7
BLAKE2b-256 c742dc26ff83faf3b846fe5254e931e806bb76f669e6352e44afb09511088bc6

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.3.0-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/1.11.0 pkginfo/1.4.2 requests/2.12.3 setuptools/44.1.1 requests-toolbelt/0.8.0 tqdm/4.17.1 CPython/2.7.18

File hashes

Hashes for cftime-1.3.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ea1dd0ba9a73bed855818d94005e02e1e9e45f4beef10d3126a232e4d7ca9271
MD5 6ce24a9ffc5ab5a630591ef413114607
BLAKE2b-256 cf93bf0ff90c9b52ba3e51e88aab04a7d965168dfa3b282d1996c51fd2407100

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.3.0-cp36-none-win_amd64.whl
  • Upload date:
  • Size: 198.8 kB
  • Tags: CPython 3.6, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.12.3 setuptools/44.1.1 requests-toolbelt/0.8.0 tqdm/4.17.1 CPython/2.7.18

File hashes

Hashes for cftime-1.3.0-cp36-none-win_amd64.whl
Algorithm Hash digest
SHA256 9fef4a646f34d9379dc8502479d370017ec3858f0f6e0372df9cb18f4729b73b
MD5 05318c76f5993bbf9370d1a9c668b9dc
BLAKE2b-256 2a15990fe18bb4122b73594e7e4cbb72b8c0af7e14cc41b83144ebac006f38ca

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.3.0-cp36-none-win32.whl.

File metadata

  • Download URL: cftime-1.3.0-cp36-none-win32.whl
  • Upload date:
  • Size: 171.5 kB
  • Tags: CPython 3.6, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.12.3 setuptools/44.1.1 requests-toolbelt/0.8.0 tqdm/4.17.1 CPython/2.7.18

File hashes

Hashes for cftime-1.3.0-cp36-none-win32.whl
Algorithm Hash digest
SHA256 318d81d216b834dc3fa3cb9ec7a42f0c57f3fc64e288376f5452b81ef9c907d6
MD5 d52e464b2b62e888d6e1c14b93806b6f
BLAKE2b-256 0d839de938985856e3c09dbbf6bcc05bb6c54aed247825cd33877d326a7ef059

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.3.0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 295.4 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.12.3 setuptools/44.1.1 requests-toolbelt/0.8.0 tqdm/4.17.1 CPython/2.7.18

File hashes

Hashes for cftime-1.3.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 200cec673f0a53c54ba2a267fc4bf50ade145c097d0616ab214db72aab1453a1
MD5 2e2b2ff1e25bcf42ef8ec6444e673a25
BLAKE2b-256 6660bad8525d2c046eb2964911bc412a85ba240b31c7b43f0c19377233992c6c

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.3.0-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 275.4 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.12.3 setuptools/44.1.1 requests-toolbelt/0.8.0 tqdm/4.17.1 CPython/2.7.18

File hashes

Hashes for cftime-1.3.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 895919e2eac55966ad29f4797aaf39b123facf396f69f70d13f056739d544686
MD5 8cc55f30f2580b68a0dcd0f37122c705
BLAKE2b-256 99467dc4fa1e5e167424b99b5ef4c1459338d65dd987934cc753a00f9c064dec

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.3.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 304.1 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.12.3 setuptools/44.1.1 requests-toolbelt/0.8.0 tqdm/4.17.1 CPython/2.7.18

File hashes

Hashes for cftime-1.3.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c858e811cd882768dc07954a4ad9b52e145646a89ebafad18ed3eb2b03cc17a8
MD5 08117c7899565e10d5301b50ec5b414e
BLAKE2b-256 c66dd1b8af3afa551377de9cba745da5ceeaa1238f27c52732ac9baf2e26e05b

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