Metadata-Version: 2.1
Name: jrwhypy
Version: 0.1.1
Summary: Jumping Rivers: Why Python
Author: parisa1
Author-email: parisa@jumpingrivers.com
Requires-Python: >=3.8, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*, !=3.12.*
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: ipywidgets (>=8.0.4,<9.0.0)
Requires-Dist: matplotlib (>=3.7.1,<4.0.0)
Requires-Dist: nbformat (>=5.7.3,<6.0.0)
Requires-Dist: numpy (>=1.24.2,<2.0.0)
Requires-Dist: pandas (>=1.5.3,<2.0.0)
Requires-Dist: plotly (>=5.13.1,<6.0.0)
Requires-Dist: scikit-learn (>=1.2.2,<2.0.0)
Requires-Dist: streamlit (>=1.20.0,<2.0.0)
Requires-Dist: tensorflow (>=2.11.0,<3.0.0)
Description-Content-Type: text/markdown

# Python packages

These packages were created using the poetry python package.

https://github.com/sdispater/poetry

To rebuild this package, clone the repo and install poetry.

The following commands at the project root will then be useful

* `poetry install` - grab and install all the dependencies necessary for building the package.
* `poetry build` - build the wheels and tar for the package
* `poetry publish` - publish the package to pypi

If you want to build your own package from scratch, the README for poetry is a good source.

## Usage

To use the package during a session:

`import jrwhypy`

### Data sets

The package has a data module for loading any data required.

e.g

`jrwhypy.data.load("bond")`

