Metadata-Version: 2.1
Name: dsci-310-group-1-package
Version: 0.1.0
Summary: A package containing the necessary functions to smoothly run the analysis in DSCI-310-Group-1
License: MIT
Author: Andres Perez, Daniel Hou, Zizhen Guo, Timothy Zhou
Requires-Python: >=3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: matplotlib (>=3.5.1)
Requires-Dist: numpy (>=1.22.3)
Requires-Dist: pandas (>=1.4.2)
Description-Content-Type: text/markdown

# DSCI_310_group_1_package

A package containing the necessary functions to smoothly run the analysis in DSCI-310-Group-1

## Installation

```bash
$ pip install DSCI_310_group_1_package
```

## Usage

- TODO

## Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

## License

`DSCI_310_group_1_package` was created by Andres Perez, Daniel Hou, Zizhen Guo, Timothy Zhou. It is licensed under the terms of the MIT license.

## Credits

`DSCI_310_group_1_package` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).

