Contents

pendulum 3.0.0

0

Python datetimes made easy

Python datetimes made easy

Stars: 6035, Watchers: 6035, Forks: 361, Open Issues: 238

The sdispater/pendulum repo was created 7 years ago and the last code push was 2 weeks ago.
The project is extremely popular with a mindblowing 6035 github stars!

How to Install pendulum

You can install pendulum using pip

pip install pendulum

or add it to a project with poetry

poetry add pendulum

Package Details

Author
Sébastien Eustace
License
MIT
Homepage
https://pendulum.eustace.io
PyPi:
https://pypi.org/project/pendulum/
Documentation:
https://pendulum.eustace.io/docs
GitHub Repo:
https://github.com/sdispater/pendulum

Classifiers

No  pendulum  pypi packages just yet.

Errors

A list of common pendulum errors.

Code Examples

Here are some pendulum code examples and snippets.

GitHub Issues

The pendulum package has 238 open issues on GitHub

  • differentiate between locales en-us and en-gb
  • [DOC] trick for unpickle pendulum v2 DateTime from v3; fix ModuleNotFoundError: No module named 'pendulum.tz.zoneinfo'
  • Bump pygments from 2.12.0 to 2.15.0
  • Rewrite extensions in Rust
  • pendulum.parse memory leak
  • Fix: week_of_month returns negative values
  • Does not support BC or AC
  • [pre-commit.ci] pre-commit autoupdate
  • Cleanup old unused files
  • wrong hour in timezone "America/Mexico_City"
  • support python 3.12 -> PEP 632, Remove the distutils package.
  • start_of('week') and day_of_week inconsistent
  • Suggested method for YouTube duration (ISO8061) to seconds
  • AttributeError: 'NoneType' object has no attribute 'convert' with ZoneInfo
  • Looking for maintainers!

See more issues on GitHub

Related Packages & Articles

flake8 7.0.0

the modular source code checker: pep8 pyflakes and co

typer 0.12.3

Typer, build great CLIs. Easy to code. Based on Python type hints.

rich 13.7.1

Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal

fastapi 0.110.1

FastAPI framework, high performance, easy to learn, fast to code, ready for production