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

10/25/2019: version 1.0.4.1 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.0.4.2.tar.gz (48.3 kB view details)

Uploaded Source

Built Distributions

cftime-1.0.4.2-cp38-none-win_amd64.whl (218.0 kB view details)

Uploaded CPython 3.8 Windows x86-64

cftime-1.0.4.2-cp38-none-win32.whl (178.9 kB view details)

Uploaded CPython 3.8 Windows x86

cftime-1.0.4.2-cp38-cp38-manylinux1_x86_64.whl (293.5 kB view details)

Uploaded CPython 3.8

cftime-1.0.4.2-cp38-cp38-manylinux1_i686.whl (244.5 kB view details)

Uploaded CPython 3.8

cftime-1.0.4.2-cp38-cp38-macosx_10_9_x86_64.whl (303.7 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

cftime-1.0.4.2-cp37-none-win_amd64.whl (208.1 kB view details)

Uploaded CPython 3.7 Windows x86-64

cftime-1.0.4.2-cp37-none-win32.whl (172.8 kB view details)

Uploaded CPython 3.7 Windows x86

cftime-1.0.4.2-cp37-cp37m-manylinux1_x86_64.whl (308.4 kB view details)

Uploaded CPython 3.7m

cftime-1.0.4.2-cp37-cp37m-manylinux1_i686.whl (256.0 kB view details)

Uploaded CPython 3.7m

cftime-1.0.4.2-cp37-cp37m-macosx_10_9_x86_64.whl (296.0 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

cftime-1.0.4.2-cp36-none-win_amd64.whl (207.8 kB view details)

Uploaded CPython 3.6 Windows x86-64

cftime-1.0.4.2-cp36-cp36m-manylinux1_x86_64.whl (308.6 kB view details)

Uploaded CPython 3.6m

cftime-1.0.4.2-cp36-cp36m-manylinux1_i686.whl (257.9 kB view details)

Uploaded CPython 3.6m

cftime-1.0.4.2-cp36-cp36m-macosx_10_9_x86_64.whl (311.9 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

cftime-1.0.4.2-cp35-none-win_amd64.whl (192.7 kB view details)

Uploaded CPython 3.5 Windows x86-64

cftime-1.0.4.2-cp35-none-win32.whl (159.3 kB view details)

Uploaded CPython 3.5 Windows x86

cftime-1.0.4.2-cp35-cp35m-manylinux1_x86_64.whl (290.1 kB view details)

Uploaded CPython 3.5m

cftime-1.0.4.2-cp35-cp35m-manylinux1_i686.whl (241.5 kB view details)

Uploaded CPython 3.5m

cftime-1.0.4.2-cp35-cp35m-macosx_10_6_intel.whl (528.8 kB view details)

Uploaded CPython 3.5m macOS 10.6+ intel

cftime-1.0.4.2-cp27-none-win_amd64.whl (213.1 kB view details)

Uploaded CPython 2.7 Windows x86-64

cftime-1.0.4.2-cp27-none-win32.whl (169.2 kB view details)

Uploaded CPython 2.7 Windows x86

cftime-1.0.4.2-cp27-cp27mu-manylinux1_x86_64.whl (287.3 kB view details)

Uploaded CPython 2.7mu

cftime-1.0.4.2-cp27-cp27mu-manylinux1_i686.whl (237.4 kB view details)

Uploaded CPython 2.7mu

cftime-1.0.4.2-cp27-cp27m-manylinux1_x86_64.whl (287.3 kB view details)

Uploaded CPython 2.7m

cftime-1.0.4.2-cp27-cp27m-manylinux1_i686.whl (237.4 kB view details)

Uploaded CPython 2.7m

cftime-1.0.4.2-cp27-cp27m-macosx_10_6_intel.whl (524.7 kB view details)

Uploaded CPython 2.7m macOS 10.6+ intel

File details

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

File metadata

  • Download URL: cftime-1.0.4.2.tar.gz
  • Upload date:
  • Size: 48.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.16

File hashes

Hashes for cftime-1.0.4.2.tar.gz
Algorithm Hash digest
SHA256 1ac64f8f9066ea756ea27d67cedaf064e7c866275218fa7c84684066a5890f70
MD5 5bb0c2302b0a401a136a2bf757fe0e30
BLAKE2b-256 f3a7203301f17c2ce458fad9b2da7c71b26dc3890b12a0200426ae960f8c9b60

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.0.4.2-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 218.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.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.16

File hashes

Hashes for cftime-1.0.4.2-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 254b48c21a9a169df105523e2aa9f2e4207ab29402df93db81d7bbdc005b1e88
MD5 a979accc5e3bab9b445cb6dfb33d4046
BLAKE2b-256 a929671607f42f277c7f423447abd64edde38096ac8231d1d323b1c8888dc316

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.0.4.2-cp38-none-win32.whl
  • Upload date:
  • Size: 178.9 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.16

File hashes

Hashes for cftime-1.0.4.2-cp38-none-win32.whl
Algorithm Hash digest
SHA256 c452a0286e075facd3c3528600dc34ccd0914f4949c8212eeaf9008ec2fbf232
MD5 6d731edefd108583b3a3302c7b558157
BLAKE2b-256 9adc48cd203a035271a9f8f8a82113673593e8502f1a71dfc1c0c4a6fa2ec2e0

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.0.4.2-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 293.5 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.16

File hashes

Hashes for cftime-1.0.4.2-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 68ff2d2201f8e1d97111c5bcecb56fe7383f879311d5d12002b1f9fcd916f7d8
MD5 7ec07384941d0f08812ce787e8fec1e7
BLAKE2b-256 8c67936551b58716a3ab7df40c3489176f2a3309974a9ade1927677c7a6c3c0f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.0.4.2-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 244.5 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.16

File hashes

Hashes for cftime-1.0.4.2-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 8e571096d538c1c6bd24adef65000fe4369d4f8cbdd90af2b1def4cde9e486c2
MD5 e23f970fb1ec2c1cad2d7c4ee930fe63
BLAKE2b-256 a3169072d29f093107434cd6c3366ab81860289de02a974144a8466eeb89423d

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.0.4.2-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 303.7 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.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.16

File hashes

Hashes for cftime-1.0.4.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4c82d90588c61921b6df2dee7558896bdc6f4378336e430db760fa710cbc2223
MD5 9adc6031c7eecc6d3f92c47b59367181
BLAKE2b-256 2a064a94c59ce8a1ac47987418d1b9fa2c5c706b98e799e39923a5c60738c037

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.0.4.2-cp37-none-win_amd64.whl
  • Upload date:
  • Size: 208.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.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.16

File hashes

Hashes for cftime-1.0.4.2-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 081085f19dac90dcec02576b9d62cd4bd755c7707dac1322221c4915d84da18c
MD5 9833f32383d1a40abce1e3e997997e8e
BLAKE2b-256 b36e47546e3bf2a2b647a2715bb4cfe61e92fc1c1dc68ba04b224e4e2ed8dc60

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.0.4.2-cp37-none-win32.whl
  • Upload date:
  • Size: 172.8 kB
  • Tags: CPython 3.7, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.16

File hashes

Hashes for cftime-1.0.4.2-cp37-none-win32.whl
Algorithm Hash digest
SHA256 4d6060ee28bf1572db343062e9c66e47b9e88d30bbeea0801eee392a67e12e4a
MD5 65d9429316dd7b9134f1b07f57a14854
BLAKE2b-256 632ea36fe23889891abe5efe7b414b466a932773131f2760eb16710c49d0e2f6

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.0.4.2-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 308.4 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.16

File hashes

Hashes for cftime-1.0.4.2-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b77e4c9fd05eaa27273145d9c0be14d0ef87d0529a44c8956a698facbb171dad
MD5 3c5211c1c70568660a2c0258b8aedf9a
BLAKE2b-256 305df1dedbe4e3d956e36f5342e7999c9b288ec49f7cb460ce232f3a57a7ee35

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.0.4.2-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 256.0 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.16

File hashes

Hashes for cftime-1.0.4.2-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 8fc62953778b852ff0f8ae28a7ea4b1c6180e2fa86f0404a4692ac1f5ab08bf0
MD5 3db0b30c49f647ef38d03f46ae7410d3
BLAKE2b-256 16505510747a0e4c9407f55a7110bc01ae808d969da00e4d85bde78595a21417

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.0.4.2-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 296.0 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.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.16

File hashes

Hashes for cftime-1.0.4.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a2204a4e57932d11b7f5f75929782fbebd5cebafef10249f0674b34aa54bda4d
MD5 47478e305334ab52db8b6780de062637
BLAKE2b-256 c567e28fe5e60ba122caf2682e7bc3172731da42227c6d7228d7b83ec13328de

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.0.4.2-cp36-none-win_amd64.whl
  • Upload date:
  • Size: 207.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.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.16

File hashes

Hashes for cftime-1.0.4.2-cp36-none-win_amd64.whl
Algorithm Hash digest
SHA256 d5250cb8d469bce4b8d69408931a4c0b9bcd888727d00c5bcf162f1bbbac0a89
MD5 2ff9511f94401d2bd7829bb96a597481
BLAKE2b-256 e3dae336eee9712d137ec92dc454bc9c2e1211417fe634f15d5ce8cfee38c82d

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.0.4.2-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 308.6 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.16

File hashes

Hashes for cftime-1.0.4.2-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5be5131e092f53b8bb9ef9defdb35f2a8fb2b8be036a30d8bd8c62470956bb40
MD5 4e8b9f4ae1e44b5c0c8aa726aa55153b
BLAKE2b-256 d72015fd894e64f14d6b8afa1cd6dd833c1ea85d1cedb46fdba2d9f8fbc3a924

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.0.4.2-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 257.9 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.16

File hashes

Hashes for cftime-1.0.4.2-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 9cd33e4cedf848381b838fb99d82810448357b80f7dd7c8e86e8e38c76a88bfa
MD5 4215426de415bfbcb66fddafbc0b33ef
BLAKE2b-256 33cea228ff1e534371180ebc81e17193cb6ef5c702dbb522b6ca10941da24da3

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.0.4.2-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 311.9 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.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.16

File hashes

Hashes for cftime-1.0.4.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c255c92dc78b43846e10fcc16a2533902dabfd6e60a75dd4d2b60f41cb4a419f
MD5 dbf94ca2e0c4c819646a22c55b9416cf
BLAKE2b-256 896ba6a2d02b7500d7207c68e18c21d055844a726c22dcf141582b17f86ec54d

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.0.4.2-cp35-none-win_amd64.whl.

File metadata

  • Download URL: cftime-1.0.4.2-cp35-none-win_amd64.whl
  • Upload date:
  • Size: 192.7 kB
  • Tags: CPython 3.5, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.16

File hashes

Hashes for cftime-1.0.4.2-cp35-none-win_amd64.whl
Algorithm Hash digest
SHA256 69b5a6e36552f0a023d432ab004f93ef5797172bd1868cdf1edef119eadc877c
MD5 8e157fd26352be5d43c81db44feb1eec
BLAKE2b-256 192bd46d2035b9260b8f12fa075926c68244ab387ffecc72e2eb78c97b53a66a

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.0.4.2-cp35-none-win32.whl.

File metadata

  • Download URL: cftime-1.0.4.2-cp35-none-win32.whl
  • Upload date:
  • Size: 159.3 kB
  • Tags: CPython 3.5, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.16

File hashes

Hashes for cftime-1.0.4.2-cp35-none-win32.whl
Algorithm Hash digest
SHA256 bc4e20b9938a1fa61168176982de224889ac4992f3bfa65befdbf483d24ad9ec
MD5 b1e550954aa045b62887059f6e9929f9
BLAKE2b-256 78b3cbf0d65408eb86aba2c55f3da9573464613291b5791fb214b9f2e525299f

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.0.4.2-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: cftime-1.0.4.2-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 290.1 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.16

File hashes

Hashes for cftime-1.0.4.2-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 48d9c4fb224e4fdc61e6f75856f0a57b0a396916754ac8a7d6676f3e0fb19720
MD5 128ce6498d48e01c7e832e9b5680c3c4
BLAKE2b-256 4f423cae55977692fad3282050f6c5a1df1304a9a326c32cfb12a90d5388038f

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.0.4.2-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: cftime-1.0.4.2-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 241.5 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.16

File hashes

Hashes for cftime-1.0.4.2-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 245ae003917a95ba0d381e7cb560b9571fa97c67354729ca223d41e51dd417fd
MD5 91b35a939998c1e0be00f89522a58220
BLAKE2b-256 1f54758d270e392edfa14d0235ca12cc23c135bb742de9dc20a3eff610077471

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.0.4.2-cp35-cp35m-macosx_10_6_intel.whl.

File metadata

  • Download URL: cftime-1.0.4.2-cp35-cp35m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 528.8 kB
  • Tags: CPython 3.5m, macOS 10.6+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.16

File hashes

Hashes for cftime-1.0.4.2-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 295f79ac1e3c7d4705dbc82d46c34723006c6b8aa7b7bfa6bc6768a0288a7b62
MD5 6d4fb49536e17bb33717cc861563e26a
BLAKE2b-256 acbc29aaa8018ff97d4a991322c48879e5297aa120ee0d5596ce9ec3ccf555a0

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.0.4.2-cp27-none-win_amd64.whl.

File metadata

  • Download URL: cftime-1.0.4.2-cp27-none-win_amd64.whl
  • Upload date:
  • Size: 213.1 kB
  • Tags: CPython 2.7, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.16

File hashes

Hashes for cftime-1.0.4.2-cp27-none-win_amd64.whl
Algorithm Hash digest
SHA256 386400464b4c6739f068854d892caced58cde7c83b695375af30b66859c602ae
MD5 ee2cc1e03c77a687c4436b712a875976
BLAKE2b-256 9124dbcb8ba00939c445f7eb4a9653a50f8a9a93a7c00e73aff9351a1a8da416

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.0.4.2-cp27-none-win32.whl.

File metadata

  • Download URL: cftime-1.0.4.2-cp27-none-win32.whl
  • Upload date:
  • Size: 169.2 kB
  • Tags: CPython 2.7, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.16

File hashes

Hashes for cftime-1.0.4.2-cp27-none-win32.whl
Algorithm Hash digest
SHA256 2e3df7d77442a4597a271393b898cb483786f3d8845fa6c6dd2763a865154e03
MD5 cc37001ddc0874b63eeab449d1199372
BLAKE2b-256 bb7e9b25dca572abad4bce1a298c2ce262978667463783271864aa71b19de5fd

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.0.4.2-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: cftime-1.0.4.2-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 287.3 kB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.16

File hashes

Hashes for cftime-1.0.4.2-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8055418a640ffc6c3d50ad65b8271de789e8a8c0f42952400ca14c93fbc39e1a
MD5 d66e3e566c25e22ec80c4a0544a9021f
BLAKE2b-256 cb531606251601a57df1cbe644e818dbc18ac8403d40fe37653139877c7f47ee

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.0.4.2-cp27-cp27mu-manylinux1_i686.whl.

File metadata

  • Download URL: cftime-1.0.4.2-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 237.4 kB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.16

File hashes

Hashes for cftime-1.0.4.2-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 8b8478dd62e44639d3ba20a69913bb86efc023635c8e8ca745778c5961b76423
MD5 2d14ae53015bca579781bd13fc2c85f9
BLAKE2b-256 6e76aa81dc7aadcce729cf194d572de83a2a74e97f3fb8e58278e10ca1841680

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.0.4.2-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

  • Download URL: cftime-1.0.4.2-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 287.3 kB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.16

File hashes

Hashes for cftime-1.0.4.2-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 264ac0a1824501b7f5139fda6614e5d6494748940f17ffa61c8f899bf3c302b2
MD5 ec29069bc0fde18eec969d617711363b
BLAKE2b-256 e96e0737b6c02be55fedf2780f39e014b9e013c6548a107c3e5e5f0730d5ef12

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.0.4.2-cp27-cp27m-manylinux1_i686.whl.

File metadata

  • Download URL: cftime-1.0.4.2-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 237.4 kB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.16

File hashes

Hashes for cftime-1.0.4.2-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 8061f227b4761ba2aa52278d7c513b12b9336ff6a5abe980b67fb82db33a523d
MD5 b7b367c77bb4ac87f5f9449d2a7caed8
BLAKE2b-256 cc1513ff1e180e3c26421dd4c060f9b0640926600df0a3b698b74d7da758c2bc

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.0.4.2-cp27-cp27m-macosx_10_6_intel.whl.

File metadata

  • Download URL: cftime-1.0.4.2-cp27-cp27m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 524.7 kB
  • Tags: CPython 2.7m, macOS 10.6+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.16

File hashes

Hashes for cftime-1.0.4.2-cp27-cp27m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 1c2263922ef3109bd8e6b408c6762b4e058762e2749fb4247bca6cce9d53e278
MD5 aaf4c4e6696fb6ea6c6ba5603b02372d
BLAKE2b-256 7711140ec4a379b8c2a7fb00498a7bdef9ac1bc0b1298fe5dd23889271e11acf

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