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

### What are you trying to accomplish? New release to include the bug fixes from #113 and #116. ### What approach did you choose and why? Bumping the version number...

Hi there, I Googled `python+dateutil+parse+slow` and find the `ciso8601`. Thanks for developing the amazing library. Please consider provide [wheels](http://pythonwheels.com/) on [PyPI](https://pypi.python.org/pypi/ciso8601) to make it easier to install.

enhancement
binary wheels

pip install ciso8601 fails on gravitron using python 3.9, it works just fine using 3.8. I think it might be a simple setup issue, but I am not sure where...

Hi @movermeyer , great project! I'm little curious about why your implementation is faster than pendulum? What optimization have you used?

question

The Git ecosystem has moved away from the default branch name of `master`, towards the name `main`. e.g. All new repos on GitHub/GitLab/Bitbucket now use `main` as the default branch...

Like in this lib: [isodate](https://pypi.org/project/isodate/) [Lib python code](https://github.com/gweis/isodate/blob/ce635a7a483effb3fc246721cfb5a8a7b5174ab5/src/isodate/isoduration.py#L57) if needed Examples: P1Y2M6DT20H46M20S PT1H5M26S PT9H55M [Wiki description](https://en.wikipedia.org/wiki/ISO_8601#Durations)

help wanted

Thanks a lot for this great project! I'm using some functions of this in an AWS lambda layer. This worked fine so far, however, now that they have arm64 cores,...

Using GitHub's[ issue templates](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-templates).

As it stands, there are a number of actions needed in order to release a new version of ciso8601 1. Bump the [`VERSION` in `setup.py`](https://github.com/closeio/ciso8601/blob/382ebbc7260f70348b034036c7c2494aa8ebf50e/setup.py#L33) 1. Add the version to...

When `ciso8601` was first created, there were no reasonable alternatives to it. By virtue of being implemented in C, it was simply much faster than Python implementations. However, time have...

question
documentation