VCT floor finish coat count optimizer — burnishing response, repairability, and COF/slip compliance calculator for commercial VCT maintenance programs
Project description
vct-finish-layer-count-2026
VCT floor finish coat count optimizer — burnishing response, repairability, and COF/slip compliance calculator for commercial VCT maintenance programs.
pip install vct-finish-layer-count-2026
from vct_finish_layer_count_2026 import FinishType, TrafficLevel, ZoneType, assess_coat_count, assess_cof
result = assess_coat_count(
finish_type=FinishType.ACRYLIC_ZINC,
traffic_level=TrafficLevel.MEDIUM,
coat_count=5,
)
print(result.burnish_response.rating) # 'good'
print(result.repairability.score) # 9
print(result.recommendation.action) # 'maintain'
cof = assess_cof(FinishType.ACRYLIC_ZINC, coat_count=5, zone_type=ZoneType.WET_GENERAL)
print(cof.static_cof_wet) # 0.42
print(cof.passes_nfpa_wet) # False
print(cof.action_required) # 'anti_slip_treatment_required'
CLI:
vct-assess coat-count --finish-type acrylic_zinc --traffic-level medium --coat-count 5
vct-assess cof --finish-type acrylic_zinc --coat-count 6 --zone-type wet_general
Full technical guide: VCT Finish Layer Count Optimization
Developed by Binx Professional Cleaning, North Bay and Sudbury, Ontario.
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 vct_finish_layer_count_2026-0.1.0.tar.gz.
File metadata
- Download URL: vct_finish_layer_count_2026-0.1.0.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
731dbb0b549c3c182826be399eacc922fd9360083353231009f842f29ddc663f
|
|
| MD5 |
a3f00d10b32f2fbc923c60f9da29534c
|
|
| BLAKE2b-256 |
5539e31a26a84ec5e72d2893fd971e358a0d60be4f1390769cf56618b8cd2274
|
File details
Details for the file vct_finish_layer_count_2026-0.1.0-py3-none-any.whl.
File metadata
- Download URL: vct_finish_layer_count_2026-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07e5ba2b858632d769b468b60acd7c5f52488d982495d51055643c88cdbfd63e
|
|
| MD5 |
b8dea0d8aa4a89f73509caef4d101daf
|
|
| BLAKE2b-256 |
85980373fd8116c4fbdbad2ef04c9ef6fcefe96d311a653ae7f9b2dc7fc71063
|