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.

1/22/2022: Version 1.5.2 released (wheels for Apple M1 available on pypi for python 3.8,3.9 and 3.10). is_leap_year function added (issue #259).

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

Uploaded Source

Built Distributions

cftime-1.5.2-cp310-none-win_amd64.whl (156.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

cftime-1.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (228.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

cftime-1.5.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (234.7 kB view details)

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

cftime-1.5.2-cp310-cp310-macosx_11_0_arm64.whl (186.3 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

cftime-1.5.2-cp310-cp310-macosx_10_9_x86_64.whl (223.1 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

cftime-1.5.2-cp310-cp310-macosx_10_9_universal2.whl (414.9 kB view details)

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

cftime-1.5.2-cp39-none-win_amd64.whl (155.4 kB view details)

Uploaded CPython 3.9 Windows x86-64

cftime-1.5.2-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.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (206.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

cftime-1.5.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (233.8 kB view details)

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

cftime-1.5.2-cp39-cp39-macosx_11_0_arm64.whl (185.8 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

cftime-1.5.2-cp39-cp39-macosx_10_9_x86_64.whl (222.4 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

cftime-1.5.2-cp39-cp39-macosx_10_9_universal2.whl (413.6 kB view details)

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

cftime-1.5.2-cp38-none-win_amd64.whl (155.7 kB view details)

Uploaded CPython 3.8 Windows x86-64

cftime-1.5.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (229.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

cftime-1.5.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (205.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

cftime-1.5.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (233.3 kB view details)

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

cftime-1.5.2-cp38-cp38-macosx_11_0_arm64.whl (180.5 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

cftime-1.5.2-cp38-cp38-macosx_10_9_x86_64.whl (214.4 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

cftime-1.5.2-cp38-cp38-macosx_10_9_universal2.whl (401.0 kB view details)

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

cftime-1.5.2-cp37-none-win_amd64.whl (147.8 kB view details)

Uploaded CPython 3.7 Windows x86-64

cftime-1.5.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (220.9 kB view details)

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

cftime-1.5.2-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.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (225.4 kB view details)

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

cftime-1.5.2-cp37-cp37m-macosx_10_9_x86_64.whl (210.5 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

cftime-1.5.2-cp36-none-win_amd64.whl (147.6 kB view details)

Uploaded CPython 3.6 Windows x86-64

cftime-1.5.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (224.2 kB view details)

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

cftime-1.5.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (204.1 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

cftime-1.5.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (228.3 kB view details)

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

cftime-1.5.2-cp36-cp36m-macosx_10_9_x86_64.whl (208.9 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for cftime-1.5.2.tar.gz
Algorithm Hash digest
SHA256 375d37d9ab8bf501c048e44efce2276296e3d67bb276e891e0e93b0a8bbb988a
MD5 6fcdba21f441a3ad4a8d7cee0754f9e1
BLAKE2b-256 6e667efbe3afbab26c2e774628e00587e9f0da5f6c0832deea93f98f4c4b6384

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.5.2-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 156.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.5.2-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 e7fe234c7bbc04af7d1d8a2ee5649f9a2f2de2aa424996453ed2173302bd9638
MD5 53365067374a7dff81c0913144304ef0
BLAKE2b-256 48c01f6463ecafc8bab69120be699c9fcdd33a601a9db5746ed5e5f5f23a225a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for cftime-1.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5ff10b4ac0be73ee319c1dded6814e509d52ccb993da8a6496f153f5bb0e6efb
MD5 ef3e756c2e3c46c4b4ba418c76ff33aa
BLAKE2b-256 2b020765fa0b9dbe0a37006e06e2c6589ed9f0f6c5e81d478716977553d1213c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for cftime-1.5.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 07e8f183ed9143308d098b149539ae2a29b367ca825126efaa835d9fda7c7c3f
MD5 e4707cc7a8f14051a1b88b54f7e11d95
BLAKE2b-256 e90e24b63c2749e6602e4c552893fd551cb24526d5bde02e0b0e6020b17b49af

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.5.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: cftime-1.5.2-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 186.3 kB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • 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.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 740d11d0b567390e2892d1dd81387cc2e547b1856ed3969dd51c4a089d9501b2
MD5 bd951df75106d2481ca1a5aeda7d5ee7
BLAKE2b-256 d0515690470796695f18519063590b378d05315420680bccfed311f8cea88175

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.5.2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: cftime-1.5.2-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 223.1 kB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.5.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 291d7d5f19525d2b667fc4ba7d18bcd95ece8384224f8e8ee22c8e72ebddf4de
MD5 2aa01323ce48fd203e472c95e5ede17f
BLAKE2b-256 a6a775947d111ede217a82548a178187c83374d2123f35f260e1ed92efae86cc

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.5.2-cp310-cp310-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 414.9 kB
  • Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.5.2-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 1eac1695ffcd7cc02e0fc608c5ba7373f1bc39b56a8e76ba62136f1d9ca7069b
MD5 0342aa4762790771692d0b161655cf1a
BLAKE2b-256 6c4a98c81c7a759656b00cc468fad18f9b75f6b4fd15ac36a96eaf1e1e3cd06e

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.5.2-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 155.4 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.5.2-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 dfc6a15acce854571d82565aac3d47df40317f2290e8e304a89dcb9351de19eb
MD5 fbf9dda5e9d1c2be3d575653919b8d8e
BLAKE2b-256 7768537d5c410accc8b32c2f3fb1097219007db15d41f40e13b23e9fa9c9a676

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for cftime-1.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c8ad56b7185a68fa4b0b27fee949cb7af2de1ca37207e177efc9231a0785562b
MD5 e01de075227f1d7b8b91d76bb9f84126
BLAKE2b-256 cb5184d31d200e7d2c4025347b60f08b831787f749bb998c014c7ccf9cf37e53

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for cftime-1.5.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1ae8313bce817bf4a8de0569bc97332101fc580e457bc9ff7afe42ac090c7c7b
MD5 5bc206eec705f855f5e5289c43b86d49
BLAKE2b-256 f447e07618b34224dfeb7991868b580719ebce7b574be1d79e0d93cf04e59f7b

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for cftime-1.5.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bf9871732414fa2841452fd0f9233e52f4e1bf49ba47005ea81bff0f9c4f40a1
MD5 c8ca66c37edd1c0b366c5899d6afffc5
BLAKE2b-256 288681d6f9f09985be46aa8d8ea71cad9b37bf14d2ec796d30629214f3381a70

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.5.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: cftime-1.5.2-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 185.8 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • 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.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 66af87cdde654d0cde0a0b936d11e0675b57697b369a142de8d5e5efae1e53d8
MD5 70ea846f0c0eaa116262ffa918ef1ec1
BLAKE2b-256 ef4698dd0e3336e8216b77194ab0587e9531a4745970e33aa9d428c461fe47a8

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.5.2-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 222.4 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.5.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7410c1435d52758c8cf2d46b8021c5bfcabf2ad85e360a466bc2b6d224316a82
MD5 2196e0415c22d660fda3e0111344ca7b
BLAKE2b-256 f4a33f4216b9615277ac11827a65df5d8585a00f0230c1c9ce3483822e7d3515

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.5.2-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

  • Download URL: cftime-1.5.2-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 413.6 kB
  • Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.5.2-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 1f336afb2841ae769b33a720237ab2a4ccd8c14160f1332d2813a39ac9d1c045
MD5 66a49a5e0ed7e54dced6e83c0d6b7033
BLAKE2b-256 bdc7e6ad247d766746453103506f2bf5d5a3aaddc4ed356c860be685c8bdcd4b

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.5.2-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 155.7 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.5.2-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 cfebcf6e9e5afe015d848908cb7d56009aa98b3a63a28bcd6faee18b8d7b75de
MD5 2d54bf5d138035678ff04076d705e92e
BLAKE2b-256 e55bef0b6d525c2ccbc1d75cb5dc969c9c6196304d4e94743f6ca7bcf9e2dadb

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for cftime-1.5.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f904e3efa04adc727e787b1306ef50c181e9c448a71656938d7483cc104c90c8
MD5 da48336cc59adbf3ccc4de121cb00331
BLAKE2b-256 48b85fd343a241b802593e59de5aa1a32436b74530759b064885fb4f407be2ec

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for cftime-1.5.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c49599320537db1c067f1d77e00264a3d3c53ebde13a0e62269c1c2cf9828d72
MD5 a2cbcfaa48039bd2affbfa008b4b2c0a
BLAKE2b-256 d0b4f513a19789b6ea43e3e4e11f503291abce1bf3c0332253a85b13635aa4f5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for cftime-1.5.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1f3d8623b1f6c35a4b8c702bf1f4ec5340713b8e2944fd549f8f8a25abd2f0ff
MD5 ad8d46929671c3a838ca03bfb558eed6
BLAKE2b-256 a32a1df5e7cefc9603c703439bb97c0065320b276449777d490f853090a618f6

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.5.2-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: cftime-1.5.2-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 180.5 kB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • 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.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bf7021e635126323ca84622838fef634f9dd5334c1c5658b7a9181bb4d819d27
MD5 0cb36b4a02758a4528e399b8cbda32cd
BLAKE2b-256 8e9e2157eb44f0fdbda74923ece876303003b5a950d1f61a903e237c12c83f63

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.5.2-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 214.4 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.5.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 be258adaba9298d00cd420e27f5ba4a3e379aaf4d7009d8826f607ca58c9b813
MD5 9d8d68a3815f339a28e774c7b478c6c5
BLAKE2b-256 fd3c7ee4f0117ba06f6fa9ed61c9ba01ca793dc9ac75a770e9dd3aba4924f471

See more details on using hashes here.

Provenance

File details

Details for the file cftime-1.5.2-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

  • Download URL: cftime-1.5.2-cp38-cp38-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 401.0 kB
  • Tags: CPython 3.8, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.5.2-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2b774870f21045c7b0728ac3cdea9c57a2121c01eb95bf17e0ed4aaf58a939ef
MD5 6b7a12330d7e8c75e13ce977eadf4ee0
BLAKE2b-256 2f7b96b36e508c27ed5a929ce6627a472dee0f102a47b56e374710ec6df9decd

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for cftime-1.5.2-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 a9db712b1092771d7e79c3e44838f2ddd751fad874d90d05b37c209c9dd160ea
MD5 717378ee369554492d0d701c4ea6199b
BLAKE2b-256 889a58e4932d383462586dacdbbc1af8ed490993a2c10be44df8aee20ae28ade

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for cftime-1.5.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a818f59878ed029066748980ecfd435600be76b62f9269ddc06da91668ed506a
MD5 c27fd52b03b605a747ab510cc3988815
BLAKE2b-256 af6f02e62672d6671fdf50a2a81bc122363e5c67d92db2fa8a2e55ec83ff5847

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for cftime-1.5.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4bd4a94376989a6cf69d4a59e9e5871d19ded6de9956e4fc6b5d2775d509c49e
MD5 b99327a3ea7e8595f58ea88d854daca6
BLAKE2b-256 038bf8a5b05c49db74996725b26abaa43faf0df92fe7a8752172dff3f3b22091

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for cftime-1.5.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6bfb44c72e277c12f60c4c4b6186963191743bf80a438246d37c7320a95fa54a
MD5 fb304cff098dad9af87b35bb67363bee
BLAKE2b-256 179eedba0ad304e8949670925c899f30094e75c1c463f0ef611079bfe6c533c0

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.5.2-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 210.5 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.5.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f24330721024500b5dbe87f164aa30b82a0e785f62d3d09fb9efeac5e5623385
MD5 ba04b495acfc583314cdeb27968d89ff
BLAKE2b-256 5659b2c640a1f02b0044d4f4e3333b3bddab3269403202ac9c5fc55d80050416

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for cftime-1.5.2-cp36-none-win_amd64.whl
Algorithm Hash digest
SHA256 695f45898a00acceed4795f76b2ac4f1455945fe9e3a174b0ea9fff9dc2c9a17
MD5 2f76201ac3a90690f043fbae017220b4
BLAKE2b-256 c8cb85d6b189d7097338f068ffe0d036f8c0a575ef0a0e55291e363d76fce6ff

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for cftime-1.5.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5c8716983468ebfa9b6fba0040881f431334ea56ad9d1df075ae15cd37ae7985
MD5 7ee1e3a058010568972a526151c75d2d
BLAKE2b-256 d7a39248c8613097a49bddf59373ccd5a8bd0cf5b894daa0b219c13312730c59

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for cftime-1.5.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 670bc389b7d7a7e61cf42e7842a820c059efb2adce50eacef51e25389daab01f
MD5 cfb6b9c5e37caf956022dadbe825ccfe
BLAKE2b-256 583c6e68d280178f2520d5b3f24fb2ebe9049ce9ab575f529f114b46fe51c6bd

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for cftime-1.5.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 832c7674f6fec8bdacc09928bd976600d886035ad39d2e781897a0e180552fce
MD5 f9c2be95b085f728936ddf08edadd56e
BLAKE2b-256 11fe0ca9724c401f2e7d68e97f8369f01668a5207acd6a40a3cbeb7ad8e8040a

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: cftime-1.5.2-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 208.9 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.25.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.9

File hashes

Hashes for cftime-1.5.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3fb31f26828c909c0234834a8882c137428d75638734ba8d2ef9e66a57e81fec
MD5 6918c9ce4aeef00b3f5fffbf000a2d6e
BLAKE2b-256 9124caccdc402406a722498f2605ab5ba2f89e03be995a5221fee36970acc0a3

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