Metadata-Version: 2.1
Name: cocotbext-dyulib
Version: 0.0.4
Summary: Libraries, templates and tools for working with cocotb.
Author-Email: Vijayvithal Jahagirdar <jahagirdar.vs@gmail.com>
License: BSD-2-Clause
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Project-URL: Homepage, https://jahagirdar.github.io/cocotbext-dyulib
Project-URL: Documentation, https://jahagirdar.github.io/cocotbext-dyulib
Project-URL: Changelog, https://jahagirdar.github.io/cocotbext-dyulib/changelog
Project-URL: Repository, https://github.com/jahagirdar/cocotbext-dyulib
Project-URL: Issues, https://github.com/jahagirdar/cocotbext-dyulib/issues
Project-URL: Discussions, https://github.com/jahagirdar/cocotbext-dyulib/discussions
Project-URL: Gitter, https://gitter.im/cocotbext-dyulib/community
Project-URL: Funding, https://github.com/sponsors/jahagirdar
Requires-Python: >=3.8
Requires-Dist: cocotb-coverage>=1.2.0
Requires-Dist: click>=8.1.7
Requires-Dist: editables>=0.5
Description-Content-Type: text/markdown

# cocotbext-dyulib

[![ci](https://github.com/jahagirdar/cocotbext-dyulib/workflows/ci/badge.svg)](https://github.com/jahagirdar/cocotbext-dyulib/actions?query=workflow%3Aci)
[![documentation](https://img.shields.io/badge/docs-mkdocs%20material-blue.svg?style=flat)](https://jahagirdar.github.io/cocotbext-dyulib/)
[![pypi version](https://img.shields.io/pypi/v/cocotbext-dyulib.svg)](https://pypi.org/project/cocotbext-dyulib/)
[![gitpod](https://img.shields.io/badge/gitpod-workspace-blue.svg?style=flat)](https://gitpod.io/#https://github.com/jahagirdar/cocotbext-dyulib)
[![gitter](https://badges.gitter.im/join%20chat.svg)](https://app.gitter.im/#/room/#cocotbext-dyulib:gitter.im)

Libraries, templates and tools for working with cocotb.

## Installation

With `pip`:

```bash
pip install cocotbext-dyulib
```

With [`pipx`](https://github.com/pipxproject/pipx):

```bash
python3.8 -m pip install --user pipx
pipx install cocotbext-dyulib
```
