volttron-lib-base-driver


Namevolttron-lib-base-driver JSON
Version 0.2.1rc2 PyPI version JSON
download
home_pagehttps://github.com/eclipse-volttron/volttron-lib-base-driver
SummaryVolttron Driver libraries used to support development within the Volttron Driver Framework.
upload_time2023-05-11 17:05:17
maintainer
docs_urlNone
authorMark Bonicillo
requires_python>=3.10,<4.0
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # volttron-lib-base-driver

[![Eclipse VOLTTRON™](https://img.shields.io/badge/Eclips%20VOLTTRON--red.svg)](https://volttron.readthedocs.io/en/latest/)
![Python 3.10](https://img.shields.io/badge/python-3.10-blue.svg)
![Python 3.11](https://img.shields.io/badge/python-3.11-blue.svg)
![Passing?](https://github.com/eclipse-volttron/volttron-lib-base-driver/actions/workflows/run-tests.yml/badge.svg)
[![pypi version](https://img.shields.io/pypi/v/volttron-lib-base-driver.svg)](https://pypi.org/project/volttron-lib-base-driver/)


## Prerequisites

* Python 3.10

### Python

<details>
<summary>To install Python 3.10, we recommend using <a href="https://github.com/pyenv/pyenv"><code>pyenv</code></a>.</summary>

```bash
# install pyenv
git clone https://github.com/pyenv/pyenv ~/.pyenv

# setup pyenv (you should also put these three lines in .bashrc or similar)
export PATH="${HOME}/.pyenv/bin:${PATH}"
export PYENV_ROOT="${HOME}/.pyenv"
eval "$(pyenv init -)"

# install Python 3.8
pyenv install 3.10

# make it available globally
pyenv global system 3.10
```
</details>

## Installation

Create and activate a virtual environment.

```shell
python -m venv env
source env/bin/activate
```

Install volttron and start the platform.

```shell
pip install volttron

# Start platform with output going to volttron.log
volttron -vv -l volttron.log &
```

Install the library. You have two options. You can install this library using the version on PyPi:

```shell
pip install volttron-lib-base-driver
```

Or you can install the local version of this library from this repo:

```shell
pip install -e .
```

## Development

Please see the following for contributing guidelines [contributing](https://github.com/eclipse-volttron/volttron-core/blob/develop/CONTRIBUTING.md).

Please see the following helpful guide about [developing modular VOLTTRON agents](https://github.com/eclipse-volttron/volttron-core/blob/develop/DEVELOPING_ON_MODULAR.md)


## Disclaimer Notice

This material was prepared as an account of work sponsored by an agency of the
United States Government.  Neither the United States Government nor the United
States Department of Energy, nor Battelle, nor any of their employees, nor any
jurisdiction or organization that has cooperated in the development of these
materials, makes any warranty, express or implied, or assumes any legal
liability or responsibility for the accuracy, completeness, or usefulness or any
information, apparatus, product, software, or process disclosed, or represents
that its use would not infringe privately owned rights.

Reference herein to any specific commercial product, process, or service by
trade name, trademark, manufacturer, or otherwise does not necessarily
constitute or imply its endorsement, recommendation, or favoring by the United
States Government or any agency thereof, or Battelle Memorial Institute. The
views and opinions of authors expressed herein do not necessarily state or
reflect those of the United States Government or any agency thereof.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/eclipse-volttron/volttron-lib-base-driver",
    "name": "volttron-lib-base-driver",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Mark Bonicillo",
    "author_email": "volttron@pnnl.gov",
    "download_url": "https://files.pythonhosted.org/packages/33/19/7950cd34fda3e3810c8c26f529cf09767f62520e9e09d9606d8fcd0d9a72/volttron_lib_base_driver-0.2.1rc2.tar.gz",
    "platform": null,
    "description": "# volttron-lib-base-driver\n\n[![Eclipse VOLTTRON\u2122](https://img.shields.io/badge/Eclips%20VOLTTRON--red.svg)](https://volttron.readthedocs.io/en/latest/)\n![Python 3.10](https://img.shields.io/badge/python-3.10-blue.svg)\n![Python 3.11](https://img.shields.io/badge/python-3.11-blue.svg)\n![Passing?](https://github.com/eclipse-volttron/volttron-lib-base-driver/actions/workflows/run-tests.yml/badge.svg)\n[![pypi version](https://img.shields.io/pypi/v/volttron-lib-base-driver.svg)](https://pypi.org/project/volttron-lib-base-driver/)\n\n\n## Prerequisites\n\n* Python 3.10\n\n### Python\n\n<details>\n<summary>To install Python 3.10, we recommend using <a href=\"https://github.com/pyenv/pyenv\"><code>pyenv</code></a>.</summary>\n\n```bash\n# install pyenv\ngit clone https://github.com/pyenv/pyenv ~/.pyenv\n\n# setup pyenv (you should also put these three lines in .bashrc or similar)\nexport PATH=\"${HOME}/.pyenv/bin:${PATH}\"\nexport PYENV_ROOT=\"${HOME}/.pyenv\"\neval \"$(pyenv init -)\"\n\n# install Python 3.8\npyenv install 3.10\n\n# make it available globally\npyenv global system 3.10\n```\n</details>\n\n## Installation\n\nCreate and activate a virtual environment.\n\n```shell\npython -m venv env\nsource env/bin/activate\n```\n\nInstall volttron and start the platform.\n\n```shell\npip install volttron\n\n# Start platform with output going to volttron.log\nvolttron -vv -l volttron.log &\n```\n\nInstall the library. You have two options. You can install this library using the version on PyPi:\n\n```shell\npip install volttron-lib-base-driver\n```\n\nOr you can install the local version of this library from this repo:\n\n```shell\npip install -e .\n```\n\n## Development\n\nPlease see the following for contributing guidelines [contributing](https://github.com/eclipse-volttron/volttron-core/blob/develop/CONTRIBUTING.md).\n\nPlease see the following helpful guide about [developing modular VOLTTRON agents](https://github.com/eclipse-volttron/volttron-core/blob/develop/DEVELOPING_ON_MODULAR.md)\n\n\n## Disclaimer Notice\n\nThis material was prepared as an account of work sponsored by an agency of the\nUnited States Government.  Neither the United States Government nor the United\nStates Department of Energy, nor Battelle, nor any of their employees, nor any\njurisdiction or organization that has cooperated in the development of these\nmaterials, makes any warranty, express or implied, or assumes any legal\nliability or responsibility for the accuracy, completeness, or usefulness or any\ninformation, apparatus, product, software, or process disclosed, or represents\nthat its use would not infringe privately owned rights.\n\nReference herein to any specific commercial product, process, or service by\ntrade name, trademark, manufacturer, or otherwise does not necessarily\nconstitute or imply its endorsement, recommendation, or favoring by the United\nStates Government or any agency thereof, or Battelle Memorial Institute. The\nviews and opinions of authors expressed herein do not necessarily state or\nreflect those of the United States Government or any agency thereof.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Volttron Driver libraries used to support development within the Volttron Driver Framework.",
    "version": "0.2.1rc2",
    "project_urls": {
        "Homepage": "https://github.com/eclipse-volttron/volttron-lib-base-driver",
        "Repository": "https://github.com/eclipse-volttron/volttron-lib-base-driver"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1d143ab7d38c1d3d9cf69e3cdbf808e958d363e744c172fca14a684648e1c7e7",
                "md5": "ab32cc31b66247612f08ee9ad19c0402",
                "sha256": "9692387bbec11c70f222f1b9c0dbe179e0792901afff1168905c13fe69253285"
            },
            "downloads": -1,
            "filename": "volttron_lib_base_driver-0.2.1rc2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ab32cc31b66247612f08ee9ad19c0402",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 18630,
            "upload_time": "2023-05-11T17:05:16",
            "upload_time_iso_8601": "2023-05-11T17:05:16.283261Z",
            "url": "https://files.pythonhosted.org/packages/1d/14/3ab7d38c1d3d9cf69e3cdbf808e958d363e744c172fca14a684648e1c7e7/volttron_lib_base_driver-0.2.1rc2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33197950cd34fda3e3810c8c26f529cf09767f62520e9e09d9606d8fcd0d9a72",
                "md5": "d812e06d25b8e5d9bb8aa8a266f6c903",
                "sha256": "face8f98aa93b5702242ad3b2c7a240a752ea2620f30221720364a341dcd43b7"
            },
            "downloads": -1,
            "filename": "volttron_lib_base_driver-0.2.1rc2.tar.gz",
            "has_sig": false,
            "md5_digest": "d812e06d25b8e5d9bb8aa8a266f6c903",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 16976,
            "upload_time": "2023-05-11T17:05:17",
            "upload_time_iso_8601": "2023-05-11T17:05:17.803464Z",
            "url": "https://files.pythonhosted.org/packages/33/19/7950cd34fda3e3810c8c26f529cf09767f62520e9e09d9606d8fcd0d9a72/volttron_lib_base_driver-0.2.1rc2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-11 17:05:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "eclipse-volttron",
    "github_project": "volttron-lib-base-driver",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "volttron-lib-base-driver"
}
        
Elapsed time: 0.09708s