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.7.1.tar.gz (14.0 kB view details)

Uploaded Source

Built Distribution

plxcontroller-0.7.1-py3-none-any.whl (16.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for plxcontroller-0.7.1.tar.gz
Algorithm Hash digest
SHA256 b78c2dd55a5ff156e258bce304186f733154535e39f1d36080a460da64bddf69
MD5 9534c3404b8aa0cdca2709cc06137ba4
BLAKE2b-256 1e1d1ea10d30b1d9e3fc7002e5dab6e7001109b1672964be9bbcfe99bb18ca15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for plxcontroller-0.7.1-py3-none-any.whl
Algorithm Hash digest
SHA256 608b5925615bf2b8dd24d3952e44525b6c1534fe7934e5c6dee1db39607e2b51
MD5 2988edcf3a24f552d4fc28e65eb1068a
BLAKE2b-256 7c5e6bbad4a89cf32569b3df3c7f1d7e286619d80070870997543cb979af63b2

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