A Python package to use the JSON API from ArchiCAD.
Project description
tapir_py
Contains the source code for IronPython friendly adaptation of the official archicad package.
Installation
pip install tapir_py
Usage
# Sample code to check connection
# with open ARCHICAD project.
import tapir_py
result = tapir_py.is_alive()
print(result)
# Sample code to get all elements
# from open ARCHICAD project, and
# print the GUID.
from tapir_py import core
# Create an archicad command object.
archicad = core.Command.create()
# Print GUID of elements
elements = archicad.GetAllElements()
for element in elements:
print(element.guid)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tapir_py-1.0.0.tar.gz
(20.5 kB
view details)
Built Distribution
tapir_py-1.0.0-py3-none-any.whl
(21.5 kB
view details)
File details
Details for the file tapir_py-1.0.0.tar.gz
.
File metadata
- Download URL: tapir_py-1.0.0.tar.gz
- Upload date:
- Size: 20.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3662b38a189f38b58db573d3bc279b84f98becaf2264b2016d011e91e95da54 |
|
MD5 | 66f17e6e0d2ec3249ea50a0aab5e1b4f |
|
BLAKE2b-256 | 1c07fc173c4cd8075696e7738c7719509b29a7d9bb866274a6cd7f0ca967efa3 |
File details
Details for the file tapir_py-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: tapir_py-1.0.0-py3-none-any.whl
- Upload date:
- Size: 21.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ca87b61b5baa5fa3fc118f0be6cf46bbbca2d4d381583d11efe9a431f3982c7 |
|
MD5 | 301816a0f33143244716ff555b1f3494 |
|
BLAKE2b-256 | 31580cd8433a19f4a71e7fb55f3cbc17464a402a9d392b27a1047feae2def1c9 |