dateutils


Namedateutils JSON
Version 0.6.12 PyPI version JSON
download
home_pagehttps://github.com/jmcantrell/python-dateutils
SummaryVarious utilities for working with date and datetime objects
upload_time2020-10-23 07:09:34
maintainer
docs_urlNone
authorJeremy Cantrell
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            dateutils
=========

The main purpose of this package is to provide more complex arithmetic
operations on dates/times. Heavy use is made of the relativedelta type from
Labix's dateutil library. Much of this package is just a light wrapper on top
of this with some added features such as range generation and business day
calculation.

Installation
------------

You should install dateutils with pip:

    pip install dateutils

Otherwise, you'll have to download the package and run:

    python setup.py install

If you install it this way then you will also have to install all necessary
dependencies manually.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jmcantrell/python-dateutils",
    "name": "dateutils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Jeremy Cantrell",
    "author_email": "jmcantrell@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/70/2e/a2d1337ac0ebb32b3b4ad921d9621f8b2f6bb20de0da47ec5d3734f08ce2/dateutils-0.6.12.tar.gz",
    "platform": "",
    "description": "dateutils\n=========\n\nThe main purpose of this package is to provide more complex arithmetic\noperations on dates/times. Heavy use is made of the relativedelta type from\nLabix's dateutil library. Much of this package is just a light wrapper on top\nof this with some added features such as range generation and business day\ncalculation.\n\nInstallation\n------------\n\nYou should install dateutils with pip:\n\n    pip install dateutils\n\nOtherwise, you'll have to download the package and run:\n\n    python setup.py install\n\nIf you install it this way then you will also have to install all necessary\ndependencies manually.\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Various utilities for working with date and datetime objects",
    "version": "0.6.12",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "107b48583a3185ecff63127da2a3f92c",
                "sha256": "f33b6ab430fa4166e7e9cb8b21ee9f6c9843c48df1a964466f52c79b2a8d53b3"
            },
            "downloads": -1,
            "filename": "dateutils-0.6.12-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "107b48583a3185ecff63127da2a3f92c",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 5718,
            "upload_time": "2020-10-23T07:09:32",
            "upload_time_iso_8601": "2020-10-23T07:09:32.582779Z",
            "url": "https://files.pythonhosted.org/packages/1e/23/cbac954194e5132448cfec0148be1318baac99e68ed597b3d7ff4ae5c182/dateutils-0.6.12-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "97df37df4d4416da52391b85f3b27448",
                "sha256": "03dd90bcb21541bd4eb4b013637e4f1b5f944881c46cc6e4b67a6059e370e3f1"
            },
            "downloads": -1,
            "filename": "dateutils-0.6.12.tar.gz",
            "has_sig": false,
            "md5_digest": "97df37df4d4416da52391b85f3b27448",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4954,
            "upload_time": "2020-10-23T07:09:34",
            "upload_time_iso_8601": "2020-10-23T07:09:34.998821Z",
            "url": "https://files.pythonhosted.org/packages/70/2e/a2d1337ac0ebb32b3b4ad921d9621f8b2f6bb20de0da47ec5d3734f08ce2/dateutils-0.6.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-10-23 07:09:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "jmcantrell",
    "github_project": "python-dateutils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "dateutils"
}
        
Elapsed time: 0.01415s