dfply


Namedfply JSON
Version 0.3.3 PyPI version JSON
download
home_pagehttps://github.com/kieferk/dfply
Summarydplyr-style piping operations for pandas dataframes
upload_time2018-08-30 03:09:57
maintainer
docs_urlNone
authorKiefer Katovich
requires_python
licenseGNU General Public License v3.0
keywords pandas dplyr
VCS
bugtrack_url
requirements numpy pandas
Travis-CI
coveralls test coverage No coveralls.
            See https://github.com/kieferk/dfply/blob/master/README.md for details.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kieferk/dfply",
    "name": "dfply",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "pandas dplyr",
    "author": "Kiefer Katovich",
    "author_email": "kiefer.katovich@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/5a/8c/d3dd5d9dc5811cff9da715293f4e82e5a6cdc7433fedfb3cf40b96073bd9/dfply-0.3.3.tar.gz",
    "platform": "",
    "description": "See https://github.com/kieferk/dfply/blob/master/README.md for details.\n\n\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v3.0",
    "summary": "dplyr-style piping operations for pandas dataframes",
    "version": "0.3.3",
    "split_keywords": [
        "pandas",
        "dplyr"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "539118ab48c64661252dadff685f8ddbc6f456302923918f488714ee2345d49b",
                "md5": "caa1c0dc14f54d2fc048e75f4600839c",
                "sha256": "215966e30eb736e97e190617f74c7c9e85f7ed76b50af48bb8450f6667d4dd36"
            },
            "downloads": -1,
            "filename": "dfply-0.3.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "caa1c0dc14f54d2fc048e75f4600839c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 612424,
            "upload_time": "2018-08-30T03:09:55",
            "upload_time_iso_8601": "2018-08-30T03:09:55.443424Z",
            "url": "https://files.pythonhosted.org/packages/53/91/18ab48c64661252dadff685f8ddbc6f456302923918f488714ee2345d49b/dfply-0.3.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a8cd3dd5d9dc5811cff9da715293f4e82e5a6cdc7433fedfb3cf40b96073bd9",
                "md5": "22c5c0d3526332c43025806ef7e8e61d",
                "sha256": "6a7da67bb6a887b22c6869b3c88a73f9aba86a0c0603693db9e11cd037e843a7"
            },
            "downloads": -1,
            "filename": "dfply-0.3.3.tar.gz",
            "has_sig": false,
            "md5_digest": "22c5c0d3526332c43025806ef7e8e61d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 52735,
            "upload_time": "2018-08-30T03:09:57",
            "upload_time_iso_8601": "2018-08-30T03:09:57.824640Z",
            "url": "https://files.pythonhosted.org/packages/5a/8c/d3dd5d9dc5811cff9da715293f4e82e5a6cdc7433fedfb3cf40b96073bd9/dfply-0.3.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2018-08-30 03:09:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "kieferk",
    "github_project": "dfply",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.11.1"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    ">=",
                    "0.18.1"
                ]
            ]
        }
    ],
    "lcname": "dfply"
}
        
Elapsed time: 0.02469s