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.123.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.123.0.tar.gz | 1.1 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mxcubecore-2.123.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 2.5 MB
Release files / mxcubecore-2.123.0.tar.gz
| Download URL | mxcubecore-2.123.0.tar.gz |
|---|---|
| Size | 1.1 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e0c5db356e83da060b9148e4e3a7725770377a97dc3035d869ac453042041b6e
|
|
BLAKE2b-256 checksum How to use checksums |
380cf7e0174c8fe44662521138ddfbbcadb54d21569b15a8967e416ede8c0d5d
|
| 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.123.0-py3-none-any.whl
| Download URL | mxcubecore-2.123.0-py3-none-any.whl |
|---|---|
| Size | 1.4 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c8aa2dacfcc8a05c1fda870aaa63a75971e64545986544f2beda2392ed74acbc
|
|
BLAKE2b-256 checksum How to use checksums |
3c1c0fc9b62fa24b3ada4df799e27453202dd6a2dd95a7f396ad991273ca02a0
|
| 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
|