Metadata-Version: 2.1
Name: pyGHDL
Version: 1.0.0
Summary: Python binding for GHDL and high-level APIs (incl. LSP).
Home-page: https://github.com/ghdl/ghdl
Author: Tristan Gingold
Author-email: tgingold@free.fr
License: GPL-2.0-or-later
Project-URL: Documentation, https://ghdl.github.io/ghdl/using/py/index.html
Project-URL: Source Code, https://github.com/ghdl/ghdl
Project-URL: Issue Tracker, https://github.com/ghdl/ghdl/issues
Description: # pyGHDL
        
        Python binding for GHDL and high-level APIs.
        
        ## Provided Packages
        
        * `pyGHDL.cli` - Command line interface tools.
        * `pyGHDL.dom` - Document Object Model (DOM) for VHDL parsed by `libghdl`.
        * `pyGHDL.libghdl` - Low-level Python bindings to GHDL's `libghdl` shared library.  
        	Auto generated API from Ada sources.
        * `pyGHDL.lsp` - Language Server Protocol (LSP) implementation for VHDL.
        
Keywords: Python3 VHDL Parser Compiler Simulator GHDL
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Compilers
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
