honeybee-schema


Namehoneybee-schema JSON
Version 1.57.3 PyPI version JSON
download
home_pagehttps://github.com/ladybug-tools-in2/honeybee-schema
SummaryHoneybee Data-Model Objects
upload_time2024-03-03 21:29:46
maintainer
docs_urlNone
authorLadybug Tools
requires_python
license
keywords
VCS
bugtrack_url
requirements pydantic-openapi-helper honeybee-standards
Travis-CI No Travis.
coveralls test coverage
            [![Build Status](https://travis-ci.com/ladybug-tools/honeybee-schema.svg?branch=master)](https://travis-ci.com/ladybug-tools/honeybee-schema)
[![Coverage Status](https://coveralls.io/repos/github/ladybug-tools/honeybee-schema/badge.svg?branch=master)](https://coveralls.io/github/ladybug-tools/honeybee-schema)

[![Python 3.7](https://img.shields.io/badge/python-3.7-blue.svg)](https://www.python.org/downloads/release/python-370/)

# honeybee-schema

Honeybee Data-Model Objects

This code was partially developed under the [Wells Fargo Innovation Incubator grant](https://newsroom.wf.com/press-release/community/five-clean-tech-startups-added-wells-fargo-innovation-incubator) with help from the
[OpenStudio Team](https://github.com/NREL/OpenStudio) at [NREL](https://www.nrel.gov/).

# Installation

To install the core library use:

`pip install -U honeybee-schema`

If you want to also include the command line interface use:

`pip install -U honeybee-schema[cli]`

## QuickStart

```python
import honeybee_schema

```

## API Documentation

[Schema Overview](https://github.com/ladybug-tools/honeybee-schema/wiki)

[Model Schema Specification](https://ladybug-tools.github.io/honeybee-schema/model.html)

[Energy Simulation Parameter Schema Specification](https://ladybug-tools.github.io/honeybee-schema/simulation-parameter.html)

## Local Development

1. Clone this repo locally

```console
git clone git@github.com:ladybug-tools/honeybee-schema

# or

git clone https://github.com/ladybug-tools/honeybee-schema
```

2. Install dependencies:

```console
cd honeybee-schema
pip install -r dev-requirements.txt
pip install -r requirements.txt
```

3. Run Tests:

```console
python -m pytest tests/
```

4. Generate Documentation:

```python
python ./docs.py
```

5. Generate Sample Files:

```python
python ./scripts/export_samples.py
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ladybug-tools-in2/honeybee-schema",
    "name": "honeybee-schema",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Ladybug Tools",
    "author_email": "info@ladybug.tools",
    "download_url": "https://files.pythonhosted.org/packages/53/1f/ee34627c651d40d8216ec149bbdf9a20b217ebaf5f34a3e974434a435f35/honeybee-schema-1.57.3.tar.gz",
    "platform": null,
    "description": "[![Build Status](https://travis-ci.com/ladybug-tools/honeybee-schema.svg?branch=master)](https://travis-ci.com/ladybug-tools/honeybee-schema)\n[![Coverage Status](https://coveralls.io/repos/github/ladybug-tools/honeybee-schema/badge.svg?branch=master)](https://coveralls.io/github/ladybug-tools/honeybee-schema)\n\n[![Python 3.7](https://img.shields.io/badge/python-3.7-blue.svg)](https://www.python.org/downloads/release/python-370/)\n\n# honeybee-schema\n\nHoneybee Data-Model Objects\n\nThis code was partially developed under the [Wells Fargo Innovation Incubator grant](https://newsroom.wf.com/press-release/community/five-clean-tech-startups-added-wells-fargo-innovation-incubator) with help from the\n[OpenStudio Team](https://github.com/NREL/OpenStudio) at [NREL](https://www.nrel.gov/).\n\n# Installation\n\nTo install the core library use:\n\n`pip install -U honeybee-schema`\n\nIf you want to also include the command line interface use:\n\n`pip install -U honeybee-schema[cli]`\n\n## QuickStart\n\n```python\nimport honeybee_schema\n\n```\n\n## API Documentation\n\n[Schema Overview](https://github.com/ladybug-tools/honeybee-schema/wiki)\n\n[Model Schema Specification](https://ladybug-tools.github.io/honeybee-schema/model.html)\n\n[Energy Simulation Parameter Schema Specification](https://ladybug-tools.github.io/honeybee-schema/simulation-parameter.html)\n\n## Local Development\n\n1. Clone this repo locally\n\n```console\ngit clone git@github.com:ladybug-tools/honeybee-schema\n\n# or\n\ngit clone https://github.com/ladybug-tools/honeybee-schema\n```\n\n2. Install dependencies:\n\n```console\ncd honeybee-schema\npip install -r dev-requirements.txt\npip install -r requirements.txt\n```\n\n3. Run Tests:\n\n```console\npython -m pytest tests/\n```\n\n4. Generate Documentation:\n\n```python\npython ./docs.py\n```\n\n5. Generate Sample Files:\n\n```python\npython ./scripts/export_samples.py\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Honeybee Data-Model Objects",
    "version": "1.57.3",
    "project_urls": {
        "Homepage": "https://github.com/ladybug-tools-in2/honeybee-schema"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bea5519aae082e51d535bac3c7ac1e04cea7f9e936e774fcb91466f28520c2fd",
                "md5": "ca560dc2186fb4465a13041839fcc1c5",
                "sha256": "f7325402ebffb744fe31f4fe55f1f2430e316456bb4ed95ecc458232cb0424f6"
            },
            "downloads": -1,
            "filename": "honeybee_schema-1.57.3-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ca560dc2186fb4465a13041839fcc1c5",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 82872,
            "upload_time": "2024-03-03T21:29:42",
            "upload_time_iso_8601": "2024-03-03T21:29:42.963419Z",
            "url": "https://files.pythonhosted.org/packages/be/a5/519aae082e51d535bac3c7ac1e04cea7f9e936e774fcb91466f28520c2fd/honeybee_schema-1.57.3-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "531fee34627c651d40d8216ec149bbdf9a20b217ebaf5f34a3e974434a435f35",
                "md5": "2d1694c1535516170f922c13c4fd868c",
                "sha256": "2f8639cedeb124c71b516cb5382b44c011d86c7bedeed8f01014b1c13518947b"
            },
            "downloads": -1,
            "filename": "honeybee-schema-1.57.3.tar.gz",
            "has_sig": false,
            "md5_digest": "2d1694c1535516170f922c13c4fd868c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 32977418,
            "upload_time": "2024-03-03T21:29:46",
            "upload_time_iso_8601": "2024-03-03T21:29:46.898610Z",
            "url": "https://files.pythonhosted.org/packages/53/1f/ee34627c651d40d8216ec149bbdf9a20b217ebaf5f34a3e974434a435f35/honeybee-schema-1.57.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-03 21:29:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ladybug-tools-in2",
    "github_project": "honeybee-schema",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "pydantic-openapi-helper",
            "specs": [
                [
                    ">=",
                    "0.2.10"
                ]
            ]
        },
        {
            "name": "honeybee-standards",
            "specs": [
                [
                    "==",
                    "2.0.6"
                ]
            ]
        }
    ],
    "lcname": "honeybee-schema"
}
        
Elapsed time: 0.20897s