picoquake


Namepicoquake JSON
Version 1.2.0 PyPI version JSON
download
home_pageNone
SummaryPicoQuake USB vibration sensor library.
upload_time2025-07-27 14:23:05
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords imu accelerometer data acquisition gyroscope picoquake vibration
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PicoQuake

Python library for the *PicoQuake* USB vibration sensor.

# Installation

## Requirements

- *Windows*, *Linux* or *macOS*
- [*Python*](https://www.python.org/downloads/) *3.9* or higher
- [*pip*](https://pip.pypa.io/en/stable/installation/)

## Basic installation

```bash
pip install picoquake
```

Recommended way to install if you don't need plotting capabilities. Only supports saving CSV data.

## Plotting capabilities

```bash
pip install 'picoquake[plot]'
```

Enables creating diagrams in time and frequency domain. Additional dependencies will be installed:

- *NumPy*
- *SciPy*
- *Matplotlib*

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "picoquake",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "IMU, accelerometer, data acquisition, gyroscope, picoquake, vibration",
    "author": null,
    "author_email": "Nejc Planinsek <nejc@plab.si>",
    "download_url": "https://files.pythonhosted.org/packages/02/6e/2560884299299ce9f9291ba01207f126130301a3d9e24c0967d5477340fe/picoquake-1.2.0.tar.gz",
    "platform": null,
    "description": "# PicoQuake\n\nPython library for the *PicoQuake* USB vibration sensor.\n\n# Installation\n\n## Requirements\n\n- *Windows*, *Linux* or *macOS*\n- [*Python*](https://www.python.org/downloads/) *3.9* or higher\n- [*pip*](https://pip.pypa.io/en/stable/installation/)\n\n## Basic installation\n\n```bash\npip install picoquake\n```\n\nRecommended way to install if you don't need plotting capabilities. Only supports saving CSV data.\n\n## Plotting capabilities\n\n```bash\npip install 'picoquake[plot]'\n```\n\nEnables creating diagrams in time and frequency domain. Additional dependencies will be installed:\n\n- *NumPy*\n- *SciPy*\n- *Matplotlib*\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "PicoQuake USB vibration sensor library.",
    "version": "1.2.0",
    "project_urls": {
        "Documentation": "https://plab-si.github.io/PicoQuake/",
        "Repository": "https://github.com/PLab-SI/PicoQuake"
    },
    "split_keywords": [
        "imu",
        " accelerometer",
        " data acquisition",
        " gyroscope",
        " picoquake",
        " vibration"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cd96c305b8bfbcd69da2f942151e10fe57cf271fc5962fae8ff0e60dd11e9648",
                "md5": "b1bbdde1b935d71d6881ed3e4f407fd5",
                "sha256": "3bceec645cc3a84691df55b9401b2a391de45eedd29eeb25868108e6036745a9"
            },
            "downloads": -1,
            "filename": "picoquake-1.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b1bbdde1b935d71d6881ed3e4f407fd5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 37861,
            "upload_time": "2025-07-27T14:23:04",
            "upload_time_iso_8601": "2025-07-27T14:23:04.748015Z",
            "url": "https://files.pythonhosted.org/packages/cd/96/c305b8bfbcd69da2f942151e10fe57cf271fc5962fae8ff0e60dd11e9648/picoquake-1.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "026e2560884299299ce9f9291ba01207f126130301a3d9e24c0967d5477340fe",
                "md5": "c0478668d9b69b7c61502e9897a27da2",
                "sha256": "2682a98d1e9fedc43ec7be76eefbc13a09a43a1083ded34a08af927c60fce82f"
            },
            "downloads": -1,
            "filename": "picoquake-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c0478668d9b69b7c61502e9897a27da2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 37641,
            "upload_time": "2025-07-27T14:23:05",
            "upload_time_iso_8601": "2025-07-27T14:23:05.861141Z",
            "url": "https://files.pythonhosted.org/packages/02/6e/2560884299299ce9f9291ba01207f126130301a3d9e24c0967d5477340fe/picoquake-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-27 14:23:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "PLab-SI",
    "github_project": "PicoQuake",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "picoquake"
}
        
Elapsed time: 1.25253s