ladybug-pandas


Nameladybug-pandas JSON
Version 0.4.1 PyPI version JSON
download
home_pagehttps://github.com/ladybug-tools/ladybug-pandas
SummaryA ladybug extension powered by pandas
upload_time2022-12-27 15:30:49
maintainer
docs_urlNone
authorLadybug Tools
requires_python
licenseAGPL-3.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)

# ladybug-pandas

A ladybug extension powered by pandas

## Installation
```console
pip install ladybug-pandas
```

## QuickStart
```python
import ladybug_pandas as lbp
from ladybug.epw import EPW

epw_path = 'tests/assets/epw/tokyo.epw'

epw = EPW(epw_path)

df = lbp.DataFrame.from_epw(epw)

df_ip = df.ladybug.to_ip()

```

## [API Documentation](http://ladybug-tools.github.io/ladybug-pandas)

You can also find some usage examples in the [examples](https://github.com/ladybug-tools/ladybug-pandas/blob/master/examples) folder of the code repository.


## Local Development
1. Clone this repo locally
```console
git clone git@github.com:ladybug-tools/ladybug-pandas

# or

git clone https://github.com/ladybug-tools/ladybug-pandas
```
2. Install dependencies:
```console
cd ladybug-pandas
pip install -r dev-requirements.txt
pip install -r requirements.txt
```

3. Run Tests:
```console
python -m pytest tests/
```

4. Generate Documentation:
```console
sphinx-apidoc -f -e -d 4 -o ./docs ./ladybug_pandas
sphinx-build -b html ./docs ./docs/_build/docs
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ladybug-tools/ladybug-pandas",
    "name": "ladybug-pandas",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Ladybug Tools",
    "author_email": "info@ladybug.tools",
    "download_url": "https://files.pythonhosted.org/packages/4b/8a/9c7944352052540e319eecbe57a704171f07da471e7ec7527d8f7856f4bd/ladybug-pandas-0.4.1.tar.gz",
    "platform": null,
    "description": "[![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)\n\n# ladybug-pandas\n\nA ladybug extension powered by pandas\n\n## Installation\n```console\npip install ladybug-pandas\n```\n\n## QuickStart\n```python\nimport ladybug_pandas as lbp\nfrom ladybug.epw import EPW\n\nepw_path = 'tests/assets/epw/tokyo.epw'\n\nepw = EPW(epw_path)\n\ndf = lbp.DataFrame.from_epw(epw)\n\ndf_ip = df.ladybug.to_ip()\n\n```\n\n## [API Documentation](http://ladybug-tools.github.io/ladybug-pandas)\n\nYou can also find some usage examples in the [examples](https://github.com/ladybug-tools/ladybug-pandas/blob/master/examples) folder of the code repository.\n\n\n## Local Development\n1. Clone this repo locally\n```console\ngit clone git@github.com:ladybug-tools/ladybug-pandas\n\n# or\n\ngit clone https://github.com/ladybug-tools/ladybug-pandas\n```\n2. Install dependencies:\n```console\ncd ladybug-pandas\npip install -r dev-requirements.txt\npip install -r requirements.txt\n```\n\n3. Run Tests:\n```console\npython -m pytest tests/\n```\n\n4. Generate Documentation:\n```console\nsphinx-apidoc -f -e -d 4 -o ./docs ./ladybug_pandas\nsphinx-build -b html ./docs ./docs/_build/docs\n```\n\n\n",
    "bugtrack_url": null,
    "license": "AGPL-3.0",
    "summary": "A ladybug extension powered by pandas",
    "version": "0.4.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "64f2db2f2cc202210e08ff28af156390",
                "sha256": "d30ed5f71d63ed52911f5eb5a3d7f37a13fe8d59bc997351c9b74ad2232b774d"
            },
            "downloads": -1,
            "filename": "ladybug_pandas-0.4.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "64f2db2f2cc202210e08ff28af156390",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 28075,
            "upload_time": "2022-12-27T15:30:47",
            "upload_time_iso_8601": "2022-12-27T15:30:47.631166Z",
            "url": "https://files.pythonhosted.org/packages/70/e6/e604186fc695b641cbf991145d6e2c80196443d765e9d27bde245e945b2b/ladybug_pandas-0.4.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "186dca15b98914a0f4977e1eb9f0739c",
                "sha256": "3b40811b8088199fee0cb4653ee27ec9ae6cdd11b2a2d5709ad0a409b12c93a3"
            },
            "downloads": -1,
            "filename": "ladybug-pandas-0.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "186dca15b98914a0f4977e1eb9f0739c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 872601,
            "upload_time": "2022-12-27T15:30:49",
            "upload_time_iso_8601": "2022-12-27T15:30:49.166132Z",
            "url": "https://files.pythonhosted.org/packages/4b/8a/9c7944352052540e319eecbe57a704171f07da471e7ec7527d8f7856f4bd/ladybug-pandas-0.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-27 15:30:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "ladybug-tools",
    "github_project": "ladybug-pandas",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "ladybug-pandas"
}
        
Elapsed time: 0.05982s