{"id":16200964,"url":"https://github.com/rpakishore/hilti-profis","last_synced_at":"2026-01-29T04:44:27.704Z","repository":{"id":221602250,"uuid":"754857002","full_name":"rpakishore/Hilti-Profis","owner":"rpakishore","description":"Python module to generate `.pe` files to be used with Hilti Profis Software","archived":false,"fork":false,"pushed_at":"2024-11-05T23:28:51.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T04:02:46.277Z","etag":null,"topics":["building-design","concrete","python","structural-engineering"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rpakishore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-08T22:23:07.000Z","updated_at":"2024-11-05T23:28:53.000Z","dependencies_parsed_at":"2024-02-12T23:27:18.278Z","dependency_job_id":"b5ba295b-f2a3-4b6a-b05c-6f04d0353111","html_url":"https://github.com/rpakishore/Hilti-Profis","commit_stats":null,"previous_names":["rpakishore/hilti-profis"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpakishore%2FHilti-Profis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpakishore%2FHilti-Profis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpakishore%2FHilti-Profis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpakishore%2FHilti-Profis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rpakishore","download_url":"https://codeload.github.com/rpakishore/Hilti-Profis/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248161259,"owners_count":21057552,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["building-design","concrete","python","structural-engineering"],"created_at":"2024-10-10T09:35:01.395Z","updated_at":"2026-01-29T04:44:27.677Z","avatar_url":"https://github.com/rpakishore.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--- Heading ---\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eHilti Profis\u003c/h1\u003e\n  \u003cp\u003e\n    Python binding for generating `.pe` files, for use with \u003ca href=\"https://www.hilti.ca/content/hilti/W1/CA/en/business/business/engineering/profis-engineering.html\"\u003eHilti-Profis software\u003c/a\u003e.\n  \u003c/p\u003e\n\u003ch4\u003e\n    \u003ca href=\"https://github.com/rpakishore/Hilti-Profis\"\u003eDocumentation\u003c/a\u003e\n  \u003cspan\u003e · \u003c/span\u003e\n    \u003ca href=\"https://github.com/rpakishore/Hilti-Profis/issues/\"\u003eReport Bug\u003c/a\u003e\n  \u003cspan\u003e · \u003c/span\u003e\n    \u003ca href=\"https://github.com/rpakishore/Hilti-Profis/issues/\"\u003eRequest Feature\u003c/a\u003e\n  \u003c/h4\u003e\n\u003c/div\u003e\n\u003cbr /\u003e\n\n![GitHub commit activity](https://img.shields.io/github/commit-activity/m/rpakishore/Hilti-Profis)\n![GitHub last commit](https://img.shields.io/github/last-commit/rpakishore/Hilti-Profis)\n[![tests](https://github.com/rpakishore/Hilti-Profis/actions/workflows/test.yml/badge.svg)](https://github.com/rpakishore/Hilti-Profis/actions/workflows/test.yml)\n![PyPI - Version](https://img.shields.io/pypi/v/hilti_profis)\n\n\u003c!-- Table of Contents --\u003e\n\u003ch2\u003eTable of Contents\u003c/h2\u003e\n\n- [1. About the Project](#1-about-the-project)\n  - [1.1. Features](#11-features)\n- [2. Getting Started](#2-getting-started)\n  - [2.1. Prerequisites](#21-prerequisites)\n  - [2.2. Dependencies](#22-dependencies)\n  - [2.3. Installation](#23-installation)\n    - [2.3.1. From github](#231-from-github)\n    - [2.3.2. From Pypi](#232-from-pypi)\n  - [2.4. Development](#24-development)\n- [3. Usage](#3-usage)\n- [6. License](#6-license)\n- [7. Contact](#7-contact)\n\n\u003c!-- About the Project --\u003e\n## 1. About the Project\n\n\u003c!-- Features --\u003e\n### 1.1. Features\n\n- Create new custom `.pe` files\n- Modify part/whole of existing `.pe` file\n- Add load cases to anchor design\n\n\u003c!-- Getting Started --\u003e\n## 2. Getting Started\n\n\u003c!-- Prerequisites --\u003e\n### 2.1. Prerequisites\n\nPython 3.11 or above\n\n### 2.2. Dependencies\n\nCreate the virutual environment and install dependencies\n\n```bash\n  pip install flit\n```\n\n\u003c!-- Installation --\u003e\n### 2.3. Installation\n\n#### 2.3.1. From github\n\nGet the latest version directly from github\n\n```bash\n  git clone https://github.com/rpakishore/Hilti-Profis.git\n  cd Hilti-Profis\n  pip install flit\n  flit install --deps production\n```\n\n#### 2.3.2. From Pypi\n\n```bash\n  pip install hilti_profis\n```\n\n### 2.4. Development\n\nDownload the git and install via flit\n\n```bash\n  git clone https://github.com/rpakishore/Hilti-Profis.git\n  cd Hilti-Profis\n  pip install flit\n  flit install --pth-file\n```\n\n\u003c!-- Usage --\u003e\n## 3. Usage\n\n```python\nfrom hilti_profis.main import PE\n\nanchor = PE(basefile=None)  #Optionally provide an existing `.pe` file to import default values\n\n#Change/Add values\nanchor.Model['ProjectName'] = 'TestProject'\n\nanchor.Model.Loads.Combos.delete_existing()     #Delete Existing Load Combinations\nanchor.Model.Loads.Combos.add(Fx=1, Fy=1, Fz=2, Mx=1, My=2, Mz=3, LoadType='Seismic', Comment='LC1')    #Forces in N\nanchor.Model.Loads.Combos.add(Fx=1000, Fy=1000, Fz=2000, Mx=1000, My=2000, Mz=3000, LoadType='Seismic', Comment='LC2')    #Forces in N; Moments in N-mm\n\nanchor.Model.apply()            #Apply the changes\nanchor.xml_content()            #Get contents of `.pe` file\nanchor.save('nosync-test.pe')   #Save file to destination\n```\n\u003c!-- License --\u003e\n## 6. License\n\nSee [LICENSE](/LICENSE) for more information.\n\n\u003c!-- Contact --\u003e\n## 7. Contact\n\nArun Kishore - [@rpakishore](mailto:pypi@rpakishore.co.in)\n\nProject Link: [https://github.com/rpakishore/Hilti-Profis](https://github.com/rpakishore/Hilti-Profis)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frpakishore%2Fhilti-profis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frpakishore%2Fhilti-profis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frpakishore%2Fhilti-profis/lists"}