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.

6/7/2024: Version 1.6.4 release. Wheels for muslinux and aarch64, numpy 2.0 compatibility.

10/20/2023: Version 1.6.3 released. Support for python 3.12, cython 3.0, strptime formats without separators.

9/18/2022: Version 1.6.2 released. strptime method added, fix for num2date failure on empty integer array, date2num 'longdouble' keyword added. New wheel building workflow.

6/30/2022: Version 1.6.1 released. Fixes for numpy 1.23.0, updated CI/CD.

3/4/2022: Version 1.6.0 released. Big speed-ups for num2date, date2index bugfix for select != 'exact' when select='exact' works, fix for date2num with masked array inputs.

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.6.4.post1.tar.gz (54.6 kB view details)

Uploaded Source

Built Distributions

cftime-1.6.4.post1-cp313-cp313-win_amd64.whl (178.5 kB view details)

Uploaded CPython 3.13 Windows x86-64

cftime-1.6.4.post1-cp313-cp313-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

cftime-1.6.4.post1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

cftime-1.6.4.post1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

cftime-1.6.4.post1-cp313-cp313-macosx_11_0_arm64.whl (207.4 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

cftime-1.6.4.post1-cp313-cp313-macosx_10_13_x86_64.whl (223.4 kB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

cftime-1.6.4.post1-cp312-cp312-win_amd64.whl (178.9 kB view details)

Uploaded CPython 3.12 Windows x86-64

cftime-1.6.4.post1-cp312-cp312-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

cftime-1.6.4.post1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

cftime-1.6.4.post1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

cftime-1.6.4.post1-cp312-cp312-macosx_11_0_arm64.whl (209.2 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

cftime-1.6.4.post1-cp312-cp312-macosx_10_13_x86_64.whl (226.6 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

cftime-1.6.4.post1-cp311-cp311-win_amd64.whl (190.2 kB view details)

Uploaded CPython 3.11 Windows x86-64

cftime-1.6.4.post1-cp311-cp311-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

cftime-1.6.4.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

cftime-1.6.4.post1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

cftime-1.6.4.post1-cp311-cp311-macosx_11_0_arm64.whl (214.5 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

cftime-1.6.4.post1-cp311-cp311-macosx_10_9_x86_64.whl (233.4 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

cftime-1.6.4.post1-cp310-cp310-win_amd64.whl (189.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

cftime-1.6.4.post1-cp310-cp310-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

cftime-1.6.4.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

cftime-1.6.4.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

cftime-1.6.4.post1-cp310-cp310-macosx_11_0_arm64.whl (213.9 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

cftime-1.6.4.post1-cp310-cp310-macosx_10_9_x86_64.whl (233.0 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

cftime-1.6.4.post1-cp39-cp39-win_amd64.whl (189.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

cftime-1.6.4.post1-cp39-cp39-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

cftime-1.6.4.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

cftime-1.6.4.post1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

cftime-1.6.4.post1-cp39-cp39-macosx_11_0_arm64.whl (214.3 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

cftime-1.6.4.post1-cp39-cp39-macosx_10_9_x86_64.whl (233.3 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

cftime-1.6.4.post1-cp38-cp38-win_amd64.whl (189.9 kB view details)

Uploaded CPython 3.8 Windows x86-64

cftime-1.6.4.post1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

cftime-1.6.4.post1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

cftime-1.6.4.post1-cp38-cp38-macosx_11_0_arm64.whl (211.2 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

cftime-1.6.4.post1-cp38-cp38-macosx_10_9_x86_64.whl (229.6 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

Details for the file cftime-1.6.4.post1.tar.gz.

File metadata

  • Download URL: cftime-1.6.4.post1.tar.gz
  • Upload date:
  • Size: 54.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for cftime-1.6.4.post1.tar.gz
Algorithm Hash digest
SHA256 50ac76cc9f10ab7bd46e44a71c51a6927051b499b4407df4f29ab13d741b942f
MD5 9006ff140791be6e6ca20ed87dfb4a25
BLAKE2b-256 abc81155d1d58003105307c7e5985f422ae5bcb2ca0cbc553cc828f3c5a934a7

See more details on using hashes here.

File details

Details for the file cftime-1.6.4.post1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for cftime-1.6.4.post1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d2a8c223faea7f1248ab469cc0d7795dd46f2a423789038f439fee7190bae259
MD5 5c26ad41be16a748be6aada87466a111
BLAKE2b-256 f32d980323fb5ec1ef369604b61ba259a41d0336cc1a85b639ed7bd210bd1290

See more details on using hashes here.

File details

Details for the file cftime-1.6.4.post1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cftime-1.6.4.post1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6b731c7133d17b479ca0c3c46a7a04f96197f0a4d753f4c2284c3ff0447279b4
MD5 4c9eeb75a6d35f68f8eddd7a3cbeb757
BLAKE2b-256 fa08335cb17f3b708f9a24f96ca4abb00889c7aa20b0ae273313e7c11faf1f97

See more details on using hashes here.

File details

Details for the file cftime-1.6.4.post1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cftime-1.6.4.post1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6579c5c83cdf09d73aa94c7bc34925edd93c5f2c7dd28e074f568f7e376271a0
MD5 f28c6f6fda5ee698fd1b0ae5fcd27cf8
BLAKE2b-256 c3f86f13d37abb7ade46e65a08acc31af776a96dde0eb569e05d4c4b01422ba6

See more details on using hashes here.

File details

Details for the file cftime-1.6.4.post1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cftime-1.6.4.post1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 da367b23eea7cf4df071c88e014a1600d6c5bbf22e3393a4af409903fa397e28
MD5 4fa23e3513ab625e4e8bcb3c1fd61f1a
BLAKE2b-256 ca90f5b26949899decce262fc76a1e64915b92050473114e0160cd6f7297f854

See more details on using hashes here.

File details

Details for the file cftime-1.6.4.post1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cftime-1.6.4.post1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7f27113f7ccd1ca32881fdcb9a4bec806a5f54ae621fc1c374f1171f3ed98ef2
MD5 bff99e4df8e45d324f3e14a868416c3a
BLAKE2b-256 4acc60a825d92a4023655e330470758280a31e7b82665ef77d0e2a0fe71ea958

See more details on using hashes here.

File details

Details for the file cftime-1.6.4.post1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for cftime-1.6.4.post1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5c89766ebf088c097832ea618c24ed5075331f0b7bf8e9c2d4144aefbf2f1850
MD5 f8014c8da7eb25348f3b53e7324cbd39
BLAKE2b-256 dad881f086dbdc6f5a4e0bb068263471f1d12861b72562fe8c18df38268e4e29

See more details on using hashes here.

File details

Details for the file cftime-1.6.4.post1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for cftime-1.6.4.post1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7f50bf0d1b664924aaee636eb2933746b942417d1f8b82ab6c1f6e8ba0da6885
MD5 8fee23a6087466d1075a421469785903
BLAKE2b-256 af7bca72a075a3f660315b031d62d39a3e9cfef71f7929da2621d5120077a75f

See more details on using hashes here.

File details

Details for the file cftime-1.6.4.post1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cftime-1.6.4.post1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5835b9d622f9304d1c23a35603a0f068739f428d902860f25e6e7e5a1b7cd8ea
MD5 0346d493f600fa85e7f076173f4043c7
BLAKE2b-256 5dabe8b26d05323fc5629356c82a7f64026248f121ea1361b49df441bbc8f2d7

See more details on using hashes here.

File details

Details for the file cftime-1.6.4.post1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cftime-1.6.4.post1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8e18021f421aa26527bad8688c1acf0c85fa72730beb6efce969c316743294f2
MD5 b35e7b8cd3d6aea35efc5937b6642058
BLAKE2b-256 8d7d2d5fc7af06da4f3bdea59a204f741bf7a30bc5019355991b2f083e557e4e

See more details on using hashes here.

File details

Details for the file cftime-1.6.4.post1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cftime-1.6.4.post1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cf17a1b36f62e9e73c4c9363dd811e1bbf1170f5ac26d343fb26012ccf482908
MD5 0921e75d38e469b9cdb0b60c1042ea4b
BLAKE2b-256 9b600db884c76311ecaaf31f628aa9358beae5fcb0fbbdc2eb0b790a93aa258f

See more details on using hashes here.

File details

Details for the file cftime-1.6.4.post1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cftime-1.6.4.post1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 933cb10e1af4e362e77f513e3eb92b34a688729ddbf938bbdfa5ac20a7f44ba0
MD5 7d9abb293e629d18c831ee991951fc72
BLAKE2b-256 f31e38dbbf8a828dfb5e0e6e5c912818b77aacf2e7bcb97b262ac6126beeb29f

See more details on using hashes here.

File details

Details for the file cftime-1.6.4.post1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for cftime-1.6.4.post1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a590f73506f4704ba5e154ef55bfbaed5e1b4ac170f3caeb8c58e4f2c619ee4e
MD5 5e546353bac31e864b1f76a3a3e00383
BLAKE2b-256 50810bb28d54088a61592f61a11e7fcabcea6d261c47af79e18d0f9cbcd940ae

See more details on using hashes here.

File details

Details for the file cftime-1.6.4.post1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for cftime-1.6.4.post1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5dcfc872f455db1f12eabe3c3ba98e93757cd60ed3526a53246e966ccde46c8a
MD5 eab741adfafd01aebdfd6e8dfd8b8d21
BLAKE2b-256 79b16551603f8ea31de55913c84e4def3c36670563bdea6e195fcc4b6225ddf7

See more details on using hashes here.

File details

Details for the file cftime-1.6.4.post1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cftime-1.6.4.post1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 800a18aea4e8cb2b206450397cb8a53b154798738af3cdd3c922ce1ca198b0e6
MD5 635a7e2fd6b4ee7a4aadc24c1ceeb594
BLAKE2b-256 240d73ab09a32da1478d3ef5f4ab6c59d42f2db2a2383b427c87e05ad81b71ad

See more details on using hashes here.

File details

Details for the file cftime-1.6.4.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cftime-1.6.4.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c9ea0965a4c87739aebd84fe8eed966e5809d10065eeffd35c99c274b6f8da15
MD5 c507a307cda5db5e5672df67ca48d00d
BLAKE2b-256 77816b30815698ede50f89013f25e46d66ed3a290b8a2d6b97f95bacbbe1eb5c

See more details on using hashes here.

File details

Details for the file cftime-1.6.4.post1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cftime-1.6.4.post1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d7ebdfd81726b0cfb8b524309224fa952898dfa177c13d5f6af5b18cefbf497d
MD5 e672fa909a30afb6dc70f51d9c091634
BLAKE2b-256 55c672f8fb5ee057f33ab747ba361f1396d2839a4689669aabd6217bc38430f7

See more details on using hashes here.

File details

Details for the file cftime-1.6.4.post1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cftime-1.6.4.post1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0f64ca83acc4e3029f737bf3a32530ffa1fbf53124f5bee70b47548bc58671a7
MD5 2bd81a5d553b8f7dc21654ff7819036a
BLAKE2b-256 1ca0fe0d14d52cffa72d3f1c281ff9f0f384968058d86ce24fdf9e736ce5b755

See more details on using hashes here.

File details

Details for the file cftime-1.6.4.post1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cftime-1.6.4.post1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1bf7be0a0afc87628cb8c8483412aac6e48e83877004faa0936afb5bf8a877ba
MD5 b58ee24382f7318c451688cd9f883cdc
BLAKE2b-256 85e66a7d2120fcffee208cf637d22b0d8f2701d91f69f68a96940056429950f3

See more details on using hashes here.

File details

Details for the file cftime-1.6.4.post1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for cftime-1.6.4.post1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e60b8f24b20753f7548f410f7510e28b941f336f84bd34e3cfd7874af6e70281
MD5 344a9fd6d44125b6dba66e94b3bb7c07
BLAKE2b-256 680f95ce359a3bd91a8ec9b79d4961753053c72a5115e820a072d451568684c3

See more details on using hashes here.

File details

Details for the file cftime-1.6.4.post1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cftime-1.6.4.post1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1dcd1b140bf50da6775c56bd7ca179e84bd258b2f159b53eefd5c514b341f2bf
MD5 3a5702b2b55bcde08f21c53303584877
BLAKE2b-256 e4210cf99e16e9953d17cc37286201922d07f17ffc1743dbc50d0c9e6f98ddda

See more details on using hashes here.

File details

Details for the file cftime-1.6.4.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cftime-1.6.4.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e735cfd544878eb94d0108ff5a093bd1a332dba90f979a31a357756d609a90d5
MD5 60a573da1c12a115e862364d996b5ab3
BLAKE2b-256 5caaf62ce24417ecb19f5ba1aa1dbe72394d11f11f5e53fc53497ccfaab83d3c

See more details on using hashes here.

File details

Details for the file cftime-1.6.4.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cftime-1.6.4.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7d9bdeb9174962c9ca00015190bfd693de6b0ec3ec0b3dbc35c693a4f48efdcc
MD5 51d10f8262894d1350009638d74cdd1c
BLAKE2b-256 70e31a56832b13ce0c5f3b798bf7bc60d4550fa1c514e04b613f9b0e48edc535

See more details on using hashes here.

File details

Details for the file cftime-1.6.4.post1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cftime-1.6.4.post1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6bb6b087f4b2513c37670bccd457e2a666ca489c5f2aad6e2c0e94604dc1b5b9
MD5 965fb39fa61e250aad0577c9923f299d
BLAKE2b-256 b9653b7a11139282f81ce40872acad7f99b65291f7401ceec7b6bb94c39c8441

See more details on using hashes here.

File details

Details for the file cftime-1.6.4.post1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cftime-1.6.4.post1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0baa9bc4850929da9f92c25329aa1f651e2d6f23e237504f337ee9e12a769f5d
MD5 46baf853d64d98511af8e3ffbe41f004
BLAKE2b-256 d96a7ebd692ccf5b28d8c5e170fd11b0a2945f530392bc9887e858a0302b1745

See more details on using hashes here.

File details

Details for the file cftime-1.6.4.post1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for cftime-1.6.4.post1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0ee2f5af8643aa1b47b7e388763a1a6e0dc05558cd2902cffb9cbcf954397648
MD5 b1a6d9cc13b22dd159a2916203e8c1b6
BLAKE2b-256 33c37bfe4945e2cb42bf88c090dfc2141e7cef5f296ee046738a469d2ce43b6c

See more details on using hashes here.

File details

Details for the file cftime-1.6.4.post1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cftime-1.6.4.post1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fc2c0abe2dbd147e1b1e6d0f3de19a5ea8b04956acc204830fd8418066090989
MD5 8ab12c1c8712353ffcabc69c29d50f3b
BLAKE2b-256 74ee9bc0c5d2f2be8305c3eae4b1f7b2fc88f314170c4c5a8cb80634311b68ed

See more details on using hashes here.

File details

Details for the file cftime-1.6.4.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cftime-1.6.4.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 24a7fb6cc541a027dab37fdeb695f8a2b21cd7d200be606f81b5abc38f2391e2
MD5 65c6aaf8b4af8855342665af8e251386
BLAKE2b-256 e2e1365495f6224ed2af76aa46d0a2e2611991486ef1a4655e7b2a48df706899

See more details on using hashes here.

File details

Details for the file cftime-1.6.4.post1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cftime-1.6.4.post1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 652700130dbcca3ae36dbb5b61ff360e62aa09fabcabc42ec521091a14389901
MD5 4688c8c4783e660f873f8e74f8d18043
BLAKE2b-256 0c42faa2137f268211ab3977997494cc1fa7f2883578cc2c42c3e8daf27ec375

See more details on using hashes here.

File details

Details for the file cftime-1.6.4.post1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cftime-1.6.4.post1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a90b6ef4a3fc65322c212a2c99cec75d1886f1ebaf0ff6189f7b327566762222
MD5 686324b64116fbd85bfa23d4bdcbf706
BLAKE2b-256 4dffda16cf74a1c8e1803370973852692008d84b8263d53d51b60755c8e714e6

See more details on using hashes here.

File details

Details for the file cftime-1.6.4.post1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cftime-1.6.4.post1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 44e9f8052600803b55f8cb6bcac2be49405c21efa900ec77a9fb7f692db2f7a6
MD5 6eea8395b86cf69b360213f056576e11
BLAKE2b-256 882e8ed932c4deba0010a330c31a090fcbb4538761696a0706afcbc46967be03

See more details on using hashes here.

File details

Details for the file cftime-1.6.4.post1-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for cftime-1.6.4.post1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 640911d2629f4a8f81f6bc0163a983b6b94f86d1007449b8cbfd926136cda253
MD5 6c64a7b43b1c0e86f659cb7e7a0ef8f9
BLAKE2b-256 2127b727766766a24733478fd0e69983f393a6cb8fb28d8c39e31bf0428b8f43

See more details on using hashes here.

File details

Details for the file cftime-1.6.4.post1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cftime-1.6.4.post1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 568b69fc52f406e361db62a4d7a219c6fb0ced138937144c3b3a511648dd6c50
MD5 1ff4accc1d2ac749d073d3f0fbf49597
BLAKE2b-256 eb698854acd9edca28f1fd1ef9ffd12643df50715a7729f29dfdad4f484aafc3

See more details on using hashes here.

File details

Details for the file cftime-1.6.4.post1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cftime-1.6.4.post1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a4ab54e6c04e68395d454cd4001188fc4ade2fe48035589ed65af80c4527ef08
MD5 d68230dc00d1bbfc83d4d1bfe8cffc3d
BLAKE2b-256 3b024b09e7aee85a1c4b7aa07ff4d13d218729af98de6b40f3866bb6c1aa3285

See more details on using hashes here.

File details

Details for the file cftime-1.6.4.post1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cftime-1.6.4.post1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2892b7e7654142d825655f60eb66c3e1af745901890316907071d44cf9a18d8a
MD5 65dac00b569de29742e2f4f8cbaaf60f
BLAKE2b-256 d6897032bc3d11f0b04e7f52bb04eafad71cab1e1071ca02c085f27a5518436d

See more details on using hashes here.

File details

Details for the file cftime-1.6.4.post1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cftime-1.6.4.post1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9df3e2d49e548c62d1939e923800b08d2ab732d3ac8d75b857edd7982c878552
MD5 82b280610debe7433da946e4ee016bee
BLAKE2b-256 337d437e3a5577c48dfca573fae163e001f8624cf3c557bd5b54151d9cae966f

See more details on using hashes here.

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