Metadata-Version: 2.1
Name: pyIPCMI
Version: 1.1.3
Summary: An IP Core Management Infrastructure written in Python - pyIPCMI.
Home-page: https://github.com/Paebbels/pyIPCMI
Author: Patrick Lehmann
Author-email: Paebbels@gmail.com
License: UNKNOWN
Project-URL: Documentation, https://pyIPCMI.readthedocs.io/en/latest/
Project-URL: Source Code, https://github.com/Paebbels/pyIPCMI
Project-URL: Issue Tracker, https://github.com/Paebbels/pyIPCMI/issues
Description: ![PyPI - License](https://img.shields.io/pypi/l/pyIPCMI)
        ![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/Paebbels/pyIPCMI) 
        ![GitHub release (latest by date)](https://img.shields.io/github/v/release/Paebbels/pyIPCMI)
        [![Documentation Status](https://readthedocs.org/projects/pyipcmi/badge/?version=latest)](https://pyIPCMI.readthedocs.io/en/latest/?badge=latest)  
        [![PyPI](https://img.shields.io/pypi/v/pyIPCMI)](https://pypi.org/project/pyIPCMI/)
        ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyIPCMI)
        ![PyPI - Wheel](https://img.shields.io/pypi/wheel/pyIPCMI)
        ![PyPI - Status](https://img.shields.io/pypi/status/pyIPCMI)
        
        
        # The pyIPCMI - Service Tool
        
        The complete Documentation is available on [pyIPCMI.ReadTheDocs.io](http://pyIPCMI.readthedocs.io/en/release/).
        For a step by step introduction read our [Quick Start guide](http://pyIPCMI.readthedocs.io/en/release/QuickStart.html).
        A detailed usage guide is provided in the sections of [Using pyIPCMI](http://pyIPCMI.readthedocs.io/en/release/UsingpyIPCMI/index.html).
        Please also read [Tool Chain Specifics](http://pyIPCMI.readthedocs.io/en/release/ToolChains/index.html)
        for special tool chain features. 
        
        The references chapter provides a complete [command line argument](http://pyIPCMI.readthedocs.io/en/release/References/CmdRefs/pyIPCMI.html)
        description for the service tool. In [IP Core Database](http://pyIPCMI.readthedocs.io/en/release/References/Database.html)
        we are describing how the IP Core database works so a user can integrate own cores into our repository and infrastructure.
        pyIPCMI own file formats are documented [here](http://pyIPCMI.readthedocs.io/en/release/References/FileFormats/index.html).
        And finally, all Python packages, modules and classes are automatically documented by DocUtils/Sphinx in
        [Python Infrastructure](http://pyIPCMI.readthedocs.io/en/release/PyInfrastructure/index.html).
        
        
        
        
        ## Contributors:
        
        * [Patrick Lehmann](https://github.com/Paebbels) (Maintainer)
        * [Martin Zabel](https://github.com/mzabeltud)
        
        ## License
        
        This library is licensed under [Apache License 2.0](LICENSE.md)
        
        -------------------------
        
        SPDX-License-Identifier: Apache-2.0
        
Keywords: Python3 Generic-Library IP-Core,Management,Packaging,Simulation,Synthesis,Pre-Processing,Post-Processing
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Operating System :: Microsoft :: Windows :: Windows 7
Classifier: Operating System :: Microsoft :: Windows :: Windows 8
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Testing :: Unit
Classifier: Topic :: Software Development :: Version Control :: Git
Classifier: Topic :: System :: Archiving :: Packaging
Classifier: Topic :: Text Processing :: Filters
Classifier: Topic :: Utilities
Requires-Python: >=3.5
Description-Content-Type: text/markdown
