Metadata-Version: 2.1
Name: drever
Version: 0.0.3
Summary: A framework for handling testvectors within an HDL testbench.
Home-page: https://gitlab.com/Elpra/drever-framework/drever
Author: Tobias Baumann
Author-email: tobias.baumann@elpra.de
License: UNKNOWN
Description: # Drever Framework
        
        Drever is a framework for supporting the development of FPGA based IPs using Python as specification entry.
        
        ## Documentation (under development)
        
        Auto-generated documentation for the latest version of the master branch can be found at [https://elpra.gitlab.io/drever-framework/drever](https://elpra.gitlab.io/drever-framework/drever).
        
        ## Requirements
        
        - Python 3.5 or above
        - Numpy
        
        ## Development Status
        
        Drever is currently in `alpha` status, which means that newer Drever versions can break compability. It is recommended to
        tag freeze the Drever version within your development cycle until you have ensured that Drever updates do not have an
        unwanted impact on your existing code.
        
        All alpha versions are tagged as 0.0.x, while x is counted up straight forward. When entering beta phase, version numbers
        will be 0.x.0. With the first stable release, the version number becames 1.0.0 and then follows semantic versioning.
        
        ## Test Reports
        
        Some test reports are generated for quality ensurance. These can be found at:
        
        - [Functional Verification / Unit Tests](https://elpra.gitlab.io/drever-framework/drever/reports/tests)
        - [Code Coverage](https://elpra.gitlab.io/drever-framework/drever/reports/coverage)
        - [Code Linting](https://elpra.gitlab.io/drever-framework/drever/reports/lint)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
