Metadata-Version: 2.1
Name: jrpyspark
Version: 0.1.0
Summary: Jumping Rivers: Big Data Analytics with PySpark
Author: Jumping Rivers
Author-email: info@jumpingrivers.com
Requires-Python: >=3.8
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: matplotlib (>=3.6.3,<4.0.0)
Requires-Dist: numpy (>=1.24.1,<2.0.0)
Requires-Dist: pandas (>=1.5.3,<2.0.0)
Requires-Dist: pyarrow (>=12.0.1,<13.0.0)
Requires-Dist: pyspark (>=3.4.1,<4.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.

