Skip to main content
https://github.com/diffpy/diffpy.utils/actions/workflows/main.yml/badge.svg https://codecov.io/gh/diffpy/diffpy.utils/branch/main/graph/badge.svg

diffpy.utils

General purpose shared utilities for the diffpy libraries.

The diffpy.utils package provides functions for extracting array data from variously formatted text files and wx GUI utilities used by the PDFgui program. The package also includes an interpolation function based on the Whittaker-Shannon formula that can be used to resample a PDF or other profile function over a new grid.

For more information about the diffpy.utils library, see the users manual at http://diffpy.github.io/diffpy.utils.

INSTALLATION

The preferred method is to use Miniconda Python and install from the “conda-forge” channel of Conda packages.

To add “conda-forge” to the conda channels, run the following in a terminal.

conda config --add channels conda-forge

We want to install our packages in a suitable conda environment. The following creates and activates a new environment named diffpy-utils

conda create -n diffpy-utils python=3
conda activate diffpy-utils

Then, to fully install diffpy.utils in our active environment, run

conda install diffpy.utils

Another option is to use pip to download and install the latest release from Python Package Index. To install using pip into your diffpy-utils environment, we will also have to install dependencies

pip install numpy
pip install diffpy.utils

For those planning to use functions in the diffpy.utils.wx module, you will also need to install wxPython. Both of the following lines will install this package.

conda install wxPython
pip install wxPython

If you prefer to install from sources, after installing the dependencies, obtain the source archive from GitHub. Once installed, cd into your diffpy.utils directory and run the following

pip install .

To check the installation integrity, if the following passes all checks, you are good!

pip install pytest
python -m diffpy.utils.tests.run

DEVELOPMENT

diffpy.utils is an open-source software developed as a part of the DiffPy-CMI complex modeling initiative at the Brookhaven National Laboratory. The diffpy.utils sources are hosted at https://github.com/diffpy/diffpy.utils.

Feel free to fork the project and contribute. To install diffpy.utils in a development mode, with its sources being directly used by Python rather than copied to a package directory, use the following in the root directory

pip install -e .

Note that this is only supported for setuptools version 62.0 and above.

CONTACTS

For more information on diffpy.utils please visit the project web-page

http://www.diffpy.org/

or email Prof. Simon Billinge at sb2896@columbia.edu.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

diffpy.utils-3.3.0.tar.gz (91.5 kB view details)

Uploaded Source

File details

Details for the file diffpy.utils-3.3.0.tar.gz.

File metadata

  • Download URL: diffpy.utils-3.3.0.tar.gz
  • Upload date:
  • Size: 91.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for diffpy.utils-3.3.0.tar.gz
Algorithm Hash digest
SHA256 fc1931c2dfee29d3b5864f35c9b8fa04e56492ea4f65895ec457693532436327
MD5 c5a278f707debc5627ce7a096c5cff08
BLAKE2b-256 2489ee6703a5314698f017c92663cd12065d6dd07a6479c3b610b42b26c78722

See more details on using hashes here.

Supported by

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