Metadata-Version: 2.1
Name: foo-et-al-parameterization
Version: 0.0.6
Summary: A basic python library to gain the volume of a sphere given its radius
Author-email: Aidan Goldstein <goldstai@oregonstate.edu>
Project-URL: Homepage, https://github.com/aidangold/foo-et-al-parameterization
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# foo-et-al-parameterization

[PyPI](https://pypi.org/project/foo-et-al-parameterization/)
[License](https://github.com/aidangold/foo-et-al-parameterization/blob/master/LICENSE)

## Description

foo-et-al-parameterization is a python software package that allows the translation of a given radius of a sphere to the volume value of that spehere.

This is a community focused project that is open source and values all contributions to improvements.

## Installation

You can install the package via pip:

```bash
pip install foo_et_al_parameterization
```
Don't forget to import before using in a file!

```bash
from foo_et_al_parameterization import sphere_volume
```
