{"id":13398556,"url":"https://github.com/myusuf3/delorean","last_synced_at":"2025-05-14T12:08:09.356Z","repository":{"id":1692041,"uuid":"2420190","full_name":"myusuf3/delorean","owner":"myusuf3","description":"Delorean: Time Travel Made Easy","archived":false,"fork":false,"pushed_at":"2023-02-03T20:21:32.000Z","size":552,"stargazers_count":1838,"open_issues_count":34,"forks_count":129,"subscribers_count":40,"default_branch":"master","last_synced_at":"2025-05-14T05:21:38.475Z","etag":null,"topics":["date","datetime","datetimes","dateutils","python","python3","pytz","time","timedelta","timezone"],"latest_commit_sha":null,"homepage":"http://delorean.rtfd.org/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/myusuf3.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-09-20T03:46:19.000Z","updated_at":"2025-05-12T13:23:00.000Z","dependencies_parsed_at":"2023-02-18T10:45:18.033Z","dependency_job_id":null,"html_url":"https://github.com/myusuf3/delorean","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myusuf3%2Fdelorean","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myusuf3%2Fdelorean/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myusuf3%2Fdelorean/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myusuf3%2Fdelorean/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/myusuf3","download_url":"https://codeload.github.com/myusuf3/delorean/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254140756,"owners_count":22021219,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["date","datetime","datetimes","dateutils","python","python3","pytz","time","timedelta","timezone"],"created_at":"2024-07-30T19:00:28.433Z","updated_at":"2025-05-14T12:08:09.299Z","avatar_url":"https://github.com/myusuf3.png","language":"Python","funding_links":[],"categories":["Python","日期和时间","📚 فهرست","Awesome Python","Python Tools"],"sub_categories":["کار با زمان و تقویم","Date and Time","Ranking/Recommender"],"readme":"\n\n.. image:: http://delorean.readthedocs.org/en/latest/_static/delorean.png\n\nDelorean: Time Travel Made Easy\n===============================\n\n`Delorean` is a library for clearing up the inconvenient truths that arise dealing with datetimes in Python. Understanding that timing is a delicate enough of a problem `delorean` hopes to provide a cleaner less troublesome solution to shifting, manipulating, and generating `datetimes`.\n\nDelorean stands on the shoulders of giants `pytz \u003chttp://pytz.sourceforge.net/\u003e`_ and `dateutil \u003chttp://labix.org/python-dateutil\u003e`_\n\n`Delorean` will provide natural language improvements for manipulating time, as well as datetime abstractions for ease of use. The overall goal is to improve datetime manipulations, with a little bit of software and philosophy.\n\nPretty much make you a badass time traveller.\n\nGetting Started\n^^^^^^^^^^^^^^^\n\nHere is the world without a flux capacitor at your side:\n\n.. code-block:: python\n\n    from datetime import datetime\n    import pytz\n\n    est = pytz.timezone('US/Eastern')\n    d = datetime.now(pytz.utc)\n    d = est.normalize(d.astimezone(est))\n    return d\n\nNow lets warm up the `delorean`:\n\n.. code-block:: python\n\n    from delorean import Delorean\n\n    d = Delorean()\n    d = d.shift('US/Eastern')\n    return d\n\nLook at you looking all fly. This was just a test drive: check out out what else\n`delorean` can help with in the `documentation \u003chttp://delorean.readthedocs.org/en/latest/\u003e`_.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyusuf3%2Fdelorean","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmyusuf3%2Fdelorean","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyusuf3%2Fdelorean/lists"}