Skip to main content

THERMOCALC front-end for constructing and analyzing PT pseudosections

Project description

pypsbuilder

PyPI - Version Testing Documentation Status

Not that simplistic THERMOCALC front-end for constructing and visualizations of P-T, T-X and P-X pseudosections

How to install

It is strongly suggested to install pypsbuilder into separate environment. You can create Python virtual environment. For Linux and macOS use:

python -m venv .venv
source .venv/bin/activate

for Windows use Command Prompt or PowerShell:

python -m venv .venv
.venv\Scripts\activate

or, if you will got error 'python' is not recognized as an internal or external command, try:

py -m venv .venv
.venv\Scripts\activate

[!NOTE] On Microsoft Windows, it may be required to set the execution policy in PowerShell for the user. You can do this by issuing the following PowerShell command:

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

and install pypsbuilder using pip within the environment. You should choose the UI framework using option pyqt5 or pyqt6:

pip install pypsbuilder[pyqt6]

JupyterLab could also be installed providing the jupyter option:

pip install pypsbuilder[pyqt6,jupyter]

I'm using conda or mamba to manage environments

If you have already have conda or mamba installed, you can create environment with:

conda create -n pyps python=3.12.8 matplotlib shapely pyqt tqdm scikit-image qtpy jupyterlab

or

mamba create -n pyps python=3.12.8 matplotlib shapely pyqt tqdm scikit-image qtpy jupyterlab

Then activate the new environment:

conda activate pyps

or

mamba activate pyps

and install with pip. As PyQt is already installed with mamba/conda, we will install pypsbuilder without UI framework:

pip install pypsbuilder

[!NOTE] If you encounter errors during install, try to install without upgrading dependencies:

pip install --no-deps pypsbuilder

Upgrade existing installation

To upgrade an already installed pypsbuilder to the latest release:

pip install --upgrade pypsbuilder

or to the latest master version:

pip install --upgrade https://github.com/ondrolexa/pypsbuilder/archive/master.zip

Documentation and tutorials

Check documentation and tutorials on RTD https://pypsbuilder.readthedocs.io/en/latest/

License

pypsbuilder is free software: you can redistribute it and/or modify it under the terms of the MIT License. A copy of this license is provided in LICENSE file.

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

pypsbuilder-2.6.4.tar.gz (5.1 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pypsbuilder-2.6.4-py3-none-any.whl (163.0 kB view details)

Uploaded Python 3

File details

Details for the file pypsbuilder-2.6.4.tar.gz.

File metadata

  • Download URL: pypsbuilder-2.6.4.tar.gz
  • Upload date:
  • Size: 5.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pypsbuilder-2.6.4.tar.gz
Algorithm Hash digest
SHA256 a8131823e4996f67ae2dddd732517ed71b0c28c2dd0216d6b44ac011e5a8c229
MD5 0800adede234a6bd5c458c6a2375c826
BLAKE2b-256 c1a94f30fa6f563a127b29931f541738f8e2b0b456ce07d6e7a855544af9cd86

See more details on using hashes here.

Provenance

The following attestation bundles were made for pypsbuilder-2.6.4.tar.gz:

Publisher: release.yml on ondrolexa/pypsbuilder

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pypsbuilder-2.6.4-py3-none-any.whl.

File metadata

  • Download URL: pypsbuilder-2.6.4-py3-none-any.whl
  • Upload date:
  • Size: 163.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pypsbuilder-2.6.4-py3-none-any.whl
Algorithm Hash digest
SHA256 bd1b0ab5e2bca1fdfb6373badd9d16fac581418917700930a7d1835f424804d7
MD5 43483d00cf4f9578f8f40db1829abf9f
BLAKE2b-256 a0c5c3ac157261ee7c6ce36077745a0a3e8277b0fc183ff2490487a87b45d128

See more details on using hashes here.

Provenance

The following attestation bundles were made for pypsbuilder-2.6.4-py3-none-any.whl:

Publisher: release.yml on ondrolexa/pypsbuilder

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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