django-localized-recurrence


Namedjango-localized-recurrence JSON
Version 4.1.1 PyPI version JSON
download
home_page
SummaryStore events that recur in users' local times.
upload_time2023-06-27 20:45:03
maintainer
docs_urlNone
authorErik Swanson
requires_python
licenseMIT License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. image:: https://travis-ci.org/Wilduck/django-localized-recurrence.svg?branch=develop
    :target: https://travis-ci.org/Wilduck/django-localized-recurrence

Django Localized Recurrence
===========================
Django Localized Recurrence allowes you to store events that recur in
users' local times, and not have to worry about things like

This django app provides a model, ``LocalizedRecurrence``, with
methods to help store recurring events, check if the events are due,
and update their next scheduled time.

Installation
------------
This packages is currently available through Pypi and github. To
install from Pypi using ``pip`` (recommended)::

    pip install django-localized-recurrence


To install the development version from github::

    pip install git+git://github.com/ambitioninc/django-localized-recurrence.git@develop

Documentation
-------------
Full documentation is available at http://django-localized-recurrence.readthedocs.org

License
-------
MIT License (see LICENSE)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "django-localized-recurrence",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Erik Swanson",
    "author_email": "theerikswanson@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b7/b0/179e00d1f822bb2bc77d28e294ce0fb8ba21a2ba6426bd8fc8ebdb5675fb/django-localized-recurrence-4.1.1.tar.gz",
    "platform": null,
    "description": ".. image:: https://travis-ci.org/Wilduck/django-localized-recurrence.svg?branch=develop\n    :target: https://travis-ci.org/Wilduck/django-localized-recurrence\n\nDjango Localized Recurrence\n===========================\nDjango Localized Recurrence allowes you to store events that recur in\nusers' local times, and not have to worry about things like\n\nThis django app provides a model, ``LocalizedRecurrence``, with\nmethods to help store recurring events, check if the events are due,\nand update their next scheduled time.\n\nInstallation\n------------\nThis packages is currently available through Pypi and github. To\ninstall from Pypi using ``pip`` (recommended)::\n\n    pip install django-localized-recurrence\n\n\nTo install the development version from github::\n\n    pip install git+git://github.com/ambitioninc/django-localized-recurrence.git@develop\n\nDocumentation\n-------------\nFull documentation is available at http://django-localized-recurrence.readthedocs.org\n\nLicense\n-------\nMIT License (see LICENSE)\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Store events that recur in users' local times.",
    "version": "4.1.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "edf5dda68f4a2e6d073a99ff991ecc68e616720b28a50ed886259fb7b5be46bc",
                "md5": "b9617da098cc3dd6298e77390616a2bc",
                "sha256": "7c3f18efd7d17df3e0e89362a47b58c850dca42227383a5bdc057328c7a0570b"
            },
            "downloads": -1,
            "filename": "django_localized_recurrence-4.1.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b9617da098cc3dd6298e77390616a2bc",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 17318,
            "upload_time": "2023-06-27T20:45:01",
            "upload_time_iso_8601": "2023-06-27T20:45:01.083466Z",
            "url": "https://files.pythonhosted.org/packages/ed/f5/dda68f4a2e6d073a99ff991ecc68e616720b28a50ed886259fb7b5be46bc/django_localized_recurrence-4.1.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b7b0179e00d1f822bb2bc77d28e294ce0fb8ba21a2ba6426bd8fc8ebdb5675fb",
                "md5": "d5402f7aaaf001f7acd913b79b6b53d1",
                "sha256": "8f9f118f0ed5331d60f576c54ba5fc07011c63610cc92d87125d52fe81bc04cb"
            },
            "downloads": -1,
            "filename": "django-localized-recurrence-4.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d5402f7aaaf001f7acd913b79b6b53d1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 14066,
            "upload_time": "2023-06-27T20:45:03",
            "upload_time_iso_8601": "2023-06-27T20:45:03.034453Z",
            "url": "https://files.pythonhosted.org/packages/b7/b0/179e00d1f822bb2bc77d28e294ce0fb8ba21a2ba6426bd8fc8ebdb5675fb/django-localized-recurrence-4.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-27 20:45:03",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "django-localized-recurrence"
}
        
Elapsed time: 0.08295s