SMV (Standard Minute Value) calculator for garment industry sewing operations. Formula: SMV = Basic Time x (1 + Allowance%). Built and used in production by Scan ERP.
Project description
garment-smv-calculator
SMV (Standard Minute Value) calculator for the garment industry. Formula: SMV = Basic Time × (1 + Allowance%). Built and used in production by Scan ERP.
Install
pip install garment-smv-calculator
Usage
from garment_smv_calculator import calculate_smv, calculate_hourly_capacity
# Calculate SMV for a sewing operation
smv = calculate_smv(
observed_time_seconds=18, # From stopwatch observation
performance_rating=1.05, # Westinghouse: skilled at 105%
allowance_percent=0.30, # 30% (personal + fatigue + delay)
)
print(f"SMV: {smv:.2f} minutes per piece")
# → SMV: 0.41 minutes per piece
# Calculate operator hourly capacity
capacity = calculate_hourly_capacity(smv_minutes=smv, efficiency_percent=85)
print(f"Hourly capacity at 85% efficiency: {capacity} pieces")
Background
SMV is the foundation metric for piece-rate wage calculation in CMT garment factories. Without accurate SMV, every downstream calculation produces wrong numbers.
Read the complete guide: SAM & SMV Formula in Garment Industry
Related Reading
- How to Calculate SMV: Stopwatch Method
- SMV Calculation Software Comparison
- SAM Values Reference Table
License
MIT — Built by Santosh Rijal of Scan ERP
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 garment_smv_calculator-1.0.1.tar.gz.
File metadata
- Download URL: garment_smv_calculator-1.0.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc03faf229005846108f93a29c151037746ab7a37dbdc37273215c10834610a2
|
|
| MD5 |
3408d20e0cdc9e674dc9a70126642b42
|
|
| BLAKE2b-256 |
0e90d09275e768caabcfc165083970493a7cef1c4e0dee8b3c9dbebf6f4a9354
|
File details
Details for the file garment_smv_calculator-1.0.1-py3-none-any.whl.
File metadata
- Download URL: garment_smv_calculator-1.0.1-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52485004297299329c41deb95bc26841dc051d3ecc46d1741ca85d39593dc382
|
|
| MD5 |
d805d1727b149bb4dde2f3ed095f94cf
|
|
| BLAKE2b-256 |
383045993217533ec0fd590032e38b2560c965837f07375970270b20c9e513bd
|