Core libraries for the MXCuBE application
Project description
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.
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file mxcubecore-1.193.0.tar.gz
.
File metadata
- Download URL: mxcubecore-1.193.0.tar.gz
- Upload date:
- Size: 31.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.10.15 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 843312bb0ff1ca35738910cfa5ded9aa39da7b2e1bb8b0f01854d628cae3d1fe |
|
MD5 | cfb6950698df442711c4ff37347239c5 |
|
BLAKE2b-256 | 1bf9b1eaa0679af7a246ddc135f75eab0977de94dc84a49b50a1eece00a7f44f |
File details
Details for the file mxcubecore-1.193.0-py3-none-any.whl
.
File metadata
- Download URL: mxcubecore-1.193.0-py3-none-any.whl
- Upload date:
- Size: 34.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.10.15 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ee248bddc3e5adba3498500338a81b5f00a8f637d9cd15d05f916926e4776b1 |
|
MD5 | 7933759637001c9ea4417853c85793fe |
|
BLAKE2b-256 | 89c461dd71d16b1aaca875a73f7e53fe6b66c97d4e9c89567a358f49e947e1d5 |