Metadata-Version: 2.4
Name: colibry-npu
Version: 0.1.0
Summary: Colibry NPU compiler
Project-URL: Homepage, https://ai.asygn.com
Project-URL: Issues, https://gitlab.eclipse.org/eclipse/aidge/aidge_export_colibry/-/issues
License: Copyright (c) 2020 - 2026 Asygn SAS
        
        All rights reserved.
        
        Redistribution and use in source and binary forms, with or without modification,
        are permitted provided that the following conditions are met:
        
        1. Redistributions of source code must retain the above copyright notice, this
           list of conditions and the following disclaimer.
        
        2. Redistributions in binary form, except as embedded into a Asygn SAS
           integrated circuit in a product or a software update for such product, must
           reproduce the above copyright notice, this list of conditions and the 
           following disclaimer in the documentation and/or other materials provided
           with the distribution.
        
        3. Neither the name of Asygn SAS nor the names of its contributors may be used
           to endorse or promote products derived from this software without specific
           prior written permission.
        
        4. This software, with or without modification, must only be used with a Asygn
           SAS integrated circuit.
        
        5. Any software provided in binary form under this license must not be reverse
           engineered, decompiled, modified and/or disassembled.
        
        THIS SOFTWARE IS PROVIDED BY ASYGN SAS "AS IS" AND ANY EXPRESS
        OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
        OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED. IN NO EVENT SHALL ASYGN SAS OR CONTRIBUTORS BE
        LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
        CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
        GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
        HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
        LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
        OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Keywords: Asygn,Colibry,ColibryNPU,NNPA,NPU
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: System :: Hardware
Requires-Python: >=3.10
Requires-Dist: crcmod>=1.7
Requires-Dist: datasets>=4.7.0
Requires-Dist: matplotlib>=3.9.4
Requires-Dist: numpy<2
Requires-Dist: onnx-graphsurgeon>=0.5.8
Requires-Dist: onnx2tf==1.6
Requires-Dist: onnx>=1.17.0
Requires-Dist: pandas>=2.3.3
Requires-Dist: pillow>=11.1.0
Requires-Dist: protobuf<3.21
Requires-Dist: tensorflow-datasets>=4.8.3
Requires-Dist: tensorflow-model-optimization==0.8.0
Requires-Dist: tensorflow<2.13,>=2.8; python_version == '3.10'
Requires-Dist: tensorflow<2.15,>=2.12; python_version == '3.11'
Requires-Dist: tensorflow<2.19,>=2.13; python_version == '3.12'
Requires-Dist: tf-keras>=2.16; python_version == '3.12'
Requires-Dist: tflite>=2.18.0
Description-Content-Type: text/markdown

Colibry-npu including nnpa_compiler

Use python to compile and package (`pip install colibry-npu` or `uv add colibry-npu`)

You can use as a package or directly as CLI.

Standalone usage: `uvx --python 3.12 --from colibry-npu nnpa-compiler`

| Python Version | Compatible TensorFlow Versions |
|----------------|--------------------------------|
| `3.10`         | `>= 2.8` and `< 2.13`          |
| `3.11`         | `>= 2.12` and `< 2.15`         |
| `3.12`         | `>= 2.13` and `< 2.19`         |
