Metadata-Version: 2.1
Name: banyan-python
Version: 0.1.1
Summary: Massively parallel cloud computing with popular Python libraries for analytics, processing, and simulation! 
Home-page: https://www.banyancomputing.com/
License: Apache-2.0
Keywords: Banyan,Parallel,Parallelism,Distributed,Scale,Large-scale,Big data,Cloud,Multiprocessing,Multi-processing,AWS
Author: Banyan Computing
Author-email: support@banyancomputing.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: boto3 (>=1.18.45,<2.0.0)
Requires-Dist: botocore (>=1.23.48,<2.0.0)
Requires-Dist: progressbar (>=2.5,<3.0)
Requires-Dist: progressbar2 (>=4.0.0,<5.0.0)
Requires-Dist: pygit2 (>=1.9.0,<2.0.0)
Requires-Dist: pytz (>=2021.3,<2022.0)
Requires-Dist: requests (>=2.27.1,<3.0.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Requires-Dist: tqdm (>=4.63.0,<5.0.0)
Project-URL: Repository, https://github.com/banyan-team/banyan-python/
Description-Content-Type: text/markdown

# Banyan

Banyan Python is an extension to the Python programming language that seamlessly
scales existing libraries and code to massive data and parallel cloud computing.

## Getting Started

Ensure you have Python>=3.8 installed. Install Banyan for Python as follows:

`pip install banyan-python`

Import and configure as follows:

```
import banyan as bn

bn.configure()
```

Visit [Banyan Computing](https://www.banyancomputing.com/resources/) for full documentation.

