Contents

Delorean 1.0.0

0

library for manipulating datetimes with ease and clarity

library for manipulating datetimes with ease and clarity

Stars: 1845, Watchers: 1845, Forks: 129, Open Issues: 30

The myusuf3/delorean repo was created 12 years ago and the last code push was 1 years ago.
The project is very popular with an impressive 1845 github stars!

How to Install delorean

You can install delorean using pip

pip install delorean

or add it to a project with poetry

poetry add delorean

Package Details

Author
Mahdi Yusuf
License
MIT license
Homepage
https://github.com/myusuf3/delorean
PyPi:
https://pypi.org/project/Delorean/
GitHub Repo:
https://github.com/myusuf3/delorean

Classifiers

No  delorean  pypi packages just yet.

Errors

A list of common delorean errors.

Code Examples

Here are some delorean code examples and snippets.

Related Packages & Articles

commitizen 3.21.3

The commitizen Python package is a release management tool designed to streamline and standardize the process of committing changes in a team setting. It assumes that your team uses a standard way of committing rules and based on that, it can automatically bump your project's version, create a changelog, and update files. By default, commitizen uses conventional commits, but it allows for customization of rules. The package provides a command-line utility to create commits with your rules, and it can display information about your commit rules.