Metadata-Version: 2.1
Name: redbrick-sdk
Version: 2.33.3
Summary: RedBrick platform Python SDK!
License: MIT License
        
        Copyright (c) 2021 RedBrick AI Private Limited
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://www.redbrickai.com
Project-URL: Documentation, https://sdk.redbrickai.com
Project-URL: Changelog, https://docs.redbrickai.com/changelogs/redbrick-sdk-changelog
Keywords: redbrick
Classifier: Programming Language :: Python
Requires-Python: <3.15,>=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiofiles<25
Requires-Dist: aiohttp<4,>=3.10.5
Requires-Dist: boto3<2,>=1.41.0
Requires-Dist: dicom2nifti<3
Requires-Dist: inquirerpy<1
Requires-Dist: keyring<26,>=24.0.0
Requires-Dist: natsort<9,>=8.0.2
Requires-Dist: nest-asyncio<2,>=1.5.4
Requires-Dist: nibabel<6,>=5.3.2
Requires-Dist: numpy<3,>=2
Requires-Dist: packaging<25
Requires-Dist: Pillow<12,>=9.0.1
Requires-Dist: pydicom<4,>=2.4
Requires-Dist: pydicom-seg-rb<2,>=1
Requires-Dist: python-dateutil<3
Requires-Dist: requests<3,>=2.23.0
Requires-Dist: Rich<15
Requires-Dist: rt-utils<2
Requires-Dist: shtab<2
Requires-Dist: SimpleITK<3
Requires-Dist: tenacity<10
Requires-Dist: tqdm<5
Requires-Dist: typing-extensions<5
Provides-Extra: dev
Requires-Dist: black<=24.10.0; extra == "dev"
Requires-Dist: build<=1.2.2.post1; extra == "dev"
Requires-Dist: flake8<=7.1.1; extra == "dev"
Requires-Dist: gputil<=1.4.0; extra == "dev"
Requires-Dist: mypy<=1.13.0; extra == "dev"
Requires-Dist: mypy-extensions<=1.0.0; extra == "dev"
Requires-Dist: nibabel-stubs; extra == "dev"
Requires-Dist: psutil<=6.1.0; extra == "dev"
Requires-Dist: pycodestyle<=2.12.1; extra == "dev"
Requires-Dist: pydocstyle<=6.3.0; extra == "dev"
Requires-Dist: pylint<=3.3.2; extra == "dev"
Requires-Dist: pytest<=8.3.4; extra == "dev"
Requires-Dist: pytest-asyncio<=0.25.0; extra == "dev"
Requires-Dist: pytest-cov<=6.0.0; extra == "dev"
Requires-Dist: pytest-randomly<=3.16.0; extra == "dev"
Requires-Dist: pytest-xdist<=3.6.1; extra == "dev"
Requires-Dist: pytest-xdist[psutil]<=3.6.1; extra == "dev"
Requires-Dist: setuptools<=75.6.0; extra == "dev"
Requires-Dist: types-pydicom; extra == "dev"
Requires-Dist: wheel<=0.45.1; 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.

[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/redbrick-ai/redbrick-sdk)

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

For custom project setup with `create_project_advanced()`, see the Python SDK
documentation for stage configuration examples and routing guidance.
