PyMetr


NamePyMetr JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/pymetr/pymetr
SummaryA comprehensive Python library for connecting, controlling, and managing test and measurement instruments.
upload_time2024-03-02 20:34:11
maintainer
docs_urlNone
authorRyan.C.Smith
requires_python
license
keywords instrumentation control scpi test measurement plotting real-time data
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pymetr

Pymetr is a Python library designed to provide an abstraction layer for the control of various instrumentation.
It uses supports pyvisa, raw sockets, and future support for PXIe/PCIe.  It is in the earliest of development stages so use with caution.

## Features

- **Unified Interface**: Communicate seamlessly with instruments regardless of the connection protocol.
- **Modular Design**: Easily extendable to support new types of instruments or communication protocols.
- **CLI Integration**: Comes with a built-in command line interface for direct interaction with instruments.
- **Example Scripts**: Includes examples to get you started with common tasks.

## Installation

You can install Pymetr directly from GitHub using pip:

```bash
pip install git+https://github.com/Pymetr/Pymetr.git
```

## Documentation

For detailed documentation, visit [Link to Documentation](docs/build//html/index.html).

## Examples

Check out the `examples/` directory for more examples on how to use Pymetr.

## License

Pymetr is licensed under the [MIT License](LICENSE).

## Authors

- Ryan C. Smith

## Acknowledgments

Thanks to all the contributors who have helped shape Pymetr into what it is today!

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pymetr/pymetr",
    "name": "PyMetr",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "instrumentation control SCPI test measurement plotting real-time data",
    "author": "Ryan.C.Smith",
    "author_email": "bellstate@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/39/bc/f3905fad6ea90788f5573762fdfeb4056ff904e59e47d722fe6c93309a31/PyMetr-0.1.0.tar.gz",
    "platform": null,
    "description": "# Pymetr\r\n\r\nPymetr is a Python library designed to provide an abstraction layer for the control of various instrumentation.\r\nIt uses supports pyvisa, raw sockets, and future support for PXIe/PCIe.  It is in the earliest of development stages so use with caution.\r\n\r\n## Features\r\n\r\n- **Unified Interface**: Communicate seamlessly with instruments regardless of the connection protocol.\r\n- **Modular Design**: Easily extendable to support new types of instruments or communication protocols.\r\n- **CLI Integration**: Comes with a built-in command line interface for direct interaction with instruments.\r\n- **Example Scripts**: Includes examples to get you started with common tasks.\r\n\r\n## Installation\r\n\r\nYou can install Pymetr directly from GitHub using pip:\r\n\r\n```bash\r\npip install git+https://github.com/Pymetr/Pymetr.git\r\n```\r\n\r\n## Documentation\r\n\r\nFor detailed documentation, visit [Link to Documentation](docs/build//html/index.html).\r\n\r\n## Examples\r\n\r\nCheck out the `examples/` directory for more examples on how to use Pymetr.\r\n\r\n## License\r\n\r\nPymetr is licensed under the [MIT License](LICENSE).\r\n\r\n## Authors\r\n\r\n- Ryan C. Smith\r\n\r\n## Acknowledgments\r\n\r\nThanks to all the contributors who have helped shape Pymetr into what it is today!\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A comprehensive Python library for connecting, controlling, and managing test and measurement instruments.",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/pymetr/pymetr"
    },
    "split_keywords": [
        "instrumentation",
        "control",
        "scpi",
        "test",
        "measurement",
        "plotting",
        "real-time",
        "data"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f7b12057658f527589f5da36423cc07301392a742a420f5b74c4b2664d0b915a",
                "md5": "c1a62eb10c6b69a0b8128bf941a1c66b",
                "sha256": "fb53953a66626febffc4f1a1e2759fc2726978e0d9b9247cc8c6ccfba0140249"
            },
            "downloads": -1,
            "filename": "PyMetr-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c1a62eb10c6b69a0b8128bf941a1c66b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 29497,
            "upload_time": "2024-03-02T20:34:09",
            "upload_time_iso_8601": "2024-03-02T20:34:09.297993Z",
            "url": "https://files.pythonhosted.org/packages/f7/b1/2057658f527589f5da36423cc07301392a742a420f5b74c4b2664d0b915a/PyMetr-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "39bcf3905fad6ea90788f5573762fdfeb4056ff904e59e47d722fe6c93309a31",
                "md5": "deb700bd6c26afac760f3325f7a21a4c",
                "sha256": "a828a0a30c665d5de8da7799250350c64ffba2c0bb1b9bb4d6f9ea3fb80712d8"
            },
            "downloads": -1,
            "filename": "PyMetr-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "deb700bd6c26afac760f3325f7a21a4c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 24058,
            "upload_time": "2024-03-02T20:34:11",
            "upload_time_iso_8601": "2024-03-02T20:34:11.290784Z",
            "url": "https://files.pythonhosted.org/packages/39/bc/f3905fad6ea90788f5573762fdfeb4056ff904e59e47d722fe6c93309a31/PyMetr-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-02 20:34:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pymetr",
    "github_project": "pymetr",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pymetr"
}
        
Elapsed time: 0.73562s