Pre-release
This release is a pre-release and may not be stable for production use.
pwem is a Python module of Scipion framework for image processing in Electron Microscopy
The entire collection is licensed under the terms of the GNU Public License, version 3 (GPLv3).
Development
To install pwem for development purposes, one can do:
# Create a clean virtual environment python -m venv ~/myenv source ~/myenv/bin/activate git clone git@github.com:scipion-em/scipion-em.git cd scipion-em python -m pip install -e . # Install in the environment as development
Running tests
First make sure that pwem is available as a Python module in your current Python environment. During development, I tend to set the PYTHONPATH:
cd scipion-em # Either you have installed as mentioned above, or modify the PYTHONPATH export PYTHONPATH=$PYTHONPATH:$PWD # After pyworkflow is accesible as a module, then: cd pwem/tests python -m unittest discover
Release files for scipion-installer 0a0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| scipion-installer-0a0.tar.gz | 17.9 kB | Details |
Release files / scipion-installer-0a0.tar.gz
| Download URL | scipion-installer-0a0.tar.gz |
|---|---|
| Size | 17.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
28ec6622dfef4edbc0a44a7828d2c52ed4d34a5a1f47c884747c2f1b8a668a33
|
|
BLAKE2b-256 checksum How to use checksums |
25f1bbafeb0c4815e74cd67937d97b807831c9702b7ade496ce19b2b6b1f5b47
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/20.7.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/2.7.12
|