Simplified BIM Collaboration Format (BCF) generation for project leaders and managers
Project description
BetterCorrectFast
Simplified BIM Collaboration Format (BCF) generation for project leaders and managers.
Usage
Install the library:
pip install bettercorrectfast
Create and save an issue locally:
import bettercorrectfast as bcf
issue = bcf.create("Title", "Description", "Screenshot.png")
bcf.save(issue, "issue.bcf")
It is also possible to add a title, description, snapshot and/or ifc-guids to the issue:
issue_from_text = bcf.create("Title", "Description")
issue_from_title = bcf.create(title="Title)
issue_from_description = bcf.create(description="Description")
issue_from_image = bcf.create(image_filepath="Screenshot.jpg")
issue_from_ifc_guids = bcf.create(ifc_guids=["1rDWROW8j2v8TxahWHKI_E", "1rDWROW8j2v8TxahWHKap1"])
Technical Notes
The issue schema conforms to the BCF (BIM Collaboration Format) version 2.1 standard as defined by buildingSMART International.
Note: This library currently supports image snapshots exclusively in .png format. Support for .jpg format is in development.
Building the Package
Setting up a virtual environment:
python -m venv env
Activating the virtual environment:
:: Windows CMD
env\Scripts\activate.bat
# Windows PowerShell
env\Scripts\Activate.ps1
# macOS/Linux
source venv/bin/activate
Installing required libraries:
pip install -r requirements.txt
Running tests:
python -m unittest discover -s tests
Building the package:
python setup.py sdist bdist_wheel
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bettercorrectfast-0.2.0.tar.gz.
File metadata
- Download URL: bettercorrectfast-0.2.0.tar.gz
- Upload date:
- Size: 30.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da76705df689a49a9d07ac8a865162c5f6436cbe4b6ddfc641c5a8eea3ee4550
|
|
| MD5 |
001f74598b52824806d9d1b31423fcf7
|
|
| BLAKE2b-256 |
cfec62d46e5787cff531e76acdfa0a01b8300dfdde39c18721de0ff1937d9ad1
|
File details
Details for the file bettercorrectfast-0.2.0-py3-none-any.whl.
File metadata
- Download URL: bettercorrectfast-0.2.0-py3-none-any.whl
- Upload date:
- Size: 32.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13af51f0cf0fae691d3bba820e5cf789c99182ae9c9f351851a089b0208347ce
|
|
| MD5 |
b0a855775598069e247990ff16ec5088
|
|
| BLAKE2b-256 |
3c9e0c695f3e530a676594d5e77706c8b26607a8def92165a33f0a5205bf89df
|