picoquake


Namepicoquake JSON
Version 1.1.0 PyPI version JSON
download
home_pageNone
SummaryPicoQuake USB vibration sensor library.
upload_time2024-07-21 15:12:08
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/f7/86/ce6a6d00093a5cc5d7045b745b45d56b988cd1b290fe114526d38324558f/picoquake-1.1.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.1.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": "",
            "digests": {
                "blake2b_256": "419d10cff777e0066cc527fca6f0b576a91d7f37767f40d262e5af048ce021ea",
                "md5": "ebc181f0eb84a346837bdc8fbb847001",
                "sha256": "1006e6047f2d70208c6253fd87c361b95c58ab770226b29f14e5a802cb0067f4"
            },
            "downloads": -1,
            "filename": "picoquake-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ebc181f0eb84a346837bdc8fbb847001",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 37548,
            "upload_time": "2024-07-21T15:12:06",
            "upload_time_iso_8601": "2024-07-21T15:12:06.690913Z",
            "url": "https://files.pythonhosted.org/packages/41/9d/10cff777e0066cc527fca6f0b576a91d7f37767f40d262e5af048ce021ea/picoquake-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f786ce6a6d00093a5cc5d7045b745b45d56b988cd1b290fe114526d38324558f",
                "md5": "6fde2cabcb35c78d1469f1b398bc156c",
                "sha256": "b58e10631ebfdbf6907370c8cbc2141a144b6e7c762df7e2db48b8a79012448e"
            },
            "downloads": -1,
            "filename": "picoquake-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6fde2cabcb35c78d1469f1b398bc156c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 37338,
            "upload_time": "2024-07-21T15:12:08",
            "upload_time_iso_8601": "2024-07-21T15:12:08.363636Z",
            "url": "https://files.pythonhosted.org/packages/f7/86/ce6a6d00093a5cc5d7045b745b45d56b988cd1b290fe114526d38324558f/picoquake-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-21 15:12:08",
    "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: 0.34713s