physipandas


Namephysipandas JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/mocquin/physipandas
SummaryPandas extension for the physipy package.
upload_time2023-10-22 13:50:05
maintainer
docs_urlNone
authormocquin
requires_python
licenseMIT
keywords pandas physics physical unit units dimension quantity quantities
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # physipandas : a pandas accessor and types for physipy

[physipy](https://github.com/mocquin/physipy) allows you to handle physical quantities in python. Using pandas [extension interface](https://pandas.pydata.org/docs/development/extending.html), `physipandas`` provides additionnal features for great integration of physipy with pandas Series and Dataframe.

# Installation

# Documentation
See the notebooks in the [docs](./docs) folder.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mocquin/physipandas",
    "name": "physipandas",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "pandas physics physical unit units dimension quantity quantities",
    "author": "mocquin",
    "author_email": "mocquin@me.com",
    "download_url": "https://files.pythonhosted.org/packages/84/48/d7a03f25ed3ec76307b80ea159511619cc9dc5d6490cee047e6f137a2a63/physipandas-0.1.0.tar.gz",
    "platform": null,
    "description": "# physipandas : a pandas accessor and types for physipy\n\n[physipy](https://github.com/mocquin/physipy) allows you to handle physical quantities in python. Using pandas [extension interface](https://pandas.pydata.org/docs/development/extending.html), `physipandas`` provides additionnal features for great integration of physipy with pandas Series and Dataframe.\n\n# Installation\n\n# Documentation\nSee the notebooks in the [docs](./docs) folder.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Pandas extension for the physipy package.",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/mocquin/physipandas"
    },
    "split_keywords": [
        "pandas",
        "physics",
        "physical",
        "unit",
        "units",
        "dimension",
        "quantity",
        "quantities"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "11afca789b0944f94863b92c72c78e396c4f763f2ea55f3a9073c5e8c6d2ec00",
                "md5": "e1229a0c214a96107b610d9961418e2a",
                "sha256": "a6f51a46e11e547992d291a3728d6f8fe8596b849dd8d04063bbe2a88df73a5f"
            },
            "downloads": -1,
            "filename": "physipandas-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e1229a0c214a96107b610d9961418e2a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 18714,
            "upload_time": "2023-10-22T13:50:03",
            "upload_time_iso_8601": "2023-10-22T13:50:03.620701Z",
            "url": "https://files.pythonhosted.org/packages/11/af/ca789b0944f94863b92c72c78e396c4f763f2ea55f3a9073c5e8c6d2ec00/physipandas-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8448d7a03f25ed3ec76307b80ea159511619cc9dc5d6490cee047e6f137a2a63",
                "md5": "dd73b8a2a4571c5e8c2967bde635f007",
                "sha256": "e46d6a2dc2448843bf0b5a4db7bca22ca24e20d242ad3e5c80cfda9f8d938da5"
            },
            "downloads": -1,
            "filename": "physipandas-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "dd73b8a2a4571c5e8c2967bde635f007",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 17655,
            "upload_time": "2023-10-22T13:50:05",
            "upload_time_iso_8601": "2023-10-22T13:50:05.672021Z",
            "url": "https://files.pythonhosted.org/packages/84/48/d7a03f25ed3ec76307b80ea159511619cc9dc5d6490cee047e6f137a2a63/physipandas-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-22 13:50:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mocquin",
    "github_project": "physipandas",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "physipandas"
}
        
Elapsed time: 0.13254s