Metadata-Version: 2.1
Name: pyarrow-hotfix
Version: 0.4
Project-URL: Documentation, https://github.com/pitrou/pyarrow-hotfix#readme
Project-URL: Issues, https://github.com/pitrou/pyarrow-hotfix/issues
Project-URL: Source, https://github.com/pitrou/pyarrow-hotfix
Author-email: Antoine Pitrou <antoine@python.org>
License: Apache License, Version 2.0
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
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.5
Description-Content-Type: text/x-rst

PyArrow Hotfix
==============

.. image:: https://img.shields.io/pypi/v/pyarrow-hotfix.svg
   :alt: pyarrow_hotfix package on PyPI
   :target: https://pypi.org/project/pyarrow-hotfix

.. image:: https://img.shields.io/pypi/pyversions/pyarrow-hotfix.svg
   :alt: pyarrow_hotfix supported Python versions
   :target: https://pypi.org/project/pyarrow-hotfix

.. image:: https://github.com/pitrou/pyarrow-hotfix/actions/workflows/tests.yml/badge.svg
   :alt: latest unit test results
   :target: https://github.com/pitrou/pyarrow-hotfix/actions/workflows/tests.yml


Installation
------------

Use ``pip`` to install::

   pip install pyarrow_hotfix

.. note::
   Both ``pyarrow-hotfix`` and ``pyarrow_hotfix`` are accepted and point to
   the same package.

Usage
-----

``pyarrow_hotfix`` must be imported in your application or library code for
it to take effect::

   import pyarrow_hotfix

Supported versions
------------------

``pyarrow_hotfix`` supports all Python versions starting from Python 3.5,
and all PyArrow versions starting from 0.14.0.

Dependencies
------------

``pyarrow_hotfix`` is a pure Python package that does not have any explicit
dependencies, and assumes you have installed ``pyarrow`` through other means
(such as ``pip`` or ``conda``).

License
-------

Like ``pyarrow``, ``pyarrow_hotfix`` is distributed under the terms of the
`Apache License, version 2.0 <https://www.apache.org/licenses/LICENSE-2.0>`_.
