Skip to main content

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.jpg")
bcf.save(issue, "issue.bcf")

It is also possible to add a title, description and/or snapshot 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")

Technical Notes

The issue schema conforms to the BCF (BIM Collaboration Format) version 2.0 standard as defined by buildingSMART International.

Note: This library currently supports image snapshots exclusively in .png format. Support for .jpg format is under 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bettercorrectfast-0.1.9.tar.gz (30.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bettercorrectfast-0.1.9-py3-none-any.whl (32.5 kB view details)

Uploaded Python 3

File details

Details for the file bettercorrectfast-0.1.9.tar.gz.

File metadata

  • Download URL: bettercorrectfast-0.1.9.tar.gz
  • Upload date:
  • Size: 30.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for bettercorrectfast-0.1.9.tar.gz
Algorithm Hash digest
SHA256 4f0ce35450542ba9d86f356474a19ec317e112de0198c9f0624fa213b993d066
MD5 08bf2880b96c4265f7d6eb24cca14968
BLAKE2b-256 63e57760383d35c2ad274f2dbff426d6342813f22ec7817f63252c4c33f347ab

See more details on using hashes here.

File details

Details for the file bettercorrectfast-0.1.9-py3-none-any.whl.

File metadata

File hashes

Hashes for bettercorrectfast-0.1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 98488806d0101311615f329e9d7191be1cb600ac42be6e845e3053cb222c064a
MD5 47764847e9f697970f08465ebdbcbe05
BLAKE2b-256 0b27e9b0465abf0e7bae69e2b31d69bc23526fceb91a8a38e01d1b3cff6be47e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page