Backend of MXCuBE
mxcubecore is the back-end library for
MXCuBE Qt
and MXCuBE Web.
It allows access to the beamline control system and instrumentation.
It acts as a container of single Python objects (called "hardware objects").
Please read the contributing guidelines before submitting your code to the repository.
License
MXCuBE is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
MXCuBE is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with MXCuBE. If not, see https://www.gnu.org/licenses/.
Installation
Installation of the mxcubecore module is commonly done as a dependency of either
MXCuBE Web
or MXCuBE Qt.
Standalone installation of the mxcubecore for development purposes can be done
via Poetry with poetry install
or via pip with python -m pip install --editable . (don't forget the trailing dot .).
mxcubecore depends on python-ldap that in turn depends on the openldap system library.
It can be installed in a conda environment: conda install openldap
or on systems using the apt package manager (Debian and derivatives, including Ubuntu):
sudo apt-get install -y libldap2-dev libsasl2-dev.
See python-ldap
for more information.
See Developer documentation for more information on working with mxcubecore.
Release files for mxcubecore 2.124.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mxcubecore-2.124.0.tar.gz | 1.1 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mxcubecore-2.124.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 2.6 MB
Release files / mxcubecore-2.124.0.tar.gz
| Download URL | mxcubecore-2.124.0.tar.gz |
|---|---|
| Size | 1.1 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
80f3363398d4d3ca9f9e24b854e833404ccfbe6c4111bf988654118540d2edd6
|
|
BLAKE2b-256 checksum How to use checksums |
b75ef36a7dbbc2056292f6dc201d9d0cfa1101d14294f372f91cf4c323085267
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.2.1 CPython/3.10.20 Linux/6.17.0-1022-azure
|
Release files / mxcubecore-2.124.0-py3-none-any.whl
| Download URL | mxcubecore-2.124.0-py3-none-any.whl |
|---|---|
| Size | 1.4 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5ed32fcaca494a690d994d1c9d348ab6bfa4c71afa26e37b403656bd6d621346
|
|
BLAKE2b-256 checksum How to use checksums |
d0b36a2b54805816f54cea28d5c7e6062dec518eaa06d1243dc8f87551c9a5b3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.2.1 CPython/3.10.20 Linux/6.17.0-1022-azure
|