freyr


Namefreyr JSON
Version 0.3.5 PyPI version JSON
download
home_page
SummaryTracks temperature and humidity readings and graphs the results in a web dashboard.
upload_time2023-11-25 11:17:00
maintainer
docs_urlNone
author
requires_python>=3.11
licenseMIT
keywords dht22 fastapi micropython pi-pico-w
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Freyr

[![PyPI - Python](https://img.shields.io/pypi/pyversions/freyr.svg?logo=Python&label=Python&style=flat-square)](https://pypi.python.org/pypi/freyr/)
[![PyPI - Status](https://img.shields.io/pypi/status/freyr.svg?logo=Python&label=Status&style=flat-square)](https://pypi.python.org/pypi/freyr/)
[![PyPI - Version](https://img.shields.io/pypi/v/freyr.svg?logo=Python&label=Version&style=flat-square)](https://pypi.python.org/pypi/freyr/)
[![PyPI - License](https://img.shields.io/pypi/l/freyr.svg?logo=Python&label=License&style=flat-square)](https://opensource.org/licenses/MIT)

[![Hatch](https://img.shields.io/badge/Packaging-Hatch-4051b5?style=flat-square)](https://github.com/pypa/hatch)
[![Pre-Commit](https://img.shields.io/badge/Pre--Commit-Enabled-informational?style=flat-square&logo=pre-commit)](https://github.com/pre-commit/pre-commit)
[![Black](https://img.shields.io/badge/Code--Style-Black-000000?style=flat-square)](https://github.com/psf/black)
[![Ruff](https://img.shields.io/badge/Linter-Ruff-informational?style=flat-square)](https://github.com/charliermarsh/ruff)

[![Github - Contributors](https://img.shields.io/github/contributors/Buried-In-Code/Freyr?logo=Github&label=Contributors&style=flat-square)](https://github.com/Buried-In-Code/Freyr/graphs/contributors)

Tracks temperature and humidity readings and graphs the results in a web dashboard.\
Collects readings using Raspberry Pi Pico W and a DHT22 Sensor, _See [freyr-device](freyr-device/) for details._

## Installation

### From Github

1. Make sure you have a supported version of [Python](https://www.python.org/) installed: `python --version`
2. Clone the repo: `git clone https://github.com/Buried-In-Code/Freyr`
3. Install the project: `pip install .`

### Using Pipx

Install from PyPI

```sh
pipx install Freyr
```

or directly from GitHub

```sh
pipx install git+https://github.com/Buried-In-Code/Freyr.git
```

## Execution

```sh
Freyr
```

## Socials

[![Social - Fosstodon](https://img.shields.io/badge/%40BuriedInCode-teal?label=Fosstodon&logo=mastodon&style=for-the-badge)](https://fosstodon.org/@BuriedInCode)\
[![Social - Matrix](https://img.shields.io/badge/%23The--Dev--Environment-teal?label=Matrix&logo=matrix&style=for-the-badge)](https://matrix.to/#/#The-Dev-Environment:matrix.org)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "freyr",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "dht22,fastapi,micropython,pi-pico-w",
    "author": "",
    "author_email": "BuriedInCode <BuriedInCode@tuta.io>",
    "download_url": "https://files.pythonhosted.org/packages/b8/e2/a56005ff0c0245a0b741be2c0b0156af4349c1645f9d43659870c0c09087/freyr-0.3.5.tar.gz",
    "platform": null,
    "description": "# Freyr\n\n[![PyPI - Python](https://img.shields.io/pypi/pyversions/freyr.svg?logo=Python&label=Python&style=flat-square)](https://pypi.python.org/pypi/freyr/)\n[![PyPI - Status](https://img.shields.io/pypi/status/freyr.svg?logo=Python&label=Status&style=flat-square)](https://pypi.python.org/pypi/freyr/)\n[![PyPI - Version](https://img.shields.io/pypi/v/freyr.svg?logo=Python&label=Version&style=flat-square)](https://pypi.python.org/pypi/freyr/)\n[![PyPI - License](https://img.shields.io/pypi/l/freyr.svg?logo=Python&label=License&style=flat-square)](https://opensource.org/licenses/MIT)\n\n[![Hatch](https://img.shields.io/badge/Packaging-Hatch-4051b5?style=flat-square)](https://github.com/pypa/hatch)\n[![Pre-Commit](https://img.shields.io/badge/Pre--Commit-Enabled-informational?style=flat-square&logo=pre-commit)](https://github.com/pre-commit/pre-commit)\n[![Black](https://img.shields.io/badge/Code--Style-Black-000000?style=flat-square)](https://github.com/psf/black)\n[![Ruff](https://img.shields.io/badge/Linter-Ruff-informational?style=flat-square)](https://github.com/charliermarsh/ruff)\n\n[![Github - Contributors](https://img.shields.io/github/contributors/Buried-In-Code/Freyr?logo=Github&label=Contributors&style=flat-square)](https://github.com/Buried-In-Code/Freyr/graphs/contributors)\n\nTracks temperature and humidity readings and graphs the results in a web dashboard.\\\nCollects readings using Raspberry Pi Pico W and a DHT22 Sensor, _See [freyr-device](freyr-device/) for details._\n\n## Installation\n\n### From Github\n\n1. Make sure you have a supported version of [Python](https://www.python.org/) installed: `python --version`\n2. Clone the repo: `git clone https://github.com/Buried-In-Code/Freyr`\n3. Install the project: `pip install .`\n\n### Using Pipx\n\nInstall from PyPI\n\n```sh\npipx install Freyr\n```\n\nor directly from GitHub\n\n```sh\npipx install git+https://github.com/Buried-In-Code/Freyr.git\n```\n\n## Execution\n\n```sh\nFreyr\n```\n\n## Socials\n\n[![Social - Fosstodon](https://img.shields.io/badge/%40BuriedInCode-teal?label=Fosstodon&logo=mastodon&style=for-the-badge)](https://fosstodon.org/@BuriedInCode)\\\n[![Social - Matrix](https://img.shields.io/badge/%23The--Dev--Environment-teal?label=Matrix&logo=matrix&style=for-the-badge)](https://matrix.to/#/#The-Dev-Environment:matrix.org)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Tracks temperature and humidity readings and graphs the results in a web dashboard.",
    "version": "0.3.5",
    "project_urls": {
        "Documentation": "https://github.com/Buried-In-Code/Freyr#readme",
        "Issues": "https://github.com/Buried-In-Code/Freyr/issues",
        "Source": "https://github.com/Buried-In-Code/Freyr"
    },
    "split_keywords": [
        "dht22",
        "fastapi",
        "micropython",
        "pi-pico-w"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c9d2567ad3d1705719aa6ead4fc3f2787cb850bad28ab736b405bc0ca10cad41",
                "md5": "f7e35cf1be0c621d743fafd40134196d",
                "sha256": "369c0da4b6d115d05965d2ab71ee1f99770943c81bbd0e440732f532d955b0b0"
            },
            "downloads": -1,
            "filename": "freyr-0.3.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f7e35cf1be0c621d743fafd40134196d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 11938,
            "upload_time": "2023-11-25T11:16:59",
            "upload_time_iso_8601": "2023-11-25T11:16:59.696669Z",
            "url": "https://files.pythonhosted.org/packages/c9/d2/567ad3d1705719aa6ead4fc3f2787cb850bad28ab736b405bc0ca10cad41/freyr-0.3.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b8e2a56005ff0c0245a0b741be2c0b0156af4349c1645f9d43659870c0c09087",
                "md5": "641041feea11841447c22091efd06eaf",
                "sha256": "d3a60c8d63e1168eb46286b7c4c06777955b276485f9cd08b1bd945a2569d907"
            },
            "downloads": -1,
            "filename": "freyr-0.3.5.tar.gz",
            "has_sig": false,
            "md5_digest": "641041feea11841447c22091efd06eaf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 26797,
            "upload_time": "2023-11-25T11:17:00",
            "upload_time_iso_8601": "2023-11-25T11:17:00.903473Z",
            "url": "https://files.pythonhosted.org/packages/b8/e2/a56005ff0c0245a0b741be2c0b0156af4349c1645f9d43659870c0c09087/freyr-0.3.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-25 11:17:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Buried-In-Code",
    "github_project": "Freyr#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "freyr"
}
        
Elapsed time: 0.18442s