nature-sounds


Namenature-sounds JSON
Version 0.2.5 PyPI version JSON
download
home_pageNone
SummaryA nature sounds player for the command-line
upload_time2025-01-02 11:42:40
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseMIT License Copyright (c) 2024 Jamison Lahman Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords nature-sounds sounds white-noise
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Nature Sounds

[![Test status](https://github.com/jmelahman/nature-sounds/actions/workflows/test.yml/badge.svg)](https://github.com/jmelahman/nature-sounds/actions)
[![Deploy Status](https://github.com/jmelahman/nature-sounds/actions/workflows/release.yml/badge.svg)](https://github.com/jmelahman/nature-sounds/actions)
[![Go Reference](https://pkg.go.dev/badge/github.com/jmelahman/nature-sounds.svg)](https://pkg.go.dev/github.com/jmelahman/nature-sounds)
[![Arch User Repsoitory](https://img.shields.io/aur/version/nature-sounds)](https://aur.archlinux.org/packages/nature-sounds)
[![PyPI](https://img.shields.io/pypi/v/nature-sounds.svg)]()
[![Go Report Card](https://goreportcard.com/badge/github.com/jmelahman/nature-sounds)](https://goreportcard.com/report/github.com/jmelahman/nature-sounds)

A lightweight, nature sounds player for the command-line.

<p align="center">
  <picture align="center">
    <source media="(prefers-color-scheme: dark)" srcset="https://github.com/jmelahman/nature-sounds/blob/master/demo_dark.png">
    <source media="(prefers-color-scheme: light)" srcset="https://github.com/jmelahman/nature-sounds/blob/master/demo_light.png">
    <img alt="Welcome to nature-sounds (v0.1.0). Press ? for a list of commands." src="https://github.com/jmelahman/nature-sounds/blob/master/demo_light.png">
  </picture>
</p>

`nature-sounds` uses sounds from the National Park Service's [A Symphony of Sounds](https://www.nps.gov/subjects/sound/index.htm).
Previews of the sounds are available from the [Yellowstone](https://www.nps.gov/yell/learn/photosmultimedia/sounds-soundscapes.htm) or [Rocky Mountain National Park](https://www.nps.gov/romo/learn/photosmultimedia/sounds-ambient-soundscapes.htm) soundscapes collections.
If you enjoy these sounds, consider [donating to the NPS](https://www.nps.gov/getinvolved/donate.htm).
All rights are reserved by the respective owners.

## Install

**AUR:**

`nature-sounds` is available from the [Arch User Repository](https://aur.archlinux.org/packages/nature-sounds).

```shell
yay -S nature-sounds
```

**pip:**

`nature-sounds` is available as a [pypi package](https://pypi.org/project/nature-sounds/).

```shell
pip install nature-sounds
```

**go:**

```shell
go install github.com/jmelahman/nature-sounds@latest
```

**github:**

Prebuilt packages are available from [Github Releases](https://github.com/jmelahman/nature-sounds/releases).

## Credits

`nature-sounds`'s UI is inspired by my favorite command-line tool, [pianobar](https://github.com/PromyLOPh/pianobar).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "nature-sounds",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "nature-sounds, sounds, white-noise",
    "author": null,
    "author_email": "Jamison Lahman <jamison@lahman.dev>",
    "download_url": null,
    "platform": null,
    "description": "# Nature Sounds\n\n[![Test status](https://github.com/jmelahman/nature-sounds/actions/workflows/test.yml/badge.svg)](https://github.com/jmelahman/nature-sounds/actions)\n[![Deploy Status](https://github.com/jmelahman/nature-sounds/actions/workflows/release.yml/badge.svg)](https://github.com/jmelahman/nature-sounds/actions)\n[![Go Reference](https://pkg.go.dev/badge/github.com/jmelahman/nature-sounds.svg)](https://pkg.go.dev/github.com/jmelahman/nature-sounds)\n[![Arch User Repsoitory](https://img.shields.io/aur/version/nature-sounds)](https://aur.archlinux.org/packages/nature-sounds)\n[![PyPI](https://img.shields.io/pypi/v/nature-sounds.svg)]()\n[![Go Report Card](https://goreportcard.com/badge/github.com/jmelahman/nature-sounds)](https://goreportcard.com/report/github.com/jmelahman/nature-sounds)\n\nA lightweight, nature sounds player for the command-line.\n\n<p align=\"center\">\n  <picture align=\"center\">\n    <source media=\"(prefers-color-scheme: dark)\" srcset=\"https://github.com/jmelahman/nature-sounds/blob/master/demo_dark.png\">\n    <source media=\"(prefers-color-scheme: light)\" srcset=\"https://github.com/jmelahman/nature-sounds/blob/master/demo_light.png\">\n    <img alt=\"Welcome to nature-sounds (v0.1.0). Press ? for a list of commands.\" src=\"https://github.com/jmelahman/nature-sounds/blob/master/demo_light.png\">\n  </picture>\n</p>\n\n`nature-sounds` uses sounds from the National Park Service's [A Symphony of Sounds](https://www.nps.gov/subjects/sound/index.htm).\nPreviews of the sounds are available from the [Yellowstone](https://www.nps.gov/yell/learn/photosmultimedia/sounds-soundscapes.htm) or [Rocky Mountain National Park](https://www.nps.gov/romo/learn/photosmultimedia/sounds-ambient-soundscapes.htm) soundscapes collections.\nIf you enjoy these sounds, consider [donating to the NPS](https://www.nps.gov/getinvolved/donate.htm).\nAll rights are reserved by the respective owners.\n\n## Install\n\n**AUR:**\n\n`nature-sounds` is available from the [Arch User Repository](https://aur.archlinux.org/packages/nature-sounds).\n\n```shell\nyay -S nature-sounds\n```\n\n**pip:**\n\n`nature-sounds` is available as a [pypi package](https://pypi.org/project/nature-sounds/).\n\n```shell\npip install nature-sounds\n```\n\n**go:**\n\n```shell\ngo install github.com/jmelahman/nature-sounds@latest\n```\n\n**github:**\n\nPrebuilt packages are available from [Github Releases](https://github.com/jmelahman/nature-sounds/releases).\n\n## Credits\n\n`nature-sounds`'s UI is inspired by my favorite command-line tool, [pianobar](https://github.com/PromyLOPh/pianobar).\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 Jamison Lahman  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "A nature sounds player for the command-line",
    "version": "0.2.5",
    "project_urls": {
        "Repository": "https://github.com/jmelahman/nature-sounds"
    },
    "split_keywords": [
        "nature-sounds",
        " sounds",
        " white-noise"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "958c1667195679f60611c63a5471969d28feca4a2d5de0bfe95ed43741f3ac79",
                "md5": "53fc3ec0101a5b8dc8b1dea4438ab96c",
                "sha256": "5b1db6bc2cb54b12363b225e39212f8aa14e16303e81b92bc450d4fc0d261e26"
            },
            "downloads": -1,
            "filename": "nature_sounds-0.2.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "53fc3ec0101a5b8dc8b1dea4438ab96c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2643739,
            "upload_time": "2025-01-02T11:42:40",
            "upload_time_iso_8601": "2025-01-02T11:42:40.798181Z",
            "url": "https://files.pythonhosted.org/packages/95/8c/1667195679f60611c63a5471969d28feca4a2d5de0bfe95ed43741f3ac79/nature_sounds-0.2.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d4d3aaac00695be3458b511ec67bb4e323acfed78dd1e89f1cbae63dc668fec7",
                "md5": "516bc1104cbc39752d0de1f587ace3a5",
                "sha256": "f8cdfd67a08d80dfac62c6b66aaf1d44172ec7af6715a7de608a57240a24c578"
            },
            "downloads": -1,
            "filename": "nature_sounds-0.2.5-py3-none-manylinux_2_17_x86_64.whl",
            "has_sig": false,
            "md5_digest": "516bc1104cbc39752d0de1f587ace3a5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2643750,
            "upload_time": "2025-01-02T11:42:41",
            "upload_time_iso_8601": "2025-01-02T11:42:41.436756Z",
            "url": "https://files.pythonhosted.org/packages/d4/d3/aaac00695be3458b511ec67bb4e323acfed78dd1e89f1cbae63dc668fec7/nature_sounds-0.2.5-py3-none-manylinux_2_17_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a32530d7932c13b8b2d038f45f3aa18064252a7455ac5d04f396b1a009b4e2ba",
                "md5": "8fd9f29c52b878cb07d5aa08add88782",
                "sha256": "b92f1a2b5d25b551896244e3bdc249374ac3d8c36238591e5a0048a173e4df5b"
            },
            "downloads": -1,
            "filename": "nature_sounds-0.2.5-py3-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8fd9f29c52b878cb07d5aa08add88782",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2477120,
            "upload_time": "2025-01-02T11:42:36",
            "upload_time_iso_8601": "2025-01-02T11:42:36.517635Z",
            "url": "https://files.pythonhosted.org/packages/a3/25/30d7932c13b8b2d038f45f3aa18064252a7455ac5d04f396b1a009b4e2ba/nature_sounds-0.2.5-py3-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0afbf37d77e1be5d8a9a171190c10d4b82d1b921eef9dec6fab8c5a6c70e91a8",
                "md5": "1815721bcec5aab619a04030ad403675",
                "sha256": "ec232242bf1109b42a118d58e0ebf5a9dff4586de2effbe9d9381fe20d186af7"
            },
            "downloads": -1,
            "filename": "nature_sounds-0.2.5-py3-none-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "1815721bcec5aab619a04030ad403675",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2251989,
            "upload_time": "2025-01-02T11:42:41",
            "upload_time_iso_8601": "2025-01-02T11:42:41.831643Z",
            "url": "https://files.pythonhosted.org/packages/0a/fb/f37d77e1be5d8a9a171190c10d4b82d1b921eef9dec6fab8c5a6c70e91a8/nature_sounds-0.2.5-py3-none-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-02 11:42:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jmelahman",
    "github_project": "nature-sounds",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "nature-sounds"
}
        
Elapsed time: 0.88249s