NEMO-floor-plans


NameNEMO-floor-plans JSON
Version 0.3.1 PyPI version JSON
download
home_pagehttps://gitlab.com/nemo-community/atlantis-labs/nemo-floor-plans
SummaryInstall floor plans plugin for NEMO
upload_time2024-11-13 20:48:42
maintainerNone
docs_urlNone
authorAtlantis Labs LLC
requires_python>=3.8
licenseMIT
keywords nemo
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/NEMO-floor-plans?label=python)](https://www.python.org/downloads/release/python-3110/)
[![PyPI](https://img.shields.io/pypi/v/nemo-floor-plans?label=pypi%20version)](https://pypi.org/project/NEMO-floor-plans/)

# NEMO Floor plans

This plugin for NEMO adds the ability to create floor plans and assign locations for sensors.

# Compatibility:

### NEMO-floor-plans >= 0.1.0
* NEMO >= 4.7.0
* NEMO-CE >= 1.7.0

# Installation

`pip install NEMO-floor-plans`

# Add NEMO Floor Plans

in `settings.py` add to `INSTALLED_APPS`:

```python
INSTALLED_APPS = [
    '...',
    'NEMO_floor_plans',
    '...'
]
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/nemo-community/atlantis-labs/nemo-floor-plans",
    "name": "NEMO-floor-plans",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "NEMO",
    "author": "Atlantis Labs LLC",
    "author_email": "atlantis@atlantislabs.io",
    "download_url": null,
    "platform": null,
    "description": "[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/NEMO-floor-plans?label=python)](https://www.python.org/downloads/release/python-3110/)\n[![PyPI](https://img.shields.io/pypi/v/nemo-floor-plans?label=pypi%20version)](https://pypi.org/project/NEMO-floor-plans/)\n\n# NEMO Floor plans\n\nThis plugin for NEMO adds the ability to create floor plans and assign locations for sensors.\n\n# Compatibility:\n\n### NEMO-floor-plans >= 0.1.0\n* NEMO >= 4.7.0\n* NEMO-CE >= 1.7.0\n\n# Installation\n\n`pip install NEMO-floor-plans`\n\n# Add NEMO Floor Plans\n\nin `settings.py` add to `INSTALLED_APPS`:\n\n```python\nINSTALLED_APPS = [\n    '...',\n    'NEMO_floor_plans',\n    '...'\n]\n```\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Install floor plans plugin for NEMO",
    "version": "0.3.1",
    "project_urls": {
        "Homepage": "https://gitlab.com/nemo-community/atlantis-labs/nemo-floor-plans"
    },
    "split_keywords": [
        "nemo"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "43f576842e3d6583516c1398bab38a8711001a6042d2693d980b232d7051012f",
                "md5": "2936134f6a0d8d0892fb2812a9973294",
                "sha256": "441c314ebc031b04ab77306d2f892d968a1739c454add969c182d9881d249160"
            },
            "downloads": -1,
            "filename": "NEMO_floor_plans-0.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2936134f6a0d8d0892fb2812a9973294",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 66327,
            "upload_time": "2024-11-13T20:48:42",
            "upload_time_iso_8601": "2024-11-13T20:48:42.819461Z",
            "url": "https://files.pythonhosted.org/packages/43/f5/76842e3d6583516c1398bab38a8711001a6042d2693d980b232d7051012f/NEMO_floor_plans-0.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-13 20:48:42",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "nemo-community",
    "gitlab_project": "atlantis-labs",
    "lcname": "nemo-floor-plans"
}
        
Elapsed time: 2.79131s