Git Product home page Git Product logo

plxscripting's Introduction

plxscripting

Python files required to interact with PLAXIS API. These files are created by Seequent/Bentley (owner of PLAXIS) and distributed as part of the PLAXIS installation. The goal of this repository is simply to store this files to ease the CEMS development pipeline.

Installation

To install simply run:

$ pip install plxscripting

Or for a particular version (e.g. 1.0.2):

$ pip install plxscripting==1.0.2

Compatibility tables between Plaxis program version and repo version

Each version of this repository is compatible with one (or more) versions of the PLAXIS 2D and 3D programs. Below you find two tables containing the known compatibilities, so you can install the version you need depending on the PLAXIS program you need to use.

PLAXIS 2D Versions Repository Version
PLAXIS 2D CONNECT Edition V22 Update 2 1.0.2
PLAXIS 3D Versions Repository Version
PLAXIS 3D 2023.2 1.0.4

Contribution

Developer's note

Every time a new PLAXIS version is released, a new version of the plxscripting directory and the encryption.py file is released/included in the PLAXIS installation. Theses files are typically located under a directory similar to:

C:\ProgramData\Seequent\PLAXIS Python Distribution V2\python\Lib\site-packages

where Seequent used to be named Bentley in the previous versions and V2 will have a different index.

The contribution of this repository restricts itself to:

  • Copy the copy these files to plxscripting directory and the encryption.py under the src of this repository.
  • Make a new release using the same version as in the file plxscripting\__version__.py.
  • Updating the compatibilty tables writter in the previous section.

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 .

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 --output-file=requirements.txt pyproject.toml

Update the requirements within the defined ranges with:

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

plxscripting's People

Contributors

pablovasconez avatar

Watchers

Thomas Versteeg avatar  avatar

plxscripting's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.