Metadata-Version: 2.1
Name: pyaccl
Version: 0.1
Summary: Python bindings for the Alveo Collectives Communication Library (ACCL)
Home-page: https://github.com/Xilinx/ACCL
Author: Lucian Petrica
Author-email: lucianp@amd.com
License: Apache License 2.0
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pynq (>=2.7)
Requires-Dist: numpy
Requires-Dist: pyzmq
Requires-Dist: ipaddress

# ACCL Python Bindings

This package provides Python bindings for the [Alveo Collective Communication Library (ACCL)](https://github.com/Xilinx/ACCL). 

Built and uploaded from the ACCL GitHub repository with:
```sh
cd "driver/pynq"
python3 -m build
python3 -m twine upload dist/*
```

Install as follows:
```sh
pip3 install pyaccl
```

More documentation to follow.

