pydateinfer


Namepydateinfer JSON
Version 0.3.0 PyPI version JSON
download
home_pagehttps://github.com/wdm0006/dateinfer
SummaryInfers date format from examples
upload_time2016-12-05 14:08:34
maintainerNone
docs_urlNone
authorJeffrey Starr
requires_pythonNone
licenseUNKNOWN
keywords
VCS
bugtrack_url
requirements PyYAML argparse pytz
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Uses a series of pattern matching and rewriting rules to compute a "best guess" datetime.strptime format string give a list of example date strings.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/wdm0006/dateinfer",
    "name": "pydateinfer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Jeffrey Starr",
    "author_email": "will@pedalwrencher.com",
    "download_url": "https://files.pythonhosted.org/packages/e1/b9/2afa15f27c4f6d7a90fcdb3ca260c78f76ec981c9114e613238831e8b830/pydateinfer-0.3.0.tar.gz",
    "platform": "UNKNOWN",
    "description": "Uses a series of pattern matching and rewriting rules to compute a \"best guess\" datetime.strptime format string give a list of example date strings.",
    "bugtrack_url": null,
    "license": "UNKNOWN",
    "summary": "Infers date format from examples",
    "version": "0.3.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "246e67a53d9ceafba2a639aa8abccccc",
                "sha256": "53068057bf3130073655f21f3f31b977c6aae57a19623942130787e618f6a8fa"
            },
            "downloads": -1,
            "filename": "pydateinfer-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "246e67a53d9ceafba2a639aa8abccccc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7674,
            "upload_time": "2016-12-05T14:08:34",
            "upload_time_iso_8601": "2016-12-05T14:08:34.425796Z",
            "url": "https://files.pythonhosted.org/packages/e1/b9/2afa15f27c4f6d7a90fcdb3ca260c78f76ec981c9114e613238831e8b830/pydateinfer-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2016-12-05 14:08:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "wdm0006",
    "github_project": "dateinfer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "PyYAML",
            "specs": [
                [
                    "==",
                    "3.10"
                ]
            ]
        },
        {
            "name": "argparse",
            "specs": [
                [
                    "==",
                    "1.2.1"
                ]
            ]
        },
        {
            "name": "pytz",
            "specs": [
                [
                    "==",
                    "2013.9"
                ]
            ]
        }
    ],
    "lcname": "pydateinfer"
}
        
Elapsed time: 0.01306s