Metadata-Version: 2.2
Name: pyncbitk-runtime
Version: 29.6.0.0
Summary: Runtime component of the NCBI C++ Toolkit to use in PyNCBItk.
Keywords: bioinformatics,blast,sequence,alignment,ncbi
Author-Email: Martin Larralde <martin.larralde@embl.de>
License: MIT License
         
         Copyright (c) 2024 Martin Larralde <martin.larralde@embl.de>
         
         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.
         
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: C++
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Project-URL: Documentation, https://pyncbitk.readthedocs.io/en/stable/
Project-URL: Bug Tracker, https://github.com/althonos/pyncbitk/issues
Project-URL: Changelog, https://github.com/althonos/pyncbitk/blob/master/CHANGELOG.md
Project-URL: Coverage, https://codecov.io/gh/althonos/pyncbitk/
Project-URL: Builds, https://github.com/althonos/pyncbitk/actions
Project-URL: PyPI, https://pypi.org/project/pyncbitk
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# 🧬🧰 PyNCBItk [![Stars](https://img.shields.io/github/stars/althonos/pyncbitk.svg?style=social&maxAge=3600&label=Star)](https://github.com/althonos/pyncbitk/stargazers)

*(Unofficial) [Cython](https://cython.org/) bindings and Python interface to the [NCBI C++ Toolkit](https://www.ncbi.nlm.nih.gov/toolkit).*

This package contains the runtime components of PyNCBItk to allow reusing them
across versions of the Cython bindings without having to rebuild. See the main
[`pyncbitk`](https://pypi.org/project/pyncbitk) package for more information.


## 🔧 Installing

The PyNCBItk runtime supports pre-built binaries for Linux x86-64 (based on `manylinux_2_34`),
and for MacOS x86-64 and Aarch64 (for MacOS 13.3+). At the moment, the package is only tested
on these platforms.

Compiling from scratch uses CMake and the [Conan C/C++ package manager](https://docs.conan.io/2/)
to build the official [`ncbi-cxx-toolkit-public` recipe](https://github.com/ncbi/ncbi-cxx-toolkit-conan)
and install the artifacts into a self-contained Python package. If compilation fails for your
platform, please open an issue on the [issue tracker](https://github.com/althonos/pyncbitk/issues).


## ⚖️ License

This library is provided under the [MIT License](https://choosealicense.com/licenses/mit/).
The NCBI C++ Toolkit is a "United States Government Work" and therefore lies in
the public domain, but may be subject to copyright by the U.S. in foreign
countries. Some restrictions apply, see the
[NCBI C++ Toolkit license](https://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/lxr/source/doc/public/LICENSE).
