Metadata-Version: 2.1
Name: aistore
Version: 1.2.1
Summary: A (growing) set of client-side APIs to access and utilize clusters, buckets, and objects on AIStore.
Project-URL: Homepage, https://aiatscale.org
Project-URL: Download, https://github.com/NVIDIA/aistore/tags
Project-URL: Documentation, https://aiatscale.org/docs/
Project-URL: Release notes, https://github.com/NVIDIA/aistore/releases/
Project-URL: Source, https://github.com/NVIDIA/aistore/
Author-email: AIStore Team <ais@exchange.nvidia.com>
License: MIT License
Keywords: AIStore,Artificial Intelligence,Deep Learning,ETL,High Performance,Lightweight Object Storage,Object Storage,Petascale
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.7
Requires-Dist: braceexpand>=0.1.7
Requires-Dist: cloudpickle==2.2.0
Requires-Dist: humanize>=4.6.0
Requires-Dist: packaging
Requires-Dist: pydantic==1.9.0
Requires-Dist: requests
Provides-Extra: botocore
Requires-Dist: wrapt; extra == 'botocore'
Provides-Extra: pytorch
Requires-Dist: torch; extra == 'pytorch'
Requires-Dist: torchdata; extra == 'pytorch'
Description-Content-Type: text/markdown

## AIS Python Components

This package contains the AIStore Python SDK, PyTorch integration, and Botocore patch. 
See the README files in each module for usage details:

- [SDK](https://github.com/NVIDIA/aistore/blob/master/python/aistore/sdk/README.md)
- [PyTorch](https://github.com/NVIDIA/aistore/blob/master/python/aistore/pytorch/README.md)
- [Botocore](https://github.com/NVIDIA/aistore/blob/master/python/aistore/botocore_patch/README.md)

## References

* [AIStore GitHub](https://github.com/NVIDIA/aistore)
* [Documentation](https://aiatscale.org/docs)
* [AIStore pip package](https://pypi.org/project/aistore/)
* [Videos and demos](https://github.com/NVIDIA/aistore/blob/master/docs/videos.md)
