Name | laserstudio JSON |
Version |
1.0.0.post5
JSON |
| download |
home_page | None |
Summary | Python3 software for hardware evaluation |
upload_time | 2024-11-28 15:57:51 |
maintainer | None |
docs_url | None |
author | Olivier Hériveaux |
requires_python | <3.13,>=3.9 |
license | LGPL-3.0-or-later |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Laser Studio
An open source python3 software designed to control hardware evaluation benches
to conduct automatized evaluations.
Laser Studio permits to have a visual representation of a spatial environment,
define zones of interests, and launch an automated scanning process to physically
and randomly go through these zones, by controlling motion devices.
## Installation
Laser Studio works on Python 3.9+.
It can be installed through PyPI with:
```shell
pip install laserstudio
```
Otherwise, you can clone and install the project with:
```shell
git clone https://github.com/Ledger-Donjon/laserstudio.git
pip install ./laserstudio
```
### Package depedencies
It depends following packages to run:
- [PyQt6]
- [pystages]
- [Pillow]
- [opencv-python]
- [pyusb]
- [PyYAML]
- [shapely]
- [triangle]
- [requests]
- [numpy]
- [pypdm]
- [flask]
- [flask-restx]
- [hidapi]
Additionally, on Linux systems, the [pyNIT] package can be installed
to support NIT cameras.
```shell
pip install git+https://github.com/Ledger-Donjon/pynit.git
```
On Mac with Apple Silicon chips, the [triangle] package fails to install with `pip`.
Workaround is to install it from source before installing `laserstudio`:
```shell
pip install git+https://github.com/drufat/triangle.git
```
## Usage
To run Laser Studio, tune your configuration file `config.yaml` with appropriate
information about your hardware instruments, then a terminal and run Laser Studio in the
directory containing that `config.yaml`.
```shell
laserstudio
```
# Documentation
Advanced documentation of Laser Studio is available on [Read The Docs].
## Licensing
LaserStudio is released under GNU Lesser General Public License version 3 (LGPLv3). See LICENSE and LICENSE.LESSER for license detail
[PyQt6]: https://pypi.org/project/PyQt6/
[Pillow]: https://pillow.readthedocs.io/en/stable/index.html
[opencv-python]: https://github.com/opencv/opencv-python
[PyYAML]: https://pypi.org/project/PyYAML/
[pystages]: https://github.com/Ledger-Donjon/pystages
[shapely]: https://shapely.readthedocs.io/en/stable/manual.html
[triangle]: https://rufat.be/triangle/
[pyusb]: https://pypi.org/project/pyusb/
[requests]: https://pypi.org/project/requests/
[numpy]: https://pypi.org/project/numpy
[pypdm]: https://pypi.org/project/pypdm
[flask]: https://pypi.org/project/flask
[flask-restx]: https://pypi.org/project/flask-restx
[hidapi]: https://pipy.org/project/hidapi
[Read the Docs]: https://laserstudio.readthedocs.io/
Raw data
{
"_id": null,
"home_page": null,
"name": "laserstudio",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.13,>=3.9",
"maintainer_email": null,
"keywords": null,
"author": "Olivier H\u00e9riveaux",
"author_email": "olivier.heriveaux@ledger.fr",
"download_url": "https://files.pythonhosted.org/packages/71/71/bbf498b1340447c333f5255678febe5fa00f37e2440ec18eab442909770e/laserstudio-1.0.0.post5.tar.gz",
"platform": null,
"description": "# Laser Studio\n\nAn open source python3 software designed to control hardware evaluation benches\nto conduct automatized evaluations.\n\nLaser Studio permits to have a visual representation of a spatial environment,\ndefine zones of interests, and launch an automated scanning process to physically\nand randomly go through these zones, by controlling motion devices.\n\n## Installation\n\nLaser Studio works on Python 3.9+.\n\nIt can be installed through PyPI with:\n\n```shell\npip install laserstudio\n```\n\nOtherwise, you can clone and install the project with:\n\n```shell\ngit clone https://github.com/Ledger-Donjon/laserstudio.git\npip install ./laserstudio\n```\n\n### Package depedencies\n\nIt depends following packages to run:\n\n- [PyQt6]\n- [pystages]\n- [Pillow]\n- [opencv-python]\n- [pyusb]\n- [PyYAML]\n- [shapely]\n- [triangle]\n- [requests]\n- [numpy]\n- [pypdm]\n- [flask]\n- [flask-restx]\n- [hidapi]\n\nAdditionally, on Linux systems, the [pyNIT] package can be installed\nto support NIT cameras.\n\n```shell\npip install git+https://github.com/Ledger-Donjon/pynit.git\n```\n\nOn Mac with Apple Silicon chips, the [triangle] package fails to install with `pip`.\nWorkaround is to install it from source before installing `laserstudio`:\n\n```shell\npip install git+https://github.com/drufat/triangle.git\n```\n\n## Usage\n\nTo run Laser Studio, tune your configuration file `config.yaml` with appropriate\ninformation about your hardware instruments, then a terminal and run Laser Studio in the\ndirectory containing that `config.yaml`.\n\n```shell\nlaserstudio\n```\n\n# Documentation\n\nAdvanced documentation of Laser Studio is available on [Read The Docs].\n\n## Licensing\n\nLaserStudio is released under GNU Lesser General Public License version 3 (LGPLv3). See LICENSE and LICENSE.LESSER for license detail\n\n[PyQt6]: https://pypi.org/project/PyQt6/\n[Pillow]: https://pillow.readthedocs.io/en/stable/index.html\n[opencv-python]: https://github.com/opencv/opencv-python\n[PyYAML]: https://pypi.org/project/PyYAML/\n[pystages]: https://github.com/Ledger-Donjon/pystages\n[shapely]: https://shapely.readthedocs.io/en/stable/manual.html\n[triangle]: https://rufat.be/triangle/\n[pyusb]: https://pypi.org/project/pyusb/\n[requests]: https://pypi.org/project/requests/\n[numpy]: https://pypi.org/project/numpy\n[pypdm]: https://pypi.org/project/pypdm\n[flask]: https://pypi.org/project/flask\n[flask-restx]: https://pypi.org/project/flask-restx\n[hidapi]: https://pipy.org/project/hidapi\n[Read the Docs]: https://laserstudio.readthedocs.io/\n",
"bugtrack_url": null,
"license": "LGPL-3.0-or-later",
"summary": "Python3 software for hardware evaluation",
"version": "1.0.0.post5",
"project_urls": {
"Documentation": "https://laserstudio.readthedocs.org/"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6768280095f6a65c4d31874436741e9e03491b52e367db015b146241ee601634",
"md5": "2da54f1ef0795e2fe71bb44e2852fb50",
"sha256": "f701c164d2472ad4bdfef88093bd9f208a25b12ab65e5cfb19edc49a46b12652"
},
"downloads": -1,
"filename": "laserstudio-1.0.0.post5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2da54f1ef0795e2fe71bb44e2852fb50",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.13,>=3.9",
"size": 111377,
"upload_time": "2024-11-28T15:57:48",
"upload_time_iso_8601": "2024-11-28T15:57:48.464688Z",
"url": "https://files.pythonhosted.org/packages/67/68/280095f6a65c4d31874436741e9e03491b52e367db015b146241ee601634/laserstudio-1.0.0.post5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7171bbf498b1340447c333f5255678febe5fa00f37e2440ec18eab442909770e",
"md5": "c314c5f35eb00765b9b70a3ccfb5490a",
"sha256": "331bb986de6a7cbdbfc86020a84ca35db88086eb2357486770ab5a35fa276bd7"
},
"downloads": -1,
"filename": "laserstudio-1.0.0.post5.tar.gz",
"has_sig": false,
"md5_digest": "c314c5f35eb00765b9b70a3ccfb5490a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.13,>=3.9",
"size": 80534,
"upload_time": "2024-11-28T15:57:51",
"upload_time_iso_8601": "2024-11-28T15:57:51.498046Z",
"url": "https://files.pythonhosted.org/packages/71/71/bbf498b1340447c333f5255678febe5fa00f37e2440ec18eab442909770e/laserstudio-1.0.0.post5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-28 15:57:51",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "laserstudio"
}