Skip to main content

Tools to manipulate EPMA analyses

Project description

Welcome to EPMAtools

License: MIT Documentation Status codecov

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

epmatools-0.0.2.tar.gz (3.5 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page