Metadata-Version: 2.1
Name: TheBeans
Version: 0.1.0
Summary: Python package with the beans.
Author-email: Lucas Phillips <lphill57@vols.utk.edu>
License: MIT License
Project-URL: Homepage, https://github.com/phillipslucas/TheBeans
Keywords: TheBeans
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: ipyleaflet
Requires-Dist: ipywidgets
Requires-Dist: pysheds
Requires-Dist: pandas
Requires-Dist: geopandas
Requires-Dist: matplotlib
Provides-Extra: all
Requires-Dist: TheBeans[extra]; extra == "all"
Provides-Extra: extra
Requires-Dist: pandas; extra == "extra"

# TheBeans
[![image](https://img.shields.io/pypi/v/TheBeans.svg)](https://pypi.python.org/pypi/TheBeans)
[![image](https://img.shields.io/conda/vn/conda-forge/TheBeans.svg)](https://anaconda.org/conda-forge/TheBeans)

![Logo](docs/images/TheBeans.jpg)



**Python package for visualizing data, extracting coordinates and hydrologic processing.**


-   Free software: MIT License
-   Documentation: https://phillipslucas.github.io/TheBeans
    

## Features

-   Will give your code the beans.
-   Will give your life the beans.
-   Will do your taxes the beans.
-   Will hydologic model the beans.
-   Will let you add data through the toolbar the beans.

## Installation Instructions

You can install `thebeans` using pip:
```bash
$ pip install thebeans
```

You can also install the least stable version from this repository.
```bash
$ git clone https://github.com/phillipslucas/TheBeans.git
$ cd thebeans
$ python pyproject.toml install
```

### Quickstart Notebook
[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/phillipslucas/TheBeans/blob/main/docs/examples/quickstart.ipynb)
