envoy-schema


Nameenvoy-schema JSON
Version 0.23.0 PyPI version JSON
download
home_pageNone
SummaryEnvoy Schema - a collection of pydantic models compatible with the Envoy utility server
upload_time2025-07-28 23:50:59
maintainerNone
docs_urlNone
authorBattery Storage and Grid Integration Program
requires_python>=3.9
licenseNone
keywords envoy csip-aus 2030.5 csip pydantic
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # envoy-schema
Public schema for the models/schema associated all envoy API endpoints.

This repository was built as a shared dependency for the envoy utility server and any external clients wishing to integrate. 

Envoy: https://github.com/bsgip/envoy


## Envoy Server Models

The models served under `envoy_schema.server` are derived from the following standards:

* [IEEE: Smart Energy Profile (2030.5-2018)](https://standards.ieee.org/ieee/2030.5/5897/)
* [Sunspec: Common Smart Inverter Profile](https://sunspec.org/2030-5-csip/)
* [Common Smart Inverter Profile (Australia)](https://csipaus.org/)


## Envoy Admin Models

The models served under `envoy_schema.admin` are typically only used for services directly integrating with the envoy utility server (via the admin server). This is for machine-machine services that are not typically exposed externally.

# Installation

Install directly from pypi

`pip install envoy_schema`


# Development

To install `envoy-schema` for development purposes, after cloning this repository:

```
pip install -e .[dev, test]
pytest
```

We use the following linting/formatting tools:
* [bandit](https://pypi.org/project/black/)
* [flake8](https://pypi.org/project/flake8/)
* [mypy](https://pypi.org/project/mypy/)

Contributions via a pull request are welcome but will be validated using the above tools.

Tests can be run with: `pytest` from the root directory.



            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "envoy-schema",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "envoy, csip-aus, 2030.5, csip, pydantic",
    "author": "Battery Storage and Grid Integration Program",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/94/1f/f91e5d09a6b9ec5153235304ff23fa15952eaed3681c8eccca43c554974c/envoy_schema-0.23.0.tar.gz",
    "platform": null,
    "description": "# envoy-schema\nPublic schema for the models/schema associated all envoy API endpoints.\n\nThis repository was built as a shared dependency for the envoy utility server and any external clients wishing to integrate. \n\nEnvoy: https://github.com/bsgip/envoy\n\n\n## Envoy Server Models\n\nThe models served under `envoy_schema.server` are derived from the following standards:\n\n* [IEEE: Smart Energy Profile (2030.5-2018)](https://standards.ieee.org/ieee/2030.5/5897/)\n* [Sunspec: Common Smart Inverter Profile](https://sunspec.org/2030-5-csip/)\n* [Common Smart Inverter Profile (Australia)](https://csipaus.org/)\n\n\n## Envoy Admin Models\n\nThe models served under `envoy_schema.admin` are typically only used for services directly integrating with the envoy utility server (via the admin server). This is for machine-machine services that are not typically exposed externally.\n\n# Installation\n\nInstall directly from pypi\n\n`pip install envoy_schema`\n\n\n# Development\n\nTo install `envoy-schema` for development purposes, after cloning this repository:\n\n```\npip install -e .[dev, test]\npytest\n```\n\nWe use the following linting/formatting tools:\n* [bandit](https://pypi.org/project/black/)\n* [flake8](https://pypi.org/project/flake8/)\n* [mypy](https://pypi.org/project/mypy/)\n\nContributions via a pull request are welcome but will be validated using the above tools.\n\nTests can be run with: `pytest` from the root directory.\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Envoy Schema - a collection of pydantic models compatible with the Envoy utility server",
    "version": "0.23.0",
    "project_urls": {
        "Homepage": "https://github.com/bsgip/envoy-schema"
    },
    "split_keywords": [
        "envoy",
        " csip-aus",
        " 2030.5",
        " csip",
        " pydantic"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6503c49563cf13987ec8816c8413d6f753079d7426ec39ee9b8cced068ceaebb",
                "md5": "1dc4fe5a2c346e143a16055a54952c3b",
                "sha256": "e0d62605abb02b8985661b116f4b2a1000e250653328e7c5f3b1ffedde064f6b"
            },
            "downloads": -1,
            "filename": "envoy_schema-0.23.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1dc4fe5a2c346e143a16055a54952c3b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 52669,
            "upload_time": "2025-07-28T23:50:57",
            "upload_time_iso_8601": "2025-07-28T23:50:57.757093Z",
            "url": "https://files.pythonhosted.org/packages/65/03/c49563cf13987ec8816c8413d6f753079d7426ec39ee9b8cced068ceaebb/envoy_schema-0.23.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "941ff91e5d09a6b9ec5153235304ff23fa15952eaed3681c8eccca43c554974c",
                "md5": "92a8be8794aa4cecd5db5e85764b74ad",
                "sha256": "29dfe7e078d0be21ba3e86c94ce40d73e4b6ebf6c14bdf13d1d9d96c5dcee358"
            },
            "downloads": -1,
            "filename": "envoy_schema-0.23.0.tar.gz",
            "has_sig": false,
            "md5_digest": "92a8be8794aa4cecd5db5e85764b74ad",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 39963,
            "upload_time": "2025-07-28T23:50:59",
            "upload_time_iso_8601": "2025-07-28T23:50:59.286439Z",
            "url": "https://files.pythonhosted.org/packages/94/1f/f91e5d09a6b9ec5153235304ff23fa15952eaed3681c8eccca43c554974c/envoy_schema-0.23.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-28 23:50:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bsgip",
    "github_project": "envoy-schema",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "envoy-schema"
}
        
Elapsed time: 0.56056s