Metadata-Version: 2.1
Name: onnxconverter-common
Version: 1.13.0
Summary: ONNX Converter and Optimization Tools
Home-page: https://github.com/microsoft/onnxconverter-common
Author: Microsoft Corporation
Author-email: onnx@microsoft.com
License: MIT License
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
Requires-Dist: numpy
Requires-Dist: onnx
Requires-Dist: packaging
Requires-Dist: protobuf

| Linux | Windows |
|-------|---------|
| [![Build Status](https://aiinfra.visualstudio.com/ONNX%20Converters/_apis/build/status/linux-conda-CI?branchName=master)](https://aiinfra.visualstudio.com/ONNX%20Converters/_build/latest?definitionId=689&branchName=master)| [![Build Status](https://aiinfra.visualstudio.com/ONNX%20Converters/_apis/build/status/common-win32-conda-CI?branchName=master)](https://aiinfra.visualstudio.com/ONNX%20Converters/_build/latest?definitionId=690&branchName=master)|

# Introduction
The onnxconverter-common package provides common functions and utilities for use in converters from various AI frameworks to ONNX. It also enables the different converters to work together to convert a model from mixed frameworks, like a scikit-learn pipeline embedding a xgboost model.

# License
[MIT License](LICENSE)

# Contributing

This project welcomes contributions and suggestions.  Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.


