Metadata-Version: 2.1
Name: sparkypandy
Version: 0.1.4
Summary: It's not spark, it's now pandas, it's just awkward...
Home-page: https://github.com/tpvasconcelos/sparkypandy
Author: Tomas Pereira de Vasconcelos
Author-email: tomasvasconcelos@gmail.com
License: Apache-2.0
Project-URL: Documentation, https://packaging.python.org/tutorials/distributing-packages/
Project-URL: Funding, https://donate.pypi.org
Project-URL: Source, https://github.com/sparkypandyasconcelos/sparkypandy
Project-URL: Tracker, https://github.com/sparkypandyasconcelos/sparkypandy/issues
Keywords: spark,pyspark,pandas,dataframe
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development
Classifier: Typing :: Typed
Requires-Python: <4.0,>=3.7.1
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas (<2,>=1)
Requires-Dist: pyspark (<4,>=3)
Provides-Extra: dev
Requires-Dist: bumpversion (==0.6.0) ; extra == 'dev'
Requires-Dist: ipykernel (==5.5.5) ; extra == 'dev'
Requires-Dist: ipython (==7.21.0) ; extra == 'dev'
Requires-Dist: jupyterlab (==3.0.16) ; extra == 'dev'
Requires-Dist: sphinx (==3.5.1) ; extra == 'dev'
Requires-Dist: twine (==3.4.1) ; extra == 'dev'
Provides-Extra: tests
Requires-Dist: pytest (==6.2.2) ; extra == 'tests'
Requires-Dist: pytest-cov (==2.11.1) ; extra == 'tests'
Requires-Dist: tox (==3.22.0) ; extra == 'tests'

<h1 id="sparkypandy" align="center">SparkyPandy: a pandas API for spark</h1>

<p align="center">
  <!-- TODO: https://bestpractices.coreinfrastructure.org/en -->
  <a href="https://pypi.org/project/sparkypandy/">
      <img src="https://img.shields.io/pypi/v/sparkypandy" alt="PyPI - Latest Release">
  </a>
  <a href="https://github.com/tpvasconcelos/sparkypandy/">
      <img src="https://img.shields.io/pypi/pyversions/sparkypandy" alt="PyPI - Python Versions">
  </a>
  <a href="https://pypi.org/project/sparkypandy/">
      <img src="https://img.shields.io/pypi/status/sparkypandy.svg" alt="PyPI - Package Status">
  </a>
  <a href="https://github.com/tpvasconcelos/sparkypandy/blob/master/LICENSE">
      <img src="https://img.shields.io/pypi/l/sparkypandy" alt="PyPI - License">
  </a>
  <a href="https://github.com/psf/black">
      <img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Code style: black">
  </a>
  <br>
  <a href="https://github.com/tpvasconcelos/sparkypandy/actions/workflows/test.yaml/">
      <img src="https://github.com/tpvasconcelos/sparkypandy/actions/workflows/test.yaml/badge.svg" alt="Tests">
  </a>
  <a href="https://codecov.io/gh/tpvasconcelos/sparkypandy">
      <img src="https://codecov.io/gh/tpvasconcelos/sparkypandy/branch/master/graph/badge.svg?token=U1LW7Y01II" alt="codecov">
  </a>
  <a href="https://www.codefactor.io/repository/github/tpvasconcelos/sparkypandy">
      <img src="https://www.codefactor.io/repository/github/tpvasconcelos/sparkypandy/badge" alt="CodeFactor">
  </a>
  <a href="https://www.codacy.com/gh/tpvasconcelos/sparkypandy/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=tpvasconcelos/sparkypandy&amp;utm_campaign=Badge_Grade">
      <img src="https://app.codacy.com/project/badge/Grade/24e94a244a504de8a345b70f41c34445" alt="Codacy code quality">
  </a>
</p>

<p align="center"><i>It&#39;s not spark, it&#39;s not pandas, it&#39;s just awkward...</i></p>

---


