Tools to manipulate EPMA analyses
Project description
Welcome to EPMAtools
Python module to manipulate EPMA analyses
Installation
The Python package epmatools
can be installed from PyPI:
python -m pip install epmatools
Installation of master version using conda/mamba
You can also use the provided conda/mamba environment file to install it. Download the package and unzip. Open terminal in unpacked folder and create environment:
conda env create -f environment.yml
then activate newly created environment:
mamba activate epmatools
and install epmatools
package using pip:
# pip install .
Development installation
If you want to contribute to the development of epmatools
, we recommend
the editable installation from this repository:
python -m pip install --editable .[tests]
Having done so, the test suite can be run using pytest
:
python -m pytest
Usage
Check example in the following jupyter notebook
Acknowledgments
This repository was set up using the SSC Cookiecutter for Python Packages.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file epmatools-0.0.5.tar.gz
.
File metadata
- Download URL: epmatools-0.0.5.tar.gz
- Upload date:
- Size: 3.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a52484b116e3cadeb3a722fb08f790ee581de191e1ca6df1a06aad3f8fccd0c |
|
MD5 | 7b61d06a665310f7cbcd942f66087716 |
|
BLAKE2b-256 | 4390c92de757d52664e3d01f45134762d7b3316981a974586249c87665d29f28 |