Metadata-Version: 2.1
Name: which-plates
Version: 0.7.0
Summary: 
Home-page: https://github.com/iandday/whichPlates
License: GNUv2
Author: Ian Day
Author-email: ian@ianday.me
Requires-Python: >=3.10,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: lxml (>=4.9.2,<5.0.0)
Project-URL: Repository, https://github.com/iandday/whichPlates
Description-Content-Type: text/markdown

# which_plates

CI/CD Status:  
![Release](https://img.shields.io/github/v/release/iandday/whichPlates?color=brightgreen&sort=semver)
[![Linting](https://github.com/iandday/whichPlates/actions/workflows/lint.yml/badge.svg)](https://github.com/iandday/whichPlates/actions/workflows/lint.yml)
[![Testing](https://github.com/iandday/whichPlates/actions/workflows/test.yml/badge.svg)](https://github.com/iandday/whichPlates/actions/workflows/test.yml)
[![Documentation](https://github.com/iandday/whichPlates/actions/workflows/documentation.yml/badge.svg)](https://github.com/iandday/whichPlates/actions/workflows/documentation.yml)

<!-- Pytest Coverage Comment:Begin -->
<!-- Pytest Coverage Comment:End -->

Calculate weight and plates needed for each set based on one rep max weight

```code=bash
ian@Ians-MacBook-Pro whichPlates % which-plates
Bar Weight:45
One rep max:250
Percentages for each set, space separated: 50 65
Set 1 @ 50%: 125.0lbs, 80.0lbs in plates
     35: 2
     5: 2
Set 2 @ 65%: 165.0lbs, 120.0lbs in plates
     45: 2
     15: 2
Plates Needed:
     45: 2
     35: 2
     15: 2
     5: 2
```

