Metadata-Version: 2.1
Name: cmsis-stream
Version: 1.0.0
Summary: CMSIS-Stream graph description
Home-page: https://github.com/ARM-software/CMSIS-Stream
Author: Copyright (C) 2010-2023 ARM Limited or its affiliates. All rights reserved.
Author-email: christophe.favergeon@arm.com
License: License :: OSI Approved :: Apache Software License
Project-URL: Bug Reports, https://github.com/ARM-software/CMSIS-Stream/issues
Project-URL: Source, https://github.com/ARM-software/CMSIS-Stream
Keywords: development,dsp,cmsis,CMSIS-Stream,Arm,signal processing,maths,ml,cortex-m,cortex-a
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: C
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: networkx (>=3.0)
Requires-Dist: jinja2 (<4.0,>=3.1.2)
Requires-Dist: sympy (>=1.7.1)
Requires-Dist: MarkupSafe (<3.0,>=2.1.2)

# README

This is a Python package for the Arm open source [CMSIS-Stream library](https://github.com/ARM-software/CMSIS-Stream).

You can install it with:

`pip install cmsis-stream`

Then you can follow the [documentation](https://github.com/ARM-software/CMSIS-Stream) to learn how to:

* Define new compute nodes
* Connect them into a dataflow graph to process streams
* Generate a C scheduler to run the graph on your target

# Change history

## Version 1.0.0:

* First version (originally it was the compute graph library part of the CMSIS-DSP library)
