Metadata-Version: 2.1
Name: bodo
Version: 2024.12
Summary: The Python Supercomputing Analytics Platform
Keywords: data,analytics,cluster
Author: Bodo.ai
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Compilers
Classifier: Topic :: System :: Distributed Computing
Project-URL: Homepage, https://bodo.ai
Project-URL: Documentation, https://docs.bodo.ai
Requires-Python: <3.13,>=3.10
Requires-Dist: numba==0.60.0
Requires-Dist: pyarrow==17.0.0
Requires-Dist: pandas<2.3,>=2.2
Requires-Dist: numpy<1.27,>=1.24
Requires-Dist: fsspec>=2021.09
Requires-Dist: requests
Requires-Dist: cloudpickle<4.0,>=3.0
Requires-Dist: psutil
Requires-Dist: h5py; extra == "hdf5"
Requires-Dist: scikit-learn==1.4.*; extra == "sklearn"
Requires-Dist: matplotlib<=3.8.2; extra == "plot"
Requires-Dist: s3fs>=2022.1.0; extra == "s3fs"
Requires-Dist: adlfs>=2022.1.0; extra == "adlfs"
Requires-Dist: gcsfs>=2022.1.0; extra == "gcsfs"
Requires-Dist: snowflake-connector-python; extra == "snowflake"
Requires-Dist: sqlalchemy; extra == "mysql"
Requires-Dist: PyMySQL; extra == "mysql"
Requires-Dist: sqlalchemy; extra == "postgres"
Requires-Dist: psycopg2; extra == "postgres"
Requires-Dist: sqlalchemy; extra == "oracle"
Requires-Dist: cx-Oracle; extra == "oracle"
Requires-Dist: libaio; extra == "oracle"
Provides-Extra: hdf5
Provides-Extra: sklearn
Provides-Extra: plot
Provides-Extra: s3fs
Provides-Extra: adlfs
Provides-Extra: gcsfs
Provides-Extra: snowflake
Provides-Extra: mysql
Provides-Extra: postgres
Provides-Extra: oracle
Description-Content-Type: text/markdown

# Bodo

## Bodo: Extreme Performance Python Analytics Engine

Bodo is a new compute engine using a novel JIT inferential compiler technology that brings supercomputing-like performance and scalability to native Python analytics code. Bodo automatically parallelizes Python/Pandas code allowing applications to scale to 10,000+ cores and petabytes of data.

Bodo Documentation: https://docs.bodo.ai
