Metadata-Version: 2.1
Name: grouponefunctions
Version: 0.1.2
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,<3.11
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.21.5)
Requires-Dist: pandas (>=1.4.2)
Description-Content-Type: text/markdown

# grouponefunctions

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

## Installation

```bash
$ pip install grouponefunctions
```

## Usage

- The package has three functions: splitxy, listfun, and plotsquaredata.

## 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

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

## Credits

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

