Skip to main content

Controllers to create and modify Plaxis 2D and 3D models with enhanced functionalities.

Project description

plxcontroller

Controllers to create and modify Plaxis 2D and 3D models with enhanced functionalities.

Checked with mypy Code style: black Imports: isort

This repository is created by CEMS BV.

Installation

To install a package in this repository run:

$ pip install plxcontroller

Contribution

Environment

We recommend developing in Python3.9 with a clean virtual environment (using virtualenv or conda), installing the requirements from the requirements.txt file:

Example using virtualenv and pip to install the dependencies in a new environment .env on Linux:

python -m venv .env
source .env/bin/activate
python -m pip install --upgrade pip setuptools
pip install -r requirements.txt
pip install -e .

Format

We format our code with black and isort.

black --config "pyproject.toml" src/plxcontroller tests notebooks
isort --settings-path "pyproject.toml" src/plxcontroller tests notebooks

Lint

To maintain code quality we use the GitHub super-linter.

To run the linters locally, run the run_super_linter.sh bash script from the root directory.

UnitTest

Test the software with the use of coverage:

python -m pip install --upgrade pip setuptools
pip install -r requirements.txt
pip install -e .
coverage run -m pytest

Requirements

Requirements are autogenerated by the pip-compile command with python 3.9

Install pip-tools with:

pip install pip-tools

Generate requirements.txt file with:

pip-compile --extra=test --extra=lint --output-file=requirements.txt pyproject.toml

Update the requirements within the defined ranges with:

pip-compile --upgrade --extra=test --extra=lint --output-file=requirements.txt pyproject.toml

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

plxcontroller-0.8.1.tar.gz (14.2 kB view details)

Uploaded Source

Built Distribution

plxcontroller-0.8.1-py3-none-any.whl (18.0 kB view details)

Uploaded Python 3

File details

Details for the file plxcontroller-0.8.1.tar.gz.

File metadata

  • Download URL: plxcontroller-0.8.1.tar.gz
  • Upload date:
  • Size: 14.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for plxcontroller-0.8.1.tar.gz
Algorithm Hash digest
SHA256 f763fabd48e244ca722db4e0ddd213cdae7fdbcf1603fc906a0abab623095859
MD5 eb66b49ed9c6f9f8fddabe64708dc7d4
BLAKE2b-256 63afc48cb643b2069c4780ab26be0afa90b305fb7e6e4cb46d3ca1d530d4dcd9

See more details on using hashes here.

File details

Details for the file plxcontroller-0.8.1-py3-none-any.whl.

File metadata

File hashes

Hashes for plxcontroller-0.8.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4b26eecccc4581c6681b799effa1f5f40e7425bb1991f209eefc554560cedb0d
MD5 1903ab4341f73cf92a20d992b05ae4c1
BLAKE2b-256 69b6e8c3d5217150aaf1ea33d04891c0e28fd2a36e6bd638d0629ce82507714e

See more details on using hashes here.

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