Metadata-Version: 2.2
Name: bionemo
Version: 0.3.1.post2
Summary: [DEPRECATED] Python client for the BioNeMo Service
Author-email: NVIDIA Bionemo <bionemofeedback@nvidia.com>
Maintainer-email: Kevin Boyd <kboyd@nvidia.com>
License: Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
        
        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.nvidia.com/en-us/clara/bionemo/
Project-URL: Documentation, https://developer.nvidia.com/docs/bionemo-service/index.html
Project-URL: Examples, https://github.com/NVIDIA/BioNeMo/tree/main/examples/service
Keywords: bionemo
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: click>=8.1
Requires-Dist: h5py
Requires-Dist: numpy
Requires-Dist: requests
Requires-Dist: requests_futures
Requires-Dist: typing_extensions
Provides-Extra: devtools
Requires-Dist: pytest; extra == "devtools"
Requires-Dist: pytest-cov>=2.8.1; extra == "devtools"
Requires-Dist: pytest-json-report; extra == "devtools"
Requires-Dist: pytest-parallel; extra == "devtools"

# DEPRECATED: BioNeMo Service Python Client

BioNeMo Inference Service has moved to [NVIDIA Inference Microservies (NIMs)](https://build.nvidia.com/).
* Biology NIMs can be found at: [build.nvidia.com/explore/biology](https://build.nvidia.com/explore/biology)
* Examples of NIM integrations can be found at: [github.com/NVIDIA/bionemo-examples/tree/main/examples/nims](https://github.com/NVIDIA/bionemo-examples/tree/main/examples/nims)
* For training new models, visit the BioNeMo Framework: [github.com/NVIDIA/bionemo-framework](https://github.com/NVIDIA/bionemo-framework) 
