Metadata-Version: 2.1
Name: redbrick-sdk
Version: 2.14.2
Summary: RedBrick platform Python SDK!
Project-URL: Homepage, https://www.redbrickai.com
Project-URL: Documentation, https://redbrick-sdk.readthedocs.io
Project-URL: Changelog, https://github.com/redbrick-ai/redbrick-sdk/releases
Keywords: redbrick
Classifier: Programming Language :: Python
Requires-Python: <3.13,>=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp<=3.9.1,>=3.7.4
Requires-Dist: dicom2nifti<=2.4.9
Requires-Dist: inquirerpy<=0.3.4,>=0.3.3
Requires-Dist: natsort<=8.4.0,>=8.0.2
Requires-Dist: nest-asyncio<=1.5.8,>=1.5.4
Requires-Dist: nibabel<=5.2.0,>=3.2.2
Requires-Dist: numpy<=1.26.2,>=1.15
Requires-Dist: packaging<=23.2
Requires-Dist: Pillow<=10.1.0,>=9.0.1
Requires-Dist: python-dateutil<=2.8.2
Requires-Dist: requests<=2.31.0,>=2.23.0
Requires-Dist: Rich<=13.7.0
Requires-Dist: rt-utils<=1.2.7
Requires-Dist: shtab<=1.6.5
Requires-Dist: tenacity<=8.2.3
Requires-Dist: tqdm<=4.66.1,>=4.50.0
Provides-Extra: dev
Requires-Dist: build<=1.0.3; extra == "dev"
Requires-Dist: twine<=4.0.2; extra == "dev"
Requires-Dist: wheel<=0.42.0; extra == "dev"
Requires-Dist: pytest<=7.4.3; extra == "dev"
Requires-Dist: black<=23.12.0; extra == "dev"
Requires-Dist: mypy<=1.7.1; extra == "dev"
Requires-Dist: mypy-extensions<=1.0.0; extra == "dev"
Requires-Dist: pylint<=3.0.3; extra == "dev"
Requires-Dist: pycodestyle<=2.11.1; extra == "dev"
Requires-Dist: pydocstyle<=6.3.0; extra == "dev"
Requires-Dist: flake8<=6.1.0; extra == "dev"
Requires-Dist: pytest-cov<=4.1.0,>=4.0.0; extra == "dev"
Requires-Dist: pytest-asyncio<=0.23.2; extra == "dev"
Requires-Dist: pytest-randomly<=3.15.0; extra == "dev"
Requires-Dist: pytest-xdist<=3.5.0; extra == "dev"
Requires-Dist: pytest-xdist[psutil]<=3.5.0; extra == "dev"

This is an SDK to make integration with the RedBrick AI platform as easy as possible. This includes uploading and downloading data
as well as making your datasets easily available for training. Use this SDK to access your data and labels anywhere you run your code, whether that is on the cloud or locally with a Jupyter Notebook.

Please feel free to submit issues on github or at [support@redbrickai.com](mailto:support@redbrickai.com) if you run into any problems or have suggestions.

Visit [docs.redbrickai.com/python-sdk/sdk-overview](https://docs.redbrickai.com/python-sdk/sdk-overview) for tutorials on how to use this library.


