Package to handle the installation of Xmipp3
Project description
xmipp3-installer
Python package that handles the installation of xmipp3.
Installation
To install the package, simply run:
pip install xmipp3-installer
Usage
This package has a CLI built-in, with help messages that explain how to use it. To run such help, once the package is installed, run:
xmipp3_installer -h
Testing the code
In order to run the tests for this project, the project needs to be installed in development mode and also the test dependencies need to be installed.
To do that, you need to clone this project, move inside the repository's folder, and run:
pip install -e .[test]
Once the dependencies have been installed, the automatic tests for this package can be run using ./scripts/run-tests.sh in bash, or .\scripts\run-tests.ps1 in PowerShell.
If you intend to run this tests from within VSCode, you will need extension Test Adapter Converter, and a local .vscode folder with a file named settings.json inside with the following content:
{
"python.testing.pytestArgs": [
".",
"--capture=no"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}
SonarQube status
Ratings
Specific metrics
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
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 xmipp3_installer-1.1.0.tar.gz.
File metadata
- Download URL: xmipp3_installer-1.1.0.tar.gz
- Upload date:
- Size: 54.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49802fad0dab6f9b226c75e9e21d1ef4eba9c940d9d40673e81a976d6a928be5
|
|
| MD5 |
295e5299146134f7ed44bd04c65959d5
|
|
| BLAKE2b-256 |
63713ac3a43ccf7900c6158b6d187036a52a0edfa8d9536bdfa04cd3b0734bb7
|
File details
Details for the file xmipp3_installer-1.1.0-py3-none-any.whl.
File metadata
- Download URL: xmipp3_installer-1.1.0-py3-none-any.whl
- Upload date:
- Size: 79.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
986d200f5c6c678e91cc01e4f9a305ea26c3eb70cca9a450b2cfc853c1426e54
|
|
| MD5 |
59328bec20e9f2fc4d645b3a25056868
|
|
| BLAKE2b-256 |
58d9ee23676b311fa1c8078aecc2e3de8b7cee94a613dfbe3afe9020a887c81f
|