Collection of modules for controlling experimental setups.
Project description
About
labpython (imported as labpy) is a collection of modules created to simplify gathering and processing experimental data. It also features a collection of modules inside labpy.devices namespace for high-level communication with various devices using pyvisa and pydaqmx backends. See documentation for detailed information.
Installation
Package can be installed from PyPI using:
pip install labpython
Or directly from github:
pip install https://github.com/franciszekjuras/labpy/tarball/master
Use [full] argument to install extra packages for data processing:
pip install labpython[full]
If you want to modify the package source code it's convenient to install it in developer mode. In order to do this:
- create and activate a virtual environment,
- clone or download repo from github,
- navigate to its main directory (the one in which this
README.mdresides), - execute:
pip install -e . - now you can use
import labpyanywhere and any changes to the source code will be visible without reinstallation (if using jupyter kernel must be restarted)
Documentation
Relatively recent documentation can be browsed here.
If you want to generate documentation yourself, you can use pdoc:
pip install pdoc
pdoc labpy
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file labpython-0.3.0.tar.gz.
File metadata
- Download URL: labpython-0.3.0.tar.gz
- Upload date:
- Size: 16.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ee3ef5b6cab9b2c9b342ee7bfe90eea714f7bb59b7c8985798521dca8beba91
|
|
| MD5 |
30afceff46c89e3d318c6247c7d16a86
|
|
| BLAKE2b-256 |
e7ad112a0fb1a6ca80d17288f1179930792cfd9c30d4e90230ea6f39c2ec0dbc
|
File details
Details for the file labpython-0.3.0-py3-none-any.whl.
File metadata
- Download URL: labpython-0.3.0-py3-none-any.whl
- Upload date:
- Size: 19.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c55464a8076496581cecbe27a868cf8642f88a246cef5d2771e03d6603121958
|
|
| MD5 |
1af0d4b62100dfdf310233222ac3694f
|
|
| BLAKE2b-256 |
bee8ba1e8aa3e00c34a47ed42cef5b7ec05427c7b8c17094cdff5c1bc2238c7c
|