{"id":39688075,"url":"https://github.com/ebrahimraeyat/etabs_api","last_synced_at":"2026-01-18T10:03:02.508Z","repository":{"id":42701400,"uuid":"423155675","full_name":"ebrahimraeyat/etabs_api","owner":"ebrahimraeyat","description":"API for CSI ETABS 2018 and Higher","archived":false,"fork":false,"pushed_at":"2025-12-31T06:15:43.000Z","size":22057,"stargazers_count":65,"open_issues_count":2,"forks_count":18,"subscribers_count":5,"default_branch":"master","last_synced_at":"2026-01-04T08:44:55.473Z","etag":null,"topics":["api","etabs","freecad"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ebrahimraeyat.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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-10-31T13:28:34.000Z","updated_at":"2025-12-31T06:15:46.000Z","dependencies_parsed_at":"2023-02-15T21:45:51.583Z","dependency_job_id":"ee8af85d-1632-40ef-b11c-f63ab96db0a3","html_url":"https://github.com/ebrahimraeyat/etabs_api","commit_stats":{"total_commits":164,"total_committers":2,"mean_commits":82.0,"dds":"0.0060975609756097615","last_synced_commit":"81f57f9ab4021d6b5bc0862561517833996a12b8"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ebrahimraeyat/etabs_api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebrahimraeyat%2Fetabs_api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebrahimraeyat%2Fetabs_api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebrahimraeyat%2Fetabs_api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebrahimraeyat%2Fetabs_api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ebrahimraeyat","download_url":"https://codeload.github.com/ebrahimraeyat/etabs_api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebrahimraeyat%2Fetabs_api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28534204,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["api","etabs","freecad"],"created_at":"2026-01-18T10:03:01.751Z","updated_at":"2026-01-18T10:03:02.498Z","avatar_url":"https://github.com/ebrahimraeyat.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"### etabs_api\n\netabs_api is a package written with python to communicates with [CSI ETABS](https://www.csiamerica.com/products/etabs) (2018 and above versions) and [CSI SAFE](https://www.csiamerica.com/products/safe) Softwares.\n\n## Installation\nStable Release:\n\n`pip install etabs-api`\n\nFor getting the latest version: \n`pip install git+https://github.com/ebrahimraeyat/etabs_api.git`\n\n## Simple example\n\n```python\nimport find_etabs\netabs, filename = find_etabs.find_etabs(run=False, backup=False)\nif (\n    etabs is None or\n    filename is None\n    ):\n    print('Error Occurred')\nelse:\n    etabs.lock_and_unlock_model()\n    ex, exn, exp, ey, eyn, eyp = etabs.load_patterns.get_seismic_load_patterns()\n\n# Read Tables\ntable_key = 'Load Combination Definitions'\ndf = etabs.database.read(table_key, to_dataframe=True)\n# write Tables\netabs.database.write(table_key=table_key, data=df)\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febrahimraeyat%2Fetabs_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Febrahimraeyat%2Fetabs_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febrahimraeyat%2Fetabs_api/lists"}