ciso8601 icon indicating copy to clipboard operation
ciso8601 copied to clipboard

Fast ISO8601 date time parser for Python written in C

Results 20 ciso8601 issues
Sort by recently updated
recently updated
newest added

hello, so I used ciso8601 in a lambda function but I cannot use it because it is returning this error ```json { "errorMessage": "module 'ciso8601' has no attribute 'parse_datetime'", "errorType":...

binary wheels

Hello! Stumbled on this strange behavior, consider myself as a bug, what do you think? ``` Python 3.8.1 (v3.8.1:1b293b6006, Dec 18 2019, 14:08:53) [Clang 6.0 (clang-600.0.57)] on darwin Type "help",...

`ISO 8601-1:2019` changed the definition of what is a valid ISO 8601 timestamp. For example, it explicitly disallowed the special case of `24:00` times. Figure out how we want to...

I need to parse millions of rows and raising exception could slow down the process. Is there any way to return None or just the same object?

Python 3.7 added [`datetime.fromisoformat`][1] to the datetime library, which might be another target to add to the benchmarks without timezones for completeness. Now a few remarks about the function: *...

Given that [I want to use the pendulum timezone implementation within `ciso8601`](#45), I would like to create some mechanism for recognizing the contributions of @ sdispater. Perhaps something similar to:...

help wanted

Potential users should be able to compare the capabilities of `ciso8601` with other popular ISO 8601 parsers. Other parsers might look attractive at first glance, but many have bugs or...

help wanted

This PR updates the Github Actions workflow to build wheels for Linux on `aarch64`. The motivation for me is to be able to easily deploy packages that depend on `ciso8601`...

### What are you trying to accomplish? Now that pendulum 3.0 has been released, `pendulum` works with Python 3.12. Let's add it back to the benchmarks ### What approach did...

We shouldn't be using `python setup.py sdist` nor `python setup.py test` anymore: ``` $ python setup.py test running test WARNING: Testing via this command is deprecated and will be removed...