Metadata-Version: 2.4
Name: eng_conversions_sa
Version: 0.1.0
Summary: A simple utility for Structural Engineering unit conversions.
Author-email: Your Name <your@email.com>
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Engineering Conversions
A simple Python package for civil and structural engineering unit conversions.

## Installation
`pip install eng_conversions_sa`

## Usage
```python
from eng_conversions import kn_to_n
print(kn_to_n(5)) # Output: 5000
